Search found 17 matches

by sudhakar
Fri Apr 18, 2014 08:36
Forum: Help
Topic: how to get Verical scroll bar for Combo box
Replies: 3
Views: 2942

Re: how to get Verical scroll bar for Combo box

Could any one please give me a solution for the above question.
how to get Verical scroll bar for Combo box ?

Appreciate your help.

Thanks,
Sudhakar
by sudhakar
Thu Apr 17, 2014 15:04
Forum: Help
Topic: how to get Verical scroll bar for Combo box
Replies: 3
Views: 2942

how to get Verical scroll bar for Combo box

HI All, I am using CEGUI and adding a combo box thru windows layout xml as follows. But my combobox did not have vertical scroll bar. I need to have a vertical scroll bar for my combo box. Please let me know how can i add/get that vertical scroll bar for Combo box <Window Type="XYZLook/Combobox...
by sudhakar
Wed Mar 12, 2014 13:56
Forum: Help
Topic: List box issue
Replies: 13
Views: 6985

Re: List box issue

is there anyway that i can add horizontal scroll bar to the multi-cplumn list box i have tried by adding the auto_hscrollbar in layout xml as shown in the my previous post. but it is not working. do i need to do anything else here for horizantal scrollbar for list box ? I've gone thru the link you p...
by sudhakar
Wed Mar 12, 2014 12:59
Forum: Help
Topic: List box issue
Replies: 13
Views: 6985

Re: List box issue

okay. it seems i can not upload the image as i should not do that from third party web hosts But i can explain the my problem/scenario in detail . please help me with any ideas and suggestions. My scenario is I have a multi-column list box .I have two columns. in second column i am adding text dynam...
by sudhakar
Wed Mar 12, 2014 11:58
Forum: Help
Topic: List box issue
Replies: 13
Views: 6985

Re: List box issue

could you please let me know if there are any webhosts

that people will generally use to post screen shots.

Thanks.
by sudhakar
Wed Mar 12, 2014 11:10
Forum: Help
Topic: List box issue
Replies: 13
Views: 6985

Re: List box issue

i am not sure which web host to use. is there anyway to directly attach the screen shot.
by sudhakar
Wed Mar 12, 2014 11:00
Forum: Help
Topic: List box issue
Replies: 13
Views: 6985

Re: List box issue

could you please let me know how and where to attach a screen shot in the reply here.

i tried to paste my screen shot in Img tags here.but it seems not working.

Thanks,
Sudhakar
by sudhakar
Wed Mar 12, 2014 08:07
Forum: Help
Topic: List box issue
Replies: 13
Views: 6985

Re: List box issue

yes. those are from wrapper class of MultiColumn list box. for eg: NewRow() means m_pList->addRow(); where m_pList is CEGUI::MultiColumnList * m_pList; they are working fine. but in a column, if the text is too long for a ROW ,so some of the text is visually truncated under the screen. I want to dis...
by sudhakar
Tue Mar 11, 2014 12:21
Forum: Help
Topic: List box issue
Replies: 13
Views: 6985

List box issue

I have a CEGUI listbox on which some text is displayed. but text is too big to display in one row so it got truncated from the screen. please let me know how to display the rest of the text in the next row if the text in the row is too big to display in a single row. it is a multicolumn list shell. ...
by sudhakar
Fri Feb 07, 2014 13:48
Forum: Help
Topic: How to display Hexa decimal number with space delimiter
Replies: 1
Views: 2009

How to display Hexa decimal number with space delimiter

Hi All, Could you please let me know how to display a Hexa decimal number with space delimiter in CEGUI Edit Box using C++. in a format as in the example below with spaces after 4 bytes) 0x0000 0000 0000 0000 But for calculation purpose the entire string should be considered as a single value. Appre...
by sudhakar
Wed Dec 18, 2013 07:34
Forum: Help
Topic: getting stack overflow in Window::invalidateRenderingSurface
Replies: 3
Views: 2685

Re: getting stack overflow in Window::invalidateRenderingSur

currently we are using (in our comany) CEGUI 0.7.2 only. it seems we have have not adapted to latest version. hence i am not sure how to adapt new CEGUI release and i need to wait for that till the entire team use latest version. My question is it seems mpEdiBox->setText(...) is working in some plac...
by sudhakar
Tue Dec 17, 2013 11:22
Forum: Help
Topic: getting stack overflow in Window::invalidateRenderingSurface
Replies: 3
Views: 2685

getting stack overflow in Window::invalidateRenderingSurface

I am trying to place an editbox to hold hexadecimal values. when the edit box is clicked a hexadecimal keypad (customized) will pop-up and user can enter values. But when I tried to set the Text in Edit Box by using the following code it is crashing with stack overfflow exception in CEGUI codeWindow...
by sudhakar
Tue Jul 02, 2013 08:31
Forum: Help
Topic: How to increase the size of the auto_closebutton
Replies: 4
Views: 3296

Re: How to increase the size of the auto_closebutton

Hi All, Could you please let me know your suggestions / ideas on the incresing the size of the auto_close button. Appreciate your help. I have tried by incresing the <AbsoluteDim value="0.6"> from 0.5 but no luck. in looknfeel xml file. Please let me know how to and what specific values we...
by sudhakar
Mon Jul 01, 2013 15:18
Forum: Help
Topic: How to increase the size of the auto_closebutton
Replies: 4
Views: 3296

Re: How to increase the size of the auto_closebutton

Hi , What specific values/parameters do we need to change to achieve the increased size of auto_close button. I have tried to change the value in <AbsoluteDim value="0.6"> earlier it was 0.5 but it seems there is no increase. in the loonfeel xml I have some thing like this. <Dim type="...
by sudhakar
Mon Jul 01, 2013 14:17
Forum: Help
Topic: How to increase the size of the auto_closebutton
Replies: 4
Views: 3296

How to increase the size of the auto_closebutton

Hi All,

Could you please let me know how we can increase the size of the __auto_closebutton__ .

Small Red 'x' Used to Close Windows Is Too Small on CEGUI framewindow.

Thanks,
Sudhakar

Go to advanced search