RomanDA

RomanDA

Joined Last seen Member # 789112
3 Posts 43 Replies 1,971 Reputation

please note an update (if you tried to use the code here on 5/1/07 or earlier) CORRECT CODE: Sub Object_OnMouseEnter Call ShowToolTip("This is my Tool-Tip") End Sub Sub Object_OnMouseLeave Call HideToolTip() End Sub In my original example i had the code split into multiple places.

15 Replies 21,033 Views

Have pity on us poor non-north-americains fot being sometimes lost in translation. I really wasnt picking on you per sa, i was jsut venting a little on the over state of the q's i see here. Im not all bite.. LOL

16 Replies 4,718 Views

another bug i am posting 2 different things in the 2 code blocks below: below is: Sub Object_OnMouseEnter Call ShowToolTip("This is my Tool-Tip","Info") End Sub [code="vbscript"] Sub Object_OnMouseLeave Call HideToolTip() End Sub [/code] 2nd code block here: Sub Object_OnMouseLeave Call HideToolTip() End Sub [code="vbscript"] Sub Object_OnMouseLeave Call HideToolTip() E

4 Replies 2,105 Views

my main suggestion to anyone who has a question on things, do 2 mins of research on-line, google, yahoo, ASk, about, whatever you like. It is amazing how much info you can gain from a simple search like "what is ICQ" The TOP result on google for the above search is: Web definitions for ICQ ICQ ("I Seek You") is a program you can download that will let you know when friends and contacts are also online on the Internet. The 2nd listing on that sea

16 Replies 4,718 Views

yeah you can do that.. but its result = MsgBox(prompt[, buttons][, title][, helpfile, context]) But when you just want something to show up on the screen as feedback.. thats how you get in trouble. but that is a good idea.

13 Replies 4,142 Views

yea, Evil Msgbox Loop of Doom! why isnt there a CTRL+C to kill the script? I have lost more code that way, its why i HATE using them now, i put things into text objects, so that even if there is a loop, who the heck cares. I can still STOP the script. I had spent close to 3 hrs on a gadget, it was doing something stupid "somewhere" so i put in a "msgbox stringhere" into the place where i wanted to see the stringhere var, well cr

13 Replies 4,142 Views

It states on that skin: An update to the first skin I ever made.Lots of new stuff,this skin has been thru a lot of changes. Still a bit wild but more usable now.Right click is rollup.Wall,WMP,and ICQ skin here Link Enjoy and please delete the old skin if you have it before installing. So what he is saying is that IF you own the program ICQ, he has i

16 Replies 4,718 Views

ok, its doing what it did to me before.. putting EVERYTHING in the CODE block into 1 line. If i add all the 's at the end of every line (which SUCKS) it looks like: [code="vbscript"] Sub Object_OnMouseEnter Call ShowToolTip("This is my Tool-Tip","Info") End Sub Sub Object_OnMouseLeave Call HideToolTip() End Sub [/code] I put a at the beginning of every line in the CODE block.

4 Replies 2,105 Views

Ok, I tried this before to see how it worked, and it didnt. Sample DX code: (copy/pasted from DX to here) [code="vbscript"] Sub Object_OnMouseEnter Call ShowToolTip("This is my Tool-Tip","Info") End Sub Sub Object_OnMouseLeave Call HideToolTip() End Sub [/code]

4 Replies 2,105 Views

Ok, was thinking about this a little and i like the idea of multiple colors for different states/events. [code="vbscript"] '--- Replace the main function with this one: Function ShowToolTip(TextToShow,Style) desktopx.Object("ToolTip_Text").text = TextToShow desktopx.Object("ToolTip_Back").height = desktopx.Object("ToolTip_Text").height + 10 desktopx.Object("ToolTip_Back").width = desktopx.Object("ToolTip_Text").width + 20 tt

15 Replies 21,033 Views

I agree 100% on demotion... if people have made it this far, and are that lame, they need to go back and start over. Also, I think that having to "ZIP" everything isnt the best idea. I package some things in self-exe's and some as just the dxpack, or exe so that people dont need to download, unzip, and then run.

12 Replies 10,133 Views

maybe a way to "credit" others for their input (like a "credits: " [ ]) where you can put in usernames of people you want to credit for help or work, etc. It would then make a link out to their site. Also, a way to format the description, it would be nice to be able to use LIMITED html bold/underline/bullets, etc. i like the new uploaded, seems to work. Any chance of changing that even if your a journeyman you still need "approval" for updates, but not for initial

12 Replies 10,133 Views

no problem. You should see my desktop, its a mess of test text objects, each running its own script trying to find different things. I like it cause i can leave them all out there, different colors, fonts, sizes, just to see what works. I use a lot of TEST text objects when im debugging code, make test1.text test2.text etc.. and put them on the desktop and pass things like "made it this far, var1=.." so i can see what DX is doing.

13 Replies 4,142 Views

Did you contact RomanDA or Frogboy ? ROFL.. too funny.. This looks really interesting, i like the rotating circle-menu. It has a lot of potential, but would take a lot of work. You need to be very careful putting "ideas" out there. Im sure there are coders out there that might be interested in a partnership, but be upfront with them if you are wanting to spit profits, etc. never ASSUME anything.

14 Replies 3,628 Views

Just a suggestion on the following code: '--Parses Paths using FSO & echoes back msgbox "Absolute path: " & objFSO.GetAbsolutePathName(objFile) msgbox "Parent folder: " & objFSO.GetParentFolderName(objFile) msgbox "File name: " & objFSO.GetFileName(objFile) msgbox "Base name: " & objFSO.GetBaseName(objFile) msgbox "Extension name: " & objFSO.GetExtensionName(objFile) msgbox "Path to Icon: " & oShellLink.IconLocation When i make a "TEST" object i always s

13 Replies 4,142 Views

I LOVE this program Total Commander If you EVER used "Norton Commander" in DOS, then you will recognize this one. This thing can copy/move/ftp/batch rename/search/sort/view, hell if i cleaned dishes im sure this would be what id use. I have used it almost every day for over 10 years (back when it was called Windows commander - before the EVIL MS sued them). If you hate Explorer, and how it works, then try this one out. It

5 Replies 17,355 Views

Hey all.. THANKS!!! Its taken like 4 years, but when 80% of your gallery is DX widgets its hard to hit these kinds of numbers. Thanks to all who have downloaded and supported my skinning and programming.

6 Replies 4,063 Views

I believe just about every version of office has had the built-in ability to save-as the older version, its not Microsoft's fault that the person using 2007 didn't use the tools available to them. I have had 2007 since Beta 1 and i know better then to save the files in the 2007 format when im sending them to others. now.. back to the topic at hand.. what was that again?

18 Replies 10,642 Views

I run SD products on my "crap-top" and i do not have a 5 min load time at all. I have not seen any noticeable change in speed with or without it running. Im not sure of the legality of loading it on multiple pc's. I would make sure you have the right SDC version loaded, then uninstall and reinstall to see whats going on. If you uninstall and the boot-up speeds up i would make sure you have all the current versions downloaded.

22 Replies 6,903 Views