AutoHotkey Community

It is currently May 27th, 2012, 2:18 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 157 posts ]  Go to page 1, 2, 3, 4, 5 ... 11  Next
Author Message
PostPosted: February 5th, 2010, 12:20 pm 
Offline

Joined: June 12th, 2009, 11:36 pm
Posts: 1173
Location: Indianapolis IN, USA
There has been quite a few INI questions going around on Ask For Help, or is it just me?

_________________
www.AutoHotkey.net/~Eedis
I love my wife and daughter so much.
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 5th, 2010, 2:20 pm 
Offline
User avatar

Joined: March 19th, 2008, 12:43 am
Posts: 5480
Location: the tunnel(?=light)
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).

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 5th, 2010, 3:51 pm 
Offline

Joined: December 24th, 2008, 3:25 am
Posts: 1401
Location: :noitacoL
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).


Its funny. I thought I was nuts myself, but it is like a cycle. I see it frequently myself.

I have even had an issue with something random, gone online and seen 4 other posts about the same exact thing.


Secretly, this community only has 7 members, each with 54 personalitys each.

So half of the posts you see are just the same few members expressing there multiple personallities. :twisted:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 5th, 2010, 4:39 pm 
Offline

Joined: April 8th, 2009, 8:23 pm
Posts: 3036
Location: Rio de Janeiro - RJ - Brasil
HAHAHAHAHAHAHAHA :lol:

_________________
"Read the manual. Read it again. Search the forum.
Try something before asking. Show what you've tried.
"
Image
Antonio França
My stuff: Google Profile


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 5th, 2010, 6:04 pm 
Offline
User avatar

Joined: September 5th, 2009, 2:06 pm
Posts: 1713
Location: Somewhere near you
Yep, I feel that I'm on dejavu.

Asked about same thing again and again, and also the user who answers to the topic is the same user again and again... =)

And I see that a lot of new users are too lazy to search on the helpfile first before asking on the forum, also they want us to make a script for them, mostly for games. Hmm...

_________________
Image
The quick onyx goblin jumps over the lazy dwarf


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 5th, 2010, 10:47 pm 
Offline

Joined: November 7th, 2006, 9:47 pm
Posts: 1934
Location: Germany
Then, who I am? or ... better who I am not?

---------------------------------

Building a new FAQ based on the frequently asked questions in this forum would be a nice idea. I wanted to do that, but it is too much working for me.

_________________
{1:"ahkstdlib", 2:"my libs", 3:"my apps", 4:"my license"}
--> Don't feed the troll! <--


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 5th, 2010, 11:05 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
http://www.autohotkey.com/forum/viewtop ... 020#309020 wrote
Quote:
... what I meant was not a script for people ASKING question, but for people ANSWERING them, we all get tired of looking up links, searching the forums, answering the same questions again and again so it would be useful to have a tool that would help to answers faqs. Of course start with the AHK FAQ and expand on that with stuff like engunneer's home thread http://www.autohotkey.com/forum/topic21919.html

The FAQ is stored in the wiki (noobs wont read it) but the script pulls the data from there for easy update/copy/paste

Edit: basically the structure & script is already there if you would use Scriptlet Library http://www.autohotkey.com/forum/topic2510.html all you would need is a way to maintain and exchange the ini which is probably something that is best done via the Wiki + a script that would download the Wiki page and reformat it to the INI format of the Scriptlet Library e.g. an "update faq now"

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2010, 4:17 am 
Offline

Joined: October 26th, 2009, 6:29 am
Posts: 362
Idk about everyone else, but I feel special when one of my threads gets linked to.
I need to get started on that script, the one to answer questions that you ask it.
Maybe a 20 question sort of thing? Where it filters down till it hits an answer, and when it quits it will resort to creating an AFH topic.
I will possibly create such a script this weekend.
Any flowchart help would be nice...

EXAMPLE:
Game Macro>Fails to acknowledge>Worked as desired in Notepad>Attempted "Send Play">ANSWER: Try "SetKeyDelay", [Example code]
I don't wish to hijack this thread so I will create my own.
Sorry if I seem to have strayed off topic but this is General Chat after all... :)

_________________
Check out the new AHK forum competition!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2010, 5:20 am 
Offline

Joined: June 12th, 2009, 11:36 pm
Posts: 1173
Location: Indianapolis IN, USA
I think they should split the Ask For Help forum down into several sub forums. That'd also help us helpers help better. (That was a lot of 'help' words. XD)

Most of the time when I get on the Ask For Help forum with the intent solely on helping other's, I only read the threads that I know about. If the forum was split down into several subforums. I could go to the subforum that I know most about and be able to help in almost all the threads. How it is now, I just have to pick a thread out of a bunch.

We could also have a subforum pertaining to games, since there are A LOT of questions about game macros.

Ideas for different subforums. Obviously taken straight from the help document.
Code:
-Ask For Help-
--Game Macros
--File Management
--Flow of Control
--Functions
--GUI, MsgBox, InputBox
--Math Commands
--Keyboard Control
--Mouse Control
--Process Management
--Registry Management
--Sound Commands
--String Management
--Window Management
--Variables and Expressions
--HotKeys

_________________
www.AutoHotkey.net/~Eedis
I love my wife and daughter so much.
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2010, 8:43 am 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
Eedis wrote:
split the Ask For Help forum down into several sub forums.
That won't happen I think because people already post in the wrong forum now (scripts, bugs, wish) and newbies might not know their problem is related to "mouse" or "flow of control". More subforums has been discussed before and the mods didn't like it afaik. (me neither btw)

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2010, 11:37 am 
Offline

Joined: November 7th, 2006, 9:47 pm
Posts: 1934
Location: Germany
Code:
problems += countOfSubforums * wrongSectionPosts

_________________
{1:"ahkstdlib", 2:"my libs", 3:"my apps", 4:"my license"}
--> Don't feed the troll! <--


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2010, 4:50 pm 
Offline

Joined: March 10th, 2008, 12:55 am
Posts: 1907
Location: Minnesota, USA
Ace Coder wrote:
Idk about everyone else, but I feel special when one of my threads gets linked to.
...

your topic, my script. :wink:

_________________
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: February 6th, 2010, 5:59 pm 
Offline
User avatar

Joined: September 5th, 2009, 2:06 pm
Posts: 1713
Location: Somewhere near you
Hmhm... So what can I do to help?

_________________
Image
The quick onyx goblin jumps over the lazy dwarf


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 7th, 2010, 10:21 pm 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
Eedis wrote:
I think they should split the Ask For Help forum down into several sub forums.

Not necessarily a bad idea, but what if somebody wants to ask a question about a Function that plays a Sound found in the Registry, after processing the found String. Of course, this function being called by a HotKey... :)

In the Processing forum, there are specialized forums for OpenGL, Sound, etc.
Yet you find most questions in the Syntax forum. Partly, I think, because people have no idea of what syntax is, partly because they are too lazy to read the section descriptions, and most probably because that's the first sub-section in the Questions section (some even ask questions in the Exhibition section because that's the first one of the forum...).

A system of tags like those in Stack Overflow might be more efficient, but people often fails at finding significant tags, too (or even proper subjects: how often I see something like "Help me please"? Sight).

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 10th, 2010, 2:06 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
Last week INI questions this week: chat/network/TCP/IP posts. What shall it be next week... stay tuned :wink:

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


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 157 posts ]  Go to page 1, 2, 3, 4, 5 ... 11  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 1 guest


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