AutoHotkey Community

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

All times are UTC [ DST ]


Search found 14 matches
Search these results:

Author Message

 Forum: Support   Topic: Tray tooltip class

Posted: November 9th, 2008, 6:52 pm 

Replies: 4
Views: 957


hmmm, doesn't seem to work on all my computers. Might be a SP3 issue...

 Forum: Support   Topic: Tray tooltip class

Posted: November 8th, 2008, 11:35 pm 

Replies: 4
Views: 957


after playing around, this command seem to fix the tooltip bug:
Code:
WinSet, Topmost, Off, ahk_class Shell_TrayWnd

 Forum: Support   Topic: Tray tooltip class

 Post subject: Tray tooltip class
Posted: October 21st, 2008, 5:17 am 

Replies: 4
Views: 957


A random thought, don't know if this could work or not. It ocurred to me that if the tray tooltip has a class, then maybe I can do a winset, topmost on the class to fix the annoying tray tooltip bug in windows. I've been digging around trying to figure this out, but how can I get the class of someth...

 Forum: Support   Topic: Cmd Wrapper

Posted: August 14th, 2008, 5:10 pm 

Replies: 6
Views: 688


Now I understand. But it isn't hard to code a cmd - but it gives much advantages: You can add every function you like, maybe loops like in bash (a *nix shell) You can insert code very fast (no need to simulate input) You can make a history and a list of windows internal-programmes with description,...

 Forum: Support   Topic: Cmd Wrapper

Posted: August 14th, 2008, 4:30 pm 

Replies: 6
Views: 688


It seems the cmd window doesn't respond to changes in style. WinSet, ExStyle, +0x80, ahk_pid %CmdPid% ; WS_EX_TOOLWINDOW WinSet, Style, -0xC00000, ahk_pid %CmdPid% ; WS_CAPTION WinSet, Style, +0x40000000, ahk_pid %CmdPid% ; WS_CHILD You could add GuiSize so the cmd window automatically refreshes, o...

 Forum: Support   Topic: Cmd Wrapper

 Post subject: Cmd Wrapper
Posted: August 13th, 2008, 8:37 pm 

Replies: 6
Views: 688


Hi, I'm playing around with this code to wrap window's cmd.exe into a gui, right now I have this, but the command window inside moveable, and I want to restrict that. Also there is some refresh problems too. Does anyone have any experience working with the console? run,cmd,,,CmdPid WinWait, ahk_pid ...

 Forum: Support   Topic: Mozilla Control Resize Issue

Posted: May 29th, 2008, 10:26 pm 

Replies: 1
Views: 459


^Bump

This probably isn't very easy to figure out I guess.

 Forum: Support   Topic: Mozilla Control Resize Issue

Posted: May 28th, 2008, 12:51 am 

Replies: 1
Views: 459


Hi I'm trying to write a little gui that let's me view sites in different controls, so I have the following code. But while it resizes the IE control correctly with GuiSize, the Mozilla control isn't affect. Also the variable IE2 has no value. I am not very knowledgeable and I just copied this from ...

 Forum: Support   Topic: Help understanding IE.ahk browser control (in tabs)

Posted: May 26th, 2008, 3:13 am 

Replies: 3
Views: 774


So where is the latest version of COM.ahk? Is it this thread? http://www.autohotkey.com/forum/topic19225.html

 Forum: Support   Topic: help with multi-threading a function

Posted: April 9th, 2008, 3:31 pm 

Replies: 7
Views: 607


Here's the relevant code, basically I'm piping the output from PsExec into the stdin of PipeServer.exe (a C program I wrote). PipeServer creates Pipes for each client that tries to connect. Then PipeHelper.ahk reads the Pipe that PipeServer creates and pastes it into an Edit Control in the main.ahk ...

 Forum: Support   Topic: help with multi-threading a function

Posted: April 1st, 2008, 5:30 pm 

Replies: 7
Views: 607


Thanks for helping, but the number of labels will be dynamic also, (9 was just a number I came up with, but it could change).

I really don't think there's any way to do this with labels and timers, but maybe onMessage or Registercallback......

Anyways, thanks for trying..

 Forum: Support   Topic: help with multi-threading a function

Posted: March 31st, 2008, 9:35 pm 

Replies: 7
Views: 607


Maybe I wasn't clear, but I need to call the function 9 times, with different parameters each time. (The 9 could be a variable number) So something like that would only work if I could change x and y each time before I call the function. Having a static input doesn't help me. Sorry for the confusion.

 Forum: Support   Topic: help with multi-threading a function

Posted: March 31st, 2008, 4:12 pm 

Replies: 7
Views: 607


hi, I have a bit of an optimizing issue. Right now I have a script that calls on a subscript with command line arguments to execute a function (it does this 9 times). Basically the sub-script parses the string passed to it and sets an Edit string in the main script's gui. I wanted all the sub-script...

 Forum: Support   Topic: Confused about Environment Variables

Posted: February 17th, 2008, 12:37 am 

Replies: 1
Views: 413


Hi, I am confused about how AutoHotkey Handles Environment Variable. I have a script: #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #SingleInstance force SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A...
Sort by:  
Page 1 of 1 [ Search found 14 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group