On 4/7/07, Tim Jones <[EMAIL PROTECTED]> wrote: > 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. > > http://realsoftware.com/feedback/qltgrtwl
I've been working on a project in R2 for the last few days that has two window with listboxes that have CheckBoxes in column 0, and I'm not seeing that problem. For what it's worth, in one case I set the columntype in the window's Open event handler, and in the other case I do it in a setup method (in the list subclass) that gets called from the window's Open event handler. Mac OS X 10.4.9/Intel iMac. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
