Jamey Cribbs wrote: > How would I programatically make a FXListBox pop open? I have > searched through the Fox mailing list archive, but did not find anything. > Nevermind, I figured it out. For anyone else who is interested: @listbox.handle(@listbox, FXSEL(SEL_LEFTBUTTONPRESS, FXListBox::ID_FIELD), nil) Jamey