[Gambas-user] Supped up the WebAudio.class

Bruce Steers bsteers4 at gmail.com
Thu Jul 28 20:27:20 CEST 2022


On Thu, 28 Jul 2022 at 16:20, Benoit Minisini <
benoit.minisini at gambas-basic.org> wrote:

> Le 28/07/2022 à 15:41, Bruce Steers a écrit :
> >
> > I leave it in your oh so very capable hands :)
> >
> > Respects
> > BruceS
> >
>
> I have fixed a lot of problems in the last commit. Please look at it
> carefully, and ask me if you don't understand why what you wrote was wrong.
>
> Regards,
>

Sorry Ben.
Alas there's one more bug but i'm having git problems at mo.

I bypassed the gw.sound.play call in WebAudio.Play at some point and forgot
to revert the change :(

It is..
  WebForm._AddJavascript("$_(" & JS(Me.Name) & ").play()")

But should of course be...
  WebForm._AddJavascript("gw.sound.play(" & JS(Me.Name) & ")")


Very sorry about that and the other errors.
Respects
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220728/9a3b81c7/attachment.htm>


More information about the User mailing list