Search found 5 matches

by BjornF
Tue Nov 21, 2017 6:24 am
Forum: Coding Questions
Topic: Newbie question on Android App
Replies: 5
Views: 4548

Re: Newbie question on Android App

Thank you for the clarifying that.

Björn
by BjornF
Mon Nov 20, 2017 4:42 pm
Forum: Coding Questions
Topic: Newbie question on Android App
Replies: 5
Views: 4548

Re: Newbie question on Android App

If I use the settings in "Create app" like you show here then the apk is created and runs as expected. If I however remove the "Enable debugger" tick then the crated apk does not run.

May be a bug?

All the best / Björn
by BjornF
Mon Nov 20, 2017 11:56 am
Forum: Feature Requests and Wishlists
Topic: Spiderbasic on iOS
Replies: 2
Views: 4250

Re: Spiderbasic on iOS

I don't know if this is off topic but actually there are two different Basic programs for coding on the phone: RFO-Basic and Mintoris Basic. RFO-basic even has a compiler apk for creating an apk on the phone...

All the best,

Björn
by BjornF
Fri Nov 03, 2017 5:49 am
Forum: Coding Questions
Topic: Newbie question on Android App
Replies: 5
Views: 4548

Re: Newbie question on Android App

Very strange. All right, I'll try and play around with the settings. Thank you for trying it out.

All the best,

Björn
by BjornF
Thu Nov 02, 2017 5:42 pm
Forum: Coding Questions
Topic: Newbie question on Android App
Replies: 5
Views: 4548

Newbie question on Android App

Dear All,

I have just started trying to create my first Android app using Spiderbasid 2.0. The following works on my Pc:

Enumeration
#WinMain
#EdSec
EndEnumeration

Procedure main ()
OpenWindow(#WinMain, 100, 100, 200, 200, "My Window")
EditorGadget(#EdSec, 0,0,200,200,#PB_Editor_WordWrap ...