sViz

sViz

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

Seriously, you guys stuff is awesome!! Patrick, that dream is a winner! SirS, looks promising. Skinhit, very original and creative! TYCUS, very cool. SK, looks very smooth; easy on the eyes. AVMAN, looks interesting. A little further along: [img]http://i135.photobucket.com/albums/q135/TFphoto2006/WC/SweetnessSS2.jpg[/img]

1,268 Replies 1,528,416 Views

So, it's about 50/50 between not using it at all and using at max 30 shortcuts. I have about 20 shortcuts and use roughly 9 of them everyday. I only ask because I am going to include the quick launch in the DX theme I am workin on. It takes up to 30 shortcuts but I began to wonder if anyone uses it all that much. I think I'll keep it; the user has the option of whether or not they want to use it. Thanks for all the replies.

12 Replies 14,689 Views

[quote]Is there a way I can open all of them under "Desktop X Widgets" program, which is already on the system tray[/quote] Widgets are separate executables from DesktopX. From the Wiki: [quote]A widget (.exe) is an executable mini-application. They are usually more complex than objects. DesktopX must be installed [B]but it does not have to be running to use a widget.[/B] [/quote] One solution would be to open up DX in builder mode and import all the widgets

2 Replies 2,373 Views

[quote]But now I now I want to make it so i can Start a program in the middle of messageboxes. [/quote] That's a little trickier, and I'd like to know the answer to that as well. In my user experience the msgbox always has to be cleared before the script continues; could be wrong. However, if you set the prompt on a timer [B]before[/B] you put up the msgbox it will work; won't clear the msgbox though. Example: [code="vbscript"] Sub Object_OnScri

7 Replies 15,178 Views

Your welcome. :) Re-reading this thread got me thinking about that auto-grid function, so I decided to try it out. Came up with this rough script (goes in the main object) [code="vbscript"] 'Called when files are dropped onto object Sub Object_OnDropFiles(files) object.SetTimer 1, 100 End Sub Sub Object_OnTimer1 gap = 28 '--padding between icons i = 1 For Each elem In object.Children elem.name = "icon_" & i i = i + 1 Ne

4 Replies 5,008 Views

After reading some of your replies, I get the feeling this is just for serious programmers and is not that easy to just start creating stuff. I'm a little confused on how to use this so I've got a coupla questions: What is the learning curve for this program? Is a background in programming/coding required to use it? Which coding languages do I have to learn to use it? Where do I do all my coding; in Visual Studio? (Which means I have to learn to use

44 Replies 28,341 Views