Search found 216 matches

by falsam
Mon Feb 27, 2023 11:04 pm
Forum: Coding Questions
Topic: SpiderBasic and netradio url.
Replies: 7
Views: 2545

Re: SpiderBasic and netradio url.

Great job Peter :geek:
by falsam
Tue Sep 07, 2021 9:44 am
Forum: Coding Questions
Topic: SendMessage_(GadgetID(#Iban_1), #EM_SETSEL, 0, -1)
Replies: 1
Views: 1203

Re: SendMessage_(GadgetID(#Iban_1), #EM_SETSEL, 0, -1)

Procedure GadgetSelectionRange(gadget, startPos, endPos) Protected g = GadgetID(gadget) SetActiveGadget(gadget) ! const input = document.getElementById(v_g.gadget.id); ! input.setSelectionRange(v_startpos, v_endpos); EndProcedure Enumeration #mf #mfString1 #mfString2 EndEnumeration OpenWindow(#mf, ...
by falsam
Wed Apr 28, 2021 8:13 am
Forum: Coding Questions
Topic: NFC
Replies: 2
Views: 1512

Re: NFC

NDEFReader only Android.

Test Read & Write https://whatwebcando.today/nfc.html
by falsam
Wed Jun 05, 2019 10:19 pm
Forum: Tricks 'n' Tips
Topic: How to create an Android application
Replies: 16
Views: 38682

Re: How to create an Android application

Hi MetalOS No real window in an apk ( except for a tablet application ). Navigation between windows will be done through containers. This little code doesn't record any data. It is a simple demonstration of navigation between two windows. Enumeration font #GlobalFont #TitleFont EndEnumeration Enumer...
by falsam
Wed Jun 05, 2019 11:41 am
Forum: Javascript
Topic: Babylon.js
Replies: 67
Views: 310322

Re: Babylon.js

It's complicated because the new version of Babylon.js no longer works with SpiderBasic. Uncaught ReferenceError: BABYLON is not defined The solution would be to incorporate babylon.js (or any scripts) into a script list in the compilation options. Unfortunately this option is not yet possible..... ...
by falsam
Sat May 18, 2019 2:06 pm
Forum: Coding Questions
Topic: Touchscreen and DisplayPopupMenu()
Replies: 3
Views: 2534

Re: Touchscreen and DisplayPopupMenu()

I could have used DeviceInfo(#PB_Device_Platform) to determine if I am on a mobile terminal ....
by falsam
Sat May 18, 2019 1:58 pm
Forum: Coding Questions
Topic: Touchscreen and DisplayPopupMenu()
Replies: 3
Views: 2534

Re: Touchscreen and DisplayPopupMenu()

Works with an Android terminal. Declare DisplayMenuPopUp() Declare IsMobileDevice() ;Remove debug window !$('div').eq(0).remove() OpenWindow(0, 0, 0, 0, 0, "", #PB_Window_Background) If CreatePopupMenu(0) MenuItem(1, "item 1") MenuItem(2, "item 2") MenuItem(3, "etc...
by falsam
Sat May 18, 2019 1:20 pm
Forum: Javascript
Topic: Babylon.js
Replies: 67
Views: 310322

Re: Babylon.js

The problem is random with Chrome.
Chrome generates a DOMException() that I don't know how to process !
Refresh the browser cache (Ctrl + F5)

:arrow: http://falsam.com/sbbjs/videotexture.html