Please help, problem showing form

Login to reply to this topic.
Mon, 2005-03-14 02:27
Joined: 2005-02-23
Forum posts: 4
Hello,

I'm just starting to program for Symbian and I've created a form from a resource inside a container on a multi view application.

If I launch the form when the application starts then it shows perfectly including the top bar, but, when switching to it from a different view/container I cant see it unless I define the EEikDialogFlagWait. In which case the form is working but there is no top bar.

I'm pretty much a beginner in this field, and would appreciate any help.

it's series 60 sdk 2..

googled for it, and didn't find any help, so it's probably my mistake again.

10x in advance.

Tue, 2005-03-22 10:55
Joined: 2005-02-10
Forum posts: 14
Re: Please help, problem showing form
hi
,
it is working for me.
set these flags

EEikDialogFlagWait | EEikDialogFlagNoDrag | EEikDialogFlagFillAppClientRect |
           
           EEikDialogFlagCbaButtons;
  • Login to reply to this topic.