sViz

sViz

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

Glad you and your family came through that unscathed. Last time I saw a tornado touching down, I was a kid. Don't remember it much now, other than it being dark and loud and we were driving away really fast.

28 Replies 12,166 Views

[quote who="aceuk" reply="17" id="2921680"]Is it possible to deconstruct a icon so I could take the image layer and apply it to my theme(green boarders)[/quote] Don't think so.

18 Replies 13,104 Views

Yes, I see your images. Don't paste to the template.psd. Follow the steps below: - In the "CMS-H2so4-Resource IconTemplates" zip, load the "icon48x48-ip-3.psd" file. (This is the PSD you should paste and copy from.) - Paste your image into this PSD, resize and position it. Check the layer window (Window > Layers) to be sure the image you just pasted is between Layer 5 and Layer 45. See image below. <img src="http://i620.photobucket.com/albums/tt287/sV

18 Replies 13,104 Views

I missed your first link in the original post. I see you're supposed to copy from the icon template PSDs he's already created. So: -Load one of the template PSDs (i only see 48x48 and 72x72 in the zip) -In the layers window, hide/unhide the layer showing your icon of choice -With an active layer selected, CTRL+A to select all. Then CTRL+SHIFT+C to copy all visible layers. Then proceed as previously instructed. (Note: for me, this bro

18 Replies 13,104 Views

Never noticed this, but yes, you can't have a different object type on the same object as a DXPlayer plugin. To have a secondary function on click use the OnLButtonUp function, similar to this: [code="vbscript"] 'Called when L-click is released Function Object_OnLButtonUp(x, y, dragged) If dragged Then Exit Function DesktopX.Object("secondobject").visible = True End Function [/code] Lots of DX tutoria

2 Replies 9,688 Views

Both of these are totally doable in DX. As to the first, one question: Are the 'security codes' user input? i.e., is there a settings prompt where the user can assign their own codes to the different pop up menus and such? Or will the codes come pre-loaded in the theme (which if you're going for actual security doesn't seem secure)? Either way, it's not going to be super-secure as the codes have to be stored somewhere (on file or in the registr

8 Replies 11,228 Views

This is really a Photoshop query rather than DX. But: -First make sure the action script (.atn) included in the zip is loaded into PS. (You can just drag it into PS) "Select and copy the icon you wish to create into the clipboard." -Basically, open the image you want as an icon, copy it, then close it. (Not copying an image will give you the error you mentioned.) Now, we can get to the icon generating: -Open the .PSD files as instructed <p

18 Replies 13,104 Views

The DX player does have a video screen, but it's only a popup, I believe. LINK and LINKED You could use the ActiveX Windows Media Player, which is capable of having a video screen. See Rabidrobot's Media Player for a good example

11 Replies 14,706 Views

RomanDA has done a tutorial on this: REPLACING THE R-CLICK MENU It requires some advanced scripting, but the tutorial does most of the work for you. Give it a whirl.

3 Replies 8,851 Views