AutoHotkey Community

It is currently May 25th, 2012, 11:30 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 453 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 31  Next
Author Message
 Post subject:
PostPosted: January 23rd, 2008, 12:44 pm 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
sergeich wrote:
Hi, Micha! SoundPlay function not work :-(

Hi,
AHK is using MCI-commands, but they are not implemented in Win CE.
PlaySound is an API-command, that is working, so I've just used that API-call to make SoundPlay working.

Happy musicplaying
Ciao
Micha


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2008, 12:49 pm 
Offline

Joined: January 11th, 2008, 7:42 pm
Posts: 20
Location: Russia
Hi, Micha! I'm testing SoundPlay command, but my script stopped after string: SoundPlay, Song.wav and sound not played :-(


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2008, 12:56 pm 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
sergeich wrote:
Hi, Micha! I'm testing SoundPlay command, but my script stopped after string: SoundPlay, Song.wav and sound not played :-(

Hi, have you used the V13 from the first post? (Not the preV13 from my recent post?)
Ciao
Micha


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2008, 1:27 pm 
Offline

Joined: January 11th, 2008, 7:42 pm
Posts: 20
Location: Russia
Micha, i download file from first page, but this file alike file which was earlier (22 Jan 2008 0:08:29 813056 kb)
Has tried to change path to .wav file-don't care does not play :-(


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 27th, 2008, 3:24 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
AWESOME work here Micha!
All the best and keep this up! :)

absolutely great!

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2008, 12:10 am 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
Added Clipboard functions for sergeich
Code:
MsgBox, %Clipboard%
Clipboard = alterinhalt
MsgBox, %Clipboard%
Clipboard = %Clipboard% neuerInhalt
MsgBox, %Clipboard%


Ciao
Micha


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2008, 1:08 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Hi Micha,
can you please check if file loop with recursive scanning works for you.. i checked on my storage card but cudn't get it to work.
thanks!

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2008, 4:21 am 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
Rajat wrote:
Hi Micha,
can you please check if file loop with recursive scanning works for you.. i checked on my storage card but cudn't get it to work.
thanks!


Hi Rajat,
please redownload V15. I've fixed it. (unicode problem)

(Since there's no "Current Directory" on WinCE devices, every path must be absolute.)

Ciao
Micha


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2008, 4:27 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Thanks! :)

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2008, 10:27 am 
Offline

Joined: January 19th, 2007, 9:09 pm
Posts: 147
Are you going to make nDroid with ahkce rajat? :P


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 2nd, 2008, 2:40 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Jero3n wrote:
Are you going to make nDroid with ahkce rajat? :P

oh that'd be dreaming big! :)
but yes, i'm not quite satisfied with all the launchers i tried with my PPC, so i'm trying to make a basic one myself.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 3rd, 2008, 3:30 pm 
Offline

Joined: October 3rd, 2005, 10:02 pm
Posts: 40
Location: DE, Berlin
I know having the same language for PC and PPC is quite nice. But for scripting on a PocketPC, the most used one is MortScript.

Cheers,
-mARKUS


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 3rd, 2008, 4:59 pm 
Offline

Joined: January 11th, 2008, 7:42 pm
Posts: 20
Location: Russia
mbirth wrote:
I know having the same language for PC and PPC is quite nice. But for scripting on a PocketPC, the most used one is MortScript.

MortScript has much limited possibility in contrast with AHKCE


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 3rd, 2008, 6:22 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
sergeich wrote:
mbirth wrote:
I know having the same language for PC and PPC is quite nice. But for scripting on a PocketPC, the most used one is MortScript.

MortScript has much limited possibility in contrast with AHKCE

I agree.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 3rd, 2008, 7:20 pm 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
Rajat wrote:
sergeich wrote:
mbirth wrote:
I know having the same language for PC and PPC is quite nice. But for scripting on a PocketPC, the most used one is MortScript.

MortScript has much limited possibility in contrast with AHKCE

I agree.


...and that is exactly the reason, why I'm working on AHKCE... :-)
Ciao
Micha


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], infogulch, Opal Monkey and 12 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