| Author |
Message |
Topic: Graphic Buttons |
skwire
Replies: 69
Views: 16650
|
Forum: Scripts & Functions Posted: Sun Jun 22, 2008 6:29 pm Subject: Graphic Buttons |
ahh.... so you'd like to try the unreleased version...
It's probably still a bit of a mess but here's an example that will likely do what you're asking (and maybe a bit more). Please provide fee ... |
Topic: Graphic Buttons |
skwire
Replies: 69
Views: 16650
|
Forum: Scripts & Functions Posted: Sun Jun 22, 2008 6:49 am Subject: Graphic Buttons |
Could you please try to clarify a bit?
http://www.autohotkey.com/docs/commands/ListView.htm#IL
You can build an ImageList from resources (icons, usually) found within DLLs. I would like to be a ... |
Topic: Graphic Buttons |
skwire
Replies: 69
Views: 16650
|
Forum: Scripts & Functions Posted: Sat Jun 21, 2008 10:24 pm Subject: Graphic Buttons |
| Corrupt, I use your function extensively in my apps but would it be possible for you to add loading of images via DLLs? Many thanks. |
Topic: Getting All Data Out Of A Listview |
skwire
Replies: 5
Views: 177
|
Forum: Ask for Help Posted: Sun May 04, 2008 6:18 pm Subject: Getting All Data Out Of A Listview |
Consider the following example:
Gui, Add, Listview, xm ym+10 w200 h100 Grid vmyListview , Name|Extension|Directory
Gui, Add, Button , xm+10 ym+115 w180 h20 gDo, Get list ... |
Topic: FileInstall Help... |
skwire
Replies: 4
Views: 135
|
Forum: Ask for Help Posted: Thu Apr 24, 2008 12:04 pm Subject: FileInstall Help... |
I compiled it, it compiles just fine, but it doesn't extract it back out.
It doesn't extract it back out because it never gets to that part of your code when you're running the compiled exe. Read th ... |
Topic: [solved] How to get the Title-Names of Colums in a Listview |
skwire
Replies: 4
Views: 185
|
Forum: Ask for Help Posted: Wed Apr 23, 2008 1:55 pm Subject: [solved] How to get the Title-Names of Colums in a Listview |
I'didnt found this "header" option in the help! 0 = header....sure Thank's a lot
To clarify, "header" is not an option...it's a variable name. I probably should have named ... |
Topic: [solved] How to get the Title-Names of Colums in a Listview |
skwire
Replies: 4
Views: 185
|
Forum: Ask for Help Posted: Wed Apr 23, 2008 11:57 am Subject: [solved] How to get the Title-Names of Colums in a Listview |
Consider the following example:
Gui, Add, Listview, xm ym+10 w200 h100 , Red|Blue|Green
Gui, Add, Button , xm+10 ym+115 w180 h20 gShow_Me, Get column headers
Gui, Show, AutoSize
Re ... |
Topic: Searching in Listview |
skwire
Replies: 11
Views: 456
|
Forum: Ask for Help Posted: Sun Feb 03, 2008 8:34 pm Subject: Searching in Listview |
I've reread through the manual on the topic of ListViews, and I have no idea how I came under the impression that they were limited in that respect.
Yep, they're most flexible control available in ... |
Topic: Searching in Listview |
skwire
Replies: 11
Views: 456
|
Forum: Ask for Help Posted: Sun Feb 03, 2008 7:25 pm Subject: Searching in Listview |
NOTE: ListView does not support dynamic information readjustment.
In what way do you mean? I can dynamically manipulate a Listview with all manner of data. |
Topic: Both urldownloadtofile and curl don't work! |
skwire
Replies: 1
Views: 154
|
Forum: Ask for Help Posted: Sun Feb 03, 2008 3:31 pm Subject: Both urldownloadtofile and curl don't work! |
| You will need to use cURL's POSTing and cookie reading/writing capabilities to get that page. From the URL, I'm guessing it's your stats page or something? |
Topic: Child GUI only on specific tab? |
skwire
Replies: 4
Views: 198
|
Forum: Ask for Help Posted: Sun Feb 03, 2008 3:18 pm Subject: Child GUI only on specific tab? |
GuiControlGet, CurrentTabName, , SysTabControl321
If this is the second tab control in your app, you will need to change "SysTabControl321" to "SysTabControl322" and so on. |
Topic: Tic Tac Toe request |
skwire
Replies: 18
Views: 1069
|
Forum: Ask for Help Posted: Wed Jan 23, 2008 11:47 am Subject: Tic Tac Toe request |
| Very impressive, jaco0646. |
Topic: count key press |
skwire
Replies: 3
Views: 205
|
Forum: Ask for Help Posted: Wed Jan 23, 2008 11:41 am Subject: count key press |
Oddly enough, I wrote an app for NANY 2007 at DonationCoder to do exactly this:
http://www.donationcoder.com/Forums/bb/index.php?topic=11568.msg93431#msg93431 |
Topic: Validating a variable |
skwire
Replies: 10
Views: 197
|
Forum: Ask for Help Posted: Wed Jan 23, 2008 10:49 am Subject: Validating a variable |
Here's what I use within my own apps to validate for an IP:
RegExMatch( _Search_Term, "^\b(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\. ... |
Topic: [module] HiEdit 3.0.0.1-2 |
skwire
Replies: 95
Views: 13045
|
Forum: Scripts & Functions Posted: Fri Jan 18, 2008 11:38 am Subject: [module] HiEdit 3.0.0.1-2 |
That is how I implemented it in test version. You can't expect test to have full features. CmnDlg_Find sends flags in CmnDlg_Flags, and when you see flag about "up" radio button you should ... |
| |