Controls in dialog

Login to reply to this topic.
Thu, 2005-12-22 05:48
Joined: 2005-09-08
Forum posts: 24
Hi Guys,

I wish to make a dialog that has a listbox and search box controls. Now I dont want to create these controls from the resource. 

I am not sure how to go abt it.

Can a anyone help me?

Mobile guy.



Sat, 2005-12-24 17:28
Joined: 2005-11-20
Forum posts: 1242
Re: Controls in dialog
Check CEikDialog::CreateLineByTypeL

I have looked this up in the OPL source code where dialogs are dynamically created withouth any resources, for implementing corresponding OPL commands (file EIK_KEY.CPP in the runtime source). However, it does not seem to be that easy, all in all (lots of small details...), so you might re-consider whether you really want do it the "hard" way instead of the very easy way with resources.

René Brunner

  • Login to reply to this topic.