Hi,
There is a way to open text editor in split view in symbian (http://wiki.forum.nokia.com/index.php/Split_view_input_in_Symbian_C%2B%2B_applications).
Does anyone know if and how this is...
Type: Posts; User: morjens; Keyword(s):
Hi,
There is a way to open text editor in split view in symbian (http://wiki.forum.nokia.com/index.php/Split_view_input_in_Symbian_C%2B%2B_applications).
Does anyone know if and how this is...
I have it as windows env variable. Supposedly it is used by make. For me it helped. Haven't actually tested with gcce builds...armv5 builds only.
Add SYMBIANBUILD_DEPENDENCYOFF=1 environment variable
Hello,
Is it possible in any way to activate Application Shell in a way that it dispays a given application group? Say I'd like to open Application Shell displaying "Games" folder from another...
Yo!
Before calling EventReady(&iStatus) you need to enable events you want to capture. This via RWindowGrop::CaptureKey. I assume your application is not a UI application since you need to capture...
Thank you for your reply. I have no problem setting text to title pane, however.
Instead I would like to replace the original title pane with a custom control displaying e.g. scrolling text or...
Yup!
Swapping back the original title pane does not help. However, my new control is a custom control inherited directly from CCoeControl. For now it does nothing but draws a box but works fine. ...
Hello!
I am trying to swap title pane control in my application's status pane. The code looks like this:
TUid paneUid( TUid::Uid( EEikStatusPaneUidTitle ) );
oldControl =...
You could use CCoeEnv (coemain.h and cone.lib).
eg:
if ( CCoeEnv::Static() ) // if ui framework available
{
CCoeEnv::Static()->AppUi()->HandleCommandL( EEikCmdExit );
}
or:
Hello
Is it possible to place number 2 as a subscript into a loc-file (ascii) and how? Superscript ² works ok.
P
I have the sam problem. Item doens't become dimmed...at least with the following code:
TListItemProperties properties;
CSettingListBoxItemDrawer* drawer = ( CSettingListBoxItemDrawer*...