Thursday, January 28, 2016

s60 in how to get the selection button TRect




            


I would like to bring up a floating window controls, but you can not override the system selection button, it is necessary to get the system selection button TRect, how you can get it?
Reply:
Non-Avkon multi-view switching architecture program can use the following method to get the soft key area
CEikButtonGroupContainer * cba = iAvkonAppUi- & gt; Cba ();
if (cba)
cba- & gt; Rect ();

Avkon multi-view switching architecture program needs to call CAknView :: Cba () to get the softkey area.

No comments:

Post a Comment