| Author |
Message |
Topic: Send Folder to Dialog Window - from Explorer or Context Menu |
badmojo
Replies: 8
Views: 4499
|
Forum: Scripts & Functions Posted: Tue Feb 22, 2011 1:34 pm Subject: Send Folder to Dialog Window - from Explorer or Context Menu |
| thanks for the reply. i'm using Total Commander in Win7 and i didn't realize that support for DOpus is already built-in. so any chance totalcmd will also be included? |
Topic: Send Folder to Dialog Window - from Explorer or Context Menu |
badmojo
Replies: 8
Views: 4499
|
Forum: Scripts & Functions Posted: Tue Feb 22, 2011 5:17 am Subject: Send Folder to Dialog Window - from Explorer or Context Menu |
| is there a way for the script to detect other filemanagers as well? such as Total Commander or Directory Opus. this could come in handy for those who don't use Windows Explorer all the time. cool scri ... |
Topic: Synchronize clock with Internet Time Servers at startup |
badmojo
Replies: 14
Views: 24981
|
Forum: Scripts & Functions Posted: Mon Jan 10, 2011 12:56 pm Subject: Synchronize clock with Internet Time Servers at startup |
cool tool, helped me too with my computer's date/time..  |
Topic: CSV Library [lib] |
badmojo
Replies: 37
Views: 8445
|
Forum: Scripts & Functions Posted: Mon Nov 15, 2010 8:57 am Subject: CSV Library [lib] |
how can i load a column into a DDL control if the one of the item in that column has a comma as part of it?
GetColumn:=CSV_ReadCol(CSV_Identifier, 2)
...
Gui, +Delimiter`,
Gui, Add ... |
Topic: simultaenous currency converter |
badmojo
Replies: 4
Views: 385
|
Forum: Ask for Help Posted: Sun Oct 03, 2010 10:47 am Subject: simultaenous currency converter |
| thanks [VxE], works fine! anyway just wondering what was wrong with my code? |
Topic: simultaenous currency converter |
badmojo
Replies: 4
Views: 385
|
Forum: Ask for Help Posted: Sat Oct 02, 2010 6:39 pm Subject: simultaenous currency converter |
i'm trying to write a simple currency converter that will show several currencies at the same time. the idea is that if i key-in in one edit-box the others would change as well.
however this does n ... |
Topic: AHKControl |
badmojo
Replies: 22
Views: 5863
|
Forum: Scripts & Functions Posted: Sun Aug 15, 2010 3:59 am Subject: AHKControl |
i copied all the necessary files into same folder as AHKControl.ahk you need to copy them in the standard-lib folder.
oops, a brain freeze on my part. now it's working, thanks! |
Topic: AHKControl |
badmojo
Replies: 22
Views: 5863
|
Forum: Scripts & Functions Posted: Sun Aug 15, 2010 3:36 am Subject: AHKControl |
any ideas why am i getting this error? i copied all the necessary files into same folder as AHKControl.ahk
Error: Call to nonexistent function.
Specifically: MI_ShowMenu("Root")
--- ... |
Topic: Graphic Buttons |
badmojo
Replies: 110
Views: 49261
|
Forum: Scripts & Functions Posted: Thu Jul 15, 2010 5:53 am Subject: Graphic Buttons |
Thanks . I haven't been around or updated many scripts lately... It's possible to show tooltips with the current code. Here's an example:; ********************************
; Demo Script
; ***** ... |
Topic: Graphic Buttons |
badmojo
Replies: 110
Views: 49261
|
Forum: Scripts & Functions Posted: Sat Jul 10, 2010 7:16 am Subject: Graphic Buttons |
thanks to corrupt for this wonderful script. the buttons are now more easy on the eyes..
i'm not sure if this script being actively updated but i'd like to know if it's possible to show a tooltip w ... |
Topic: Desktop weather tool |
badmojo
Replies: 16
Views: 2176
|
Forum: Scripts & Functions Posted: Fri Jun 04, 2010 3:59 am Subject: Desktop weather tool |
@bekihito: another thing you can do is to use RegEx to match the city data.
you can change from this:
StringTrimLeft , City , City, 12
StringTrimRight , City, City, 9
StringReplace ,City, City ... |
Topic: Desktop weather tool |
badmojo
Replies: 16
Views: 2176
|
Forum: Scripts & Functions Posted: Fri Jun 04, 2010 3:54 am Subject: Desktop weather tool |
hmm.. the space in the name part work ok for me, as you can see in this screenshot: http://gyazo.com/cb700033f2dae014536ee2f908b050ef.png
also the error you pointed out is due to the % sign in the ... |
Topic: Desktop weather tool |
badmojo
Replies: 16
Views: 2176
|
Forum: Scripts & Functions Posted: Thu Jun 03, 2010 11:52 am Subject: Desktop weather tool |
nice script.. however i also get the "space in the name" error, which can be easily fixed by putting the following lines in the 'Location' section just before writing to the INI.
;Replace ... |
Topic: TF: Text file & Variables/String Library v3.3 [lib] |
badmojo
Replies: 183
Views: 30981
|
Forum: Scripts & Functions Posted: Thu Jan 28, 2010 6:56 am Subject: TF: Text file & Variables/String Library v3.3 [lib] |
ah, i see.. the 'm' stands for multiple lines, i guess.. thanks.
the help files mentions (?im) as the method to switch options, why in TF, the opening bracket is dropped? just curious.. |
Topic: TF: Text file & Variables/String Library v3.3 [lib] |
badmojo
Replies: 183
Views: 30981
|
Forum: Scripts & Functions Posted: Thu Jan 28, 2010 2:52 am Subject: TF: Text file & Variables/String Library v3.3 [lib] |
can someone explain what is wrong with this code? i'm trying to remove all lines that ends with a "\" but somehow it doesn't work..
#Include %A_ScriptDir%\tf.ahk
F=!C:\Temp\Startup ... |
| |