The error suggests that one of the arguments in the CreateLineByTypeL() doesn't exist (or has not finished being initialised). I don't suppose the compiler tells you which? So you'd have to check...
Type: Posts; User: ViruDoshi; Keyword(s):
The error suggests that one of the arguments in the CreateLineByTypeL() doesn't exist (or has not finished being initialised). I don't suppose the compiler tells you which? So you'd have to check...
Sure you've tried it correctly? Hold all three buttons, turn power on and just keep holding the buttons until the phone starts to reformat itself. I can't imagine why that wouldnt work? Check google...
Could always try a hard reset, usually you have to hold the Green Call Button, the Number 3 button, and the * Button all at the same time, and turn the power on and hold the buttons until the phone...
If you're using visual studio '03 it could be that the .rss isn't compiled properlly for the DEBUG build. Try to do a ARMI compile of your project (even if it fails because of other classes), this is...
Included the right .lib's in your project?
ViruDoshi
Ok well seems ive sorted it out now. I basically deleted every occurance of any type of build in any location. And then did a ARMI build without doing a UDEB build.
Let's hope I dont have anymore...
Hey,
Just wondering if any one has had and solved this problem or may know how to.
My APP builds fine for UDEB but when building to ARMI I get the following error:
...
Hi,
There are a few documents at symbian.com about porting considerations but i dont have any direct links so you're gonna have to try searching that site. Also, read the 'Essential Idioms' in the...
In the NewL function you take a IMSPoCTAny parameter which you're not supplying when you make the call to NewL, could this be the problem? Have you taken this code from somewhere?
ViruDoshi
Hi,
To explain the situation;
App calls an EXE, passing a message, EXE passes message back to APP. APP continues and creates a textfile.
The problem;
Well it doesn't work, (it used to but...
Hi,
Download the zip at http://www.forum.nokia.com/info/sw.nokia.com/id/2563969f-fe7f-424e-9062-5580e0981800/S60_Platform_Avkon_UI_Resources_v1_0_en.zip.html .
It should help you.
ViruDoshi
Hi,
You should call HandleItemAdditionL(); on your listbox after adding an item to it.
ViruDoshi
Havent worked with textshell before, but perhaps the console app opens, runs and closes like a .bat file in a windows dos prompt. I dunno, just taking a guess.
ViruDoshi
Just to be clear, you want to display a second pop menu if the user presses the cancel softkey? If so, have you not tried to handle the EAknSoftkeyCancel in the same function that the...
If possible can you post a bit of your code. Ta.
ViruDoshi
Yes thats clear. But i'm saying that they've both been created, the only difference is that one is visible and one is invisible. So if they both exist shouldnt the countcomp's be returning 2?
...
So you're only meant to return the number of viewable controls? Not the number that have been created?
ViruDoshi
I've not worked with databases and sql on symbian so not 100% sure about this. But are you sure that iBookstoreDb has been created? I dont mean just defined, but actually initialised? or perhaps the...
As far as i know you can't change the ringtone level, least not with symbian 7.0.
ViruDoshi
Have you debugged to see at what statement the error occurs in your application?
ViruDoshi
p.s Once again i'm asking you, try to be more descriptive than 'urgent pls help' in your thread titles.
Whoops, you're right, he said app from exe, i think i must of read exe from app.
Sorry.
ViruDoshi
Just to note if you need to pass ASCII values, you should use the 8bit version of descriptiors rather then the 16bit variants.
Defined by explicitly: TBuf8<10> str; for example.
Regards,...
Hey beta55,
The emulator runs in a single process, so you can create different threads but it won't allow you to create a separate process.
The following link my provide some more information:...
Agreed, i think i didnt understand the problem fully. But hey, at least you're aware of semaphores now!
:)
ViruDoshi
Things to check;
Have you called SetExtent on both controls? In CountComponentControls are you returning the correct number of controls? i.e. 2. (2 list boxes).
Regards,
ViruDoshi
p.s...