Search found 8 matches
- Mon May 10, 2010 03:17
- Forum: Help
- Topic: a question about statictext
- Replies: 5
- Views: 2723
Re: a question about statictext
the problem is that the thumb of vert scroolbar of statictext should be shown at bottom of statictext when statictext' vert formatting is VTF_BOTTOM_ALIGNED.but the face is that the thumb is shown at top in Initial position. the behavior of vert scollbar's thumb is on the contrary.
- Fri May 07, 2010 03:18
- Forum: Help
- Topic: Vertical Scrollbar Scrolling The Wrong Way
- Replies: 1
- Views: 2184
Re: Vertical Scrollbar Scrolling The Wrong Way
i have encountered the same problem. so how to solve the problem?
- Thu May 06, 2010 12:08
- Forum: Help
- Topic: a question about statictext
- Replies: 5
- Views: 2723
Re: a question about statictext
sorry, i still not got the answer for my problem after searching.
do i describe my question clearly?
do i describe my question clearly?
- Thu May 06, 2010 09:15
- Forum: Help
- Topic: a question about statictext
- Replies: 0
- Views: 2809
a question about statictext
when statictext' vert formatting is VTF_BOTTOM_ALIGNED and the vert scrollbar is shown, the first line of text will show at top while the vert scrollbar's thumb is at bottom. the thing i want to do is the last line of text will show at bottom while the vert scroolbar's thumb is at bottom.so what sho...
- Thu May 06, 2010 09:06
- Forum: Help
- Topic: a question about statictext
- Replies: 5
- Views: 2723
a question about statictext
when statictext' vert formatting is VTF_BOTTOM_ALIGNED and the vert scrollbar is shown, the first line of text will show at top while the vert scrollbar's thumb is at bottom. the thing i want to do is the last line of text will show at bottom while the vert scroolbar's thumb is at bottom.so what sho...
- Thu Apr 22, 2010 09:25
- Forum: Help
- Topic: why RenderedStringWidgetComponent not draw the widget?
- Replies: 4
- Views: 2431
Re: why RenderedStringWidgetComponent not draw the widget?
sorry again
my code is
my code is
Code: Select all
Window* pButton = winMgr.createWindow("TaharezLook/Button", "Mybutton");
pButton->setText("Mybutton");
mclbox->setItem(new MyListItem("[window = 'Mybutton']"), 1, 4);
- Thu Apr 22, 2010 09:21
- Forum: Help
- Topic: why RenderedStringWidgetComponent not draw the widget?
- Replies: 4
- Views: 2431
Re: why RenderedStringWidgetComponent not draw the widget?
i am sorry my problem is that i want to add a button to a MyListItem in Sample_Demo7 but the button is not seem . the code i added is below Window* pButton = winMgr.createWindow("TaharezLook/Button", "Mybutton"); pButton->setText("Mybutton"); mclbox->setItem(new MyListI...
- Thu Apr 22, 2010 03:34
- Forum: Help
- Topic: why RenderedStringWidgetComponent not draw the widget?
- Replies: 4
- Views: 2431
why RenderedStringWidgetComponent not draw the widget?
i try to add a widget via the RenderedString.but the widget seems not to show. is there anything wrong with me?