Search found 884 matches

by Peter
Thu Apr 11, 2024 4:09 pm
Forum: Tricks 'n' Tips
Topic: Speech module supporting screen readers and WebTTS
Replies: 10
Views: 633

Re: Speech module supporting screen readers and WebTTS

Thx Peter! It works with Chrome and Edge, but with Firefox there seems to be a problem with the initialisation. I only see a blank page without an error message in the console. The code has been changed so that it now also works with Firefox. However, considerably more voices are loaded in the Chro...
by Peter
Wed Apr 10, 2024 9:55 am
Forum: Tricks 'n' Tips
Topic: Speech module supporting screen readers and WebTTS
Replies: 10
Views: 633

Re: Speech module supporting screen readers and WebTTS

Dirk Geppert wrote: Wed Apr 10, 2024 9:39 amIs it possible for you to integrate this into SB?
viewtopic.php?p=4152#p4152
by Peter
Mon Apr 08, 2024 2:31 pm
Forum: Coding Questions
Topic: A question on a small working code.
Replies: 5
Views: 168

Re: A question on a small working code.

jphoarau wrote: Mon Apr 08, 2024 1:59 pmCan anyone explain to me why I have to click in the main browser window to hear the sound?
Developer-Console wrote:The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page.
by Peter
Fri Apr 05, 2024 11:28 am
Forum: Coding Questions
Topic: Pixi deprecated?
Replies: 7
Views: 282

Re: Pixi deprecated?

When I run the code, I get the error: Uncaught TypeError: displayedSprite.setTexture is not a function Line 16: ! displayedSprite.setTexture(sprite.texture); If i change this line to ! displayedSprite.texture = sprite.texture; the code runs without errors. (see also: https://github.com/pixijs/partic...
by Peter
Fri Apr 05, 2024 7:55 am
Forum: Javascript
Topic: Announcement: VanillaJS - The new era of JavaScript libraries
Replies: 11
Views: 681

Re: Announcement: VanillaJS - The new era of JavaScript libraries

Fred wrote: Fri Apr 05, 2024 7:07 am I will include it in no time :D
Image
by Peter
Thu Apr 04, 2024 8:37 pm
Forum: Coding Questions
Topic: Pixi deprecated?
Replies: 7
Views: 282

Re: Pixi deprecated?

Can you link the pictures?
by Peter
Mon Apr 01, 2024 12:02 pm
Forum: Javascript
Topic: Announcement: VanillaJS - The new era of JavaScript libraries
Replies: 11
Views: 681

Announcement: VanillaJS - The new era of JavaScript libraries

I am pleased to announce the launch of VanillaJS, a JavaScript library that is attracting a lot of attention due to its small size, speed and browser compatibility. Vanilla JS is a fast, lightweight, cross-platform framework for building incredible, powerful JavaScript applications. VanillaJS is cha...
by Peter
Thu Feb 15, 2024 2:56 pm
Forum: Coding Questions
Topic: open a database
Replies: 15
Views: 795

Re: open a database

nad wrote: Thu Feb 15, 2024 2:33 pmMaybe I should move on and find a language that opens sqlite databases.
Good luck
by Peter
Tue Feb 13, 2024 2:07 pm
Forum: Coding Questions
Topic: Is RadixTree possible here
Replies: 5
Views: 274

Re: Is RadixTree possible here

Your code does not work: [15:06:41] [COMPILER] Line 66: '@' can't be used to get string address
by Peter
Tue Feb 13, 2024 12:16 pm
Forum: Coding Questions
Topic: Is RadixTree possible here
Replies: 5
Views: 274

Re: Is RadixTree possible here

To help, you would first need to show your RadixTree implementation. The code you linked does not work under SpiderBasic.