AutoHotkey Community

It is currently May 27th, 2012, 3:51 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 552 posts ]  Go to page Previous  1 ... 17, 18, 19, 20, 21, 22, 23 ... 37  Next
Author Message
PostPosted: August 10th, 2010, 7:57 pm 
Offline

Joined: August 10th, 2010, 5:25 pm
Posts: 5
IsNull wrote:
I looks like your system lacks the libmono-winforms libs :wink:


You were correct IsNull. Thank you so much!
PS: Awesome name.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 11th, 2010, 7:25 am 
Hi polyethene,
i can not understand .Net :(
i am using the Latest Version of IronAHK 0.5.7-x86 but these commands are not working :cry:
i am using Windows XP Professional Service Pack 3

Process, Close
SplashImage
and BlockInput

please help me i am in trouble.

polyethene wrote:
Process fixed in f0bc2ac2 and SplashImage in 085ce87c.
BlockInput partially fixed in 6392d227. On Windows 7 x64 this command does not work for me even in AutoHotkey. A quick search reveals issues from Vista so as a workaround IronAHK will use the low level hooks to block input. At the moment only keyboard hooking is enabled with this feature.

The command status page is quite inaccurate. I will update it at some point this week with clearer progress indications.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 11th, 2010, 12:10 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
Anonymous wrote:
...when you do, could you add a date to it, so we can know when it's getting stale?...& maybe update it now, just to say it's stale (then update "at some point this week" for real).

Since I can't plan ahead for time to develop any schedule or deadlines would be difficult to meet. I have a good idea of what needs to be done for each milestone and the time it should take. v0.7 should be this week or next depending on whether we want the smart-compiler in this version. v0.9 would be 3-4 weeks and v1 would be ready in 5-6 weeks after that. That is assuming I have no other new priorities.

Anonymous wrote:
i am using the Latest Version of IronAHK 0.5.7-x86 but these commands are not working :cry:

Please use the nightly version which is the most up-to-date.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 11th, 2010, 12:28 pm 
polyethene wrote:
...any schedule or deadlines...

...by "add a date" I just meant add the date you last reviewed/updated the page, not forward-looking dates of when things will be done.

polyethene wrote:
and v1 would be ready in 5-6 weeks after that.

...Merry Christmas?...I can't wait to test my scripts with v1...I don't think I can test them sooner than v1, cuz they seem to all use features not ready until v1...but I can't remember the roadmap right now, I think GUIs are v.7?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 13th, 2010, 8:01 am 
Offline

Joined: January 5th, 2007, 2:18 pm
Posts: 33
polyethene wrote:
Please use the nightly version which is the most up-to-date.


i am using this version
there is a problem with the command of SplashImage
it is not working like Original AutoHotKey

Code:
1: it is too slow

2: There is problem in the size

3: You can view 99 SplashImage at a Time, But there is Only 1 SplashImage working.


Please check these Issues. :(

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 15th, 2010, 8:44 am 
Offline
User avatar

Joined: May 10th, 2007, 10:54 am
Posts: 649
Location: .switzerland
Quote:
You were correct IsNull. Thank you so much!
PS: Awesome name.

Awesome Name? If you think so... :lol:

@kaka:
I'll have a look at these issues.

_________________
http://securityvision.ch
AHK 2D GAME ENGINE


Report this post
Top
 Profile  
Reply with quote  
PostPosted: August 16th, 2010, 5:18 am 
I just installed ubuntu on a new partition PURELY to try this out (ahk is the only reason I'm still using Windows).

I CANNOT figure out how to run a simple script! I can't even double click the .exe nor drag .ahk files onto it. Can somebody point me to a simple instruction on how to get a simple script going on ubuntu?


Report this post
Top
  
Reply with quote  
PostPosted: August 16th, 2010, 12:19 pm 
ls121 wrote:
I can't even double click the .exe...

...wow, unless I'm completely missing the point, if you wanna run this on Ubuntu (or Linux), you wouldn't download the exe (.exe's are for Windows {& maybe WINE}). For Linux/Ubuntu, I think you'd download the source & compile it.


Report this post
Top
  
Reply with quote  
PostPosted: August 16th, 2010, 12:46 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
ls121 wrote:
Can somebody point me to a simple instruction on how to get a simple script going on ubuntu?
  1. Install the package libmono-winforms2.0-cil (click Search on Synaptic)
  2. Download the nightly binaries
  3. Extract the zip and browse to the contents
  4. Open terminal (usually right click > Open Terminal Here)
  5. Type mono IronAHK.exe Example.ahk
If you install IronAHK with setup.sh you can run scripts the standard way with #!/usr/bin/env ironahk as the first line then running with ./Example.ahk or similar. This is how all kinds of scripts are used in Linux (PHP, Ruby, Python, Perl, etc.)

Quote:
if you wanna run this on Ubuntu (or Linux), you wouldn't download the exe (.exe's are for Windows {& maybe WINE}). For Linux/Ubuntu, I think you'd download the source & compile it.

.NET exe files are slightly different to regular Win32 executables. Apart from the installers, all the precompiled packages for IronAHK work interchangeably on every operating system with .NET or Mono. For Mono the file extension is meaningless, but .exe is typically used for any CLR application with an entry point.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: August 16th, 2010, 2:38 pm 
polyethene wrote:
.NET exe files are slightly different to regular Win32 executables.

...ah, I was wondering about that...but...
  • How is the Mac app download different from the rest of the downloads (can't Macs do the same a Linux?)
  • Is there any reason to download the sources? (for Linux)
polyethene wrote:
Type mono IronAHK.exe Example.ahk

...is there a way to make double clicking the .exe or .ahk work? Instead of running it that way all the time?

polyethene wrote:
...you can run scripts the standard way...

...any other ways to make double clicking work, like in Windows?

polyethene wrote:
#!/usr/bin/env ironahk

...that seems like a weird shebang line. Why "/usr/bin/env" with a param of "ironahk" (what does running env do?) & not something like...
    #!/usr/bin/ironahk
Also, just now, looking at the downloads, I'd like to ask you: How do you create the msi files? I've read some steps somewhere online about formatting a computer to a "clean state", making a snapshot, installing manually, taking another snapshot & creating an msi from the differences. Is that REALLY the steps everyone goes thru to make an msi? That seems exceedingly convoluted to me: reformat/reset an "example computer" every time you make a new msi? There HAS to be a better way.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 16th, 2010, 3:39 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
Quote:
How is the Mac app download different from the rest of the downloads (can't Macs do the same a Linux?)

The App Bundle makes it easier for Mac users to run the program. Like .jar files it is essentially a .zip with a certain structure. I don't have a Mac so I could not test it myself, but others have told me it works. Mac users can still run IronAHK the Linux way.

Quote:
Is there any reason to download the sources? (for Linux)

Not unless you prefer to compile yourself. The nightly build server is CentOS with Mono 2.6.7 and the stable releases are built on my Windows 7 laptop with Visual Studio 2010 Professional. However none of this matters since the resulting binaries are practically identical.

Quote:
...is there a way to make double clicking the .exe or .ahk work? Instead of running it that way all the time?
Quote:
...any other ways to make double clicking work, like in Windows?

Yes it is possible but requires kernel modifications. This will be provided for Debian/Ubuntu users when I write .deb packages.

Quote:
Why "/usr/bin/env" with a param of "ironahk" (what does running env do?) & not something like...

/usr/bin/env is more portable, but you can specify the absolute path if you like.

Quote:
How do you create the msi files?

With WiX.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Really?
PostPosted: August 16th, 2010, 11:19 pm 
So just to be clear: with IronAHK I can have an AHK script which I wrote in Windows which binds tons of my keys to unique actions (such as minimizing windows or switching to Firefox if it's not active) run on *Ubuntu* with little to no modification of the original script?

If so, I think there is no reason to use Windows anymore!


Report this post
Top
  
Reply with quote  
 Post subject: Re: Really?
PostPosted: August 16th, 2010, 11:29 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
test1337 wrote:
So just to be clear: with IronAHK I can have an AHK script which I wrote in Windows which binds tons of my keys to unique actions (such as minimizing windows or switching to Firefox if it's not active) run on *Ubuntu* with little to no modification of the original script?

Yes, that was the purpose of creating this project ;)

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 17th, 2010, 4:40 am 
Thanks for the simple instructions! This simple keybind won't work when I try to compile in Ubuntu though:

CapsLock::Send {Escape}


It literally sends the keystring "Escape". How do I get it to press the escape key? This would work under AHK in windows.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 17th, 2010, 5:41 am 
ls121 wrote:
This simple keybind won't work...

...1st of all, are you using 0.5.7 or a nightly build?...(if so, which?). 2nd, I have no idea if that part is written yet (send command with {special} keys), but since IronAHK is not 1.0 yet, some things don't work/aren't written yet. polyethene will be able to tell you if it should work yet (or is a bug that it don't work).


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 552 posts ]  Go to page Previous  1 ... 17, 18, 19, 20, 21, 22, 23 ... 37  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 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