Search found 7 matches

by tb77
Mon Mar 27, 2006 16:20
Forum: CEGUI Library Development Discussion
Topic: release date 0.5.0 ?
Replies: 1
Views: 3932

release date 0.5.0 ?

do you have any release for the 0.5.0 version in mind?

best regards,
thomas
by tb77
Mon Mar 20, 2006 20:58
Forum: Modifications / Integrations / Customisations
Topic: mouse cursor over pushbutton isn't drawn - how to change?
Replies: 1
Views: 1726

mouse cursor over pushbutton isn't drawn - how to change?

i use 0.4.1 and the windowslook theme - where is the trigger, that disables the cursor over a button?

thomas
by tb77
Sat Feb 11, 2006 18:00
Forum: CEGUI Library Development Discussion
Topic: writing to c_str() - secure?
Replies: 2
Views: 4073

sorry my fault, i mixed some code up with "find & replace" - so sprinf_s should be sscanf_s ....

thomas
by tb77
Thu Feb 09, 2006 03:35
Forum: CEGUI Library Development Discussion
Topic: writing to c_str() - secure?
Replies: 2
Views: 4073

writing to c_str() - secure?

for example: ----- float Spinner::getValueFromText(void) const { // handle empty case if (d_editbox->getText().empty()) { return 0.0f; } int res, tmp; uint utmp; float val; switch (d_inputMode) { case FloatingPoint: res = sprintf_s(d_editbox->getText().c_str(), d_editbox->getText().max_size(), "...
by tb77
Mon Dec 19, 2005 18:35
Forum: Modifications / Integrations / Customisations
Topic: framewindow -> click on it -> colour change - where is the
Replies: 1
Views: 1652

framewindow -> click on it -> colour change - where is the

when i click on a framewindow (windowslook) it becomes light blue from grey. where is the blue defined?

thomas
by tb77
Tue Dec 06, 2005 05:16
Forum: Modifications / Integrations / Customisations
Topic: change texture size after loading - what have i to update ?
Replies: 0
Views: 1743

change texture size after loading - what have i to update ?

i'am working on a video texture feature. for streaming wmv content, initialisation time is very long (1-5 seconds per texture) so i create those textures with a small 1x1 dummy texture file - when i need the video, it is loaded on fly, but i have to update the texture size, which is no problem, but ...
by tb77
Sat Dec 03, 2005 03:25
Forum: Modifications / Integrations / Customisations
Topic: MenuItem - make it permanent "hovered" or "pushed"
Replies: 1
Views: 1485

MenuItem - make it permanent "hovered" or "pushed"

any way, to make a windowslook menuitem kind of "activated" ? so, that the user sees, what he last activated?

thomas

Go to advanced search