The following works fine on Windows:
Dim i as Integer
For i = 0 to 30
Me.AddRow Str(i)
Next
Me.ColumnType(0) = 2
For i = 0 to 30
Me.AddRow "WHEEEEEEEEEEEEEE " + Str(i)
Next
HOWEVER, another bug seems to exist that doesn't allow me to compile
projects from other developers. Again I received the "Cannot connect to
debugger" message when trying to debug your example from the RS website.
This happened earlier last week with another sample project. My only idea
is that there is some sort of cross platform compatibility issue, but I'm
not sure the code I ran previously came from a Mac IDE.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>