> I've submitted a new bug report for listboxes. If you set the
> columntype(0) = 2 (TypeCheckbox) in the control's Open event, the
> checkboxes do not show up until you click a row. No amount of
> Me.Refresh or Self.UpdateNow resolves this.
I haven't experienced this problem, and I have *lots* of listboxes with
checkboxes in them. If it matters, I do the listbox building before I show
the window, in an Init method:
if MyMaintWnd=nil then
MyMaintWnd=new MaintWnd 'Window is not visible by default
end if
if MyMaintWnd<>nil then
MyMaintWnd.Init 'This sets column types and adds rows as needed
MyMaintWnd.Show 'This makes the window visible
end if
I'm running 2007r2 on OSX 10.4.9.
Hope this helps!
- John
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>