help button is not visible

Login to reply to this topic.
Thu, 2005-11-24 08:19
Joined: 2005-11-18
Forum posts: 71
Hi !
ALL
i am new to symbian. i am trying to make a login screen for 80's that contain name, password, checkbox, ok button.

my first question is i have to create them at run time or by resource file.
i am trying to create a button at run time but it is not visible to me.
is there any prob in the code. i am making in view constructL


BtnSave->SetContainerWindowL(*this);
    BtnSave->SetTextL(_L(" Save "));
    BtnSave->SetObserver((MCoeControlObserver*)this);   
   BtnSave->SetPosition(TPoint(100,100));
    BtnSave->MakeVisible(EFalse);
    BtnSave->DrawNow();


Thanks   

Fri, 2005-11-25 12:23
Joined: 2004-07-01
Forum posts: 13
Re: help button is not visible
Hi!

BtnSave->MakeVisible(ETrue);  Afro

Regards,
              RadeaR
Thu, 2005-12-01 07:40
Joined: 2005-11-18
Forum posts: 71
Re: help button is not visible
i am soory its just a typing mistake.
still it was not showig.

pls send me the code. i am doing it in 80 series SDK.

Thanks in advance
  • Login to reply to this topic.