AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 34 matches
AutoHotkey Community Forum Index
Author Message
  Topic: HI have a question about varlist.
rhinox202

Replies: 1
Views: 406

PostForum: Ask for Help   Posted: Sat Feb 04, 2012 10:19 pm   Subject: HI have a question about varlist.
The following works. Note the changes in red.

a1=on
a2=off
a3=on
a4=on
a5=off
a6=off
a7=off
a8=on
a9=off
count := 0
count2 := 0
varList=123456789
Loop, parse, varList
{
...
  Topic: AHK_L associative array insert/remove
rhinox202

Replies: 7
Views: 311

PostForum: Ask for Help   Posted: Thu Feb 02, 2012 3:59 pm   Subject: Object Key-Value Remove Documentation
For anyone else that may wonder about this. I found it tucked away in the documentation. You can see it here, http://l.autohotkey.net/docs/objects/Object.htm#Remove.

Bob
  Topic: AHK_L associative array insert/remove
rhinox202

Replies: 7
Views: 311

PostForum: Ask for Help   Posted: Tue Jan 31, 2012 7:52 pm   Subject: AHK_L associative array insert/remove
Thanks for your reply jethrow. I was having the same exact problem and your suggestion fixed it. I should note that all of the documentation I looked at wasn't what you suggested. The CHM help file ...
  Topic: SQLite lib - for AHK_L unicode
rhinox202

Replies: 4
Views: 826

PostForum: General Chat   Posted: Wed Dec 28, 2011 4:08 am   Subject: SQLite for AHK_L 64-bit
@kidmar: Have you been able to test this script on AHK_L 64-bit. I have been unable to get it running.

Bob
  Topic: Reverse Associative Array?
rhinox202

Replies: 4
Views: 75

PostForum: Ask for Help   Posted: Tue Dec 27, 2011 6:18 pm   Subject: Reverse Associative Array?
Cool... thanks very much.
  Topic: Reverse Associative Array?
rhinox202

Replies: 4
Views: 75

PostForum: Ask for Help   Posted: Tue Dec 27, 2011 6:13 pm   Subject: Reverse Associative Array?
Thanks sinkfaze. That should work. What if the array has a hundred or so keys and values in it? Any speed issues? That is part of what originally prompted me to ask the question.

Bob
  Topic: Reverse Associative Array?
rhinox202

Replies: 4
Views: 75

PostForum: Ask for Help   Posted: Tue Dec 27, 2011 3:42 pm   Subject: Reverse Associative Array?
Hi,

Is it possible to reverse an associative array? I did a little searching but wasn't able to come up with an answer.

Using testListtestList := Object(1,"Test1",2,"Test2 ...
  Topic: WMPlayer UIMode
rhinox202

Replies: 1
Views: 156

PostForum: Ask for Help   Posted: Wed Dec 07, 2011 5:59 pm   Subject: WMPlayer UIMode
Anyone? This seems to have fallen through the cracks.
  Topic: WMPlayer UIMode
rhinox202

Replies: 1
Views: 156

PostForum: Ask for Help   Posted: Thu Oct 13, 2011 2:52 am   Subject: WMPlayer UIMode
Hey Everyone,

I have just implemented Jethrow's WMPlayer.OCX code (#Include Atl.ahk

Gui, 1: +LastFound
wmp := Atl_AxCreateControl(WinExist(), "WMPlayer.OCX") ...
  Topic: An example of using Virtual ListView in AHK
rhinox202

Replies: 4
Views: 1998

PostForum: Scripts & Functions   Posted: Sun Mar 13, 2011 1:27 am   Subject: An example of using Virtual ListView in AHK
Hey Yonken,

I was wondering if you got anywhere with getting this script to work in AutoHotKey_L (Uni). I was hoping to use this in a personal project but it doesn't work as you mentioned.

Bob
  Topic: How to get the ListViews Group View working
rhinox202

Replies: 11
Views: 1250

PostForum: Ask for Help   Posted: Wed Feb 23, 2011 10:02 pm   Subject: How to get the ListViews Group View working
@; OLD
LVM_SETITEM = 0x1006; NEW
LVM_SETITEM = 0x104C
Rather than change all of my LVM_SETITEM references to LVM_SETITEMW, I opted to just change the variable's value. I got the value for LVM_SETI ...
  Topic: How to get the ListViews Group View working
rhinox202

Replies: 11
Views: 1250

PostForum: Ask for Help   Posted: Wed Feb 23, 2011 2:31 am   Subject: Script Not Working in AutoHotkey_L
I recently switched to using AutoHotkey_L (32bit Unicode) and have been modifying my scripts to work with it. So of them do and others don't. This script is one I am having trouble with. For some r ...
  Topic: Basic Webpage Controls with JavaScript / COM - Tutorial
rhinox202

Replies: 245
Views: 57939

PostForum: Scripts & Functions   Posted: Thu Dec 09, 2010 1:13 am   Subject: Basic Webpage Controls with JavaScript / COM - Tutorial
I was wondering if there is a way to change either the "Browser Mode" or "Document Mode" using IE COM. For anyone who doesn't know, there are Developer Tools in IE8 and pressing F ...
  Topic: Autohotkey for Pocket PCs / WinCE / Smartphones
rhinox202

Replies: 443
Views: 97174

PostForum: Scripts & Functions   Posted: Sat Nov 06, 2010 4:31 pm   Subject: Localization Problem?
Recently a program called Liberate was released for the Zune HD. The program reveals the Windows CE 6 environment on the Zune. The current keyboard is small and hard to use so I have been working on ...
  Topic: Basic Webpage Controls with JavaScript / COM - Tutorial
rhinox202

Replies: 245
Views: 57939

PostForum: Scripts & Functions   Posted: Sun Oct 24, 2010 12:16 am   Subject: Basic Webpage Controls with JavaScript / COM - Tutorial
Hi All,

Back in February I asked about the "Enter" key not working for a website with Flash content. It works on a normal HTML page but, for example, when I use "listen.grooveshark. ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group