Search found 3 matches
- Tue Apr 22, 2014 10:36
- Forum: Help
- Topic: [Solved] Spinner with precision setting
- Replies: 4
- Views: 3282
Re: Spinner with precision setting
Thanks! The rounding solution and setText() work just fine. I was only curoius about are there a simplier way.
- Wed Apr 16, 2014 10:48
- Forum: Help
- Topic: [Solved] Spinner with precision setting
- Replies: 4
- Views: 3282
[Solved] Spinner with precision setting
Hello everybody! My question is, how can I limit the digits of a spinner, to set displayed procision. eg.: 1.00000231 -> 1 or 0.3000021 -> 0.3 etc. I'm using the setValue(double) function to set the value of the spinner. Do I need to use the setText or there is an inbuilt method for this? Thanks!
- Tue Jul 09, 2013 09:20
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [Lua][ImageManager] getSingleton is nil
- Replies: 0
- Views: 4248
[Lua][ImageManager] getSingleton is nil
Hi! My problem is, that I want to load an imageset from lua: CEGUI.ImageManager:getSingleton():loadImageset("EditorIcons.imageset") And the error is that the getSingeton function doesn't exist. I get the error: terminate called after throwing an instance of 'CEGUI::ScriptException' what():...