Need help in Combo Box

Login to reply to this topic.
Tue, 2008-02-26 07:43
Joined: 2007-08-29
Forum posts: 128

Hi All,

I want to create combo box in my application. I read some thread and found that there is CAknPopupField class which can be used to create combo box . Please any one help me to create combo box with any suggestion or idea.

I will appriciate any idea or suggestion. I am waiting for reply. Puzzled


Thanks & Regards
Ram

Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1


Tue, 2008-02-26 11:02
Joined: 2008-01-22
Forum posts: 44
Re: Need help in Combo Box

Hi,

U can try tis

http://developer.uiq.com/devlib/uiq_31/sdkdocumentation/doc_source/guide/uiqhowtos/UIQControls/Controls_QEikStd/UIQControls_Combo_Box/UIQControls_HowTo_Combo_Box.guide.html

I also facing some problem. I am trying to create 2 combobox in same application,if u got the solution pls share...

Thanks in advance.

Regards,

Adrian

Tue, 2008-02-26 11:28
Joined: 2007-08-29
Forum posts: 128
Re: Need help in Combo Box

Hi Adrian,

Thanks for reply. I searched and found same link which you gave me. This link is for UIQ, but I am trying to implement in S60.If I get solution then I will post here. If I will find any useful link then I will be back here.


Thanks & Regards
Ram

Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1

Wed, 2008-03-05 10:01
Joined: 2008-01-22
Forum posts: 44
Re: Need help in Combo Box

Hi,

How is your combobox progress? I am creating the combobox with C++ code, however, I keep getting the error of :

Undefined symbol: 'CEikComboBox::CEikComboBox(void) (??0CEikComboBox@@QAE@XZ)'[]

I included eikcmbox.h in the cpp-file and eikctl.lib in the mmp-file. However, I still keep getting the same error. Can you please lend me some help? For clearer explaination, I attached my file here:
http://developer.sonyericsson.com/thread.jspa?threadID=43788&tstart=0&messageID=115287#115287

Hope you can help me.

Thanks.

Regards,

Adrian

Wed, 2008-03-05 10:53
Joined: 2007-08-29
Forum posts: 128
Re: Need help in Combo Box

Hi Adrian,

I have not try for combo box but I need to implement in my application. I am busy with some other part of my application but I will start for Combo box.


Thanks & Regards
Ram

Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1

Mon, 2008-03-10 11:12
Joined: 2007-08-29
Forum posts: 128
Re: Need help in Combo Box

Hi All,

Please any one body give some suggestion so I can create combo box in my application. Any idea or help will be appreciated.


Thanks & Regards
Ram

Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1

Mon, 2008-03-10 11:34
Joined: 2005-11-20
Forum posts: 1058
Re: Need help in Combo Box

Maybe that tip here shows a possible way to achieve something similar?
http://discussion.forum.nokia.com/forum/showthread.php?t=127152


René Brunner

Mon, 2008-03-10 11:49
Joined: 2007-08-29
Forum posts: 128
Re: Need help in Combo Box

Hi Rene,

Thank you very much for quick reply. Now I am going to follow your link and I will try to to create combo box. If I face any error then I will be back here.


Thanks & Regards
Ram

Symbian OS 9.1,S60 3rd edition MR,and CodeWarrior 3.1

  • Login to reply to this topic.