Search found 45 matches

by William Van Hoecke
Tue Oct 06, 2020 11:09 am
Forum: Coding Questions
Topic: webgadget
Replies: 10
Views: 3449

Re: webgadget

Windows 10, same effect both on chrome and edge (same enigin I understand) Weared thing, I wrote a much more complex program where the webgadget works fine (and still does). But this simpel 3line prog doesn't. It says neither 'ok' nor 'not ok', any line after the webgadget does not get executed. Don...
by William Van Hoecke
Mon Oct 05, 2020 4:19 pm
Forum: Coding Questions
Topic: webgadget
Replies: 10
Views: 3449

webgadget

Hello, Does Anyone have any id why next code does not write anything in the debug window. If OpenWindow(10, 0, 0, 600, 300, "WebGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) If WebGadget(20, 10, 10, 580, 280, "https://www.spiderbasic.com") Debug "ok" Else ...
by William Van Hoecke
Sun Dec 08, 2019 11:58 pm
Forum: Javascript
Topic: clipboard functions
Replies: 0
Views: 5132

clipboard functions

Hello, I am trying this 'navigator.clipboard' The COPY function seems to work fine The PASTE function however behaves strangly. The alertbox reports that PASTE worked, but the procedure returns an unchanged 'none' The alertbox als seems to pop up after the procedure returns ???? Anyone knows how the...
by William Van Hoecke
Tue Oct 29, 2019 5:03 pm
Forum: Coding Questions
Topic: Create Android app stops at 60% (Solved)
Replies: 10
Views: 4872

Re: Create Android app stops at 60%

@ the.weavster

Not sure what you mean ?
If put this at the start of my code -> !$('div').eq(0).remove()
still the same -> App buid failed

getting desporate here
by William Van Hoecke
Tue Oct 22, 2019 12:29 pm
Forum: Coding Questions
Topic: Create Android app stops at 60% (Solved)
Replies: 10
Views: 4872

Re: Create Android app stops at 60%

Hi,
Using PB for quite some time now but only just starting with SB.
Same problem here: at 60% I get 'App buid failed' ??

Any solution yet.
Thanks