Search found 14 matches

by K0h4n
Sat Jul 19, 2008 19:03
Forum: Help
Topic: [Solved]slider in list box
Replies: 3
Views: 2750

wow i'm glad i can solve it now is it possible to program using function getXPosition, getYPosition, getWidth, getHeight in window class to solve this matter? i think once the cursor inside or outside the the range of the main window, then the transparent event will be triggered i cant figure it out...
by K0h4n
Sat Jul 19, 2008 04:43
Forum: Help
Topic: [Solved]slider in list box
Replies: 3
Views: 2750

[Solved]slider in list box

few days ago i'm asking about the mouse enter a window in this thread: http://www.cegui.org.uk/phpBB2/viewtopic.php?t=3412 i'm creating chat window using listbox and editbox each window (main window, listbox and editbox) i subscribe the same event to achieve the transparent once the cursor leaves th...
by K0h4n
Fri Jul 18, 2008 09:02
Forum: Help
Topic: [solved]vertical tiled image
Replies: 2
Views: 1750

hmm...
now i understand
is better to lose a little resource than the performance

thank you CE
by K0h4n
Fri Jul 18, 2008 04:28
Forum: Help
Topic: [solved]vertical tiled image
Replies: 2
Views: 1750

[solved]vertical tiled image

so far i could modified the image set in CEGUI and change the background of taharez look (thanks to Eddie and CEGUI community) i just curious how to put the image in tiled order do we have to change the look n feel file or there is an option to change it only in layout file because i want to create ...
by K0h4n
Thu Jul 17, 2008 15:11
Forum: Help
Topic: [Solved]mouse cursor in window
Replies: 2
Views: 2153

wow it works
thank you Eddie
by K0h4n
Thu Jul 17, 2008 09:40
Forum: Help
Topic: [Solved]mouse cursor in window
Replies: 2
Views: 2153

[Solved]mouse cursor in window

i create a window 1/4 of the root width and height and i put it at the bottom left side is there any input reader so when the mouse is on top of the window, the alpha of the window is 1 and set the window active when the mouse is outside the window the alpha will be 0.5 and deactive the window i'm u...
by K0h4n
Thu Jul 10, 2008 16:10
Forum: Help
Topic: [solved]Scrollbar problem
Replies: 1
Views: 1596

omg now i know how to fix it here is the code to solve it bool handle_GameRoomChat(const CEGUI::EventArgs& args){ using namespace CEGUI; // initialize window manager WindowManager *wmgr = WindowManager::getSingletonPtr(); //initialize chat window Listbox* chatLog = static_ca...
by K0h4n
Thu Jul 10, 2008 08:57
Forum: Help
Topic: [solved]Scrollbar problem
Replies: 1
Views: 1596

[solved]Scrollbar problem

i'm trying to create a chat box for a game and i want to create the scroll bar to point at the end of the chat box and stay at the current point if the scroll bar are moved to the other position (i'm using list box as a chat box) the scroll bar then will be locked again once the user drag it to the ...
by K0h4n
Sat Jul 05, 2008 16:37
Forum: Help
Topic: [solved]Message box
Replies: 3
Views: 3031

well another silly me... :oops:
after a few searching from the website i found out about modal
i just need to add:
messagebox->setModalState(true);
to my code

thank you for any one who read this post
and sorry for wasting your time 8)
by K0h4n
Sat Jul 05, 2008 16:26
Forum: Help
Topic: [solved]Message box
Replies: 3
Views: 3031

Oh silly me... :oops: after a few testing i found the culprit i think i have a day dreaming while creating this code :roll: but i still haven't figure it out how to create other window to freeze or cant response to the event until the dialog window is clicked any help still appreciated thank you
by K0h4n
Sat Jul 05, 2008 13:45
Forum: Help
Topic: [solved]Message box
Replies: 3
Views: 3031

[solved]Message box

i try to create a dialog box or error box or message box (whatever you like to call) this is a snippet of my code //Handle Game GUI void GUI(){ CEGUI::WindowManager *wmgr = CEGUI::WindowManager::getSingletonPtr(); MainMenuSheet = wmgr->loadWindowLayout((CEGUI::utf8*)...
by K0h4n
Wed Jul 02, 2008 18:09
Forum: Help
Topic: [solved]static image without border
Replies: 2
Views: 3260

wow....
it works like a charm
thank you CE
by K0h4n
Wed Jul 02, 2008 15:42
Forum: Help
Topic: [solved]static image without border
Replies: 2
Views: 3260

[solved]static image without border

ok... i think this is a common problem but i can't figure out the solution yet i would like to create a static image without any border on the frame this is the code for the layout: <?xml version="1.0" encoding="UTF-8"?> <GUILayout > <Window Type="DefaultWindow" Name=&q...
by K0h4n
Sun Apr 06, 2008 16:24
Forum: Help
Topic: How can I build CEGUI 0.6.0 from source for Code::Blocks?
Replies: 6
Views: 4319

Hi there We both in the same situation here and I cant find any precompiled SDK for Code::Blocks but i found the previous version precompiled lib in this link: http://www.cegui.org.uk/wiki/index.php/Community_Downloads and i found another people try to compile it in net bean but i think he is trying...

Go to advanced search