Search found 219 matches

by Stefan
Mon Jan 19, 2026 8:45 am
Forum: Bugs Reports
Topic: Createimage Spiderbasic 3.20
Replies: 4
Views: 7942

Re: Createimage Spiderbasic 3.20

Use RGBA (The documentation states that RGB works, but apparently it does not 😉)
That's very unfortunate, but thank you very much for the temporary solution.
by Stefan
Sun Jan 18, 2026 8:31 am
Forum: Bugs Reports
Topic: Createimage Spiderbasic 3.20
Replies: 4
Views: 7942

Createimage Spiderbasic 3.20

This code works perfectly with SpiderBasic 3.10, but not with Spider320.
What's the reason for this?

Code: Select all

OpenWindow(1,0,0,800,600,"Image")

image=CreateImage(#PB_Any,200,200,32,RGB(200,0,0))
gadget=ImageGadget(#PB_Any,10,10,ImageWidth(image),ImageHeight(image),ImageID(image))
by Stefan
Thu Nov 13, 2025 4:18 pm
Forum: Coding Questions
Topic: Jitsi in a webgadget
Replies: 19
Views: 18065

Re: Jitsi in a webgadget

My test environment is NOT encrypted, of course. Under these conditions, browsers on Android devices apparently don't ask for permission to use the microphone and camera.

I've now tried it with an encrypted page, and the code below even works there without any API.

Thanks so much for your help ...
by Stefan
Thu Nov 13, 2025 3:41 pm
Forum: Coding Questions
Topic: Jitsi in a webgadget
Replies: 19
Views: 18065

Re: Jitsi in a webgadget

Android devices.
by Stefan
Wed Nov 12, 2025 6:46 pm
Forum: Coding Questions
Topic: Jitsi in a webgadget
Replies: 19
Views: 18065

Re: Jitsi in a webgadget

I don't understand what this `external api.js` is supposed to do. Even in your example, I can't access the microphone on my smartphone or tablet.
by Stefan
Tue Nov 11, 2025 3:57 pm
Forum: Coding Questions
Topic: Jitsi in a webgadget
Replies: 19
Views: 18065

Re: Jitsi in a webgadget

Unfortunately, the web gadget remains empty when I run your code.

Image
by Stefan
Mon Nov 10, 2025 4:10 pm
Forum: Coding Questions
Topic: Jitsi in a webgadget
Replies: 19
Views: 18065

Re: Jitsi in a webgadget

I didn't really understand that.

Am I supposed to write the code in the HeaderSection/EndHeaderSection section AND again in the index file?

The code below doesn't work, by the way.
by Stefan
Sat Nov 08, 2025 10:21 am
Forum: Coding Questions
Topic: Jitsi in a webgadget
Replies: 19
Views: 18065

Re: Jitsi in a webgadget

Unfortunately, Dirk's example doesn't work when you open the page on a mobile phone or on a tablet.
(Siderbasic WebApp)
by Stefan
Sat Nov 08, 2025 8:54 am
Forum: Coding Questions
Topic: How can I scroll a Webside in a Wegdadget?
Replies: 1
Views: 5597

How can I scroll a Webside in a Wegdadget?

How can I scroll a Webside in a Wegdadget?
by Stefan
Fri Nov 07, 2025 8:41 am
Forum: Coding Questions
Topic: Jitsi in a webgadget
Replies: 19
Views: 18065

Re: Jitsi in a webgadget

It would be worth a try. ;)