Hi Dominique,
If you are using the Series 60 view switching architecture - which your reference to CAknViewAppUi implies, then you need to put DynInitMenuPaneL in a CAknView derived class.
...
Type: Posts; User: Forum_Nokia_DS1; Keyword(s):
Hi Dominique,
If you are using the Series 60 view switching architecture - which your reference to CAknViewAppUi implies, then you need to put DynInitMenuPaneL in a CAknView derived class.
...
See the notes in the header file AknWaitDialog.h
* Callback:
* To get a callback when/if the dialog has been dismissed
* use SetCallBack API (for more info see aknprogressdialog.h)...
Hi,
This isn't necessarily a defect. It may just be memory fragmentation. Ultimately, Memory is allocated to all processes in fixed size chunks. For the sake of argument, suppose FBSERV is...
Hi,
There is no way of sharing writable statics between processes in a DLL. The usual ways for doing interprocess communication on Symbian OS are using the Client/Server architecture, or for for...
Yes, you can send files via IR or BT using the Obex protocol. You do indeed specify them as attachments. It can be done with CSendAs.
If you are doing this as part of a SendAs option on the...
Where is the code that you have quoted? Is it within the Draw() function of a CCoeControl derived object? If so, the graphics context is already activated, so you can just do this:
void...
Hi,
You ask about threads, but then refer to RunL which is an Active Object concept. Threads and actve objects are different. See the following document which explains the difference, and also...
Did you include your resource file in the SIS file?
Hi,
This is a common issue which has been discussed on this forum before. Please search the forum for "uninitialised data".
Regards,
Forum Nokia Developer Support.
It should work OK. How are you getting your TEntry? A little code snippet would clarify the issue.
Regards,
Forum Nokia Developer Support
Hi,
I'm not familiar with the API you are using. If this is in an application, try using
CFbsBitmap *iStart = iEikonEnv->CreateBitmapL(KMultiBitmapFilename,EMbmImagesmypic)
instead, and see if...
Tricky. The installer doesn't know about C:\Documents, so there's no way of doing it there, short of listing all possible language varients in the language specific files section.
As a...
The OS doesn't provide this directly, but it's easy to provide this functionality yourself. Declare an array of TBools for keys you are interested in, or all keys. Then in your CCoeControl derived...
The reason you aren't getting a response on this is that there is no official API for launching applications on boot. It's quite a dangerous thing as a defect could concievably lock the user out of...
The library you need for CColumnListBoxData is EIKCTL.LIB.
Regards,
Forum Nokia Developer Support.
Have you checked that you've called SetFocus(), SetRect() and ActivateL() on the edit controls?
Regards,
Forum Nokia Developer Support.
Hi,
Active Objects are not threads. They are a system of cooperatively multi-tasking within a thread. In order for this to work, all functionality needs to be provided through active objects. In...
Hi,
I assume you mean backslash ("\\") rather than forward slash ("//").
This will never, ever change, so doesn't need a function to return it. You can define it as a constant in your own app,...
1. What happens if you don't set default_input_mode and allowed_input_modes? Do you get characters then?
If not, then perhaps the control isn't recieving keystrokes because it doesn't have focus....
Does the AppUi in your application override CEikAppUi::HandleForegroundEventL()? If so then you need to call the function in the base class.
i.e.
void...
See the SDK documentation for CEikEdwin::SetCursorPosL() it works for the other editors too.
As to the font questions, see the SDK docs for CRichText. The control will display the text according...
Although 95 and 98 aren't officially supported platforms for the SDK, lots of people are able to use it OK.
Well, you *are* adding your active object to the active scheduler in ConstructL() which is being called by yout NewL(), so that's OK.
My guess is that you are calling MakeCall() or AnswerCall()...
Are you looking for a way using existing applications, or are you wanting to write code to do it?
All versions of the 9210 simulator and the device itself are ER6.