| Author |
Message |
Forum: Support Topic: process load save pause resume |
| meandi |
|
Posted: July 28th, 2011, 11:01 pm
|
|
Replies: 1 Views: 62
|
Would probably find it faster in linux...
It's so stupid to use virtual machines to do this... (whole OS) |
|
 |
Forum: Support Topic: process load save pause resume |
| meandi |
|
Posted: July 28th, 2011, 10:59 pm
|
|
Replies: 1 Views: 62
|
| I know there is a way to pause/resume a process. But when execution is paused I want to load a previous state is this possible? (in windows) 1) ram-dump the process & pointer to save the process 2) load the ram dump into a piece of ram & add the process execution to the processes-list or som... |
|
 |
Forum: Custom Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
| meandi |
|
Posted: February 4th, 2011, 8:09 pm
|
|
Replies: 551 Views: 102485
|
does this actually work on ubuntu or so
and if yes how do i go about installing? |
|
 |
Forum: Custom Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
| meandi |
|
Posted: August 30th, 2010, 11:49 pm
|
|
Replies: 551 Views: 102485
|
|
 |
Forum: Custom Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
| meandi |
|
Posted: August 29th, 2010, 10:52 am
|
|
Replies: 551 Views: 102485
|
ye this is true just as i'm about to download it
btw: gosub is not supported?
PS: lol ye it is ofcourse... |
|
 |
Forum: Support Topic: a option |
| meandi |
|
Posted: June 22nd, 2010, 5:18 pm
|
|
Replies: 1 Views: 118
|
Where do I find these documents that contain information about the a option for currently active window?
(My search skills are damadged?) |
|
 |
Forum: Support Topic: winmove |
| meandi |
|
Posted: June 22nd, 2010, 5:12 pm
|
|
Replies: 3 Views: 233
|
|
 |
Forum: Support Topic: winmove |
| meandi |
|
Posted: June 22nd, 2010, 4:57 pm
|
|
Replies: 3 Views: 233
|
|
 |
Forum: Support Topic: winmove |
| meandi |
|
Posted: June 22nd, 2010, 4:54 pm
|
|
Replies: 3 Views: 233
|
I have been looking for this before and I didn't find it then eiter:
How to winmove the currently active window
(how to find the current active window) |
|
 |
Forum: Support Topic: adding time |
| meandi |
|
Posted: June 22nd, 2010, 4:06 pm
|
|
Replies: 2 Views: 161
|
|
 |
Forum: Support Topic: adding time |
| meandi |
|
Posted: June 22nd, 2010, 4:03 pm
|
|
Replies: 2 Views: 161
|
| rough: timeZ := A_Now + time A_Now in the usual format and time in minutes with time ranging from 0 to 360 and timeZ in the same format as A_Now this is how far I got: timeZ := mod(A_DD + floor(A_Min/60/24),??) . mod(A_Hour + floor(A_Min/60), 24) . mod(A_Min + time, 60) . A_Sec I'm clearly stuck at ... |
|
 |
Forum: Support Topic: index of a word |
| meandi |
|
Posted: February 5th, 2010, 5:34 pm
|
|
Replies: 2 Views: 226
|
| i have a variable and would like the letter at a certain index didn't find this in the manual (must have overlooked it) variable is a color oxFFFFFF for example (only need index 2 to 7)(or 3 to 8 lol) PixelGetColor, kleurpixel, %x%, %y% so i need the different chars of kleurpixel edit: http://www.au... |
|
 |
Forum: Support Topic: subroutine return |
| meandi |
|
Posted: October 20th, 2009, 4:02 pm
|
|
Replies: 6 Views: 262
|
y::
gosub, first
msgbox second
return
first:
msgbox first
return
this worked so it's probably some random mistake
I am trying to arrange a old script so it becomes easyer to update |
|
 |
Forum: Support Topic: subroutine return |
| meandi |
|
Posted: October 20th, 2009, 2:38 pm
|
|
Replies: 6 Views: 262
|
if I call a subroutine, and the subroutine ended i would like to return where I called the subroutine, how do I do this?
if I use return the whole script ends |
|
 |
| Sort by: |