Search found 18 matches

by franckypoune
Thu Jan 18, 2007 21:06
Forum: Modifications / Integrations / Customisations
Topic: 0.5RC2:problem with Sliderthumb with slider control (again)
Replies: 0
Views: 2173

0.5RC2:problem with Sliderthumb with slider control (again)

Good evening, I have a problem with the display of the Sliderthumb in slider control. I load a simple layout which its contains a FrameWindow with a slider control. After i have loaded it , i only set the position of the window with the method setPosition. The window is displayed in the right place ...
by franckypoune
Wed Nov 01, 2006 19:16
Forum: Modifications / Integrations / Customisations
Topic: 0.5RC2: Tooltip object never destroyed in the system
Replies: 4
Views: 3016

Thanks you CE for your help.
The SNV number is 1418, isn't it?
by franckypoune
Tue Oct 31, 2006 09:57
Forum: Modifications / Integrations / Customisations
Topic: 0.5RC2:problem with Sliderthumb with silder control
Replies: 5
Views: 3101

I notice that if you set the same value for MinSize and MaxSize, it seems to work: the slider and the thum are displayed correctly.
by franckypoune
Tue Oct 31, 2006 09:20
Forum: Modifications / Integrations / Customisations
Topic: 0.5RC2:problem with Sliderthumb with silder control
Replies: 5
Views: 3101

Hi CE, I am not trying to add the thum myself, i used the slider in the windowlook looknfeel. I try to reproduce my problem in the example "Sample_ScrollablePaneDemo" . I add at the end of the InitialiseSample method, the following code: CEGUI::Window* SliderWin; SliderWin= d_wm->createWin...
by franckypoune
Mon Oct 30, 2006 20:02
Forum: Modifications / Integrations / Customisations
Topic: 0.5RC2:problem with Sliderthumb with silder control
Replies: 5
Views: 3101

0.5RC2:problem with Sliderthumb with silder control

Good evening, I have problem to have a correct display with slider control. Indeed, i use UnifiedSize and UnifiedPosition to place the control in the window and never i succeed in displaying the slider thumb. I succeed only with UnifiedAreaRect property but not always, maybe it depends on the size o...
by franckypoune
Fri Oct 27, 2006 09:58
Forum: Modifications / Integrations / Customisations
Topic: 0.5RC2: Tooltip object never destroyed in the system
Replies: 4
Views: 3016

0.5RC2: Tooltip object never destroyed in the system

I load a first time a layout file which represents my dialog box and i set in it a custum tooltip on a editbox control. The tooltip is diplayed,fine. But when i close this dialog box and reload the layout file, in CEGUI.log, a exception is throw saying that a tooltip with this name already exists. I...
by franckypoune
Mon Oct 09, 2006 18:38
Forum: Modifications / Integrations / Customisations
Topic: Animated Textures - The Low Down
Replies: 4
Views: 3701

Like Pompei2, to make a "pseudo" animated picture, i create several imagesets representing the different phasis and with the time , i load the right picture from an imageset.
by franckypoune
Mon Oct 09, 2006 18:28
Forum: Modifications / Integrations / Customisations
Topic: CEGUI 0.5: How to set an image in a PushButton
Replies: 3
Views: 3312

Thank you for your answer Pompei2! I looked for the method and property in the source code and not in the looknfeel file! Stupid i am! :oops: The "PropertyDefinition" are now set in looknfeel file. So, i set ImageButton looknfeel in WindowsLook Looknfeel and it is ok! Futhermode, in the so...
by franckypoune
Fri Oct 06, 2006 14:47
Forum: Modifications / Integrations / Customisations
Topic: CEGUI 0.5: How to set an image in a PushButton
Replies: 3
Views: 3312

CEGUI 0.5: How to set an image in a PushButton

Hello, In 0.41 version, i used method as setNormalImage or setHoverImage to set in the code a new image to draw on a pushbutton. But these methods disappears in the 0.5 version. Have i to create a new LookAndFeel object for my push button? Please help me, I am lost on the new implementation. Thanks ...
by franckypoune
Wed Oct 04, 2006 16:00
Forum: Help
Topic: CEGUI 0.5: GetAbsoluteRect method disappears
Replies: 0
Views: 1897

CEGUI 0.5: GetAbsoluteRect method disappears

Hello,
I update my software to 0.5 from 0.41 version of CEGUI.
I used GetAbsoluteRect () method from Window Class. But this one has disappeared.
Which method replace the GetAbsoluteRect() method?

or how can i convert URect object to Rect object?

Thanks in advance
by franckypoune
Mon Sep 11, 2006 21:00
Forum: Help
Topic: Pushbutton stays in push state until next mouse clic
Replies: 2
Views: 2594

Pushbutton stays in push state until next mouse clic

Any way to implement a push button which stays in the state "Push" till the next clic on it?
Thanks in advance for your help.
by franckypoune
Mon Sep 11, 2006 20:46
Forum: Modifications / Integrations / Customisations
Topic: Modal Windows
Replies: 10
Views: 6955

for dialog box (message box windows like), i create a window which has in its constructor a pointer on a result function. This function sets data in a structure (argument of the function) when the user clicks on one button (YES, NO, OK ,CANCEL) The parent of this window tests if the action is finish...
by franckypoune
Mon Sep 11, 2006 20:37
Forum: Modifications / Integrations / Customisations
Topic: Modal Windows
Replies: 10
Views: 6955

I create a manager (singleton) which manages a list of modal window anf it works fine. When i add a new window in the list: the last one in the list lose the modal flag and the new has the modal flag and when a window is destroyed, this window is removed from the list and set the modal flag to the l...
by franckypoune
Mon Sep 11, 2006 14:03
Forum: Modifications / Integrations / Customisations
Topic: Modal Windows
Replies: 10
Views: 6955

That 's to say , i manage a dialog list where when you add a new dialog in it, you set the flag Modal state to true and the previous to false?
by franckypoune
Mon Sep 11, 2006 13:10
Forum: Modifications / Integrations / Customisations
Topic: Modal Windows
Replies: 10
Views: 6955

I also notice this problem.
Someone have a solution for this?
Thanks

Go to advanced search