| Author |
Message |
Forum: Scripts Topic: GDI+ standard library 1.45 by tic |
| ewerybody |
|
Posted: August 12th, 2011, 2:01 pm
|
|
Replies: 995 Views: 156615
|
| ewerybody Look at tutorial 9. You can SetImage to the background of your windows and add controls over it (but this is not using a layered window) pardon me for getting back so late. but would be still curious to know. I've seen Example 9 which is cool. But isn't it standard window with a GDI+ cont... |
|
 |
Forum: Utilities Topic: Comprehensive list of Windows hotkeys. |
| ewerybody |
|
Posted: March 7th, 2011, 12:24 pm
|
|
Replies: 139 Views: 469838
|
| Ctrl+MouseWheel Up/Down for Zoom in/out is pretty generic! Windows Explorer has it, All Browsers that I know: just tested: IE8, Chrome, Firefox 4, then: Outlook, Excel, Word, Notepad++, Wordpad, Visual Studio, yEd Graph Editor, Audacity, Miranda IM, WinMerge, Adobe Reader, Sumatra PDF, ... and look... |
|
 |
Forum: Scripts Topic: GDI+ standard library 1.45 by tic |
| ewerybody |
|
Posted: February 25th, 2011, 9:29 pm
|
|
Replies: 995 Views: 156615
|
hey tic! is it possible to make a gdi+layered window the background of usual Autohotkey Controls?
So that I can draw anything and put buttons and stuff to it? |
|
 |
Forum: Scripts Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
| ewerybody |
|
Posted: February 24th, 2011, 9:10 pm
|
|
Replies: 232 Views: 82639
|
that explains something indeed!
Thank you good sir! :] |
|
 |
Forum: Support Topic: calling functions - skip params? |
| ewerybody |
|
Posted: February 24th, 2011, 8:16 pm
|
|
Replies: 8 Views: 259
|
| Whooar! I didn't know I'd cause such a great stir :D Already felt like a redheaded stepchild because no one answered me on my other posts yet^^ However. That sheds some light! THanks a lot so far! What about a mentioning in the function documentation about that? Or is that covered already? (I actual... |
|
 |
Forum: Scripts Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
| ewerybody |
|
Posted: February 24th, 2011, 8:04 pm
|
|
Replies: 232 Views: 82639
|
| he guest? Seems there is nothing about httpwinrequest around in the forum :( http://www.google.com/search?q=site%3Ahttp%3A%2F%2Fwww.autohotkey.com%2Fforum%20httpwinrequest (google because seems forum search is not linkable :/) only this post and another unanswered. But thanks too Uberi!! I'll look i... |
|
 |
Forum: Support Topic: calling functions - skip params? |
| ewerybody |
|
Posted: February 23rd, 2011, 12:57 pm
|
|
Replies: 8 Views: 259
|
| seems in python when calling a function with optional params i can tell it to change a dedicated param like: def myfunc(x,y='lala',z='default'): print 'x:' + x + ' y:' + y + ' z:' + z myfunc('ahh',z='CHANGED') [color=green]x:ahh y:lala z:CHANGED[/color] but in Autohotkey I'd have to ... |
|
 |
Forum: Scripts Topic: Get paths of selected items in an explorer window |
| ewerybody |
|
Posted: February 22nd, 2011, 1:57 pm
|
|
Replies: 23 Views: 4636
|
Excellent library!!! thanks a lot!
I have a small problem though:
Explorer_GetPath() returns:
p:\\llalaa@domain.de\folder\
when I'm on:
ftp://domain.de/folder/
must be the regex to trim the path variable. But I'm bad at that :/ |
|
 |
Forum: Scripts Topic: [function] Run 1.25 |
| ewerybody |
|
Posted: February 22nd, 2011, 11:59 am
|
|
Replies: 3 Views: 2466
|
As I still feel so clumsy with all this DllCall and Handle stuff.. this is really helpful!
A pity that this is not talked so much about here. I use it quite often now! Thanks for sharing! |
|
 |
Forum: Scripts Topic: GDI+ standard library 1.45 by tic |
| ewerybody |
|
Posted: February 22nd, 2011, 11:47 am
|
|
Replies: 995 Views: 156615
|
| hello gdilers! I cranked up a little msgbox-like dialog: compiled it and used it with Run() in other scripts to wait for user input. http://i.imgur.com/DnTvT.png ; gdialog.ahk - a Ok/Cancel MsgBox to use via Run() utilising tics Gdip.ahk - http://goo.gl/xx5EO ; I use it compiled: ; gdialog.e... |
|
 |
Forum: Scripts Topic: eztt() - yet another tooltip script |
| ewerybody |
|
Posted: February 18th, 2011, 8:42 pm
|
|
Replies: 0 Views: 470
|
| Hi Hello! This time I won't whine around: I gonna share my first script with you!! :D So I've crawled up the forums, seen HotKeyIts "Full-Blown" TT() , Rolands fun (changing font for tooltips) and derRaphaels colored standard tooltip with timeout ... maybe there is even more. But none of t... |
|
 |
Forum: Support Topic: get menu or tooltip text from dropBox |
| ewerybody |
|
Posted: February 18th, 2011, 2:07 am
|
|
Replies: 1 Views: 172
|
| Hello dear AHK scripters! seems dropbox has some commandLine stuff for linux! But here on windows the dropBox.exe just does nothing but start :/ What I want is: a script to wait until dropbox has finished syncing. But seems there is no rock solid way via commandline... Now I'm wondering If I can get... |
|
 |
Forum: Support Topic: dynamic Gui Building - in AHK .. really? |
| ewerybody |
|
Posted: February 8th, 2011, 2:27 am
|
|
Replies: 2 Views: 444
|
| Hey again Autohotkey folks! I mean there are amazing things done with Autohotkey! For sure! But maybe I'm just too dumb, or too impatient. I scripted a lot of UIs with Maya Mel and a little with py for Maya and I made some SOOO convenient UI things with that! But.. sadly this is only in Maya. And Au... |
|
 |
Forum: Support Topic: Second window - can't change controls in first |
| ewerybody |
|
Posted: February 7th, 2011, 10:41 pm
|
|
Replies: 4 Views: 606
|
AHHHH! Very very cool! Thanks for clearing that up!
I'm still having some issues though but I cannot clearify so well..
Can I get back to you? |
|
 |
Forum: Support Topic: Second window - can't change controls in first |
| ewerybody |
|
Posted: February 7th, 2011, 2:23 am
|
|
Replies: 4 Views: 606
|
| oops.. Ok I thought the script would be self explanatory combined with the headline.. But yes, I could write it down too: I have a main window and there is a button that shall receive changes. In the example there is a test-Button next to it to show what I mean. In my case the test button works perf... |
|
 |
| Sort by: |