And lunch is served
1 Like
If anyone likes to stay over night instead of driving home today, I think a room got available
This can be improved (speed up) even more:
Dim m1 As Double = System.Microseconds
Dim listbox1 As DesktopListbox = Self.Listbox1
listbox1.Visible = False
For i As Integer = 1 To 10000
listbox1.AddRow("Hello World")
Listbox1.CellTextAt(Listbox1.LastAddedRowIndex, 1) = "Xojo"
Listbox1.RowTagAt(Listbox1.LastAddedRowIndex) = i
Listbox1.CellTextAt(Listbox1.LastAddedRowIndex, 2) = XojoVersionString
Next
listbox1.Visible = True
Dim m2 As Double = System.Microseconds
Title = Str( (m2-m1) / 1000.0) + "ms"
1 Like
Lots of nice charts, some made with Xojo’s Classe and some with our ChartDirector plugin.
3 Likes
Surprise: Geoff is back to show something more: DBKit under hood
3 Likes
And done.
Meet you 17:40 o’clock in front of the hotel.
Opa!