it’s a good class update , but need time to be widespread , the data structure is same as what i post , but more simple
for i = 1 to array1.count do print array1[i][1] for i = 1 to array1.count do for j = 1 to array1[i][2].count do print array1[i][j+1][1] for i = 1…
#(#(“brand1”,#(“model11”,#(“colour111”)),#(“model12”,#(“colour121”,“colour122”))),#(“brand2”,#(“model21”,#(“colour211”)),#(“model22”,#(“colour221”,“co…
if your data structure design right , it will works right
if the name is what you post here , quick mxs below for o in $object?? do o.wirecolor = color ((substring o.name 7 2 as integer )*5) 0 0 if no clear…
when variable define at top level , it is global , otherwise is local
you should define the rollout as global , you can’t get it if local the 1st doesn’t work too
name ≠ text , name is private , only author know it , and even if you get the name , the syntax still invalid to press button , use PressButton , ot…
use gizmo’s matrix3 left-multiplicate object’s matrix3
so you find showProperties , why not find show ? show (box()) run this , you will find what it is
show the element , all properties will be printed , it’s basic operation
mxs is more efficient for this , most time , not all time ( st = timestamp() yourpath = @”…..” sel=#(#(),#()) fn getFilesRecursive p = ( …
you need rewrite a button , such as inherit a label as button it’s an additional work , and wasteful if just for a DBClick event
if you really need , use dotnet , but you should not do anything with folders like this , they are operated by OS p = @”C:\bug” (dotnetclass “System…
if use rectangle tooltip with static image , you can set OwnerDraw = true , then use e.Graphics.DrawImage or e.Graphics.Drawicon in draw event other…