Search found 8 matches

by santa
Sat Feb 03, 2024 9:53 am
Forum: Coding Questions
Topic: How to reset environment variables from inside Spider Basic's Code?
Replies: 4
Views: 4095

Re: How to reset environment variables from inside Spider Basic's Code?


Make two reg files that will change the variables in the registry key "HKEY_CURRENT_USER\Environment". You can run the batch file by running the reg file and then the IDE. And also add a tool to the IDE, which upon completion will make changes to the registry. The IDE allows you to choose when to ...
by santa
Thu Jan 25, 2024 6:01 am
Forum: Coding Questions
Topic: How to reset environment variables from inside Spider Basic's Code?
Replies: 4
Views: 4095

Re: How to reset environment variables from inside Spider Basic's Code?

I have to do it because in other case it does not run

I need to have
ANDROID_HOME=C:\Users\Donal\AppData\Local\Android\Sdk\
ANDROID_SDK_ROOT=C:\Users\Donal\AppData\Local\Android\Sdk\
in order other software to run

But If I have that, SB does not run
It runs if I have
ANDROID_HOME=c:\Program Files ...
by santa
Mon Jan 22, 2024 6:14 am
Forum: Coding Questions
Topic: How to reset environment variables from inside Spider Basic's Code?
Replies: 4
Views: 4095

How to reset environment variables from inside Spider Basic's Code?

Dear Fred

In order to run Spider Basic 2.51 and create Android App, I have to define at the same time in System Environment Variables

ANDROID_HOME=c:\Program Files(x86)\SpiderBasic\Android\android\sdk
ANDROID_SDK_ROOT=c:\Program Files(x86)\Spider Basic\Android\android\sdk

BUT I have already ...
by santa
Mon Jun 19, 2023 3:21 am
Forum: Coding Questions
Topic: 2.50, now I can't make android app
Replies: 3
Views: 3217

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

hoerbie wrote: Tue Jun 13, 2023 12:05 pm You need JDK 11 for SB2.50, it was sadly forgotten to change the preferences dialog
Still nothing changes. Software does the same thing. It looks has problem with gradle.
I think it is better to define directory of gradle together with directory of JDK.
With 2.40 no problem.
by santa
Sun Dec 11, 2016 11:36 am
Forum: Coding Questions
Topic: Arduino and Serial port communcation
Replies: 4
Views: 5701

Re: Arduino and Serial port communcation

Ι think

Spider basic can have a broad application in controllers if a hardware connection relative to serial ports can be developed.

Any way, I think some java relative software already exists connecting serial ports.
by santa
Sat Dec 10, 2016 8:25 am
Forum: Coding Questions
Topic: Arduino and Serial port communcation
Replies: 4
Views: 5701

Arduino and Serial port communcation

Arduino microcontrolers can send and receive data using serial or serials ports.
Pure Basic forum has an example how to do it.

Is there an easy way to use Spider Basic to do that?
I would appreciate if somebody can present an example.

I thank you in advance
by santa
Sat Mar 19, 2016 5:02 pm
Forum: Feature Requests and Wishlists
Topic: Diagrams
Replies: 2
Views: 3443

Re: Diagrams

Thanks You so much. Flot is great. Beautiful!!!
I hope to see the same for Purebasic
by santa
Tue Mar 15, 2016 6:13 am
Forum: Feature Requests and Wishlists
Topic: Diagrams
Replies: 2
Views: 3443

Diagrams

I need to have diagrams i.e. Charts like RMcharts

I think it should be in visual designer of Purebasic and Spiderbasic also

Also examples are important.