> > More efficent (works At least on Win2K): > > Function CellClick(row as Integer, column as Integer, x as Integer, > > y as Integer) As Boolean > > > > If Self.SelectedRow >= 0 then me.InvalidateCell > > (Self.SelectedRow ,Self.SelectedColumn ) > > > > Self.SelectedRow = row > > Self.SelectedColumn = column > > > > me.InvalidateCell(row,column) > > > > Return True > > End Function > > That looks just like what I was doing, and it didn't refresh properly > on OS X. > > Before Returning try adding: Self.UpdateNow - Karen _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
