Search found 256 matches

by Dirk Geppert
Tue Sep 12, 2023 11:09 am
Forum: Coding Questions
Topic: LoadImage SVG format
Replies: 4
Views: 9023

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

Re: LoadImage SVG format

Thx Peter - seems then a firefox thingie..

But how can I load that svg with my prefered size?
by Dirk Geppert
Mon Sep 11, 2023 10:10 am
Forum: Coding Questions
Topic: LoadImage SVG format
Replies: 4
Views: 9023

LoadImage SVG format

hi folks, how to load svg image and handle it? I would like to load the svg in a certain size for best quality LoadImage() seems not work: Procedure Loaded(Type, Filename$, ObjectId) ; Display the image in a new window OpenWindow(#PB_Any, 10, 10, 300, 300, "Image", #PB_Window_SizeGadget) I...
by Dirk Geppert
Mon Aug 28, 2023 6:27 am
Forum: Coding Questions
Topic: How to make HTML help
Replies: 7
Views: 7657

Re: How to make HTML help

the path is probably not correct and should looks like this:

"file://./data/index.htm"
or "https://localhost/./data/index.htm"?

just a guess..
by Dirk Geppert
Fri Aug 25, 2023 6:52 am
Forum: Coding Questions
Topic: Editable ListIconGadget
Replies: 6
Views: 7683

Re: Editable ListIconGadget

Great, that's simple genius!
by Dirk Geppert
Fri Jul 07, 2023 1:38 pm
Forum: Coding Questions
Topic: Speedup ListIconGadget AddgadgetItem
Replies: 1
Views: 4238

Speedup ListIconGadget AddgadgetItem

In some cases, filling a ListIconGadget is a little slow. The following code is fast enough - in this case, so it's not a good representation of my speed problem. But I would like to know: is this the fastest way to fill a ListIconGadget or are there some nice workarounds? OpenWindow(0, 0, 0, 0, 0, ...
by Dirk Geppert
Fri Jul 07, 2023 1:21 pm
Forum: Coding Questions
Topic: Fullscreen Apple
Replies: 15
Views: 10971

Re: Fullscreen Apple

After start the webapp from homescreen, its still opens in a framed browser. alll controls are visble. Tested with Safari/iOS17.0

Here is one, that works: https://www.vvo-mobil.de
by Dirk Geppert
Fri Jul 07, 2023 11:27 am
Forum: Coding Questions
Topic: Fullscreen Apple
Replies: 15
Views: 10971

Re: Fullscreen Apple

I would be interested in that too
by Dirk Geppert
Wed Jul 05, 2023 6:52 am
Forum: Showcase
Topic: pollinations.ai Image generator
Replies: 3
Views: 10364

Re: pollinations.ai Image generator

:o :D thx Peter!
by Dirk Geppert
Thu Jun 22, 2023 9:01 am
Forum: Coding Questions
Topic: Fullscreen without Click
Replies: 3
Views: 4330

Re: Fullscreen without Click

Or you can start your Browser in kiosk mode