Page 1 of 1

Combobox

PostPosted: Sat Mar 19, 2011 6:02 pm
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  Expand view
@ 0.5,4 COMBOBOX oCbx VAR cTech1 ITEMS aList OF oEnd

Re: Combobox

PostPosted: Sat Mar 19, 2011 6:45 pm
by Jeff Barnes
Got it working ... had to add: STYLE CBS_DROPDOWN

Re: Combobox

PostPosted: Sat Mar 19, 2011 7:55 pm
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?

Re: Combobox

PostPosted: Fri Apr 08, 2011 9:12 pm
by Jeff Barnes
Antonio, Any ideas?

Re: Combobox

PostPosted: Tue Jun 19, 2012 12:51 pm
by Jeff Barnes
<<BUMP>>

Still experiencing this issue... anyone know how to solve this??

Re: Combobox

PostPosted: Thu Jun 28, 2012 8:08 am
by Antonio Linares
Jeff,

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

Re: Combobox

PostPosted: Sat Sep 15, 2012 9:41 am
by Jeff Barnes
Hi Antonio,

Any update on this one?