sViz

sViz

Joined Member # 2472800
0 Posts 22 Replies 31,128 Reputation

Hi, Sranshaft. I downloaded your object. I see the icon in my system tray but I can't seem to figure out how it works. If I'm understanding correctly, your script checks to see if WINDOWS has already made a copy internally, and if it has, it then it deletes the copy DX makes? ( I'm a scripting amateur so this gets a little confusing sometimes.) You wouldn't be interested in posting that code would you? <img src="http://images.stardock.com/sd_com/smiles/Wink.gif"

6 Replies 4,489 Views

Just to be clear, if you are planning on releasing or distributing this object you are making you would have to get permission from the original artist first. If it’s for your own personal use then read on. This is what I figured on my own. It could be a specific type of font that makes certain letters lower than others (wild guess). But, for sure if you want it to look exactly like that you would need that font. In the second picture it looks like there could

24 Replies 6,436 Views

This is a DX object that I've written myself. If this problem can't be rectified then I can live with it. But, I would like to release this widget sometime and I'm sure other users would find the problem annoying. Here is the script that I'm talking about. (Without all the bells and whistles) *I hope this posts correctly Sub Object_OnScriptEnter d= weekday(date) Select Case d Case 1 System.SetWallpaper (object.PersistStorage

12 Replies 10,668 Views

I hate to bother you at your workplace but I'm not sure what all of that means. (Scripting amateur here) Where do I insert the script? Which parts would I have to modify? Most of the pictures I'm using are jpegs, so does that mean I can't use the script? I should probably also mention that the wallpaper changes according to what day of the week it is. So, I have the script check that 1st and then change the wallpaper.

12 Replies 10,668 Views

Thanks for the reply, That is exactly what I used before.(I use persiststorage ALOT) I exported the whole thing as a gadget and it did not work. I then tried exporting as a widget later and it finally worked. That's one problem solved and several more to go. Thanks again.

3 Replies 2,788 Views

So I'm using drag and drop to get the file path to my pictures. I store the file path in object.persiststorage. Then, system.setwallpaper calls on object.persiststorage and changes the wallpaper to whatever is in object.persistorage. (I hope you're still with me here). Now, when I go to My Pictures there is a copy of every picture that has been set as my wallpaper. Is this normal or am I doing something wrong? How do I correct this? Any help or suggestions are greatly appreciat

12 Replies 10,668 Views

So I'm using drag and drop to get the file path to my pictures. I store the file path in object.persiststorage. Then, system.setwallpaper calls on object.persiststorage and changes the wallpaper to whatever is in object.persistorage. (I hope you're still with me here). Now, when I go to My Pictures there is a copy of every picture that has been set as my wallpaper. Is this normal or am I doing something wrong? Any help or suggestions are greatly appreciated. Thank you.

6 Replies 4,489 Views

This is just a shot in the dark but is there any way to save the user's settings, so that when they shutdown and startup their computer the gadget shows up exactly as they left it? I mean, color changes, icon arrangements, any and every change they made. Any help is greatly appreciated. Thank you.

1 Replies 4,253 Views

I need some help here. Object A is a pop up menu that changes the picture of Object B. It works fine. I export it as a gadget and test it out. I close and then re-open the gadget and the picture changes back to the original one! I have changed text, hue, and other properties and they all "stay" the way I want them to after closing and re-opening. They do not revert back to the original state. Can anyone help me?! I’ve tried everything I can think of and I’m all out of ideas. Is the

3 Replies 2,788 Views

This is the 3rd time I'm attempting to post this and hopefully there will be spaces where they are supposed to be Try this: 1.Set Object B visible to "NO" 2.Insert script below in object A 3.Insert script below in object B but change desktopx.Object("B") to desktopx.Object("A") If object.Visible= True Then desktopx.Object("B").visible= False ElseIf object.Visible= False Then desktopx.Object("B").visible= True

6 Replies 2,105 Views

Edit: The format for my post isn't working well so I'll just create a new post and hopefully it will work. Edit2: Werewolf is right! (I've been stuck on scripting for a while so I forgot about messages) I'll put the messages tip in my other Response post.

4 Replies 1,762 Views

I'm learning as I go as well! It can be frustrating at times. Hmm, try this: [[[1.Set Object B's visible to "NO" ]]] [[[2.Insert script below in object A]]] [[[3.Insert script below in object B but change desktopx.Object("B") to desktopx.Object("A")]]] ****************** If object.Visible= True Then desktopx.Object("B").visible= False ElseIf object.Visible= False Then desktopx.Object("B").visible= True End If Sub Object_OnLbuttonUp(x,y,dragged) If Not dr

9 Replies 6,040 Views

Thanks for the replies, you two! I went back and read, re-read and re-read the Developer's Guide and I got it! [[[DesktopX.Object("obj1").States("state1").Picture= "pic1.png"]]] [[[DesktopX.Object("obj1").States("state2").Picture= "pic2.png"]]] That's "States" with an 's' at the end. I was doing it without the 's' at first and that's why it didn't work. (It's always the little things that cause big pro

9 Replies 6,040 Views

I wonder about this issue, too. I am in the process of modifying my gadget for my first release and I have had help from all over. I have improvised on at least 3 scripts from tutorials and widgets (I did do alot of the script myself, though). The graphics are all mine. If I release a widget that anyone can open in DX Builder and look at the script I would expect that it would get used. So, if I release that widget for public use it'd be nice to get some credit but I wouldn't expect

8 Replies 4,193 Views