Search found 186 matches

by Paul
Tue May 05, 2026 1:39 pm
Forum: Coding Questions
Topic: Text Input on Mobile
Replies: 3
Views: 266

Re: Text Input on Mobile

Thanks Danilo !!!
Exactly what I needed :)
by Paul
Tue May 05, 2026 12:53 am
Forum: Coding Questions
Topic: Text Input on Mobile
Replies: 3
Views: 266

Text Input on Mobile

How would I do an equivalent to a EditorGadget using mobile mode since there is no EditorMobile ?

The HtmlMobile command looked promising to do something like
HtmlMobile("<textarea id='txt1' name='txt1' rows='4' cols='50'></textarea>")
but then how to get the text from it like GetMobileText ...
by Paul
Fri Mar 20, 2026 5:24 pm
Forum: Coding Questions
Topic: form design
Replies: 2
Views: 1032

Re: form design

PureVision will export code specific for SpiderBasic with the SpiderBasic Export Module.
https://reelmedia.org/purevision/
by Paul
Thu Feb 12, 2026 2:16 pm
Forum: General Discussion
Topic: html interface
Replies: 8
Views: 4791

Re: html interface


this for example gives me an error about "checkbox" is not a valid operator... how to handle the extra ""?

TextGadget(3, 10, 50, 250, 20, "<input type="checkbox">")


Because your syntax it incorrect with the quotes...
TextGadget(3, 10, 50, 250, 20, "<input type='checkbox'>")
by Paul
Wed Nov 19, 2025 4:19 pm
Forum: General Discussion
Topic: Web UI Tools
Replies: 3
Views: 10310

Re: Web UI Tools

We use PureVision with SpiderBasic Export Module to create User Interfaces for Web Apps ;)
by Paul
Sat Nov 15, 2025 6:17 pm
Forum: Coding Questions
Topic: WebGadget Android
Replies: 5
Views: 11596

Re: WebGadget Android

Works if I change

Code: Select all

Global URL.s= "http://www.spiderbasic.com"
to secure website...
Global URL.s= "https://www.spiderbasic.com"
by Paul
Sat Nov 15, 2025 2:43 pm
Forum: Coding Questions
Topic: WebGadget Android
Replies: 5
Views: 11596

Re: WebGadget Android

Code: Select all

ResizeGadget(Wgadget, #PB_Ignore, #PB_Ignore, w , h)
Wgadget = ??
by Paul
Fri Mar 28, 2025 7:23 pm
Forum: General Discussion
Topic: Publishing on website instructions?
Replies: 8
Views: 74672

Re: Publishing on website instructions?

Is there a reason you can't load your images from a resource folder?

(See "Examples" folder "Waponez Web")
by Paul
Tue Jan 14, 2025 3:19 pm
Forum: Coding Questions
Topic: Tutorial?
Replies: 7
Views: 23649

Re: Tutorial?

No, there are no tutorials.
It is assumed you already know how to code in BASIC and there are code snippets/examples in the Help File and Examples folder showing how to use every command available.

By looking at the snippets/examples you get a very good idea how to write applications in ...
by Paul
Wed Sep 25, 2024 2:09 pm
Forum: Coding Questions
Topic: Moving a Gadget with a Tablet?
Replies: 14
Views: 33725

Re: Moving a Gadget with a Tablet?

Peter wrote: Wed Sep 25, 2024 11:54 am at least Windows are extended in SpiderBasic with draggable(). Can you tell us the name of the other lib?
Touchscreen ?