SirSmiley

SirSmiley

Joined Member # 2134358
0 Posts 31 Replies 760 Reputation

The message box will suspend the script until you make a selection or close it. With the details you've given it's hard to suggest something. If the program you're running is not tied to the result of the message box than the simplest suggestion is to make two subs & pause the sub that runs the app. [code="vbscript"] Call MyApp 'The app sub must be called first or the message box sub will override it Call MyMessages Sub MyMessages Dim MyVar MyVar = MsgB

7 Replies 15,167 Views

My first suggestion is to get this script documentation from Microsoft. [link="http://www.microsoft.com/downloads/details.aspx?FamilyId=01592C48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en"]WWW Link[/link] Then look at the MsgBox Function. Here's how to do it in vbscript. For each button you select there is an assigned number that is returned. No = 7 [code="vbscript"] Dim MyVar MyVar = MsgBox ("Hello World!", 67, "MsgBox Example") ' MyVar contains either 1

7 Replies 15,167 Views

:rubseyes: There's someone haven't seen in awhile. :) Agreed, I think they should just remove the first line from the manual. Better off using the states anyways. Now carry on answering all the questions we've been waiting for you to answer! :d

4 Replies 4,853 Views

Thanks for the thoughts Jingles. I've tried & haven't been able to access this setting via script. The reason it is set up the default way makes sense. For the average user they can create drop containers really easy. My work-a-round for future reference is pretty simple. I'm using a drop the clone script. So, I set up base objects for various icon sizes and read from the users settings to clone the related object. Eg. If the user has 64px as their shortcut size then it clones

2 Replies 4,213 Views

[quote]Check here for the Original customizable DX tree by Psimaster. it may lend some ideas or inspiration[/quote] :D Thanks. As usual I forgot to think about using some of the built in DesktopX functionality.

42 Replies 20,032 Views

Got another alpha up. It's pretty much a beta. [link="http://www.box.net/shared/pnq128xn7i"]Alpha3[/link] The base script is in the black square and you'll need to change one parameter to point to the folder. [code="vbscript"]oFldrBase="C:\Programming\Projects\DesktopX\Community\Community Xmas Tree"[/code] To Do/Needed: * The general layout is done. Anyone want to do the GUI? * Need to add a music tab & figure out a way to run this? Ideas? Every hour or somethi

42 Replies 20,032 Views

Yeah, I know what you mean because I used to use that feature but, have replaced it with other tools or minimize all. I've got a VBScript API Wrapper Class that may give some alternatives to this but, won't be playing around with it until in the new year. A widget shouldn't be available in alt+tab, that would simply be retarded IMO. Might I point out that gadgets appear in alt+tab just like any other compiled app. Latin, I love your enthusiasm and look forward to seei

9 Replies 6,126 Views

The audio shouldn't be a problem. I've created a Folder for this over at Box.net. So, here's the links [link="http://www.box.net/shared/no7fbl0g5t"]The Main Project Folder[/link] [link="http://www.box.net/shared/no7fbl0g5t/rss.xml"]The Project Feed for that folder[/link] Some notes: * It's only an object & I won't put it into widget format until I hit beta * On first run you'll get errors, you'll need to change the paths in the main script. * It's an a

42 Replies 20,032 Views

[quote]Wow . . old post resurection.[/quote] ...and it's not even Easter yet? ;) Vaguely remember someone saying these bumps happend at Thanksgiving & Easter. :d

7 Replies 3,450 Views

Zu, this is going to use my new "Desktop Midgets" platform. :D [quote]I will try and knock some presents and a couple extra ornaments give me a rough size I am just starting with DX [/quote] I'm thinking no bigger than 256px. [quote]Looks good! Will it be available to those who don't use a registered DesktopX?[/quote] If you mean warez...then no, your computer will burst into flames! :p If you mean run as a gadget, I guess I could make an add

42 Replies 20,032 Views

Po, of course I'd like to use them. Current Update: Working on some of the GUI stuff & tightening up code Still to Do: * More GUI stuff * Animated Decorations Panel * Tree Saving/Loading [img]http://img404.imageshack.us/img404/7085/yanupdyixtreejy2.jpg[/img]

42 Replies 20,032 Views

I'm one of the one's who'd have to argue. While I agree the scripting only environment has it's limitations; so, to has your app. Your library can't be compared equally to DesktopX. It's merely a skinning extension to an already existing development environment...right? In Order to basically create a program to sell I've got to buy the development environment for how many $100s then shell out $50 to licence your library. Personally, I'm getting sick of all

44 Replies 28,333 Views

[quote]Posting code somewhere so folks can see it, comment on it, improve on it (perhaps?)?[/quote] My original intention was to keep this completely open but, I just had to steal some code that I put in over 30 hours on for another project. For the time being I'm going to think about it because it looks like I'll being doing the GUI also? Since I needed to change things my bragging about tonight may have been premature. Current Screenie: As before notes below

42 Replies 20,032 Views

Okay, I'll break down the planned structure. 1) The Basic External Folder Structure will be like this: * Community Xmas Tree - this is main Folder and will hold the config files at it's root * Four subfolders will hold the different items decorations,animated_decorations,stands, trees. The config panels are generated from these folders. 2) On first load you will see a blank/plain Christmas tree and the main toolbar. * Main Toolbar consists of three buttons: Open

42 Replies 20,032 Views

Thanks Po! sViz, I don't think it matters since I plan to make them sizable. Whatever anyone can provide is fine with me. Guess people could post what they're working on in order to eliminate duplication? Quick Status Update: I should be able to have this coded by later tonight thanks to the crappy weather.

42 Replies 20,032 Views

[quote]Excellant. I'll see if I can come up with a tree.[/quote] Sounds Great. Here's where it is atm. Loads decorations from a decorations folder and the trees from a trees folder. Clicking on a decoration adds it to the tree. I'm going to do away with a separate decoration config panel. FYI those decorations are not mine & won't be included. Happy to provide links though. [img]http://img217.imageshack.us/img217/6975/dyixmaswv6.jpg[/img] To Do:

42 Replies 20,032 Views