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 64 matches
AutoHotkey Community Forum Index
Author Message
  Topic: XButton w/ Logitech G9-Note: uberOptions != work with G9
CannedCheese

Replies: 3
Views: 65

PostForum: Ask for Help   Posted: Sun Aug 31, 2008 11:10 am   Subject: XButton w/ Logitech G9-Note: uberOptions != work with G9
OK, I think I've at least come up with a way to use the Logitech G9 Gaming Mouse as a regular 5 button mouse in AHK -- simply go into the profile manager of SetPoint 5, Select your profile, and then s ...
  Topic: XButton w/ Logitech G9-Note: uberOptions != work with G9
CannedCheese

Replies: 3
Views: 65

PostForum: Ask for Help   Posted: Sun Aug 31, 2008 10:20 am   Subject: XButton w/ Logitech G9-Note: uberOptions != work with G9
Thanks. Unfortunately, I think that user.xml only exists with previous versions of Setpoint (versions prior to SetPoint 5.0, which is the version that works with the G9 gaming mouse). I searched eve ...
  Topic: XButton w/ Logitech G9-Note: uberOptions != work with G9
CannedCheese

Replies: 3
Views: 65

PostForum: Ask for Help   Posted: Fri Aug 29, 2008 6:47 am   Subject: XButton w/ Logitech G9-Note: uberOptions != work with G9
I need to find a way to use the XButton1 and XButton2 with a logitech G9 gaming mouse (not for gaming, but that's beside the point). uberOptions does not work with the Setpoint V5 that works with the ...
  Topic: Simple Question Re: GUI Buttons Interrupting Functions...
CannedCheese

Replies: 3
Views: 91

PostForum: Ask for Help   Posted: Tue Aug 26, 2008 5:36 pm   Subject: Simple Question Re: GUI Buttons Interrupting Functions...
Sorry for the slow response, but I’ve been out of town the last few days. I’ve created some sample scripts and they seem to work fine, so I’m wondering if my problems stem from the fact that the func ...
  Topic: Simple Question Re: GUI Buttons Interrupting Functions...
CannedCheese

Replies: 3
Views: 91

PostForum: Ask for Help   Posted: Fri Aug 22, 2008 2:23 am   Subject: Simple Question Re: GUI Buttons Interrupting Functions...
I think this is simple but I can find some code and post it if necessary.

I'll often trigger a function call when a gui button is pressed. Once the function is launched, the gui stops responding [ ...
  Topic: Prevent 2nd instance of process from running.
CannedCheese

Replies: 2
Views: 76

PostForum: Ask for Help   Posted: Wed Aug 13, 2008 12:08 am   Subject: Prevent 2nd instance of process from running.
I'm trying to stop Outlook from running multiple instances, which seems to happen quite frequently thru addons and microsoft's inability to code correctly. I'd like to set a timer to check every seco ...
  Topic: Automation IE7 Navigation and Scripting with Tabs
CannedCheese

Replies: 80
Views: 5975

PostForum: Scripts & Functions   Posted: Mon Aug 11, 2008 8:25 am   Subject: Automation IE7 Navigation and Scripting with Tabs
While it probably should have been obvious, I was thrown by the fact that ahk treats semi-colons wrapped in continuation sections as literal and not as comments. I assumed it would do the same for %' ...
  Topic: Pass an ahk variable to a javascript continuation section
CannedCheese

Replies: 5
Views: 97

PostForum: Ask for Help   Posted: Mon Aug 11, 2008 3:22 am   Subject: Pass an ahk variable to a javascript continuation section
For some reason i figured that since it would handle semicolons as javascript and not as an AHK comment, I couldn't use ahk style variables. Probably a dumb assumption.

I think this will work. Th ...
  Topic: Pass an ahk variable to a javascript continuation section
CannedCheese

Replies: 5
Views: 97

PostForum: Ask for Help   Posted: Mon Aug 11, 2008 1:41 am   Subject: Pass an ahk variable to a javascript continuation section
ug...
it occurs to me that I could do something like

js1 =
(
for (i = 0; x <> '
)

js2 =
(
'; i++){x=(document.getElementById('Table1').childNod ...
  Topic: Automation IE7 Navigation and Scripting with Tabs
CannedCheese

Replies: 80
Views: 5975

PostForum: Scripts & Functions   Posted: Mon Aug 11, 2008 12:52 am   Subject: Automation IE7 Navigation and Scripting with Tabs
I started my own post but I sort of think that this applies to those trying to integrate javascript into ahk, so I'm reposting it in this thread...
This may be a stupid question, or it may not be pos ...
  Topic: Pass an ahk variable to a javascript continuation section
CannedCheese

Replies: 5
Views: 97

PostForum: Ask for Help   Posted: Sun Aug 10, 2008 11:46 pm   Subject: Pass an ahk variable to a javascript continuation section
This may be a stupid question, or it may not be possible. What I'm trying to do is pass a variable's contents to a javascript instruction that, for means of readability, I want to keep in a continuat ...
  Topic: simplified csv operations.
CannedCheese

Replies: 41
Views: 2046

PostForum: Scripts & Functions   Posted: Thu Aug 07, 2008 7:26 pm   Subject: simplified csv operations.
You could call it CSV_SET and CSV_FINALIZE to add emphasis (i.e., they're the only functions with all CAPS).

This looks sweet btw.
  Topic: simplified csv operations.
CannedCheese

Replies: 41
Views: 2046

PostForum: Scripts & Functions   Posted: Thu Aug 07, 2008 6:19 pm   Subject: simplified csv operations.
Small point, but wouldn't it make sense to rename all of those functions not beginning as CSV_Something (like finalize_CSV) to begin with CSV (e.g., CSV_Finalize) so that this can be included as a par ...
  Topic: Sort INI File By Section (w/ Script) - Ye Olde 2D Array Prob
CannedCheese

Replies: 6
Views: 137

PostForum: Ask for Help   Posted: Thu Aug 07, 2008 9:02 am   Subject: Sort INI File By Section (w/ Script) - Ye Olde 2D Array Prob
@VxE - Your code is so fast it is ridiculous. I had to add A_Space to the end of your Vok function and everything worked great. Sorted a 13k person database in like 3 seconds on my slower work mac ...
  Topic: Sort INI File By Section (w/ Script) - Ye Olde 2D Array Prob
CannedCheese

Replies: 6
Views: 137

PostForum: Ask for Help   Posted: Thu Aug 07, 2008 3:41 am   Subject: Sort INI File By Section (w/ Script) - Ye Olde 2D Array Prob
sorry to throw a wrench into the works, but why do you need to sort the ini file? that's not normally done. There are a few scripts for importing the entire file quite quickly into your script, then y ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group