A place to show off my creations and maybe write some articles on DesktopX scripted object creation techniques.
I would like some clarification about fair use of dxscripts. I have recently noticed several objects which have the code from other authors objects/widgets in them. There is no credit given to the original author in many of these cases. Is this considered OK? Should it be classed as ripping? Can I (as the author of the scripts and should I choose to) request the removal of any of them using my code without permission?

I personally have no objection to people using my scripts providing it is with my permission and they mention it explicitly in any uploads. This is mainly so I am aware of who is using what and who will need to be informed should I then later update the scripts/find a bug. It's also partially because like any skinner I like to know that people find my stuff useful.

I design the skins in a way that the code can just be lifted and reused easily intentionally but I like to know that people are doing so. I would also like to categorically say that if my code is used in any gadgets without my express permission I will request from stardock that they are removed.

Comments (Page 2)
2 Pages1 2 
on Mar 07, 2005
I dont know why it crashes but I will test it on other computers and try to fix it.
on Mar 08, 2005
pjpowell, can you help me solve this problem? Please check this script on your machine on a widget:
widget.Autorun = True
wa1 = widget.Autorun
widget.Autorun = False
wa2 = widget.Autorun
res = msgbox(wa1&" "&wa2)
I need to know if the problem is with variables (maybe its becouse I didnt declared them) or somting is wrong with widget.autorun
on Mar 09, 2005
I get True False as expected. But only if it's a widget. If run as an object it gets False False (as I would expect as it's not a widget).
on Mar 09, 2005
Thanx. But still Im very puzzled, it should work the same in my MJM_RUN.
2 Pages1 2