Search found 29 matches

by SalvoFa
Tue May 05, 2009 09:00
Forum: Modifications / Integrations / Customisations
Topic: Change Editbox colors at runtime
Replies: 1
Views: 2836

Change Editbox colors at runtime

Hi all,

How can I change the editbox colors at runtime? I mean background, border and text colors...
I'd like to use a function like:

Code: Select all

void CEGUI::ListboxItem::setSelectionColours(const ColourRect & cols)


that I'm currently using to change the listboxitem colors at runtime.
by SalvoFa
Wed Apr 01, 2009 11:11
Forum: Help
Topic: Combobox drop list automatic resize
Replies: 9
Views: 5304

Ops...
I used "I" instead of "it"

This is the right one...
"It would be good to be integrated in the combobox class!" :lol:
by SalvoFa
Tue Mar 31, 2009 08:53
Forum: Modifications / Integrations / Customisations
Topic: Tabs with different background colours
Replies: 2
Views: 2928

Ok, thank you! :wink:
by SalvoFa
Tue Mar 31, 2009 08:51
Forum: Help
Topic: Combobox drop list automatic resize
Replies: 9
Views: 5304

It has been passed a very long time since your reply Eddie...however I've to thank you because that piece of code worked perfectly!
I would be good to be integrated in the combobox class!
:)
by SalvoFa
Tue Mar 31, 2009 08:14
Forum: Modifications / Integrations / Customisations
Topic: Tabs with different background colours
Replies: 2
Views: 2928

Tabs with different background colours

Hi all!

Is it possible to have multiple tabs (tabcontrol) with different background colours for each tab? I've tried to set the BackgroundColours property but it doesn't work.

Thank you.

Salvo
by SalvoFa
Wed Nov 19, 2008 14:53
Forum: Help
Topic: Combobox drop list automatic resize
Replies: 9
Views: 5304

CrazyEddie wrote:Hi,

Ok, for the full Combobox, the procedure is as I described it above. If you need a code example of that, I'll do my best when I get home this evening.

CE.


That would be great...if possible...thank you very much! 8)
by SalvoFa
Wed Nov 19, 2008 14:00
Forum: Help
Topic: Combobox drop list automatic resize
Replies: 9
Views: 5304

Hi Eddie!
Thank you for your answer...
Currently I'm using the full combobox item....
by SalvoFa
Wed Nov 19, 2008 10:08
Forum: Help
Topic: Combobox drop list automatic resize
Replies: 9
Views: 5304

Combobox drop list automatic resize

Hi all,

I'm dynamically adding items to a combobox drop list...so I need the drop list height to fit perfectly with the items count...I know that there is a method that does this thing...but I'm not able to find it in the documentation anymore...please can you help me?

Thank you
by SalvoFa
Mon Sep 01, 2008 07:25
Forum: Modifications / Integrations / Customisations
Topic: Moving windows automatically
Replies: 4
Views: 4263

Thank you again!
I will search for some example of this timer...it doesn't seem to be hard to implement.
by SalvoFa
Wed Aug 27, 2008 08:43
Forum: Modifications / Integrations / Customisations
Topic: Moving windows automatically
Replies: 4
Views: 4263

Thank you!
Ok for the setArea...but how can I use the timer?
Are there any examples?
by SalvoFa
Tue Aug 26, 2008 12:49
Forum: Modifications / Integrations / Customisations
Topic: Moving windows automatically
Replies: 4
Views: 4263

Moving windows automatically

Hi all,

I'd like to add some nice effects when a window appear...so I need to move and change window dimensions without the user interaction.
For example a "for" cycle in which I smoothly move the window around the screen.

Is it possible?
by SalvoFa
Thu Jul 24, 2008 14:08
Forum: Help
Topic: How to disable logging?
Replies: 2
Views: 2762

How to disable logging?

Hi all!

How can I disable the CEGUI.log file creation?
I've a read-only filesystem and I can't let my application to write data in the filesystem!

Thank you.

Salvo
by SalvoFa
Wed Jul 02, 2008 08:46
Forum: Modifications / Integrations / Customisations
Topic: Mouse button press event injection...working well...but...
Replies: 7
Views: 4771

No...I'm simply waiting for the event to arrive...
I thought that the keyup was sent by the system each time the user releases a key!
Am I wrong?
by SalvoFa
Tue Jul 01, 2008 14:50
Forum: Modifications / Integrations / Customisations
Topic: Mouse button press event injection...working well...but...
Replies: 7
Views: 4771

You could always have the key down event for the enter key emulate left mouse button down and the key up event left mouse button up; this should give you the required delay (since the user is involved) and should allow the graphical state transitions to show. CE. Eddie...I've tried to do this but i...
by SalvoFa
Wed Jun 25, 2008 10:25
Forum: Help
Topic: CEgui sample application...how to disable ESC and hide FPS?
Replies: 2
Views: 1882

Ok...let's hack! :P

Go to advanced search