Przemyslaw Czerpak wrote:
On Fri, 31 Oct 2008, Alex Strickland wrote:
Hi Alex,
Can anyone tell me what the behaviour of the tone() function is when using
GTGUI (specifically with HWGUI).
The same as in GTWIN and GTWVT. All shares the same low level TONE() code.
Thanks. It is not working for me, but when I replaced the TONE() call
with BEEP() and added:
HB_FUNC( BEEP )
{
hb_retl( Beep( hb_parnl(1), hb_parnl(2) * 55 /* 1000 / 18.2 */) ) ;
}
it works ok, so perhaps there is a problem in there.
Regards
Alex
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour