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.
sViz
Glad everything's working for you. [e digicons]:thumbsup:[/e] Happy DXing
[e digicons]
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
lol...Howdy Jim [e digicons]
I used your script as is, and it worked fine. Where are you showing the DroppedImage message? Are you using a message box, or...?
[quote]Is there a contest that interests you?[/quote] Not really.
[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.
[quote who="RedneckDude" reply="6" id="2963815"]Good to see you sViz!! I've missed you... [/quote] Howdy, Jim! [e digicons]|-)[/e]
[e digicons]:thumbsup:[/e]
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.
Quentin94/ArileenDesign ? Can you provide the name or url to the skin? You might also try PMing or emailing the author.
[e digicons]:star:[/e] Happy Birthday, Quentin! [e digicons]:star:[/e]
Happy Belated B-Day, Curtis! [e digicons]:sun:[/e]
Congrats, everyone. :)
Awesome! An absolutely amazing skinner and outstanding member of the community. Congratulations, Cyn.
My condolences to you and your family, Bryan. I'm very sorry for your loss.
Praying for you, Jim. [e digicons]
You're welcome. [e digicons]:)[/e]
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.)
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
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
Congratulations, Tim!
Good to hear from you, Wiz.
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.)