Search found 2 matches

by Geert
Mon Dec 28, 2015 3:49 pm
Forum: Coding Questions
Topic: [SB 1.10] ComboBoxGadget
Replies: 3
Views: 4371

Re: [SB 1.10] ComboBoxGadget

The fix works both with Safari and Firefox. Thanks.
by Geert
Sat Dec 26, 2015 10:42 am
Forum: Coding Questions
Topic: [SB 1.10] ComboBoxGadget
Replies: 3
Views: 4371

[SB 1.10] ComboBoxGadget

[SB 1.10 on MacOSX 10.11.2 Safari/Firefox] Selecting an other item in a ComboBox, doesn't change the current displayed item. Also no events are triggered.

Procedure Combo_ChangeEvent()
Debug GetGadgetState(0)
EndProcedure

If OpenWindow(0, 0, 0, 270, 180, "ComboBoxGadget", #PB_Window_SystemMenu ...