Would be possible to have DX save previously exported widget/gadget information? Currently it only saves the last exported widget in the registry. Could this be done easily with an XML file that would save multiple widget preferences? It would save information such as: Name, author, path, icon, version, etc, and could be accessible when you export a widget/gadget. I envision a combo box titled "Previously exported widgets", with a list of widgets. Select the widget and all the appropriate fields are filled in with the information.

I would LOVE to see this feature, and not sure why I've never seen a request for it before.

Thanks for reading,
ExodusCrow

Comments
on Oct 03, 2005
This would be handy. Second the request.
on Oct 03, 2005
I think the whole export process / dialogue could be streamlined. Storing of previous value sets would be a great additional feature.
on Oct 03, 2005
I think the whole export process / dialogue could be streamlined

Agreed.
on Oct 03, 2005
By the way, has anyone had success with the DesktopX.HostType call? I tried to use it to determine whether widget.close would be appropriate, but it seems to return 0 in an object in builder mode, a widget, and a gadget.
on Oct 04, 2005
MountainDragon: Haven't had time to try it out. Been trying to figure out object controllers and popup menues. I just can't get my head around them!
on Oct 04, 2005
The thing about pop-up menus is that they don't register as part of the object for mouse events, so they are an imperfect solution to the problem, if you're trying to respond to that.

I've messed around with object controllers but I find it just as easy and more flexible to script it myself, using the Visible attribute. I also tried using Opacity a bit, but found that bad things happen when changing Opacity from a script (repeatedly or with many objects). Not sure what that was about.