| Author |
Message |
Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011] |
zengjia
Replies: 488
Views: 73361
|
Forum: Scripts & Functions Posted: Tue Sep 21, 2010 3:59 pm Subject: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011] |
very cool,I like it!  |
Topic: Notify() - multiple easy tray area notifications |
zengjia
Replies: 222
Views: 21874
|
Forum: Scripts & Functions Posted: Fri Sep 17, 2010 3:20 pm Subject: Notify() - multiple easy tray area notifications |
nope... sorry my documentation is so poor... but it corresponds to the Winset, Transparency value... so GT=Off, GT=10, GT=250 can all be used...
- gwarble
I got it, and I didn't mean the doc ... |
Topic: Notify() - multiple easy tray area notifications |
zengjia
Replies: 222
Views: 21874
|
Forum: Scripts & Functions Posted: Fri Sep 17, 2010 7:54 am Subject: Notify() - multiple easy tray area notifications |
static GT := "Off" ; Gui Transparency
this really confused me,
I considered that means GT=on or GT=off.  |
Topic: Compile_AHK II - for those who compile! |
zengjia
Replies: 407
Views: 84933
|
Forum: Scripts & Functions Posted: Wed Sep 15, 2010 6:43 am Subject: Compile_AHK II - for those who compile! |
very cool! thank you!  |
Topic: [SOLVED:] how to display selected item of dropdownlist? |
zengjia
Replies: 3
Views: 886
|
Forum: Ask for Help Posted: Tue Sep 14, 2010 7:12 am Subject: [SOLVED:] how to display selected item of dropdownlist? |
it's work, thank you very much!  |
Topic: [SOLVED:] how to display selected item of dropdownlist? |
zengjia
Replies: 3
Views: 886
|
Forum: Ask for Help Posted: Mon Sep 13, 2010 3:10 pm Subject: [SOLVED:] how to display selected item of dropdownlist? |
HI,all.
Is that possible to display the selected item of dropdownlist , I created a text area to show it , just like a statusbar.
I want:
when Red is selected,
the text area shows "Red&qu ... |
Topic: firefox can't copy code |
zengjia
Replies: 8
Views: 427
|
Forum: Ask for Help Posted: Tue Aug 31, 2010 2:47 am Subject: firefox can't copy code |
Until some way is devised...
...the problem is, that Ididdeviseawaybackup to the then-current Flash-based copy & now no one is around to apply my code to the forum. Hmph! With my version people w ... |
Topic: firefox can't copy code |
zengjia
Replies: 8
Views: 427
|
Forum: Ask for Help Posted: Mon Aug 30, 2010 10:20 am Subject: firefox can't copy code |
All is explained in the thread for which a link was posted above.
Until some way is devised to copy code to the clipboard in browsers other than MSIE, I've removed the Copy link from non-MSIE bro ... |
Topic: firefox can't copy code |
zengjia
Replies: 8
Views: 427
|
Forum: Ask for Help Posted: Mon Aug 30, 2010 7:04 am Subject: firefox can't copy code |
This is a joke right?
http://www.autohotkey.com/forum/topic48668.html
copy from there or from here..
http://www.autohotkey.net/paste/1t0w5h5
http://www.autohotkey.net/paste/text/1t0w5h5
http:// ... |
Topic: firefox can't copy code |
zengjia
Replies: 8
Views: 427
|
Forum: Ask for Help Posted: Mon Aug 30, 2010 3:30 am Subject: firefox can't copy code |
hi,all. I use firefox,and I can't copy code here.
firefox:
http://i956.photobucket.com/albums/ae49/jrnreg/f.jpg
only Expand
IE
http://i956.photobucket.com/albums/ae49/jrnreg/ie.jpg
Expand an ... |
Topic: how to upload a folder? |
zengjia
Replies: 16
Views: 729
|
Forum: Ask for Help Posted: Tue Jul 20, 2010 8:44 am Subject: how to upload a folder? |
try:
FTP_RenameFile(hConnect, filename, CreationTime . "-" . filename)
thank you flyingDman!
I tried that but nothing happened
after I read these:
http://www.autoho ... |
Topic: how to upload a folder? |
zengjia
Replies: 16
Views: 729
|
Forum: Ask for Help Posted: Thu Jul 15, 2010 6:50 am Subject: how to upload a folder? |
try this:
server := "192.168.0.1", port := "21", ID := "xxx", PW := "yyy"
hConnect:=FTP_Open(Server, Port, ID, PW)
if((hE ... |
Topic: how to upload a folder? |
zengjia
Replies: 16
Views: 729
|
Forum: Ask for Help Posted: Thu Jul 15, 2010 3:36 am Subject: how to upload a folder? |
no, I don't want to renaming only one file,
I want to renaming all files on the FTP site by creationtime.
after I got your help ,I tried this:
server := "192.168.0.1", port := & ... |
Topic: how to upload a folder? |
zengjia
Replies: 16
Views: 729
|
Forum: Ask for Help Posted: Wed Jul 14, 2010 8:38 am Subject: how to upload a folder? |
hi,need your help again
I want to add this code into the script,
rename files on FTP by Date
for example:
rename
ftp://192.168.1.161/a.pdf
to
ftp://192.168.1.161/a-07142010.pdf
Fo ... |
Topic: how to upload a folder? |
zengjia
Replies: 16
Views: 729
|
Forum: Ask for Help Posted: Mon Jul 12, 2010 1:18 am Subject: how to upload a folder? |
then a cmd.exe window popup,and I can't close it.
nothing uploaded.
need to enter "prompt" before mput
to disable the interactive mode
cd bak
prompt
mput c:\pdf\*.pdf
... |
| |