| Author |
Message |
Topic: LISTVIEW transparency |
Bartimus
Replies: 1
Views: 58
|
Forum: Ask for Help Posted: Tue Feb 23, 2010 7:14 pm Subject: LISTVIEW transparency |
Hi...
Can a LISTVIEW be made transparent so that a background image may show throught it.
I don't want to greate a second gui if at all possible.
thanks |
Topic: Selecting a LISTVIEW item |
Bartimus
Replies: 12
Views: 312
|
Forum: Ask for Help Posted: Tue Feb 09, 2010 11:10 pm Subject: Selecting a LISTVIEW item |
actually, this worked:searchedfile=%R3X%
LV_Modify(RFB, "-Select -Focus")
RFB:=0
loop, % LV_GetCount()
{
RFB:=(RFB+1)
LV_ ... |
Topic: Selecting a LISTVIEW item |
Bartimus
Replies: 12
Views: 312
|
Forum: Ask for Help Posted: Tue Feb 09, 2010 11:07 pm Subject: Selecting a LISTVIEW item |
No... didn't work. List positioned to the end even the the correct line item was selected.
So far the only thing I have is a SEND, {DOWN}{UP} after the item is selected, which works |
Topic: Selecting a LISTVIEW item |
Bartimus
Replies: 12
Views: 312
|
Forum: Ask for Help Posted: Tue Feb 09, 2010 9:44 pm Subject: Selecting a LISTVIEW item |
Garry, thanks... got it to work.
One thing. Even though it will select the last item used, if that item falls off the bottom of the visible area of the listview, you can't see it being selected. An ... |
Topic: Selecting a LISTVIEW item |
Bartimus
Replies: 12
Views: 312
|
Forum: Ask for Help Posted: Tue Feb 09, 2010 6:26 pm Subject: Selecting a LISTVIEW item |
Garry... Thank for post. Your script is probably a little bit over the top for me, but I tried to work it out. I've took your idea and kinda changed it up.
I still can't get it to work though. IniR ... |
Topic: Selecting a LISTVIEW item |
Bartimus
Replies: 12
Views: 312
|
Forum: Ask for Help Posted: Tue Feb 09, 2010 7:19 am Subject: Selecting a LISTVIEW item |
But how do I know what the row number is for a specific... say file?
Like I use my script and select a file in the script. before executing the file, the script writes to an ini file of what we ... |
Topic: Selecting a LISTVIEW item |
Bartimus
Replies: 12
Views: 312
|
Forum: Ask for Help Posted: Mon Feb 08, 2010 8:28 pm Subject: Selecting a LISTVIEW item |
| I'm not figuring out how to have AHK select a line in a LISTVIEW automatically. Basically I'm looking for a way for AHK to read from an INI file of a previously selected entry (which is written to on ... |
Topic: Trouble with A_GuiEvent, please look |
Bartimus
Replies: 5
Views: 191
|
Forum: Ask for Help Posted: Wed Feb 03, 2010 7:03 pm Subject: Trouble with A_GuiEvent, please look |
Here is my new and improved code:VideoList:
RowText = no file.jpg
Gui -Border
gui, font, s13, Verdana
Gui, Add, Button, w98 x600 y0, Re&fresh
Gui, Add, Button, w98 x700 y0, Re&Boot
... |
Topic: AHK overruns windows - icon position arrives B4 windows open |
Bartimus
Replies: 12
Views: 155
|
Forum: Ask for Help Posted: Tue Feb 02, 2010 7:00 pm Subject: AHK overruns windows - icon position arrives B4 windows open |
CurlySue,
Not trying to rain on your parade, but wouldn't executing check disk like this be more efficient:run, ChkDsk c:
Or are you really needing the GUI version? |
Topic: Trouble with A_GuiEvent, please look |
Bartimus
Replies: 5
Views: 191
|
Forum: Ask for Help Posted: Tue Feb 02, 2010 6:22 pm Subject: Trouble with A_GuiEvent, please look |
I'm trying to make a video directory of sorts that will easily list what videos are in a specific folder and play them. Please check out the code:VideoList:
Gui +ToolWindow
gui, font, s26, Verd ... |
Topic: Error: Error opening the destination file |
Bartimus
Replies: 17
Views: 3416
|
Forum: Ask for Help Posted: Tue Feb 02, 2010 4:57 pm Subject: Error: Error opening the destination file |
| For me this problem was caused by AVG. I've experienced this issue in versions 7, 8 and 9 of AVG. I've tried adding the Autohotkey's folders and files to the exclusion list, but this doesn't seem to ... |
Topic: Enable/Disable Bluetooth/Wifi on Pocket PC |
Bartimus
Replies: 5
Views: 245
|
Forum: Ask for Help Posted: Fri Oct 16, 2009 5:34 am Subject: Enable/Disable Bluetooth/Wifi on Pocket PC |
| no... the script runs locally on the device. I just want a simple script just to turn on both the Bluetooth adapter and the Wifi adapter. No remote activation or remote commands |
Topic: Enable/Disable Bluetooth/Wifi on Pocket PC |
Bartimus
Replies: 5
Views: 245
|
Forum: Ask for Help Posted: Wed Oct 07, 2009 4:37 am Subject: Enable/Disable Bluetooth/Wifi on Pocket PC |
Did you post in the wrong forum? Or ...
Are you looking for an AHK solution?Nope... I'm in the right spot. I need a solution
Try this link.
http://www.autohotkey.com/forum/topic8600.htmlI've ... |
Topic: Enable/Disable Bluetooth/Wifi on Pocket PC |
Bartimus
Replies: 5
Views: 245
|
Forum: Ask for Help Posted: Tue Oct 06, 2009 5:45 pm Subject: Enable/Disable Bluetooth/Wifi on Pocket PC |
Is it possible to enable or disable the bluetooth and wifi adapters in Pocket PCs (Windows Mobile devices)
Believe it or not, I have an old PPC that I use as a speedometer in my car (my real speedo ... |
Topic: autofilling a combobox |
Bartimus
Replies: 7
Views: 336
|
Forum: Ask for Help Posted: Thu Jun 25, 2009 2:54 pm Subject: autofilling a combobox |
I'm having a hard time seeing how Intellisense is going to apply to my situation.
Intellisense is a great tool, don't get me wrong, but it only pulls from one list (which I have 2) and th ... |
| |