Maybe the first bug found...

I'm not sure where to report the bugs of the new DesktopX 3 beta, so here it is..

I'm not sure if it IS a bug however.

Here is the code sample.

Sub Object_OnLButtonDownEx(obj,x,y)
Obj.name="Thisiscool" & rnd
End Sub

Basically, if you run this code, it will rename any child object that was clicked to "Thisiscool" and string of random numbers.

Otherwise it's great experence.
6,910 views 1 replies
Reply #1 Top
I don't think that's a bug. Dxscript enables the reading or writing of the name property. The code example you have given and your description of what it does seem to be entirely consistent.