Search found 26 matches
- Thu Nov 05, 2009 23:29
- Forum: Offtopic Discussion
- Topic: some general doubts regarding cegui
- Replies: 4
- Views: 6914
Re: some general doubts regarding cegui
Thanks for response ... @jamarr I know that CE replied to some of questions asked in this post but i was looking for some option to set in layout file rather than calling a method in the code. so asked it again ... Using text masking works in code... Thanks for this... I guess the major problem with...
- Tue Nov 03, 2009 16:19
- Forum: Offtopic Discussion
- Topic: some general doubts regarding cegui
- Replies: 4
- Views: 6914
Re: some general doubts regarding cegui
Also my Opearing system is Windows Xp and i am using MSVC 8 for development...
Thanks
SJ
Thanks
SJ
- Tue Nov 03, 2009 05:07
- Forum: Offtopic Discussion
- Topic: some general doubts regarding cegui
- Replies: 4
- Views: 6914
some general doubts regarding cegui
Hi: First, i would attach log files :) 02/11/2009 22:44:20 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 02/11/2009 22:44:20 (InfL1) + Crazy Eddie's GUI System - Event log + 02/11/2009 22:44:20 (InfL1) + (http://www.cegui.org.uk/) + 02/11/2009 22:44:20 (InfL...
- Sun Oct 25, 2009 09:06
- Forum: Offtopic Discussion
- Topic: Titlebar: Image and text on it
- Replies: 3
- Views: 5076
Re: Titlebar: Image and text on it
I am extremely sorry for not providing that information.
I thought that questions are general one and does not require log file and OS related information.
Will take care next time.. for sure...
and will post information on this thread as soon as return to workplace...
Thanks
SJ
I thought that questions are general one and does not require log file and OS related information.
Will take care next time.. for sure...
and will post information on this thread as soon as return to workplace...
Thanks
SJ
- Wed Oct 21, 2009 19:29
- Forum: Offtopic Discussion
- Topic: Text alignment on top of button
- Replies: 1
- Views: 3621
Text alignment on top of button
Hi:
How can i set the text alignment on top of buttons...
Suppose i say that text should appear on right side or left side or middle... Is there any way to specify that....
Thanks
Saurabh
How can i set the text alignment on top of buttons...
Suppose i say that text should appear on right side or left side or middle... Is there any way to specify that....
Thanks
Saurabh
- Wed Oct 21, 2009 19:21
- Forum: Offtopic Discussion
- Topic: Titlebar: Image and text on it
- Replies: 3
- Views: 5076
Titlebar: Image and text on it
Hi: I have a vanilla/EditBox which accepts the password for the application access. Now when i enter the password then it is visible to everyone who is looking at screen at that time because it is in plain text... What should i do to avoid this. I looked into vanilla.looknfeel file but did not find ...
- Thu Oct 15, 2009 19:17
- Forum: Offtopic Discussion
- Topic: Video wiewing capability in CEGUI and OGRE
- Replies: 1
- Views: 4159
Video wiewing capability in CEGUI and OGRE
Hi:
Is there any way to view video files in CEGUI based window.
Is there any player integrated with CEGUI in past?
Any information on this will be of great help.
Thanks
Saurabh
Is there any way to view video files in CEGUI based window.
Is there any player integrated with CEGUI in past?
Any information on this will be of great help.
Thanks
Saurabh
- Thu Oct 15, 2009 19:14
- Forum: Offtopic Discussion
- Topic: CEGUI charting capabiliy
- Replies: 1
- Views: 3803
CEGUI charting capabiliy
Hi:
Does CEGUI provide any kind of charting capability or is it possible to integrate any 3rd party library with CEGUI to draw graph and display figures in CEGUI.
Has any one encountered this requirement before?
Thanks
Saurabh
Does CEGUI provide any kind of charting capability or is it possible to integrate any 3rd party library with CEGUI to draw graph and display figures in CEGUI.
Has any one encountered this requirement before?
Thanks
Saurabh
- Thu Oct 15, 2009 19:13
- Forum: Offtopic Discussion
- Topic: Fetching the windowName
- Replies: 7
- Views: 7697
Re: Fetching the windowName
Hi,
It works perfectly.
I was not initializing the variable so crash was happening. Sorry for not providing enough details for post mar-tam...
But will take care next time...
Thank
Saurabh
It works perfectly.
I was not initializing the variable so crash was happening. Sorry for not providing enough details for post mar-tam...
But will take care next time...
Thank
Saurabh
- Wed Oct 14, 2009 00:59
- Forum: Offtopic Discussion
- Topic: Fetching the windowName
- Replies: 7
- Views: 7697
Re: Fetching the windowName
Hi: I am trying to get the window name... If suppose i declare a window with this line... loginSheet = CEGUI::WindowManager::getSingletonPtr()->loadWindowLayout((CEGUI::utf8*)"loginlayout.layout", "LOGIN_WINDOW"); mWindow->addChildWindow(loginSheet); where mWindow is CEGUI::Windo...
- Tue Oct 13, 2009 05:01
- Forum: Offtopic Discussion
- Topic: Fetching the windowName
- Replies: 7
- Views: 7697
Re: Fetching the windowName
I looked into API's documentation. The use getActiveChild() is peculiar. I thought it'll return the pointer to layout which is active but it is returning a this pointer and also documentation does not say that what will be returned if input is focused on one of the child window and that window is ac...
- Tue Oct 13, 2009 04:51
- Forum: Offtopic Discussion
- Topic: Fetching the windowName
- Replies: 7
- Views: 7697
Re: Fetching the windowName
Crash is happening due to line...
currentWin = win->getActiveChild()->getName();
I am wondering about the role of getActiveChild api. What would it do? Will it return me the layout which i have set visible and attached as a child of rootWindow.
Thanks
Saurabh
currentWin = win->getActiveChild()->getName();
I am wondering about the role of getActiveChild api. What would it do? Will it return me the layout which i have set visible and attached as a child of rootWindow.
Thanks
Saurabh
- Tue Oct 13, 2009 04:49
- Forum: Offtopic Discussion
- Topic: Fetching the windowName
- Replies: 7
- Views: 7697
Fetching the windowName
Hi: I am writing a multi page application. I load multiple layouts and assign each of them a name. Later when some button event happens, i wish to find that on which layout event occured... I am doing this but program crashes without logging any error message. CEGUI::WindowManager *wMgr = CEGUI::Win...
- Mon Oct 12, 2009 17:59
- Forum: Offtopic Discussion
- Topic: Error: window object does not exists
- Replies: 5
- Views: 6475
Re: Error: window object does not exists
Hi: Setting to loglevel 2 works for me... I used the same old line but no idea why it worked this time and did not worked previously... The mistake was that i was giving a name to layout while loading so that i can retrieve that back later using that name and i did not know that i need to prefix lay...
- Mon Oct 12, 2009 17:05
- Forum: Offtopic Discussion
- Topic: Error: window object does not exists
- Replies: 5
- Views: 6475
Re: Error: window object does not exists
I am using this code line to set the CEGUI logging level to informative but program just crashes before logging anything. CEGUI::Logger::getSingleton().setLoggingLevel( CEGUI::Informative ); If comment these lines then it works fine... My CEGUI.log without informative set is pasted below and it says...