DX widget about screen?

I've noticed on some DX widgets when you click on (about) a whole different screen appears, instead of the regular one. How is this done and can anybody do it?
2,553 views 11 replies
Reply #1 Top
there is a way to generate these custom screens, but I have no idea how to do it. It's very possible it's in the DX documentation, I haven't looked. Oh, and I think anybody can do it with the full DX version.
Reply #2 Top
Thanks, I'll look at the documentation..
Reply #3 Top
Have you tried just importing in that widget that has the fancy screen and seeing how it does it?
Reply #4 Top
Yeah, it won't run like other widgets so I can't see how it's made..
Reply #5 Top
What widgets are they?

One way of doing it is using "desktopx.RegisterController" to capture and catch the object rightclicks and provide a identical menu.
Reply #6 Top
Sorry don't know how to do that, but thanks.. I think their a couple of widgets belonging to Tiggz..But he can tap into things that others don't know how..
Reply #7 Top
I made a small little script. I uploaded it to my website because code doesn't format very well in these forums.

http://www.thomthom.net/storage/gui/desktopx/custom_widget_menu.html
Reply #8 Top
Thanks I'll check it out..
Reply #9 Top
--thomassen--
Sorry not to up on how to go about using scripts other than making slight modifications to them, so needless to say I don't know how to go about using this one..
Reply #10 Top
Unless you have another object that acts as a Script Controller (Antoher object that uses DesktopX.RegisterController Object.Name) then you should only need to add the code to one of the objects in your widget creation. Then you add some code where you see "'*** ADD YOUR ABOUT CODE HERE ***'" to show whatever you want to display as an aboutbox.

...not sure if that helped or not... I'm not great at words... better at pictures...