sViz

sViz

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

Don't think so. Notification area icons (or the system tray) is no longer supported in DesktopX. If you want to create a shortcut to Network see HERE or HERE for how to create shortcuts.

15 Replies 20,775 Views

Strange, the code is fine. I'm on Vista and DX 3.5. You may need a later version, but I shouldn't think that would affect it. Seems everything after the second Chr(34) is cut off; can't say I know what the problem is. A long time ago, iirc, someone once said to use spaces between the "&"s , instead of everything running together. Wish I remember where I read that. Have you tried it without the quotation characters? Also, do you need the message; does it apply the picture

8 Replies 41,967 Views

[quote who="k10w3" reply="6" id="2964513"] And really, watching it isn't NEAR as enjoyable as reading it -- Heinlein, Philip K Dick, Ray Bradbury...good stuff.[/quote] Agree. I just got into Doctor Who with the new guy. Doubt I'll watch all the other seasons, but it's been fun, and I'm looking forward to the rest. More like science-fantasy. Long live Forbidden Planet!!! And may they never remake it. I hated The Day the Earth Stood Still remake.

48 Replies 10,761 Views

[quote who="RedneckDude" reply="6" id="2963815"]Good to see you sViz!! I've missed you... [/quote] Howdy, Jim! [e digicons]|-)[/e]

8 Replies 38,562 Views

Downloaded and ran the widget. It's in a zip so you'll have to unzip it first. You also need DesktopX to run it. If you had this widget before, on a different computer, you'll likely have to reset all your shortcuts, as a fresh download will have blank shortcuts.

8 Replies 38,562 Views

Quentin94/ArileenDesign ? Can you provide the name or url to the skin? You might also try PMing or emailing the author.

8 Replies 38,562 Views

You included all four images, yes? And there are no other states but Full and Empty? If so, feel free to email me the object so i can have a look at it (check your PMs.)

12 Replies 10,627 Views

When you include a file, it is copied to the object data directory. This is found in the Current Theme folder. But once it's saved there, you can refer to it in script as shown above (after applying, you should also find it in the dropdown for images in States > Appearance.) Yes, you'll need to put the name of your images, instead. Blech, I forgot the vbscript code thingy on this forum includes numbers (someone s

12 Replies 10,627 Views

Easiest way I know is to include the four images (fullover, fullaway, emptyover, emptyaway) in Properties > Summary > Custom Files, set the full and empty states to their respective 'away' images (remove any other states.) Then add this script: [code="vbscript"] 'Called on mouse over object Sub Object_OnMouseEnter If object.state = "Full" Then object.Picture = "binfullover.jpg" ElseIf object.state = "Empty" The

12 Replies 10,627 Views

Can you move them up (the ones on the left) so they're aligned? If their movement is locked, hold CTRL while dragging. For the ones on the right, check Properties > States > Transparency. Make sure the 'per-pixel alpha blending' box is checked (for the mouse away, mouse over, and hide states.)

4 Replies 21,525 Views