Search found 4 matches

by hitman
Fri Oct 06, 2023 9:02 am
Forum: General Discussion
Topic: SpiderBasic 2.51 is available
Replies: 17
Views: 64579

Re: SpiderBasic 2.51 is available

the download link of free version is still of 2.50 version. thanks
by hitman
Tue Jun 13, 2023 1:37 pm
Forum: Coding Questions
Topic: 2.50, now I can't make android app
Replies: 3
Views: 3212

Re: 2.50, now I can't make android app

thank you a lot, now works great. just old cordova-plugin-local-notification still doesn't work. It would be useful to have a system android notification/alert already packaged for Android app. anyway thank you
by hitman
Tue Jun 13, 2023 9:42 am
Forum: Coding Questions
Topic: 2.50, now I can't make android app
Replies: 3
Views: 3212

2.50, now I can't make android app

hi, I am a newbie, now with SpiderBasic 2.50 every androd app I create, even one line code, I have "App build failed." how save the full compiler log? I tested with both jdk8 and jdk9. thank you

Image
by hitman
Fri May 19, 2023 9:50 am
Forum: Coding Questions
Topic: Android notification
Replies: 0
Views: 11715

Android notification

hi, how make a "simply" android notification? thank you

edit:
from french forum, the killer128's example, now with version 2.50 by changing the line from
Import "cordova plugin add cordova-plugin-local-notification"
to
Import "cordova plugin add https://github.com/fquirin/cordova-plugin-local ...