| View previous topic :: View next topic |
| Author |
Message |
Micha
Joined: 15 Nov 2005 Posts: 437 Location: Germany
|
Posted: Wed Jan 23, 2008 12:44 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
sergeich
Joined: 11 Jan 2008 Posts: 16 Location: Russia
|
Posted: Wed Jan 23, 2008 12:49 pm Post subject: |
|
|
Hi, Micha! I'm testing SoundPlay command, but my script stopped after string: SoundPlay, Song.wav and sound not played  |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 437 Location: Germany
|
Posted: Wed Jan 23, 2008 12:56 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
sergeich
Joined: 11 Jan 2008 Posts: 16 Location: Russia
|
Posted: Wed Jan 23, 2008 1:27 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sun Jan 27, 2008 3:24 pm Post subject: |
|
|
AWESOME work here Micha!
All the best and keep this up!
absolutely great! _________________
 |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 437 Location: Germany
|
Posted: Sat Feb 02, 2008 12:10 am Post subject: |
|
|
Added Clipboard functions for sergeich
| Code: | MsgBox, %Clipboard%
Clipboard = alterinhalt
MsgBox, %Clipboard%
Clipboard = %Clipboard% neuerInhalt
MsgBox, %Clipboard%
|
Ciao
Micha |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sat Feb 02, 2008 1:08 am Post subject: |
|
|
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! _________________
 |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 437 Location: Germany
|
Posted: Sat Feb 02, 2008 4:21 am Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sat Feb 02, 2008 4:27 am Post subject: |
|
|
Thanks!  _________________
 |
|
| Back to top |
|
 |
Jero3n
Joined: 19 Jan 2007 Posts: 151
|
Posted: Sat Feb 02, 2008 10:27 am Post subject: |
|
|
Are you going to make nDroid with ahkce rajat?  |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sat Feb 02, 2008 2:40 pm Post subject: |
|
|
| Jero3n wrote: | Are you going to make nDroid with ahkce rajat?  |
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. _________________
 |
|
| Back to top |
|
 |
mbirth
Joined: 03 Oct 2005 Posts: 40 Location: DE, Berlin
|
Posted: Sun Feb 03, 2008 3:30 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
sergeich
Joined: 11 Jan 2008 Posts: 16 Location: Russia
|
Posted: Sun Feb 03, 2008 4:59 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Sun Feb 03, 2008 6:22 pm Post subject: |
|
|
| 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. _________________
 |
|
| Back to top |
|
 |
Micha
Joined: 15 Nov 2005 Posts: 437 Location: Germany
|
Posted: Sun Feb 03, 2008 7:20 pm Post subject: |
|
|
| 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 |
|
| Back to top |
|
 |
|