Hi all,
It appears the newer FP2 phones (like E72, E52) show the IAP selection dialog even if the midlet is connecting a socket to a server running on localhost/127.0.0.1.
Other phones dont...
Type: Posts; User: aymenn; Keyword(s):
Hi all,
It appears the newer FP2 phones (like E72, E52) show the IAP selection dialog even if the midlet is connecting a socket to a server running on localhost/127.0.0.1.
Other phones dont...
I know this is futile and it wont change the outcome of this thread (unless someone else knows more) but I think the reasoning is a little flawed.
Id be more inclined to say this is a bug in the...
Hello,
There's an article on how to do this for native C++ application here http://wiki.forum.nokia.com/index.php/How_to_prevent_dial_pad_and_voice_command_from_being_started_by_green_key but I...
Hello,
Using the example on the wiki to send a text message, it doesnt seem to interact with the messaging application at all as the sent messages dont appear in the sent items.
Is it possible to...
Hi,
I just encountered the same problem, just after the fonts are loaded, I get a "Wserv Panic SCDV 12".
Did you work out what happened and how to fix it?
This emulator has been working...
Hi,
Just tried with the same results as Rob, access denied...
Also found that sending keys to the phone application will only generate the tone if the phone appliction is in the foreground. Im...
Sorry i missed putting "nasty" out of the suggested solution :) Also, You would of course change the prio after that event has been processed, a short time later.
Other than that, I missed that...
Sounds nasty... I guess the user usually expects the application to go the background when the red key is pressed, unless theres an ongoing call.
One solution worth trying out is to set the...
Check out http://www.forum.nokia.com/main/technical_services/training/elearning_curriculum.html
Aymen
Whats the uri? Can you access from the phone browser?
Sounds like you are getting to a server but it is disconnecting the underlying socket for some reason?
Cheers, Aymen
I dont think theyre implemented in AVKON, possibly just UIQ?
Try the combination of CAknSinglePopupMenuStyleListBox and CAknPopupList. There are many examples using these controls.
Hope this...
Unless Rectangle only contains pure virtual methods (except for destructor), and it doesnt look like it from the code youve written, you cannot do mulitple inheritance on Symbian platform.
Can...
Just wondering which documentation says that?
My understanding from the return value docs:
Return value
HBufC16 * A pointer to the new expanded or contracted 16-bit heap descriptor - the...
This is not a compilation error, it's a linker error.
Does the error say where CBase::CBase (class CBase const&) is referenced from? Usually theres a reference chain where you can track it back to...
Just a wild guess... I wonder if you're using some other resource. if you change r_setting_page_username to r_setting_page_usernamexxx does it still compile and work?
Maybe post some more code.
Hi,
I usually use HookLogger to find memory leaks. (see link below)
It's probably the fastest way of finding memory leaks. Also do a search on Hooklogger, you'll find some tutorials how to use...
Hi,
Have you looked at CSIPProfileRegistry?
HBufC based impl.
HBufC* CDelEncDec::outPutL() // Note L indicates the function can "leave"
{
...
HBufC* buf5=HBufC::NewL(32);
...
tpt.AppendNum(b[i]);
...
Hi,
Did you guys find a solution for this?
I don't need to change it, I just need to see what it is set to.
Thanks in advance, Aymen
That should do it. I dont know if carbide takes the changes immediately, did you try clean/restart/rebuild?
If that doesnt work, could you send the complete output from the console?
The errors shown are definitely linker errors and are due to missing libraries.
It doesnt sound like the libs were added successfully. Ensure you have those libraries added to ur mmp file
What...
Hi,
Gave it a quick try and it works on mine (using the same tools as you), it enters the infinite loop.
Cheers, Aymen
do you have apgrfx.lib and ws32.lib in the list of libraries in the mmp file:
LIBRARY ws32.lib
LIBRARY apgrfx.lib
Cheers, Aymen
RPointerArray::ResetAndDestroy will iterate through your array and delete its contents
Thanks for the pointer.
Maybe a silly questions, what is a general purpose "standard Avkon editor"?
Cheers