Search found 256 matches

by Dirk Geppert
Tue Nov 29, 2022 7:39 am
Forum: Coding Questions
Topic: Load and work SVG Images
Replies: 6
Views: 1174

Re: Load and work SVG Images

Thank you Peter.

It is good to know that basically SVG images can be loaded with SB functions.
It is therefore necessary to check whether the image can be loaded correctly everywhere....
by Dirk Geppert
Mon Nov 28, 2022 5:20 pm
Forum: General Discussion
Topic: SpiderBasic 2.40 is out !
Replies: 41
Views: 50277

Re: SpiderBasic 2.40 beta 4 is ready !

I can't find a beta 4. There seems to be only a final version 2.40? But the help in v2.40 still does not describe the WebSocket communication.
by Dirk Geppert
Mon Nov 28, 2022 1:57 pm
Forum: Coding Questions
Topic: Load and work SVG Images
Replies: 6
Views: 1174

Re: Load and work SVG Images

Mmh, I had tried it with the following SVG image. Unfortunately, it does not work. https://www.vvo-online.de/tools/weihnachtsmarkt/PuR.svg Procedure Loaded(Type, Filename$, ObjectId) ; Display the image in a new window OpenWindow(#PB_Any, 10, 10, 300, 300, "Image", #PB_Window_SizeGadget) R...
by Dirk Geppert
Mon Nov 28, 2022 1:50 pm
Forum: General Discussion
Topic: SpiderBasic 2.40 is out !
Replies: 41
Views: 50277

Re: SpiderBasic 2.40 beta 4 is ready !

bembulak wrote: Mon Nov 28, 2022 1:39 pm Have you seen the … send me your email in PM from Fred?
Nope :? sorry ;)
by Dirk Geppert
Mon Nov 28, 2022 1:32 pm
Forum: General Discussion
Topic: SpiderBasic 2.40 is out !
Replies: 41
Views: 50277

Re: SpiderBasic 2.40 beta 4 is ready !

Code: Select all

App not available for this account
Your account hasn't yet been invited to participate in this app's internal testing program.
What do I have to do?
by Dirk Geppert
Thu Nov 24, 2022 3:50 pm
Forum: Coding Questions
Topic: Load and work SVG Images
Replies: 6
Views: 1174

Load and work SVG Images

Hi guys,

because of the better quality and scalability I would like to use SVG images instead of PNG.

I would like to be able to draw a number in the image (cluster icon - number of elements).

Is there a way to load an SVG as an image so that I can draw on it with SB functions?

Kind regards

Dirk
by Dirk Geppert
Thu Nov 24, 2022 3:42 pm
Forum: General Discussion
Topic: Strange display bug
Replies: 7
Views: 3213

Re: Strange display bug

Just to be sure, have you also updated the libraries? ;)
by Dirk Geppert
Wed Sep 21, 2022 10:36 am
Forum: Coding Questions
Topic: Android app getting slower by use
Replies: 11
Views: 2765

Re: Android app getting slower by use

Because of the single thread architecture of javascript, you might be able to find out with time variables which procedure needs the longer computing time...
by Dirk Geppert
Mon Sep 19, 2022 8:58 am
Forum: Coding Questions
Topic: Android app getting slower by use
Replies: 11
Views: 2765

Re: Android app getting slower by use

Maybe this is a problem of open (hanging) Http connections?
Maybe a timeout can help to terminate them.