hi:
I want to know that if the symbian support the calendar control ?
if have how can i use it ?
thx
Type: Posts; User: faqffq; Keyword(s):
hi:
I want to know that if the symbian support the calendar control ?
if have how can i use it ?
thx
Hi all:
How can I insert a image into the CEikRichTextEditor control ?
Thx !
Hi all:
how can dynmic add a line to the form ?
thanks
Hi:
you can get the example in \Symbian\6.1\Series60\Series60Ex\Bmpmanip
Hi:
you need add the .cpp file to the .mmp file.
Hi:
when user press the OK key the project post the message to the OfferKeyEventL function first. if it is not a EEventKey then the project post the message to the HandleCommandL function . so you...
Hi:
I think you can use the Dynamic buffer. ( CBufFlat or CBufSeg )
Hi All:
how to get the width and height of a jpg or bmp ?
thanks!
Hi All:
how to get the width and height of a jpg or bmp ?
thanks
Hi all:
How can I dynamic add a popup menu and it's sub-menu to a menuPane if we not use the .rss file? thank ?
Can we customize a font?
Did the Symbian support some control like Tree View and Table?
hi all,
Did the TCalendar Control is visible ?
And how can I use it ?
Thanks
how can I add a control to a form dynamic?
How can I get the "OK" button's message?
hi all,
how can I use a image file directly in my project? I think it is easy to use the CMdaImageFileToBitmapUtility to convert the image to bitmap ,but the speed is lower I think if convert...
I think the problem is not in the icon list. because every item of the listbox has a number field which indicate the index of the icon in the icon list. By the way I think you can create your icon...
I think that you can you add some code in the CountComponentControls() and ComponentControl() member functions. because the CountComponentControls() function return the number of controls in the...
User::Exit( KErrNone );
because every resource in the *.rss file own a id and it is stored in the *.rsg file.so when you add a new resource into the *.rss file you should resouce build the project. maybe it is useful for you
Can we set the text and not use the resource ? :)
Hi All:
how can I make a listbox like the example AknExForm which allow user input directly and is not a form style ?
Hi All:
how can I get the width and height of a jpg or bmp style image file. The symbian only support its own image style ( CFbsBitmap ... ) . and if I want to use another style image file ( like...