dotnet pick btn
how to convert this
pickbutton pick "PickGroup" pos:[5,5] width:100 height:20 filter:filtGroup on pick picked destObj do if destObj != undefined do ....
to
fn go_attachall_fn = ( on pick picked destObj do if destObj != undefined do ... ) ... dotNet.addEventHandler go_attachall "CheckedChanged" go_attachall_fn
Comments
thx, Barigazy
You gave me exactly what I wanted!
...
I know
;)
I hope this is the last puzzle for your tool? :)
bga
...
Next time prepare some example form, to be able to test code
bga