still unable to find answer...
kindly help me
Type: Posts; User: nishantanindya; Keyword(s):
still unable to find answer...
kindly help me
please help me....
and on emulator it is working fine
It doesnt show any error...
when i press LSK to show list box it just crashes... and my application closed...
it doesnt show any error even on emulator
:(:(
hello All...
my list box is working fine on Nokia C5-03
but it is not working on N73...:(:(
iItemList->Model()->SetItemTextArray(iarray);
...
and my text file contains data like this:
22-5-2012 12:26:47#aa#False#22-5-2012 12:27:48#bb#False#22-5-2012 12:28:50#cc#False#22-5-2012 12:29:04#dd#False#... so on
Hello All,
I have get this error and my app crashes:
I am doing as follows
reading file:
readfile()
{
TInt iHashPos=0;
TBuf<500> itemp, itemp1, itemp3, idatetime;
TInt iuri=1,...
Hello All,
When I exit from my application it gives me error:
KERN EXEC 0
It happens only when i back after showing listbox.
Kindly help me.
Thank you
Oh yeah....
thanks...
It is working fine..
My file have data like this:
aa#bb#cc#dd#ee#
and list box is created but with blank data on every row.
why is it so???
kindly help me
and at time of exiting it throws KERN EXEC 3
I am doing as follows:
ConstructL(const TRect& aRect)
{
CreateWindowL();
iItemList = new (ELeave)...
Hello All,
My list content are not visible..
may i miss something
please help me
Hello All,
I have getting error during launching web browser;
Services: Unable to perform operation.
My code is as follows:
launchbrowser(const TDesC aText)// aText is like...
Thanks Wizard,
Got the problem fixed. Line 29 said that no .exe file could be found. There were multiple includes of some header files. Once I removed them, refreshed carbide,clean and build and...
when I am debugging my application on emulator it does not goes at break points but at exit time it shows like
"No Source available for 0x3E79636( ekrn.exe )()"
and at console it shows at last...
Now no error is showing on device in Nokia N73, but it is still crashing.
It crashes when IssueHttp called it display msg connecting and then crash.
I really dont understand why is it happening???
now i am not getting any panic at the time of image saving in file.
but at still unable to upload image
getting error KERN EXEC 3
Kindly help me.
Dear Wizard_hu_
still unable to upload image
getting error
ICL Thread.00063504477
992136000.00704F00
E32User cbase 46
for saving the CfbsBitmap I am doing as:
TRequestStatus aStatus = KErrNone;
RFs& fsSession = CEikonEnv::Static()->FsSession();
CImageEncoder* iEncoder =...
Dear Wizard_hu as you have suggested.. I do and it is working fine.
Now if at run time I have a Cfbsbitmap type image(not saved in file) how can i upload it.
1. how can i encode - decode it
2....
allocate memory for iengine in constructL()
IEngine = CClientEngine::NewL(*iview);
no I am creating bmp encoder...
ok I understand...
Now I am doing like this
HBufC8* ibuffer = NULL;//HBufC8::NewL(1000);
CImageEncoder* iencoder =...
I dont have jpg image I have only bitmap type image
I have bitmap type of image and want to send to the server...
I dont store image in any file(as project requirement)
kindly tell me how can i do it..
Thank you