Search found 17 matches

by SupSuper
Fri Dec 09, 2005 16:33
Forum: Modifications / Integrations / Customisations
Topic: Bug with slider on CEGUI 0.4.0
Replies: 2
Views: 2300

Bug with slider on CEGUI 0.4.0

We got this report from one of our users, just checking if it's a bug of ours or yours:

"If you hold down the left mouse button on the bar to the left or right of the slider and then drag off the bar either above or below and then let go it will still follow the mouse"
by SupSuper
Wed Sep 21, 2005 14:41
Forum: Modifications / Integrations / Customisations
Topic: Existing code not working with Falagard
Replies: 1
Views: 1684

Existing code not working with Falagard

This is part of a code to dynamically create widgets during runtime, without using layouts: CEGUI::String buttonName = "XNet/Buttons/"; buttonName += name.c_str(); CEGUI::PushButton* button = static_cast<CEGUI::PushButton*>( CEGUI::WindowFactoryManager::getSingleton().g...
by SupSuper
Thu Sep 15, 2005 15:30
Forum: Modifications / Integrations / Customisations
Topic: Slider updating when thumb moves
Replies: 6
Views: 3392

Re: Slider updating when thumb moves

Thanks, it works now, though I still got another problem. Look here:
Image
Now, the glow is set as a FrameComponent which tiles vertically and horizontally. So why are the top-middle and bottom-middle parts being stretched?
by SupSuper
Wed Sep 14, 2005 19:48
Forum: Modifications / Integrations / Customisations
Topic: Slider updating when thumb moves
Replies: 6
Views: 3392

Re: Slider updating when thumb moves

Sorry about double-posting and such, but I've got a problem. I've set up the global event to redraw the slider when changed, only... it doesn't work. It might be because the code is partially made of copy+pasting other existing code on the application since I'm not a very good coder, but it compiles...
by SupSuper
Wed Sep 14, 2005 18:27
Forum: Modifications / Integrations / Customisations
Topic: Crash when resizing Falagard Window
Replies: 3
Views: 2254

Re: Crash when resizing Falagard Window

CrazyEddie wrote: Strange. Can you set the logging to Informative and post your log? Thanks. Sorry about the delay, I've been busy. Anyways, how do I set the logging to Informative? This is my current CEGUI.log but I don't think there's anything helpful there. Also checked Ogre.log and such but the...
by SupSuper
Sat Sep 03, 2005 19:04
Forum: Modifications / Integrations / Customisations
Topic: Crash when resizing Falagard Window
Replies: 3
Views: 2254

Crash when resizing Falagard Window

If I resize my custom Falagard Window too small vertically, the application stops responding. Well, not just the application, it brings down the whole system :shock:
I've attached the LookNFeel code for it.
by SupSuper
Tue Aug 30, 2005 15:43
Forum: Modifications / Integrations / Customisations
Topic: Slider updating when thumb moves
Replies: 6
Views: 3392

Re: Slider updating when thumb moves

CrazyEddie wrote: There's nothing for this at the moment, though you could subscribe the global event for a slider position change, extract the source window and manually trigger a redraw. So you'd have to add some code, but not for every slider. Is this using falagard? If so I think I'll change th...
by SupSuper
Mon Aug 29, 2005 13:58
Forum: Modifications / Integrations / Customisations
Topic: Slider updating when thumb moves
Replies: 6
Views: 3392

Slider updating when thumb moves

Is there a way to get all the sliders in my UI to redraw whenever the thumb's moved, without having to add code to each of them? You see, the sliders look like this: http://i6.photobucket.com/albums/y237/supsuper/horslider.jpg So that whenever the thumb's moved, the glow "follows" it, givi...
by SupSuper
Mon Aug 29, 2005 13:41
Forum: Modifications / Integrations / Customisations
Topic: FPS drops dramatically with tilable StaticImage
Replies: 4
Views: 2865

Re: FPS drops dramatically with tilable StaticImage

CrazyEddie wrote: It's likely an issue with either auto-scaling and/or tile alignment. I'll need to see the imageset xml file and, at least the relevant portion of, the texture file to have any more of an idea. No need, I found out that autoscaling was set to true on the imageset. Set it to false a...
by SupSuper
Sat Aug 27, 2005 22:17
Forum: Modifications / Integrations / Customisations
Topic: FPS drops dramatically with tilable StaticImage
Replies: 4
Views: 2865

Re: FPS drops dramatically with tilable StaticImage

Thanks, I made the tilable image 50x50 and now it doesn't affect performance. However, there's this odd occurance: In 800x600, the image looks fine (its the green dark lines on the sidebar, below the timer and such): http://i6.photobucket.com/albums/y237/supsuper/screenshot_0727105_230123261.jpg How...
by SupSuper
Sat Aug 27, 2005 15:08
Forum: Modifications / Integrations / Customisations
Topic: FPS drops dramatically with tilable StaticImage
Replies: 4
Views: 2865

FPS drops dramatically with tilable StaticImage

When using a StaticImage with a 1x2 tilable graphic, the FPS rating drops dramatically. Why, and how do I stop this from happening?
Btw, I'm using the CEGUI from CVS HEAD.
by SupSuper
Thu Aug 25, 2005 17:18
Forum: Modifications / Integrations / Customisations
Topic: Falagard with Slider and Combobox
Replies: 6
Views: 5891

Re: Falagard with Slider and Combobox

For the Combobox issue, are you talking about the button or something else? You may need to post the XML. I'm talking about the button with the Down arrow on the combobox. This is my XML for it: <WidgetLook name="XenoLook/Button/Down"> <ImagerySection name="down_off"> <ImageryCo...
by SupSuper
Wed Aug 24, 2005 16:12
Forum: Modifications / Integrations / Customisations
Topic: Falagard with Slider and Combobox
Replies: 6
Views: 5891

Falagard with Slider and Combobox

I'm using Falagard from CVS Head (it's awesome), but I've ran into some problems: - I made a horizontal version of the TL Slider, but it works backwards (thumb to the right = 0, thumb to the left = 1). - I made a combobox, but its right-side button doesn't update when Pushed (even though it's got St...
by SupSuper
Thu Mar 10, 2005 22:18
Forum: Modifications / Integrations / Customisations
Topic: creating a horizontal slider - problems
Replies: 3
Views: 2872

creating a horizontal slider - problems

no, this isn't a thread on how to create one, i've figured that out myself ;) rather, this is one to see if any of you can figure out what's wrong with the code for one. basically, i've changed all the TaharezLook's Slider code so it would work horizontally, instead of vertically. however, when i dr...

Go to advanced search