Search found 256 matches

by Dirk Geppert
Thu Apr 11, 2024 6:42 am
Forum: Tricks 'n' Tips
Topic: Speech module supporting screen readers and WebTTS
Replies: 10
Views: 641

Re: Speech module supporting screen readers and WebTTS

Peter wrote: Wed Apr 10, 2024 9:55 am
Dirk Geppert wrote: Wed Apr 10, 2024 9:39 amIs it possible for you to integrate this into SB?
viewtopic.php?p=4152#p4152
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.
by Dirk Geppert
Wed Apr 10, 2024 9:39 am
Forum: Tricks 'n' Tips
Topic: Speech module supporting screen readers and WebTTS
Replies: 10
Views: 641

Re: Speech module supporting screen readers and WebTTS

Really nice! Thank you Quin.

I would like to select another voice and found here: https://developer.mozilla.org/en-US/doc ... ance/voice
an example, how to select voice. Is it possible for you to integrate this into SB?

Kind regards

Dirk
by Dirk Geppert
Tue Mar 12, 2024 7:35 am
Forum: Coding Questions
Topic: Barcode Scan with SpiderBasic possible?
Replies: 1
Views: 167

Barcode Scan with SpiderBasic possible?

Hi guys, I would like to be able to scan a QR code with my own WebApp and then process it accordingly. Spiderbasic in combination with Purebasic for the backend is a very good choice for data processing. Has anyone here ever successfully realised a barcode scan with Spiderbasic? I have found two goo...
by Dirk Geppert
Tue Feb 13, 2024 12:56 pm
Forum: Coding Questions
Topic: Missing chars on Canvas #PB_EventType_Input
Replies: 0
Views: 90

Missing chars on Canvas #PB_EventType_Input

I have tried to capture keyboard input via an activated CanvasGadget(). It works fine with single letters, but when I receive a longer stream of letters via a BarCode scanner, only the first 8 characters are received. Is this a browser limitation? OpenWindow(0, 0, 0, 220, 220, "Canvas container...
by Dirk Geppert
Wed Jan 17, 2024 6:53 am
Forum: Tricks 'n' Tips
Topic: AddListener
Replies: 2
Views: 1152

Re: AddListener

I'm not sure, but I remember that playing sound keeps the app active.
by Dirk Geppert
Fri Nov 17, 2023 7:28 am
Forum: General Discussion
Topic: Spider Basic Paused?
Replies: 5
Views: 15036

Re: Spider Basic Paused?

There was major work on the backend / compiler of PB.

https://www.purebasic.fr/blog/

There will have been little time left for SB. But I think it will continue soon ;)
by Dirk Geppert
Fri Oct 27, 2023 9:30 am
Forum: General Discussion
Topic: SpiderBasic 2.51 is available
Replies: 17
Views: 46651

Re: SpiderBasic 2.51 is available

Hi Fred, sorry, my fault. Today I've tried the Android app creation again, with a new Java installation. It seems I have finally got the right Java version for Windows: "jdk-11.0.18_windows-x64_bin.exe" ( https://gist.github.com/wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6 ) Now it works! :D...
by Dirk Geppert
Tue Oct 10, 2023 1:49 pm
Forum: General Discussion
Topic: SpiderBasic 2.51 is available
Replies: 17
Views: 46651

Re: SpiderBasic 2.51 is available

Thank you Fred! I briefly tested the app creation and got a lot of error messages, but they are not readable because they are truncated. @Fred: could you briefly share an overview of what is needed for a Java environment in 2.51? And could you please make the compiler detail window resizeable? @All:...
by Dirk Geppert
Tue Oct 10, 2023 9:18 am
Forum: Tricks 'n' Tips
Topic: atomic time with websocket
Replies: 0
Views: 12674

atomic time with websocket

In case someone needs the exact time of the day ;-) Attention, UTC time is supplied and would have to be converted to local time if necessary. Does anyone have any ideas? ; Get the current atomic time from the PTB ; https://www.ptb.de/cms/fileadmin/internet/publikationen/ptb_mitteilungen/mitt2019/PT...
by Dirk Geppert
Thu Sep 14, 2023 11:39 am
Forum: Tricks 'n' Tips
Topic: LoadScript (CSS)
Replies: 5
Views: 10999

Re: LoadScript (CSS)

Great! Many thanks for that! :D