Full screen transparent application
| Mon, 2005-09-12 06:35 | |
|
Hi I am trying to make an invisible application. I cannot use EXE, because from time to time I need to show rather complex dynamic dialogs -> I need CCoeEnv. I managed to create an invisible background by just not creating iAppView, but app still shows the very top row with the icon and app name. Is there a way to make this part of the screen also transparent? |
|






Forum posts: 165
iAppView->ConstructL( ClientRect() );
to
iAppView->ConstructL( ApplicationRect() );
Forum posts: 78
Unfortunately I cannot test the code right now.
Compilable Symbian Code Examples
Forum posts: 11