Can some one tell me how to draw outside rect?
In CCoeControl on the SDK help I saw "CanDrawOutsideRect()" but it's protected function.
Can I use this function?
But that I realy want is to draw out side the aplication rect.
if I set the aplication rect like this
SetRect(Trect(0,0,100,100));
then I want to draw a text outside the aplication rect.