Hi,
I have the same problem as hoy_cpe.
The call to CancelRequest either with as a parameter EPositionerGetLastKnownPosition or EPositionerNotifyPositionUpdate is an asynchronous request.
In the...
Type: Posts; User: acvwieringen; Keyword(s):
Hi,
I have the same problem as hoy_cpe.
The call to CancelRequest either with as a parameter EPositionerGetLastKnownPosition or EPositionerNotifyPositionUpdate is an asynchronous request.
In the...
Hi,
it did cost some time but I found the problem and it's solution.
The page identifiers, like EAknExFormPageCtrlIdPage01, I used were part of a larger enumeration of identifiers defined in...
Hi Wizard_Hu,
thanks for your answer.
When I run the code in the debugger on the emulator I only see disassembly. I can't see source code.
The disassembly is as below. The exception occurs at...
Hi,
I want to change the form I use in my program into a multi-page form but I get the exception E32USER-Cbase21. (Which means that the program tries to use an array index which is out of bounds)....
Hi Xu,
AT commands to retrieve sms messages are not supported by Symbian phones and thus not by S60 phones.
Probably they are supported by S40 phones but I didn't check this.
Regards,
André...
Hi René,
we have been in the same situation and have asked Symbian Signed to use a dev cert for a number of IMEIs (more than hundred) to rollout an application to a closed user group.
This use...
Hi Suresh,
regretfully the AT commands to retrieve sms messages are not supported by Symbian phones.
Regards,
André van Wieringen
Hi,
also on the Series 60 third edition the following code works:
RWsSession sess=CCoeEnv::Static()->WsSession();
TWsEvent event;
TInt id=sess.FindWindowGroupIdentifier( 0, _L("*Phone*")...
Hi,
we have developed an application on the Series 60 second edition for persons with a mental handicap. This application takes control of the phone and receives calls automatically in...
Hi,
I solved the problem by putting the gdi.lib in the mmp file.
The contents of the gdi.h file is changed between Symbian 8.0 and Symbian 9.1 and now it's necessary to have the gdi.lib in het...
Hi,
in the process of porting an existing application for Series60 Second edition to Series60 third edition I get the following linker error:
Undefined symbol: 'int CFont::AscentInPixels(void)...
Gopal,
thanks I have done that.
Regards,
Andre van Wieringen
Excelbian
Software for Wireless
Hi,
I tried to get a serial number for the S60 third edition SDK today.
I am redirected to the website...
Hi Amit,
below a piece of code which deals with the CEikDirectoryTreeListBox. It's part of a larger whole. So I hope it doesn't make the issue more diffuse instead of more clear.
void...
Hi Amit,
don't you need something like
mylistbox->DtlModel()->ExpandAllItemsL());
after
ActivateL();
Hi Amitjoshi,
do you have something in your view class which resembles the following piece of code?
CCoeControl* CAppMyView::ComponentControl(int aIndex) const
{
switch (aIndex)
{...
Hi Leonva,
maybe this helps:
The Nokia SDK 1.2 emulator only displays "Program Closed" when an application panics. To have the panic details like in SDK v1.0, you just have to create an empty...
Hi Symbianyucca,
thanks for your answer. But no, with switch on I don't mean the start-up of the symbian OS.
With switch on I mean the situation that the machines comes back to live after a...
Hi,
I want to get owner of the password window.
For this I use the following statements
RWindowBase* base = (RWindowBase*)&Window();
base->PasswordWindow(EPasswordAlways);
on the emulator...
Hi,
for my 9500 application I need to receive the switch on event. I have put the statement
iCoeEnv->RootWin().EnableOnEvents(EEventControlAlways);
in my app. So it's sensible to these...
Hi,
on the Nokia 9500 the help system stays owner of the help files of third party applications. This makes re-installation of an application, of which it's help file has been opened, only...
Hi,
my application for the 9500 uses a context sensitive help file which works fine. But when I want to reinstall the application on a real 9500 device the help system is still owner of the...
Hi,
nobody of the assembled "experts" answered my question. So I had to do it myself :)
It was more easy than I thought.
The Class CDirectoryTreeListItemDrawer inherits from...
Hi,
in my application I use a CEikDirectoryTreeListBox which very nicely shows directory trees. I want to zoom in and out on such a directory tree but I don't know how to change the font and font...
Hi Mike,
a little bit late perhaps but I saw your code and found, besides the memory leaks :), the problems which make displaying the clock on the screen impossible.
The two problems are the...