Search found 28 matches

by Gaal
Sun Oct 22, 2006 19:57
Forum: Modifications / Integrations / Customisations
Topic: Height of the text area of the Combobox
Replies: 12
Views: 6231

I do not hate this Combobox, it is useful to make a choice among a list. I agree that this one is already working as is depite some strange behaviours. My proposition was only a consistency matter and if you have a chance to make some changes, it might be interesting to think about. I must admit tha...
by Gaal
Sun Oct 22, 2006 07:14
Forum: Modifications / Integrations / Customisations
Topic: Height of the text area of the Combobox
Replies: 12
Views: 6231

Ok, thanks for that, but I've already done my own workaround. Then what about the idea for the Combo widget to have the unifiedsize property dedicated for the Editbox and another property to define the height of the droplist ? This height could be given either in pixel or in a number of items we wou...
by Gaal
Sat Oct 21, 2006 20:15
Forum: Modifications / Integrations / Customisations
Topic: Height of the text area of the Combobox
Replies: 12
Views: 6231

In my point of view, I think that there is something inconsistent with Combo with regard to other widgets: it is the definition of the size. Indeed, the height we give in the layout for the Combo is used for the height of the DropdownList. I think it should have been used for the height of the Editb...
by Gaal
Fri Oct 20, 2006 16:55
Forum: Modifications / Integrations / Customisations
Topic: Height of the text area of the Combobox
Replies: 12
Views: 6231

Bonsoir Eddie, Here are some results of the test I've performed. First let me tell you the scheme: File : "GenesiaLookSkin.scheme.xml" <?xml version="1.0" ?> <GUIScheme Name="GenesiaLookSkin"> <Imageset Name="GenesiaLook" Filename="GenesiaLook.imageset.xm...
by Gaal
Thu Oct 19, 2006 09:09
Forum: Modifications / Integrations / Customisations
Topic: Height of the text area of the Combobox
Replies: 12
Views: 6231

Bonjour Eddie Oups :oops: I forgot the essential! Which version of the library? Last released one 0.5RC2 Which look are you using? the one given with (Taharez) Are other looks affected? I focused only on Combo. I had a very quick look at CeGUI::Combobox early this morning, and I noticed that in one ...
by Gaal
Thu Oct 19, 2006 04:21
Forum: Modifications / Integrations / Customisations
Topic: Height of the text area of the Combobox
Replies: 12
Views: 6231

Height of the text area of the Combobox

Why the height of the text area of the Editbox of the Combobox is dependent of the height of the Default Font instead of the Font defined in the Combobox in the layout file ?

The font seem ok, but not the height of text area !
by Gaal
Tue Oct 17, 2006 06:20
Forum: Modifications / Integrations / Customisations
Topic: button text with accents, bug or am I missing sth ?
Replies: 11
Views: 6559

Quote: Linquist, Do you know Rovsing ? Cant say I do! I was just asking because Rovsing is a software company which we are working with for the ESA ATV program. It is based in Skovlunde, not far from Copenhagen. I have been twice over there in 2003 and 2004. So I was wandering if you knew it, but m...
by Gaal
Sun Oct 15, 2006 20:14
Forum: Help
Topic: Why a button cannot be clicked twice?
Replies: 1
Views: 1874

Why a button cannot be clicked twice?

I noticed that a PushButton cannot be clicked twice in a row. The first time it fires the event, but the next time it does not. You have to click another widget before having the PushButton to react again. It might be a bug, or at least I thing it is not a good behaviour, because this behaviour does...
by Gaal
Sun Oct 15, 2006 19:46
Forum: Modifications / Integrations / Customisations
Topic: Event Behavior: Enabled vs Disabled
Replies: 4
Views: 3078

I got it first .. :lol: :lol: :lol:
by Gaal
Sun Oct 15, 2006 19:45
Forum: Modifications / Integrations / Customisations
Topic: Event Behavior: Enabled vs Disabled
Replies: 4
Views: 3078

Instead of disabling the widget, try to use "setMutedState(true)" before you change any property, then "setMutedState(False)" after when you want the widget reacts again to your user.
by Gaal
Sun Oct 15, 2006 19:30
Forum: Modifications / Integrations / Customisations
Topic: button text with accents, bug or am I missing sth ?
Replies: 11
Views: 6559

You are right Linquist.
Thanks


PS: Linquist, Do you know Rovsing ?
by Gaal
Sun Oct 15, 2006 05:38
Forum: Modifications / Integrations / Customisations
Topic: button text with accents, bug or am I missing sth ?
Replies: 11
Views: 6559

Salut Pompei2, I had some quite a similar problem with TinyXML and now I'm using Expat. Everything is going well except for a button containing "<<" which expat makes an error saying that the tag "<<" does not exist !!! You can also have a look at the topic http://www.cegui.org.u...
by Gaal
Tue Sep 12, 2006 06:08
Forum: Help
Topic: Pushbutton stays in push state until next mouse clic
Replies: 2
Views: 2302

Or you can make another looknfeel for the Checkbox (let's say CheckPushbutton). It is what I've done for a "RadioPushbutton"
It is much easier !
by Gaal
Tue Sep 05, 2006 03:57
Forum: Offtopic Discussion
Topic: Which XML parser to use?
Replies: 11
Views: 8859

I have done some investigations and I would like to draw your attention to the CeGUI-tinyXML-0.5.0RC2 code, because it does not work properly in UTF-8 with "french" letters like "éèçà" CeGUI-Expat works perfectly. But be sure you save the file with UTF-8 encoding, otherwise you w...
by Gaal
Sat Sep 02, 2006 18:16
Forum: Offtopic Discussion
Topic: Which XML parser to use?
Replies: 11
Views: 8859

I appologize for the delay, but I was on vacation those last days...some more rest before the rush of the end of the year... I use VS2003 to edit my xml files and I customized it to save in "UTF8-sans signature code page 65001" but may be I should try "avec signature" ??? I will ...

Go to advanced search