Hi All,
i am defining a read only form in rss by using flag EEikFormUseDoubleSpacedFormat.
one of my DLG_LINE is EEikCtEdwin address field which is displaying as dhfkjdhfk.....
how to show this...
Type: Posts; User: vinaykk; Keyword(s):
Hi All,
i am defining a read only form in rss by using flag EEikFormUseDoubleSpacedFormat.
one of my DLG_LINE is EEikCtEdwin address field which is displaying as dhfkjdhfk.....
how to show this...
ya im implemeting in s60 5th edition and on top of my own control in my application.
i cant attach the imge in the post...
Hi All,
i have one floating toolbar and view derived from ccoecontrol and drawing engine derived from MDirectScreenAccess im using direct screen access property, but when i drag the toolbar screen...
Hi ALL,
i want to show images so that user can select them. if i use MGFetch::RunL() path is by default C:data can i specify my own path like c:data\images\vinay?
if i use CAknFileSelectionDialog...
Hi Folks,
this code will display a about dialog with image
resource file
RESOURCE DIALOG r_about_dialog
{
flags = EAknInformationNoteFlags;
buttons =...
hi i solved the issue by
void CAppUi::HandleResourceChangeL( TInt aType )
if(aType == 268457667)
{
User::After(700000);
iAppView->RenderScreen();
}
Hi All,
So far its discussed lot many times but there is no exact soln,
can anybody please tell how to display icon in about dialog or in dialog
with resource file and class to display dialog
...
yes that menu items will be still in screen with blurred
its refreshing in emulator but not in the device what may be the prob?
in my application main view draw function im drawing image using bitblt
i.e the screen what user drawn previously. im using direct screen acess property
main view has no controls it has blacnk screen where user can draw like paint.. and other views contains images like buttons which im drawing in their draw functions.
after i select "Cancel" it will...
ya im using 6 views each derived fron CCoeControl and MCoeView and made one of them as default and other can be activated and deactivated.
Hi ALL,
im facing some strange problem like i open my application and select "Options" menu
the i'll get pop up of all menu items wriiten in rss file. now CBA will be "select" and "Cancel"
if i...
hi ALL,
sorry and thanks all of u for ur valuable time.
the problem was that my application was multilingual for that it was giving error now i built for only english language so accordingly...
its working on device also from the package file i build sis file and transfer to devices its working.. while debugging application on device by using IDE its crashing..
wizard
same code is working in emulator and in phone release mode but when i do on device debugging its crashing...
debugging happening but its crashing at BaseConstructL (CAknAppUi::EAknEnableSkin) in ui constructL() wht may be the prob
ya i hav to press resume continuosly though its not working
wht may be the cause?? any capabilities it needs?? my application contains MMS and camera it works fine in phone release build
please help me application is not launching on mobile im getting that error
when i start debug in IDE, sis file is transferred to device and application is not opening.. that time im not getting that error
when i start debug in IDE, sis file is transferred to device and application is not opening..
Hi,
im able to install App TRK new version from carbide IDE, but while debugging my application im getting error "Signal Exception 0 received: A data abort exception has occurred" any idea??...
i checked long before its not there in application manger.
and where can i get latest version of App TRK for 5800?
Hi All,
Im not able to install App trk s60_5_0_app_trk_3_0_8.sisx on 5800. its coming as "not able to install component built in". if its already there from where i can open that application in...
Hi Folks,
im able to update the part of image.
thanks yucca n all.