Hi,
Thanks for reply.
Can you please tell me how i can implement threads in CEGUI system.
Regards,
Parul
Search found 22 matches
- Sun Jun 12, 2005 05:58
- Forum: Modifications / Integrations / Customisations
- Topic: HTML - Image draw
- Replies: 3
- Views: 2962
- Sun Jun 12, 2005 05:13
- Forum: Modifications / Integrations / Customisations
- Topic: Horizontal Scrolling in Image
- Replies: 2
- Views: 2475
Re: Horizontal Scrolling in Image
Hi
Thanks for reply.
I do not know how to implement Horizontal Scroll Pane for image. It is available with CEGUI?
any suggestion to implement this will help.
Thank
Thanks for reply.
I do not know how to implement Horizontal Scroll Pane for image. It is available with CEGUI?
any suggestion to implement this will help.
Thank
- Sat Jun 11, 2005 12:23
- Forum: Modifications / Integrations / Customisations
- Topic: Horizontal Scrolling in Image
- Replies: 2
- Views: 2475
Horizontal Scrolling in Image
Hi All,
I need to implement horizintal scrolling of image.
I am writing a customized control derived from StaticImage.
Can any body please suggest how do i go about it.
Thanks,
Parul
I need to implement horizintal scrolling of image.
I am writing a customized control derived from StaticImage.
Can any body please suggest how do i go about it.
Thanks,
Parul
- Fri Jun 10, 2005 14:48
- Forum: Modifications / Integrations / Customisations
- Topic: HTML - Image draw
- Replies: 3
- Views: 2962
HTML - Image draw
Hi All, We are creating HTML Viewer widget using CEGUI. This is the sequence of activities that we nned follow for drawing an Image: a) If Image tag is found, send a message to Container Application. c) If Image is with container, it sets it back to the widget by calling a function and widget can dr...
- Tue Jun 07, 2005 07:29
- Forum: Modifications / Integrations / Customisations
- Topic: It's urgent - Image Drawing
- Replies: 2
- Views: 2268
Re: It's urgent - Image Drawing
Hi
Thanks a lot.
Regards,
parul
Thanks a lot.
Regards,
parul
- Mon Jun 06, 2005 11:05
- Forum: Modifications / Integrations / Customisations
- Topic: It's urgent - Image Drawing
- Replies: 2
- Views: 2268
It's urgent - Image Drawing
Hi All, I have one basic query regarding image drawing. I am using defineImage function of image set class to define image and draw function of Image class for drawing the image. 1) If i give size of the image same as actual image size it draws the proper image. 2) but If i give size smaller then th...
- Wed Jun 01, 2005 14:21
- Forum: CEGUI Library Development Discussion
- Topic: Customized Image Control
- Replies: 2
- Views: 4325
Customized Image Control
Hi All, I need to create a customized Image Control, which is drive from Static Image. I am able to display my image at run time and display a single line border around it. The issue is in change the border size at run time as displayed in the snap shots attached with the mail. I am not able to unde...
- Thu May 05, 2005 06:06
- Forum: CEGUI Library Development Discussion
- Topic: Special character drawing
- Replies: 0
- Views: 4219
Special character drawing
Hi All, I am working on HTML Viewer widget. In my application I want to display special character like pound sign (ASCII value - 243), currency sign (ASCII value 244). But when I try to draw these characters then it display only up to ASCII value 127 after that it doesn’t display any character. I am...
- Mon May 02, 2005 07:31
- Forum: Modifications / Integrations / Customisations
- Topic: GIF to Texture conversion
- Replies: 0
- Views: 3189
GIF to Texture conversion
Hello, In my application I am trying to convert a GIF file to Texture. But it is giving some error. Below is line of code and error message CEGUI::Texture* myTexture = System::getSingleton().getRenderer()->createTexture((utf8*)"giffile.gif"); CEGUI::Imageset* pImageSet = ImagesetManager::g...
- Thu Apr 21, 2005 14:02
- Forum: Modifications / Integrations / Customisations
- Topic: Ogre::TexturePtr to CEGUI::Texture conversion
- Replies: 2
- Views: 2800
Ogre::TexturePtr to CEGUI::Texture conversion
Hello Everybody In My application I want to convert ogre::TexturePtr to CEGUI::Texture and then want to display it on our Widget. My application is crashing on startRendering () Below is block of code – OgreCEGUIRenderer* renderer = (OgreCEGUIRenderer*)CEGUI::System::getSingleton().getRenderer(); CE...
- Mon Mar 21, 2005 11:30
- Forum: Modifications / Integrations / Customisations
- Topic: Image Format
- Replies: 1
- Views: 1657
Image Format
Hi All
i want to know if CEGUI support gif format of image.
Regards
parul
i want to know if CEGUI support gif format of image.
Regards
parul
- Mon Mar 21, 2005 04:18
- Forum: Modifications / Integrations / Customisations
- Topic: Font
- Replies: 2
- Views: 2578
Font
Hi All,
I want to use different font attribute (italic,bold, different colors)in my application. so at runtime how i can change font attribute(italic,bold, different colors)etc.
Regards
Parul
I want to use different font attribute (italic,bold, different colors)in my application. so at runtime how i can change font attribute(italic,bold, different colors)etc.
Regards
Parul
- Fri Mar 18, 2005 13:08
- Forum: Modifications / Integrations / Customisations
- Topic: Clipboard Functionality
- Replies: 1
- Views: 1914
Clipboard Functionality
Hi All,
I want to know if Clipboard functionality(cut, copy, paste) is available in CEGUI.
Thanks
Parul
I want to know if Clipboard functionality(cut, copy, paste) is available in CEGUI.
Thanks
Parul
- Thu Mar 17, 2005 11:52
- Forum: Modifications / Integrations / Customisations
- Topic: Cegui Feature
- Replies: 4
- Views: 3021
Re: Cegui Feature
in Development Roadmap the Release 0.2.1 time is given in March 2005. so will you please tell me the when it will release in march. i need Tooltip widget
- Thu Mar 17, 2005 09:46
- Forum: Modifications / Integrations / Customisations
- Topic: Cegui Feature
- Replies: 4
- Views: 3021
Cegui Feature
Is there any feature available for creating Toolbar, Tooltip and Menu.