Search found 14 matches
- 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...
- 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...
- Fri Jul 18, 2008 09:02
- Forum: Help
- Topic: [solved]vertical tiled image
- Replies: 2
- Views: 1750
- 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 ...
- Thu Jul 17, 2008 15:11
- Forum: Help
- Topic: [Solved]mouse cursor in window
- Replies: 2
- Views: 2153
- 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...
- Thu Jul 10, 2008 16:10
- Forum: Help
- Topic: [solved]Scrollbar problem
- Replies: 1
- Views: 1596
- 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 ...
- Sat Jul 05, 2008 16:37
- Forum: Help
- Topic: [solved]Message box
- Replies: 3
- Views: 3031
- Sat Jul 05, 2008 16:26
- Forum: Help
- Topic: [solved]Message box
- Replies: 3
- Views: 3031
- 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*)...
- Wed Jul 02, 2008 18:09
- Forum: Help
- Topic: [solved]static image without border
- Replies: 2
- Views: 3260
- 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...
- 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...