cgt139746852
@cgt139746852
New Member
Joined: Feb 14, 2024
Topics: 0 / Replies: 196
Reply
RE: Three dimension array?

it’s a good class update , but need time to be widespread , the data structure is same as what i post , but more simple

5 years ago
Forum
Reply
RE: Three dimension array?

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…

5 years ago
Forum
Reply
RE: Three dimension array?

#(#(“brand1”,#(“model11”,#(“colour111”)),#(“model12”,#(“colour121”,“colour122”))),#(“brand2”,#(“model21”,#(“colour211”)),#(“model22”,#(“colour221”,“co…

5 years ago
Forum
Reply
RE: Three dimension array?

if your data structure design right , it will works right

5 years ago
Forum
Reply
RE: Object wirecolor from name

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…

5 years ago
Forum
Reply
5 years ago
Forum
Reply
RE: tyr(closeRolloutFloater) catch()doesn't work properly in different ways defining variable(local or global))

you should define the rollout as global , you can’t get it if local the 1st doesn’t work too

5 years ago
Forum
Reply
RE: Click hwnd button

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…

5 years ago
Forum
Reply
RE: Gizmo position?

use gizmo’s matrix3 left-multiplicate object’s matrix3

5 years ago
Forum
Reply
RE: Options in render element

so you find showProperties , why not find show ? show (box()) run this , you will find what it is

5 years ago
Forum
Reply
RE: Options in render element

show the element , all properties will be printed , it’s basic operation

5 years ago
Forum
Reply
RE: Faster way to count all files and directories in specific path?

mxs is more efficient for this , most time , not all time ( st = timestamp() yourpath = @”…..” sel=#(#(),#()) fn getFilesRecursive p = ( …

5 years ago
Forum
Reply
RE: Adding DoubleClick Event to Flowlayoutpanel Buttons

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

5 years ago
Forum
Reply
RE: GetDirectories bug?How to fix?

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…

5 years ago
Forum
Reply
RE: Dotnet button tooltip gif?

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…

5 years ago
Forum
Page 8 / 14