Re: [Fxruby-users] FXListBox control.
Status: Inactive
Brought to you by:
lyle
From: <ly...@kn...> - 2004-04-14 20:42:30
|
On Wed, 14 Apr 2004 16:18:40 -0400, "Jens Wessling" <wes...@so...> wrote : > I am using several listboxes, but when I select an item from one listbox, > often another listbox will de-select. Why? How do I make all of the > listboxes stay selected? Are all of the listboxes are hooked up to the same target object (perhaps the same data target)? That's what it sounds like. Other than that, there's no reason (and indeed no way) that separate listboxes would have any control over each other. |