Combobox

Post Reply
User avatar
Jeff Barnes
Posts: 912
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada
Contact:

Combobox

Post by Jeff Barnes »

Hi,

I thought with a Combobox you could have both the ability to select from the dropdown list or manually enter some text.

In a FWH app I have I am able to do this but with the FWPPC app I can't. I can onlt select from the dropdown. No manual entry.

What am I doing wrong?????

Code: Select all

@ 0.5,4 COMBOBOX oCbx VAR cTech1 ITEMS aList OF oEnd
Thanks,
Jeff Barnes

(FWH 12.01, xHarbour 1.2.1, Bcc582)
User avatar
Jeff Barnes
Posts: 912
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada
Contact:

Re: Combobox

Post by Jeff Barnes »

Got it working ... had to add: STYLE CBS_DROPDOWN
Thanks,
Jeff Barnes

(FWH 12.01, xHarbour 1.2.1, Bcc582)
User avatar
Jeff Barnes
Posts: 912
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada
Contact:

Re: Combobox

Post by Jeff Barnes »

Well ... maybe not working correctly.

With the style added some strange things happen.

On handheld:
No longer "waits" for the dialog to be closed

On emulator:
Seems to work but when I try to exit my app I get a GPF

Without the style the program works just won't let me manually enter text in the combobox.

Any ideas?
Thanks,
Jeff Barnes

(FWH 12.01, xHarbour 1.2.1, Bcc582)
User avatar
Jeff Barnes
Posts: 912
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada
Contact:

Re: Combobox

Post by Jeff Barnes »

Antonio, Any ideas?
Thanks,
Jeff Barnes

(FWH 12.01, xHarbour 1.2.1, Bcc582)
User avatar
Jeff Barnes
Posts: 912
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada
Contact:

Re: Combobox

Post by Jeff Barnes »

<<BUMP>>

Still experiencing this issue... anyone know how to solve this??
Thanks,
Jeff Barnes

(FWH 12.01, xHarbour 1.2.1, Bcc582)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Combobox

Post by Antonio Linares »

Jeff,

We are going to check it, sorry we missed this thread
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Jeff Barnes
Posts: 912
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada
Contact:

Re: Combobox

Post by Jeff Barnes »

Hi Antonio,

Any update on this one?
Thanks,
Jeff Barnes

(FWH 12.01, xHarbour 1.2.1, Bcc582)
Post Reply