Thanks,
I used the solution you raccomend and it works perfectly.
gc.BitBltMasked(TPoint(0,0),iBackBuffer,aRect,iBackBufferMask,true);
regards,
Ste
Type: Posts; User: morost; Keyword(s):
Thanks,
I used the solution you raccomend and it works perfectly.
gc.BitBltMasked(TPoint(0,0),iBackBuffer,aRect,iBackBufferMask,true);
regards,
Ste
Hi,
I used a backbuffer to display graphics on a fullscreen application. The code is istantiated with :
CAknsBasicBackgroundControlContext* iBgContext;
CFbsBitmap* ...
Hi all,
I need to create an application displayed in the half screen or a in a quarter of the screen (specifically is a bar that uses only this limited space of the device home page).
I'm looking...
Thanks, it's working fine..
Ste
Hi,
in my application I use a listbox, specifically a CAknSingleStyleListBox.
The listbox starts with the first element selected, then when I move the keys the selection go to the others elements...
Hi,
in my application I have to create a WAP access point for my default operator. This access point use, in the advanced settings, a proxy and a proxy port.
I'm able to read this values from the...
Hi,
In my application I have to draw a small image (not full screen) in a window ( approximately 1/3 or less of the application window).
I'm trying to write the best user interface, and I have...
If you need only the UML diagrams you can use any UML tool that allow reverse engineering to generate graphs from code.
I usually use StarUML http://staruml.sourceforge.net/en/ that is open source,...
I don't know how open in an edit mode a listbox field... I use a similar option in a phonebook based application and in this case I use CPbkContactEditorDlg that automatically display the view, but...
Hi ( ciao ! )
if you want an address bock like structure you can use CAknSingleGraphicStyleListBox, in this list box you can put an icon at the left, 2 text line and an icon at the right just like...
Some devices have a built-in UPnP stack ( n-series ) but the Api's are not actually accesible to developers via SDK.
I think that are private api's, you can try to request them via a partner request...
With RConnectionMonitor you can monitor connections, AP, networks, and you can have notifications when the signal is lost and manage the behaviours.
But are you sure that there isn't an error on...
If I remember weel ( some things are changed ) You can sign your application without pay nothing, because the capabilities that you need are in the free range.
Go to http://www.symbiansigned.com ,...
You can bring your application to foreground with this code sample ( capture key + bring application ).
You can't launch it because if the application is not previously started could not be able to...
take a look at CaptureKey() description in CWindowGroup class :
"Normally, keyboard key presses result in three events being delivered to the client: EEventKeyDown, EEventKey and EEventKeyUp....
I don't know if could be useful to you.. I usually do this things with networks and access points :
a) list all networks presence with RConnection monitor or only wlan with CWlanScanInfo
b ) list...
I use :
IMPORT_C TApBearerType CApAccessPointItem::BearerTypeL ( )
Ste
You can get data counters with :
http://wiki.forum.nokia.com/index.php/Data_Connection_Log_Counters_API
or You can observe connection changes with RConnectionMonitor class, try to search on wiki...
You can observe the phone status with a SDK plugin.
Look at this example :
http://wiki.forum.nokia.com/index.php/PS_Keys_for_Call_Status_%26_Indicators_API
Ste
Hi,
I'm testing a third party software that manages and creates access points.
The access point created by program is "locked", an icon is showed at the right of the access point line and if I try...
my application capture the key, then sends it to the focused window group (usually the idle screen or the phone application) and to the other applications.
The flow terminate with this two...
Hi, I don't know if it's the best way.. but I use this schema:
when i capture keys in background then, after using the key in my application, I send it to the current focused window group whit the...
I think that is not possible to read the string contained in the call box, but you can intercept key pressed and then "reconstruct" the number...
Ste
phone client library is added in .mmp file ?
LIBRARY phoneclient.lib
With CTelephony you can't, but there's Phone Client API's that allow this operation...
Phone Client API's works only for third edition, and are located in the sdk extensions.
there's some code...