AutoHotkey Community

It is currently May 22nd, 2012, 2:29 pm

All times are UTC [ DST ]


Search found 570 matches
Search these results:

Author Message

 Forum: Offtopic   Topic: Stepping down

 Post subject: Stepping down
Posted: February 22nd, 2012, 12:46 pm 

Replies: 1
Views: 434


Hi, It is with mixed feelings that I am stepping down from the role of moderator and actively partaking in future site changes. In my new job role I am using Linux a lot more and get very little opportunity or need to use AutoHotkey. For this reason, I don't feel that I will be here enough to make a...

 Forum: Utilities   Topic: Fiddler 2 for HTTP stuff

 Post subject: Fiddler 2 for HTTP stuff
Posted: February 17th, 2012, 5:31 pm 

Replies: 1
Views: 427


http://fiddler2.com/

Allows you to view very detailed information about request/response http headers. Form data and all sorts of other stuff.

Gives tons more information than built in browser tools.

Unfortunately, Windows only, but hey ho.


David

 Forum: Support   Topic: IE COM problems with Ajax

Posted: February 16th, 2012, 9:29 am 

Replies: 3
Views: 122


Thanks tank.

I've actually decided to go with curl on this one and send the POST requests directly.

I will need to do this at some point in the future though, so I will investigate how I can access the xmlhttp request object and post back if I find a viable solution.

David

 Forum: Support   Topic: IE COM problems with Ajax

 Post subject: IE COM problems with Ajax
Posted: February 14th, 2012, 10:29 am 

Replies: 3
Views: 122


Hi Guys, I'm having a bit of trouble with COM: pwb.document.all.search.click() while, pwb.ReadyState != 4 Sleep, 100 Simple enough. While this works fine on any normal page, the button click on a particular page loads the content via Ajax. It seems that ReadyState only picks up the state of ...

 Forum: Offtopic   Topic: linux

Posted: January 18th, 2012, 9:38 pm 

Replies: 39
Views: 2160


In my experience (on Ubuntu), I have found that most hardware will just plug and play. Was surprised me the most when I started using Ubuntu about 6 months ago, was that drivers that took me hours to track down for obscure hardware on Windows, just worked without any configuration when plugged into ...

 Forum: Offtopic   Topic: linux

Posted: January 18th, 2012, 5:15 pm 

Replies: 39
Views: 2160


Dont get me wrong I would like to move to LInux but two things stop me. 1 The great and very wide choice of apps on wndows, I like to video edit and like Sony vegas - I looked at the linux alternatives and they were not as good. I also like Photoshop and the Gimp is not as good. Life would just be ...

 Forum: Offtopic   Topic: linux

Posted: January 18th, 2012, 5:04 pm 

Replies: 39
Views: 2160


tank wrote:
Bash is like having CMD+WMI+VBS+Powershell and then some.
and the some more...
tank wrote:
Ubuntu is pretty user friendly and almost as easy to install as win7
Have you tried Ubuntu 11.10? It's so ridiculously easy to install. My 2yo nephew could prob install it.

 Forum: Offtopic   Topic: linux

Posted: January 18th, 2012, 4:11 pm 

Replies: 39
Views: 2160


What do you actually do with linux? Pretty much anything you can do on Windows and Mac unless your heavily into PC gaming. There are a lot of benefits to running Linux and with some of the more advanced distros (Ubuntu 10.04 LTS) for example, it's very usable, more so than Windows when you overlook...

 Forum: Offtopic   Topic: SOPA: The end of life on the interwebs as we know it.

Posted: January 18th, 2012, 2:35 pm 

Replies: 36
Views: 1608


If you REALLY need to view a wikipedia page today, just temporarily disable javascript (or add an exception for wikipedia.org) and it works fine.

 Forum: Offtopic   Topic: linux

Posted: January 18th, 2012, 2:16 pm 

Replies: 39
Views: 2160


It may be because Bash scripting in Linux/unix is very popular and very powerful. (OK, you can't do GUI's, but pretty much everything else)

Really, all IronAHK needs to be is a GUI running program that interfaces with Bash imo.

David

 Forum: Support   Topic: Restart explorer.exe ?

Posted: January 4th, 2012, 11:40 am 

Replies: 3
Views: 167


It's probably better to use Process to end Explorer.exe then use run to start it again. It seems a bit pointless to use %comspec% when these commands are built in.

Code:
Process, Close, explorer.exe
Run, explorer.exe


David

 Forum: Offtopic   Topic: linux

Posted: December 29th, 2011, 2:14 pm 

Replies: 39
Views: 2160


There is a cross platform version that runs on Linux under .NET or MONO:
http://www.autohotkey.com/forum/topic54494.html

 Forum: Support   Topic: How I can send ctrl + left to current window?

Posted: December 29th, 2011, 2:09 pm 

Replies: 1
Views: 63


Ctrl + Left is sent like this:

Code:
Hotkey::Send ^{left}


David

 Forum: Support   Topic: using mouse click on a headless pc.

Posted: December 29th, 2011, 2:08 pm 

Replies: 1
Views: 110


By 'Headless', I take it you mean with no monitor plugged in?

If you don't have a monitor plugged in, then the computer won't have a resolution as it has no display device connected. Your only real option is to use other methods to control the webpage, which would be COM.

David

 Forum: Support   Topic: SB Wireless head set button interception

Posted: December 23rd, 2011, 4:06 pm 

Replies: 1
Views: 87


If the buttons are turning the volume up and down, then it could be using the same method as the buttons on some keyboard.

I would try using winspector and see if it detects any keystrokes. Then yo will know for sure.

David
Sort by:  
Page 1 of 38 [ Search found 570 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group