I get file not found from you site…maybe I just need to wait yes, you need to make a form template first but expect a lot of bug of course!!
oups , I forgot the syntax file …this is updated now…sorry
Thank Pete, I just posted a .net editor I’m working on, to thank you :wavey: it not finished, but I think it’s still usable Martin Dufour
Hi pete, Thank for this very useful tool can you add a function to copy the name to the clipboard when you click the label ? just getting tired of t…
Hi Pete, Very nice button and very useful stuff as always there seam to be some redraw slowdown, especially when moving the rollout from one monitor…
I was setting it to topmost because with : ( form1 =(Dotnetobject “System.Windows.Forms.Form”) form1.show() ) the form was send to the back of 3ds…
Ho sorry, my mistake, I was setting the Form.TopMost to true anyways thank for your help mate :applause: Martin Dufour
Exactly, that work perfectly but, I don’t get it, I’m doing the exact same thing ? the only thing that seam strange is this : seed(timestamp()) … wha…
GetRaiseMethod() will always return undefined in mxs, simply because the method is not created I don’t know what this mean but guest it’s why it ret…
Since they are both the same type of event (Click) and thus share the same event argument, you could simpy use PboxMap_Click s e to pass it on. That…
maybe this could help too… fn textbox_MouseClick e s = (enableAccelerators = false)
Hi Paul, I used the keypress and test for “\r” because of this, maybe your could give it a try … fn Textbox_KeyPress s e= ( if e.KeyChar == “\r” t…
That a very good example, it may come handy when I’ll be working on my dotneteditor :applause: but here’s what I really want : try (Form1.close()) …
I Pen, That exactly what I’m looking for too. I think it have something to do with the controls.invoke methods but I don’t really know how it work… …