Search found 229 matches

by martignasse
Sun May 20, 2007 20:08
Forum: Modifications / Integrations / Customisations
Topic: how to create a new element ?
Replies: 5
Views: 4508

No need to recompile cegui.
You'r new element will be stored in you'r appli.exe file.
by martignasse
Sat May 19, 2007 08:28
Forum: Modifications / Integrations / Customisations
Topic: how to create a new element ?
Replies: 5
Views: 4508

hi thor22, If i anderstand correclty, you want to create a new element in the set of widgets you use in you'r scheme file ? If it's that, there differents way of doing this. You can just declare a new widget name in the scheme file derivated from an existing generic widget, and custom it in the look...
by martignasse
Wed Feb 07, 2007 07:51
Forum: Unofficial CEGUI-Related Tools
Topic: CEImagesetEditor - Now official tool!
Replies: 71
Views: 70269

wow cool,

i think i'll test that this afternoon.

keep up the good work
by martignasse
Thu Jan 18, 2007 20:51
Forum: Help
Topic: Ogre + CEGUI + StaticImage
Replies: 6
Views: 4646

hi,

if i anderstand correctly, another way to achieve what you want could be to use a render to texture of you'r ogre object and use it as a static image in CEGUI.

i believe there is some exemples in the ogre wiki.

hope it help
by martignasse
Sat Jan 13, 2007 07:59
Forum: Offtopic Discussion
Topic: Spam reports
Replies: 105
Views: 81221

http://www.cegui.org.uk/phpBB2/viewtopic.php?t=2278 FreeStqwe [1 post] from USA IP: 85.12.63.30 (Post deleted) http://www.cegui.org.uk/phpBB2/viewtopic.php?t=2277 tomsonv [1 post] from USA IP: 221.161.249.65 (Post deleted) http://www.cegui.org.uk/phpBB2/viewtopic.php?t=2275 kostroslpa [1 post] from ...
by martignasse
Fri Jan 12, 2007 09:57
Forum: Offtopic Discussion
Topic: Spam reports
Replies: 105
Views: 81221

an other one :

http://www.cegui.org.uk/phpBB2/viewtopic.php?t=2272

krovazchq[1post] from usa
by martignasse
Fri Jan 12, 2007 09:53
Forum: Offtopic Discussion
Topic: Spam reports
Replies: 105
Views: 81221

this post :

http://www.cegui.org.uk/phpBB2/viewtopic.php?t=2273

OSfllwr[1Post] from Israel
by martignasse
Fri Jan 05, 2007 16:54
Forum: Modifications / Integrations / Customisations
Topic: Listbox Scrollbar
Replies: 11
Views: 7984

ok, sorry i miss understood you'r question. it's strange... some research ideas : - basic but, are you injecting the mouse events in CEGUI, like mouse pressed ? - what is the result of the getTotalItemsHeight (void) on you'r listbox ? - did you modifi items after they are added to the listbox ? hope...
by martignasse
Fri Jan 05, 2007 10:10
Forum: Modifications / Integrations / Customisations
Topic: Listbox Scrollbar
Replies: 11
Views: 7984

hi Buckcherry,

you should found what you search for at properties level

http://www.cegui.org.uk/api_reference/namespaceCEGUI_1_1ListboxProperties.html

the "ForceVertScrollbar" property is what you looking for.
by martignasse
Sat Dec 30, 2006 09:05
Forum: Help
Topic: Trouble loading 'newer' scheme versions
Replies: 2
Views: 2921

hello azure, if i remember, the cegui version in ogre dagon is the 0.4.1. so, you have to update it with the 0.5 version if you want to directly use the layouts produced with the last layout editor version. there is a thread about that on the ogre forums http://www.ogre3d.org/phpBB2/viewtopic.php?t=...
by martignasse
Sat Dec 30, 2006 08:57
Forum: Unofficial CEGUI-Related Tools
Topic: CEImagesetEditor - Now official tool!
Replies: 71
Views: 70269

speaking about WxWidget and WxAUI, there is an interresting base code for editor on the OGE project. http://oge.dayark.com/wiki/index.php/WxEditorTemplate and it's based on WxWidget 2.6 and WxAUI, so it should be good for linux distrib with version 2.6.x and effectivly, the famous "generic CEGU...
by martignasse
Sat Dec 23, 2006 18:44
Forum: Unofficial CEGUI-Related Tools
Topic: CEImagesetEditor - Now official tool!
Replies: 71
Views: 70269

1°) yep, you'r probably right for the refresh thing, refreshing when space bar pressed is enough, could always be modified later if needed. 2°) i think it's not to hard to do, the idea is to use a generic name convention in all layouts you want to use, without mention of the skin used ("Button&...
by martignasse
Fri Dec 22, 2006 11:36
Forum: Unofficial CEGUI-Related Tools
Topic: CEImagesetEditor - Now official tool!
Replies: 71
Views: 70269

two things : 1°) about the preview layout refreshing : why not saving the imageset in a tmp file and refresh the layout when the imageset is modified, like that ? it's smart and real time And separatly saving the imageset in file when the user want. 2°) about preview layout usability : I think about...
by martignasse
Wed Dec 20, 2006 12:01
Forum: Unofficial CEGUI-Related Tools
Topic: CEImagesetEditor - Now official tool!
Replies: 71
Views: 70269

drumicube : just continu like this, you'r making this piece of code alive :) PS : j'ai lu mes mails, a+ sur msn :wink: all : about the common framework idea, it's for sure the way to go, but it's hard to decide if it has to be wxWidget based or CEGUI based ease of use and speed developpement if usi...
by martignasse
Wed Dec 20, 2006 11:28
Forum: Help
Topic: Making a new widget...
Replies: 3
Views: 3317

hello LennyH, for an example of making new widget, you can look at the source code of the CEImagesetEditor. it use some new widget like "ElasticBox", like that you can see all the stuff needed for adding a new widget. PS : there is several place where you have to add some class (looknfeel,...

Go to advanced search