Search found 8 matches

by Peter53
Fri Dec 13, 2019 3:59 pm
Forum: Tricks 'n' Tips
Topic: How to create an Android application
Replies: 16
Views: 38672

Re: How to create an Android application

This only concerns people using Windows 10 and Windows 10 Privacy Tool available from this site: https://www.winprivacy.de/english-home/ Since SpiderBasic version 2.0, I have been unable to compile for Android. An annoying crash happened each and every time at 60%. No information, no hints and no wa...
by Peter53
Fri Sep 13, 2019 9:25 am
Forum: Coding Questions
Topic: Create Android app stops at 60% (Solved)
Replies: 10
Views: 4833

Re: Create Android app stops at 60%

@Fred It's weird. I'm really sorry I can't provide more useful info... :( Everything works fine using 2.0 and that's especially troublesome. I've tried a full reformat, reinstall, installed the jdks and the result is the same each time... No info..just crash with a single message "App build fai...
by Peter53
Wed Sep 04, 2019 11:25 pm
Forum: Coding Questions
Topic: Create Android app stops at 60% (Solved)
Replies: 10
Views: 4833

Re: Create Android app stops at 60%

@Fred Sorry for the late replay. Working at odd hours. Yes, I've tried reinstalling, complete deletion and reinstalling. To get SpiderBasic 2.0 working as it should, I needed to download java 1.8.0_191 and set the path accordingly: ie. "C:\Program Files (x86)\Java\jdk1.8.0_191\" After that...
by Peter53
Tue Sep 03, 2019 11:48 am
Forum: Coding Questions
Topic: Create Android app stops at 60% (Solved)
Replies: 10
Views: 4833

Create Android app stops at 60% (Solved)

Just separated it from the similar IOS bug report since it seems to otherwise 'drown' in the IOS topic. The problem is still present in Windows version. We have to revert to version 2.0 to compile to android aps. Best regards Peter Update: 12/15/19. Added this to the "tips and tricks" sect...
by Peter53
Wed Aug 21, 2019 10:34 am
Forum: Javascript
Topic: Babylon.js
Replies: 67
Views: 310272

Re: Babylon.js

Hi Falsam, do you know https://threejs.org ? Is it comparable with babylon and may be better usable with SpiderBasic? Ciao Dirk I didn't know about Three.js. It's fast, stable, extremely versatile and has everything needed to produce whatever comes to mind. Thanks for the info. Time to play with Th...
by Peter53
Sat Aug 17, 2019 8:37 am
Forum: Coding Questions
Topic: Refresh WebGadget
Replies: 2
Views: 1685

Re: Refresh WebGadget

If my memory serves me well, the refresh updates on changes only. To force a refresh, you can simply navigate to a page instead.. Furthermore your webgadget is "0", while you try to refresh a gadget number "1". Global CurrentPage.s = "http://www.spiderbasic.com" Procedu...
by Peter53
Wed Apr 17, 2019 11:55 am
Forum: Coding Questions
Topic: button text + picture
Replies: 2
Views: 1742

Re: button text + picture

Use canvas and roll your own. Here's a small example to work with. DeclareModule ButtonGad Enumeration #ButtonStretch #ButtonTopLeft #ButtonTopCenter #ButtonTopRight #ButtonMiddleLeft #ButtonMiddleCenter #ButtonMiddleRight #ButtonBottomLeft #ButtonBottomCenter #ButtonBottomRight EndEnumeration Decla...
by Peter53
Thu Mar 28, 2019 3:10 pm
Forum: Tricks 'n' Tips
Topic: How to create an Android application
Replies: 16
Views: 38672

Re: How to create an Android application

Hi. Sadly I can't get it to compile to Android. At 60%, I get the 'app build failed' message. I'm using SB 2.21, Windows 10. Downloaded and installed Java jdk-8u202-windows-i586.exe from here: https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html (Tried defferent versi...