AutoHotkey Community

It is currently May 27th, 2012, 12:39 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 157 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10, 11  Next
Author Message
 Post subject:
PostPosted: March 29th, 2011, 5:07 pm 
Offline
User avatar

Joined: March 19th, 2008, 12:43 am
Posts: 5482
Location: the tunnel(?=light)
tidbit wrote:
Hotkeys and repeatedly pressing stuff.
and not even trying, just begging.


Looks like we're on a long-term trend.

_________________
Image
Try Quick Search for Autohotkey or see the tutorial for newbies.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2011, 6:17 pm 
Offline
User avatar

Joined: September 5th, 2009, 2:06 pm
Posts: 1718
Location: Somewhere near you
*sigh* :(

_________________
Image
The quick onyx goblin jumps over the lazy dwarf


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2011, 8:08 pm 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
tidbit wrote:
Keys and Mouse.
Hotkeys and repeatedly pressing stuff.
and not even trying, just begging.

also got a flood of hotkey questions on IRC.
Here's 2:
http://www.autohotkey.com/forum/viewtopic.php?t=70089
http://www.autohotkey.com/forum/viewtopic.php?t=70079
and that's just off the top of my head

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 14th, 2011, 3:51 pm 
Offline
User avatar

Joined: March 19th, 2008, 12:43 am
Posts: 5482
Location: the tunnel(?=light)
An inordinate amount of people asking how to send data from Excel to a webpage recently.

And the tidbit of tidbit still holds true almost 2 months later:

tidbit wrote:
Keys and Mouse.
Hotkeys and repeatedly pressing stuff.
and not even trying, just begging.

_________________
Image
Try Quick Search for Autohotkey or see the tutorial for newbies.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 16th, 2011, 7:27 pm 
Offline

Joined: March 10th, 2008, 12:55 am
Posts: 1907
Location: Minnesota, USA
People needing to use the Input command or dynamic hotstrings.
(detecting user input)

_________________
rawr. be very afraid
*poke*
Note: My name is all lowercase for a reason.
"I think Bigfoot is blurry, that's the problem. It's not the photographer's fault, Bigfoot is blurry. So there's a large, out-of-focus monster roaming the countryside."


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 21st, 2011, 12:26 am 
Offline
User avatar

Joined: November 2nd, 2008, 4:23 pm
Posts: 2906
Location: 127.0.0.1
Questions that can be answered as follows
1,000 Times I wrote:
You can do this with COM

(talking about website automation, Internet Explorer)

_________________
aboutscriptappsscripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 21st, 2011, 3:19 am 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
Frankie wrote:
Questions that can be answered as follows
1,000 Times I wrote:
You can do this with COM

(talking about website automation, Internet Explorer)
+100 confirmed.

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 23rd, 2011, 8:00 pm 
Offline

Joined: January 15th, 2007, 2:37 pm
Posts: 573
I remembered this post about the help forum questions from a few weeks back. I've almost completed a script that I hope will help a lot of those people who are completely new to scripting and/or just want something written for them. It's main purpose is to build simple AHK subroutines to automate task. You can take a look at it here.
http://www.autohotkey.com/forum/viewtopic.php?t=71046

Hopefully the newbies will understand to pick input type and commands from drop down lists and learn how the code is written from the examples built in the main window.

For automating games I'm hoping some of the players will build command modules for them. Then any player could access a game's functions from a drop down list and choose any method to control them.

I would appreciate any comments about this project, not only about functionality but also if you think it would be helpful for newbies.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 27th, 2011, 9:59 pm 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
sinkfaze wrote:
You'd be amazed at the bizarre spurts of questions that show up in the forums from time to time. Another right now is people wanting to extract digits from a string and perform math on them. I can't remember the last time anyone has asked about that at all, much less three times (since yesterday).
It's ba-ack! :lol: I just answered a question with a gst() and the next one was how to convert the number from 12.345,67 to 12,345.67

Edit: Where'd all these RegEx q's come from?

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 3rd, 2011, 12:17 pm 
Offline

Joined: October 2nd, 2009, 12:43 pm
Posts: 283
It's more about IRC, but shows in help forum too.
"I want the script to work only in one window"
meaning
"I want script to work in background on hidden window while I do other things"


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 10th, 2011, 3:17 am 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
I'm thinking Alt+tab needs to be added to the FAQ so we can link them there and forget about it.

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 19th, 2011, 4:00 am 
Offline

Joined: March 10th, 2008, 12:55 am
Posts: 1907
Location: Minnesota, USA
atleast 9 topics on the first pages related to internet/http/ftp/xml. including my topic Image

_________________
rawr. be very afraid
*poke*
Note: My name is all lowercase for a reason.
"I think Bigfoot is blurry, that's the problem. It's not the photographer's fault, Bigfoot is blurry. So there's a large, out-of-focus monster roaming the countryside."


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 19th, 2011, 4:01 am 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
No, seriously, someone do a FAQ on alttab

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 19th, 2011, 4:10 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
nimda wrote:
No, seriously, someone do a FAQ on alttab
What is stopping you, do it :!: :?: :D

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 10th, 2011, 5:53 pm 
Seems ini libs are trendy back.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 157 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10, 11  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 23 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group