I want to use ListBoxes but there seems to be no icon for them in the
IDE's set. I'm using Ubuntu with gb.gui marked as a component which
presumably results in using the gb.gtk library. How do I obtain a
ListBox using the IDE?

At the moment, I'm using 3 ComboBoxes. I want their selected items to be
kept in sync i.e. they each contain the same number of items: if the
user selects an item in one of the ComboBoxes, then the same position
item should be displayed as selected in the other two. This doesn't
always seem to work. Coding fragment:
Public Sub SteckersComboBox_Click()
  With StopComboBox
    .Index = SteckersComboBox.Index
    .Refresh
  End With
  With ReflectorAndRotorsComboBox
    .Index = SteckersComboBox.Index
    .Refresh
  End With
End
What's wrong with this coding?

-- 

John



------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to