Some clarification needed about use of DXscripts.
Thursday, March 3, 2005 by pjpowell | Discussion: DesktopX
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.
Reply #2 Thursday, March 3, 2005 8:04 AM
Although saying that my knowledge of VB scripting/DX scripting is soley from looking at other peoples DesktopX scripts (probably a really bad way of learning it...) so perhaps that why I think there is only one or two ways of doing things..
Reply #3 Thursday, March 3, 2005 8:13 AM
Reply #4 Thursday, March 3, 2005 8:52 AM
Obfuscating the script code would make no difference. People haven't even modified the scripts or object names in many cases. They have no idea how the script works and don't care. All they do is download a widget/object and change the images/fonts of the objects. The functionality is the same with a new look.
Reply #5 Thursday, March 3, 2005 9:07 AM
Reply #6 Thursday, March 3, 2005 1:57 PM
It ouwld be cool if there was an object created that held some sort of security properties that are created when the object is first created that would allow authors to set accessibility options on the scripts and abjects. Kind of like file attributes. It could allow properties like names, images, fonts etc to be set to readonly, you could set scripts as read-only so users could look at the code but they wouldn't be able to copy it or make any changes unless you authorized it.. Granted, it would be a fair bit of work for the SD developers for what might not amount to much in their eyes, but it would be cool!

Reply #7 Thursday, March 3, 2005 5:00 PM
Reply #14 Sunday, March 6, 2005 4:54 PM
I would suggest that authors who don't want to share their code put a notice at the top of their script saying that permission must be sought.
I treat my code as essentially open-source. Anyone is free to use it.
Reply #15 Sunday, March 6, 2005 7:50 PM
However I did get to see the code and it's quite an interesting idea and gives me an idea of another way to do a similar thing.
Reply #16 Monday, March 7, 2005 7:09 AM
Reply #17 Tuesday, March 8, 2005 4:58 AM
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
Reply #18 Wednesday, March 9, 2005 4:08 PM
Reply #19 Wednesday, March 9, 2005 5:43 PM
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!








Reply #1 Thursday, March 3, 2005 6:35 AM