| Author |
Message |
Topic: Regular expression match and output array |
kiu
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Fri Feb 15, 2008 8:29 pm Subject: Regular expression match and output array |
| thanks, I'll check |
Topic: Regular expression match and output array |
kiu
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Fri Feb 15, 2008 8:13 pm Subject: Regular expression match and output array |
thanks titan, but my problem is more generic and the code above was more specific, sorry
I mean to get, for example, 12 in com1 and anything <b>here</b> in com2 for
string=<a>1 ... |
Topic: Regular expression match and output array |
kiu
Replies: 4
Views: 183
|
Forum: Ask for Help Posted: Fri Feb 15, 2008 7:38 pm Subject: Regular expression match and output array |
I want to store in com1 the value 12 and in com2 the value 13
Why Is not correct?
string=a12ba13b
RegExMatch(string, ".*(?:a(.*)b).*", com)
msgbox, 1: ... |
Topic: [module] MMenu 1.0 b1 |
kiu
Replies: 105
Views: 11410
|
Forum: Scripts & Functions Posted: Wed Mar 28, 2007 4:28 pm Subject: [module] MMenu 1.0 b1 |
| I suggested it cause I'm trying to find a way to show menu icons also from image files, but I'm relatively new to DllCall, so... |
Topic: [module] MMenu 1.0 b1 |
kiu
Replies: 105
Views: 11410
|
Forum: Scripts & Functions Posted: Wed Mar 28, 2007 4:14 pm Subject: [module] MMenu 1.0 b1 |
| What about loading the icon as 32x32 and then modify its size using [url=http://www.autohotkey.com/forum/viewtopic.php?t=11860&start=0&postdays=0&postorder=asc]Image convers ... |
Topic: [module] MMenu 1.0 b1 |
kiu
Replies: 105
Views: 11410
|
Forum: Scripts & Functions Posted: Mon Mar 26, 2007 10:45 pm Subject: [module] MMenu 1.0 b1 |
also note that the main purpose of "fast folder browser" is to browse folders quickly, so the purpose is different from your FavMenu  |
Topic: [module] MMenu 1.0 b1 |
kiu
Replies: 105
Views: 11410
|
Forum: Scripts & Functions Posted: Mon Mar 26, 2007 10:40 pm Subject: [module] MMenu 1.0 b1 |
| thanks for the specifications, but for now the enthusiasm is for alttab replacement. If you want to see it, check http://www.autohotkey.com/forum/viewtopic.php?p=112744#112744 and let me know |
Topic: AltTab replacement with icon and preview |
kiu
Replies: 3
Views: 836
|
Forum: Scripts & Functions Posted: Mon Mar 26, 2007 10:32 pm Subject: AltTab replacement with icon and preview |
This AltTab replacement(alpha) use majkinetor MMenu (#Include includes
#include MMenu.ahk
#include structs.ahk
scale := 240
F1::
alttab()
return
alttab()
... |
Topic: [module] MMenu 1.0 b1 |
kiu
Replies: 105
Views: 11410
|
Forum: Scripts & Functions Posted: Mon Mar 26, 2007 9:55 pm Subject: [module] MMenu 1.0 b1 |
| I'm impressed with the possibilities of this API. I like menus and as I seen this post I made a script to improve my alttab script. I will publish it as soon as I will test it a little bit. I think th ... |
Topic: kPrintFolder: print folders to html files |
kiu
Replies: 2
Views: 592
|
Forum: Scripts & Functions Posted: Mon Feb 05, 2007 4:12 pm Subject: kPrintFolder: print folders to html files |
Thanks Terrapin.
Yes, I made all icons myself. Anyway you can find a lot of icons on the web. |
Topic: AHK code explorer for PSPad |
kiu
Replies: 14
Views: 2016
|
Forum: Scripts & Functions Posted: Tue Jan 30, 2007 3:51 pm Subject: AHK code explorer for PSPad |
Very good!
Only 1 problem: the script show if(..) as functions.
As very simple workaround:
if(SubStr(Name, 1, 2)="If")
continue
after line 165 |
Topic: kPrintFolder: print folders to html files |
kiu
Replies: 2
Views: 592
|
Forum: Scripts & Functions Posted: Thu Jan 25, 2007 12:00 pm Subject: kPrintFolder: print folders to html files |
This program will let you print(to an html file) a folder(s) content. The selected folder is printed in a tree structure.
-Showing size and date in tooltip
-print multiple folders by separating t ... |
Topic: NEW:clipboardMenu0.8:paste,edit,save last 20 clipboard items |
kiu
Replies: 46
Views: 6581
|
Forum: Scripts & Functions Posted: Sun Jan 14, 2007 11:18 am Subject: NEW:clipboardMenu0.8:paste,edit,save last 20 clipboard items |
| there was an error in the copy function of the forum. This bug will be fixed in next days |
Topic: Forum: serious bug(I think) |
kiu
Replies: 8
Views: 1826
|
Forum: Bug Reports Posted: Sat Jan 13, 2007 11:01 am Subject: Forum: serious bug(I think) |
copy function of the code: it alters the script.
Just copy the code from the link and look at line 145
clipIndex++ was converted to clipIndex and so the script doesn't work. I don't know if ther ... |
Topic: NEW:clipboardMenu0.8:paste,edit,save last 20 clipboard items |
kiu
Replies: 46
Views: 6581
|
Forum: Scripts & Functions Posted: Sat Jan 13, 2007 10:32 am Subject: Re: files... |
default windows clipboard has the ability to copy and paste files, how do you use this script to copy and paste files?
When i copy a file, it shows it in the list, but when i try to paste it, it ju ... |
| |