Here is my code:
If ExamineEnvironmentVariables()
EnvList$ = "Variables:"
While NextEnvironmentVariable()
EnvList$+ #CRLF$ + EnvironmentVariableName() + " = " + EnvironmentVariableValue()
Wend
MessageRequester("env", EnvList$)
A simple point which came to me, because of file system ...
Search found 6 matches
- Sun Apr 02, 2017 1:16 pm
- Forum: Coding Questions
- Topic: Environment variables look like to be missing for external t
- Replies: 7
- Views: 5062
- Sun Apr 02, 2017 12:35 pm
- Forum: Coding Questions
- Topic: Environment variables look like to be missing for external t
- Replies: 7
- Views: 5062
Re: Environment variables look like to be missing for extern
Hi,
When have you executed your code? after creating an APK?
Per-project basis?
That's the case I executed mine, examined all environment variables and had nothing at all except Windows environment variables.
There might be something different with your test and with mine.
When have you executed your code? after creating an APK?
Per-project basis?
That's the case I executed mine, examined all environment variables and had nothing at all except Windows environment variables.
There might be something different with your test and with mine.
- Fri Mar 31, 2017 2:38 pm
- Forum: Coding Questions
- Topic: Environment variables look like to be missing for external t
- Replies: 7
- Views: 5062
Re: Environment variables look like to be missing for extern
AppData\Roaming\SpiderBasic\SpiderBasic.prefs
has JDK path and registry has SB path in uninstall and extension keys.
Basically agree with that.
But environment variables allow to be sure of the used path.
You can add a compiler and proxy to SB. This isn't a bug.
So why, in the documentation ...
has JDK path and registry has SB path in uninstall and extension keys.
Basically agree with that.
But environment variables allow to be sure of the used path.
You can add a compiler and proxy to SB. This isn't a bug.
So why, in the documentation ...
- Thu Mar 30, 2017 4:26 pm
- Forum: Coding Questions
- Topic: Environment variables look like to be missing for external t
- Replies: 7
- Views: 5062
Environment variables look like to be missing for external t
Hello,
I would like to create a tool which would use SB preference file to get JDK and SB path after app creation, per-project basis.
But it seems no environment variables are set, when I list all environment variable (using PB) I only have standard variables set, not any from SB IDE.
Is it the ...
I would like to create a tool which would use SB preference file to get JDK and SB path after app creation, per-project basis.
But it seems no environment variables are set, when I list all environment variable (using PB) I only have standard variables set, not any from SB IDE.
Is it the ...
- Fri Mar 24, 2017 3:26 pm
- Forum: Coding Questions
- Topic: Android app creation: Error durring package check before ins
- Replies: 2
- Views: 2446
Re: Android app creation: Error durring package check before
perhaps this is useful for you:
http://forums.spiderbasic.com/viewtopic.php?p=3302#p3302
Greetings ... Peter
Thanks, you're near the good answer!
I found the solution in the post you indicated to me.
I had to sign the APK to be able to install it.
My preview search might have been ...
http://forums.spiderbasic.com/viewtopic.php?p=3302#p3302
Greetings ... Peter
Thanks, you're near the good answer!
I found the solution in the post you indicated to me.
I had to sign the APK to be able to install it.
My preview search might have been ...
- Fri Mar 24, 2017 11:28 am
- Forum: Coding Questions
- Topic: Android app creation: Error durring package check before ins
- Replies: 2
- Views: 2446
Android app creation: Error durring package check before ins
Hello,
I would like to test a very basic code, only a Window with a form.
To create a web app, there is no problem.
The Android app creation looks like successful, but when I want to install the APK I have the following message (in French) :
Erreur d'analyse
Un problème est survenu lors de l ...
I would like to test a very basic code, only a Window with a form.
To create a web app, there is no problem.
The Android app creation looks like successful, but when I want to install the APK I have the following message (in French) :
Erreur d'analyse
Un problème est survenu lors de l ...