| Author |
Message |
Topic: Window Creation Hook |
philou
Replies: 2
Views: 209
|
Forum: Ask for Help Posted: Wed Jan 23, 2008 1:17 pm Subject: Window Creation Hook |
Hey Guys,
I need a way to catch the creation of an open/save dialog, without having to use a timer.
I tried to utilize portions of majkinetor's docking script, but this was merely some fooling aroun ... |
Topic: rename file under show extensions |
philou
Replies: 3
Views: 197
|
Forum: Ask for Help Posted: Fri Nov 16, 2007 2:53 pm Subject: rename file under show extensions |
a different technique:
; FilenameSelect.ahk
#Persistent
#SingleInstance force
SetBatchLines, -1
SendMode, Input
SetControlDelay, 0
GroupAdd, Explorer_Desktop, ahk_class CabinetWClass
... |
Topic: Tab, ListView, +BackgroundTrans - Let's find a solution! |
philou
Replies: 3
Views: 261
|
Forum: Ask for Help Posted: Tue Nov 06, 2007 3:10 pm Subject: Tab, ListView, +BackgroundTrans - Let's find a solution! |
| Whoohoo. First and only bump, since no one seems to care about GUI. |
Topic: Tab, ListView, +BackgroundTrans - Let's find a solution! |
philou
Replies: 3
Views: 261
|
Forum: Ask for Help Posted: Wed Oct 31, 2007 5:18 pm Subject: Tab, ListView, +BackgroundTrans - Let's find a solution! |
I've been trying to create a rather sophisticated GUI, where I need to use Tabs and ListViews
and would really like to be able to use +BackgroundTrans on my various controls.
The current situatio ... |
Topic: per-pixel alpha blended GUI demo |
philou
Replies: 191
Views: 8346
|
Forum: Ask for Help Posted: Tue Oct 23, 2007 6:52 pm Subject: per-pixel alpha blended GUI demo |
| It is important to note that layered windows cannot have controls. At least, they won't be visible. To have similar functionality, you'd either have to use two windows/GUIs (one layered + one with con ... |
Topic: per-pixel alpha blended GUI demo |
philou
Replies: 191
Views: 8346
|
Forum: Ask for Help Posted: Tue Oct 23, 2007 6:45 pm Subject: per-pixel alpha blended GUI demo |
OMG, I've hoped for something like this to be possible with AHK, especially with PNG files. It's like a dream come true. No kidding.
Now, how do I put normal controls on top of the window? I've tri ... |
Topic: New set of standard icons for v2 |
philou
Replies: 38
Views: 1768
|
Forum: General Chat Posted: Mon Jul 23, 2007 1:50 pm Subject: New set of standard icons for v2 |
Some first-draft taskbar icons:
http://philipp.funkensturm.de/dateien/png/ahk_icon_16.png
http://philipp.funkensturm.de/dateien/png/ahk_icon_alt_16.png
second drafts:
http://philipp.funkenst ... |
Topic: New set of standard icons for v2 |
philou
Replies: 38
Views: 1768
|
Forum: General Chat Posted: Mon Jul 23, 2007 1:10 pm Subject: New set of standard icons for v2 |
Thank you I'm glad you like it.
Here's another take on a filetype icon. I didn't bother to tweak it to smaller sizes, though.
http://philipp.funkensturm.de/dateien/jpg/ahk_doc.jpg
On a s ... |
Topic: New set of standard icons for v2 |
philou
Replies: 38
Views: 1768
|
Forum: General Chat Posted: Sun Jul 22, 2007 11:00 pm Subject: New set of standard icons for v2 |
...played a bit with my old idea:
http://philipp.funkensturm.de/dateien/jpg/ahk.jpg
It's more a kind of logo, though.
To use it as an icon it would require some tweaks... |
Topic: Put here requests of problems with regular expressions |
philou
Replies: 271
Views: 10137
|
Forum: Ask for Help Posted: Tue Jul 03, 2007 4:53 pm Subject: Put here requests of problems with regular expressions |
How to retrieve Text between <A> and <B> HTML Tags?
Sample String(s):
(Strings needed are highlighted)
<td class="td1" valign="middle" width="45`%" ... |
Topic: GUI Float Question [expert/wise-person help needed] |
philou
Replies: 60
Views: 2640
|
Forum: Ask for Help Posted: Thu Jun 07, 2007 10:32 pm Subject: GUI Float Question [expert/wise-person help needed] |
whoa, I guess I'm a bit late to the party, (not that I could have contributed anything this good) but let me say:
fooms script is truly awesome. I wouldn't have thought this smoothness would be poss ... |
Topic: simple splitpath problem... splitting A_WorkingDir |
philou
Replies: 3
Views: 164
|
Forum: Ask for Help Posted: Mon May 07, 2007 11:46 pm Subject: simple splitpath problem... splitting A_WorkingDir |
| Yeah, AHK can be tricky with that - i myself need to just memorize those commands where the only name is needed. only the darn name... *memorizes* |
Topic: simple splitpath problem... splitting A_WorkingDir |
philou
Replies: 3
Views: 164
|
Forum: Ask for Help Posted: Mon May 07, 2007 10:01 pm Subject: simple splitpath problem... splitting A_WorkingDir |
Remove the percent signs around A_WorkingDir
SplitPath, A_WorkingDir, name, dir, ext, name_no_ext, drive
MsgBox, %name%`n%dir%`n%ext%`n%name_no_ext%`n%drive%`n
return
InputVar
Name of ... |
Topic: please review my gesture recording attempt |
philou
Replies: 5
Views: 417
|
Forum: Ask for Help Posted: Mon May 07, 2007 1:29 am Subject: please review my gesture recording attempt |
I think I kinda got it.
It's a cool idea to check for a matching gesture after every recorded movement -
I guess it'll speed things up. However, I don't quite get how you check for a completed mat ... |
Topic: please review my gesture recording attempt |
philou
Replies: 5
Views: 417
|
Forum: Ask for Help Posted: Sun May 06, 2007 11:31 pm Subject: please review my gesture recording attempt |
Whoa, this is officially out of my league -
I'll have to go through it line-by-line to see what all of this does.
But I'm honored that you like it - I have no experience when it comes to the more ... |
| |