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).
> Hmm, I looked and it seems like it should work ok. However, at the moment 
> it doesn't (using 1.0.1).

Probably you haven't set GTGUI as your default GT driver.
Add to your souce code:

   ANNOUNCE HB_GTSYS          // disable linking default GT driver
   REQUEST HB_GT_GUI_DEFAULT  // force linking GTGUI and set it as default

and then for test:

   Tone( 100, 3 )
   Tone( 200, 2 )
   Tone( 300, 1 )
   MessageBox( hb_gtVersion() + ": " + hb_gtVersion(1) )

BTW HWGUI should have it's own GT driver which will support such
functionality (it can inherit from GTGUI) and redirect some GT output
to some active window(s). In such way it will be possible to used
Clipper standard output functions.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to