sViz

sViz

Joined Member # 2472800
1 Posts 39 Replies 31,128 Reputation

Ah, now I see what you mean. But I believe hyrax wanted the parent object to disappear OnMouseLeaveEx as well-not just the child objects. When you do that, OnMouseEnter the child objects = OnMouseLeave the parent object, and everything disappears. Like this: [code="vbscript"] Sub Object_OnMouseLeaveEx(obj) object.visible = False For Each elem In desktopx.GroupObjects("grpObj") If elem.visible=True Then elem.visible=False End If Next End

22 Replies 13,156 Views

It really is up to the author of the DXtheme. As already noted, an author will make a theme for a specific resolution and that includes the placing and the sizing the objects in the theme. DX would have to know which objects to move or stretch. You can find resolution independant themes. Skarnivorous had an object (can't find it now) that would take a snapshot of your theme and save all positions etc of the objects. It would be a great tool to include where the author would sav

3 Replies 1,600 Views

Wouldn't this require finding the default icon's location and then replacing it? I have no idea where desktopX icons are stored. As I understand, sometimes icons are compiled in DLLs or EXEs so would that mean rewriting the file? I'm not even sure you can replace the icon for a program like you can with shortcuts.

10 Replies 3,438 Views

Yesterday I had problems with getting the Metallic Iron skin to apply. Then anytime I selected an item from the menu the second, default hide/close/about/preferences menu would appear. But when I unregistered the com object, deleted everything, and then started over from the zip it didn't have that problem anymore. However, today when I load the iReflector up again I can't get the custom r-click menu. All I get is the standard hide/close/about/preferences menu. Are you using th

4 Replies 3,284 Views

I'm having some probs. "Drag'n'drop ImageMagickObject.dll onto RegSvr to register the com object" I did and I got this error: LoadLibrary("C:\Documents")failed - The specified module could not be found Then when I drag and drop a PNG image onto the first spot of the widget I get an error saying something went wrong and the widget only accepts images by drag and drop. What do I do now?

32 Replies 8,780 Views

Thanks, SirS. I get all confused if I don't format my codes and comment the heck out of them. I feel embarrassed to show mine. But, but, if you don't, then who will I snag all these useful codes snippets from?! I always learn something new from studying your scripts. If you click the right click menu then don't click a menu item (ie. close the menu) for some reason it automatically calls/applies the firs

32 Replies 8,780 Views

It could easily be setup to read the entire ini and all info at startup (or at a set interval in case of updates). Then read that into the menu. Yeah, that's what I was doing. I just wondered if there were any benefits to retreiving the info on r-click instead. This is the r-click code I used for it: [code="vbscript"] Function PopupMenu() Dim submenu Set mainmenu = nothing Set mainmenu = DesktopX.CreatePopupMenu

32 Replies 8,780 Views

LOL! I liked the Commodore64, Don't Copy that floppy, and Windows commercials. Although I was too young to remember which versions I remember me and my older siblings had an NES, and an ATARI. I remember those big ol' cartridges and giant controllers but teeny monitors!

13 Replies 5,004 Views

Just watched the promo and it looks very practical. I think the only real benefit is instant sharing, which is big these days, I know. Their accounts aren't free either (except for the trial version). I already have a photo/video account & it'd be nice to be able to upload my stuff there. It does make the process alot quicker but as far as editing goes, the instant add-ons to screenshots like text, draw, and arrows can easily be done in mspaint, IMO. The instant video creatin

3 Replies 3,370 Views

You need to make the background image another separate object. Then put the progress bar on top and group them. OR if you want to skin the bar itself you need 2 images: one for the fill space and one for the empty space. Change the drop downs to image and click the button next to it to browse for your image. Make sure to set the width and height of the bar.

2 Replies 481 Views