Hi!
I am a novice on Symbian and English.
Don't blame for me too much...
I am trying to get rect of client window rect except for soft key area.
SDK says about ClientRect() "ClientRect does not includes the space available for UI components like the menu bar."
But I can't get the rect of client area which does not include soft key area, using ClientRect() method.
Is there any way?
Thanks for your attention.
SDK says below
ClientRect()
IMPORT_C TRect ClientRect() const;
Description
Gets the area of the screen available to the application for drawing.
This does not include the space available for UI components like the menu bar.
The co-ordinates of the rectangle are relative to the whole screen area so, for example, the co-ordinate for the top, left point of the area available for drawing may be (0, 45).
Return value
TRect The area of the screen available to the application for drawing.



