[FIXED Combo Box Request]

You need some new stunning features ? Tell us here.
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4326
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

[FIXED Combo Box Request]

Post by Rook Zimbabwe »

Quite possibly this isn't the place but this is a combination BUG REPORT and FEATURE REQUEST.

If you use the PB Vis Editor to place a combo box in a window.

The ability to edit the items displayed IN the combo box before code generation would be LOVELY!

The default combo box is generated with a height of 30
example:
ComboBoxGadget(#Combo_0, 40, 30, 450, 30); <-- LOOK 30!
AddGadgetItem(#Combo_0, -1, " 1 ")
AddGadgetItem(#Combo_0, -1, " 2 ")
AddGadgetItem(#Combo_0, -1, " 3 ")
I kept not being able to see the items in my combo box until a very astite user pointed out that my "30" should be about 300.

There was nothing in the HELP docs about this default height... The example from the HELP worked...

I suppose I am dense but that tiny bit of information has made a BIG difference!

Which is why I ask to be able to EDIT the combobox items in Visual Designer.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Why didn't read the sticky topic about submitting a bug report first?
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4326
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

read?

Post by Rook Zimbabwe »

Because it is also a request for a feature...
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

No, it will never be possible to edit items for combobox...and other releated gadgets.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

The combobox and explorercombo will now generate with a minimum hight so they can open normaly
Post Reply