Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Autohotkey for Pocket PCs / WinCE / Smartphones


  • Please log in to reply
466 replies to this topic
Micha
  • Members
  • 539 posts
  • Last active: Dec 31 2011 01:43 PM
  • Joined: 15 Nov 2005

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

sergeich
  • Members
  • 20 posts
  • Last active: Oct 04 2009 09:41 AM
  • Joined: 11 Jan 2008
Hi, Micha! I'm testing SoundPlay command, but my script stopped after string: SoundPlay, Song.wav and sound not played :-(

Micha
  • Members
  • 539 posts
  • Last active: Dec 31 2011 01:43 PM
  • Joined: 15 Nov 2005

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

sergeich
  • Members
  • 20 posts
  • Last active: Oct 04 2009 09:41 AM
  • Joined: 11 Jan 2008
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 :-(

Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004
AWESOME work here Micha!
All the best and keep this up! :)

absolutely great!

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


Micha
  • Members
  • 539 posts
  • Last active: Dec 31 2011 01:43 PM
  • Joined: 15 Nov 2005
Added Clipboard functions for sergeich
MsgBox, %Clipboard%
Clipboard = alterinhalt
MsgBox, %Clipboard%
Clipboard = %Clipboard% neuerInhalt
MsgBox, %Clipboard%

Ciao
Micha

Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004
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!

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


Micha
  • Members
  • 539 posts
  • Last active: Dec 31 2011 01:43 PM
  • Joined: 15 Nov 2005

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

Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004
Thanks! :)

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


Jero3n
  • Members
  • 147 posts
  • Last active: Mar 31 2010 05:07 PM
  • Joined: 19 Jan 2007
Are you going to make nDroid with ahkce rajat? :p

Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004

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.

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


mbirth
  • Members
  • 40 posts
  • Last active: Jul 31 2008 11:12 AM
  • Joined: 03 Oct 2005
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

sergeich
  • Members
  • 20 posts
  • Last active: Oct 04 2009 09:41 AM
  • Joined: 11 Jan 2008

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

Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004

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.

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


Micha
  • Members
  • 539 posts
  • Last active: Dec 31 2011 01:43 PM
  • Joined: 15 Nov 2005

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