Search found 255 matches

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

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: 72

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: 1132

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: 15023

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: 46249

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: 46249

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: 12647

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: 10978

Re: LoadScript (CSS)

Great! Many thanks for that! :D
by Dirk Geppert
Tue Sep 12, 2023 11:09 am
Forum: Coding Questions
Topic: LoadImage SVG format
Replies: 4
Views: 9012

Re: LoadImage SVG format

The advantage of vector graphics is, that they can be scaled as desired and are always rendered 1a sharp. This means that I would only need one graphic that adapts to the size of each end device and looks good. With the current solution, the SVG is loaded in the standard resolution and converted int...
by Dirk Geppert
Mon Sep 11, 2023 10:54 am
Forum: Coding Questions
Topic: LoadImage SVG format
Replies: 4
Views: 9012

Re: LoadImage SVG format

Thx Peter - seems then a firefox thingie..

But how can I load that svg with my prefered size?