I've been playing with Livecode server recently, but what seems obvious to me , or would work in livecode, doesn't appear to work in webpage.
Example - login page
It posts username and password to another LC page that does it's bit, and if invalid returns user back to login page with an error ie ...
Search found 18 matches
- Fri Feb 10, 2023 9:49 pm
- Forum: CGIs and the Server
- Topic: Mixing HTML & LC
- Replies: 2
- Views: 40224
- Tue Mar 10, 2020 2:49 pm
- Forum: Converting to LiveCode
- Topic: The chosen folder is not a valid SDK
- Replies: 12
- Views: 74587
Re: The chosen folder is not a valid SDK
Hi,
Did you ever get this resolved? I am doing a fresh installation and Android Studio installed with the correct API required for 9.5, (i've tried installing SDK to multiple locations) But I select the correct path in Livecode (as per Android Studio) but it just says chosen folder is not a valid ...
Did you ever get this resolved? I am doing a fresh installation and Android Studio installed with the correct API required for 9.5, (i've tried installing SDK to multiple locations) But I select the correct path in Livecode (as per Android Studio) but it just says chosen folder is not a valid ...
- Wed Jan 17, 2018 9:28 am
- Forum: Talking LiveCode
- Topic: LC License not cooperating - SOLVED
- Replies: 10
- Views: 12642
Re: LC License not cooperating
Hi Tom,
I had the same problem and spotted another post on the forum.
If you disconnected from the internet and then run livecode, it will load (i have just done this myself and it worked) Once Livecode is loaded then you can re-connect to the internet again
I had the same problem and spotted another post on the forum.
If you disconnected from the internet and then run livecode, it will load (i have just done this myself and it worked) Once Livecode is loaded then you can re-connect to the internet again
- Tue Jan 16, 2018 2:46 pm
- Forum: Android Deployment
- Topic: could not build R.Java
- Replies: 4
- Views: 5908
Re: could not build R.Java
So having done a little digging around, traced the error message to revSaveAsAndroidStandalone.livecodescript.
Just after generateResourceClasses, tBuildFolder, tManifestFile, pSettings, rResourceClasses - I place a "put tBuildFolder, tManifestFile, pSettings, rResourceClasses " (line 754) in ...
Just after generateResourceClasses, tBuildFolder, tManifestFile, pSettings, rResourceClasses - I place a "put tBuildFolder, tManifestFile, pSettings, rResourceClasses " (line 754) in ...
- Fri Jan 12, 2018 3:01 pm
- Forum: Android Deployment
- Topic: could not build R.Java
- Replies: 4
- Views: 5908
Re: could not build R.Java
Java SDK installed and everything is generally fine ( I deploy to Android most days - so this part works)
The issue only happens when the Map Widget is added. I can deploy OK from Mac, but just not Windows
The issue only happens when the Map Widget is added. I can deploy OK from Mac, but just not Windows
- Tue Jan 09, 2018 12:22 pm
- Forum: Android Deployment
- Topic: could not build R.Java
- Replies: 4
- Views: 5908
could not build R.Java
LC 9 DP11 running on Windows 10
Created a new stack and added just the new Map Widget. Trying to save as standalone but getting error:
There was an error while saving the stanadalone application
could not build R.java
Error: resource directory
c:\users\paul\appdata\local\temp\tmp6\res-build ...
Created a new stack and added just the new Map Widget. Trying to save as standalone but getting error:
There was an error while saving the stanadalone application
could not build R.java
Error: resource directory
c:\users\paul\appdata\local\temp\tmp6\res-build ...
- Mon Feb 13, 2017 12:05 pm
- Forum: Internet
- Topic: tsNet errors [SOLVED]
- Replies: 1
- Views: 4590
Re: tsNet errors
SO after basging head against wall, it would appear to be down the the SSL certificate being used against domain.
A "free" trial was being used, which worked OK in browsers - but having now converted to paid certificate, everything works fine
A "free" trial was being used, which worked OK in browsers - but having now converted to paid certificate, everything works fine
- Thu Dec 15, 2016 11:06 am
- Forum: Android Deployment
- Topic: could not encode class bundle
- Replies: 8
- Views: 12857
Re: could not encode class bundle
After the wonderul guidance from Panos..
I checked what Android Build-tools were installed (SDK Manager) and found I was running 17 so installed 19.03 and hey presto - App now saves and deploys.
Thanks Panos.
I checked what Android Build-tools were installed (SDK Manager) and found I was running 17 so installed 19.03 and hey presto - App now saves and deploys.
Thanks Panos.
- Wed Dec 14, 2016 3:12 pm
- Forum: Android Deployment
- Topic: could not encode class bundle
- Replies: 8
- Views: 12857
Re: could not encode class bundle
Hi Panos..
I put "answer the result " before Throw "could not encode class bundle" in revSaveAsAndroidStandalone script
and I got this error:
trouble processing:
bad class file magic (cafebabe) or version(0033.0000)
...while parsing tsNet/LC$1.class
... while processing tsNet/LC$1.class ...
I put "answer the result " before Throw "could not encode class bundle" in revSaveAsAndroidStandalone script
and I got this error:
trouble processing:
bad class file magic (cafebabe) or version(0033.0000)
...while parsing tsNet/LC$1.class
... while processing tsNet/LC$1.class ...
- Wed Dec 14, 2016 11:45 am
- Forum: Android Deployment
- Topic: could not encode class bundle
- Replies: 8
- Views: 12857
Re: could not encode class bundle
and the test listed above was done in 9.0 dp2 - although I have been getting this same mesasge on various versions of 8.1.x. I am also using Windows 10
- Wed Dec 14, 2016 11:42 am
- Forum: Android Deployment
- Topic: could not encode class bundle
- Replies: 8
- Views: 12857
Re: could not encode class bundle
Hi Panos,
No - the identifier is simply com.paulrichards.testing. version: 1.0.0 version code: 1 Signing: Sign for development only.
To test further, I created a new Stack, added 1 button and configured deployment to Android only.. Used the test button, and it deployed to device.
Added this ...
No - the identifier is simply com.paulrichards.testing. version: 1.0.0 version code: 1 Signing: Sign for development only.
To test further, I created a new Stack, added 1 button and configured deployment to Android only.. Used the test button, and it deployed to device.
Added this ...
- Wed Dec 14, 2016 11:18 am
- Forum: Android Deployment
- Topic: could not encode class bundle
- Replies: 8
- Views: 12857
could not encode class bundle
I have a very simple app to test tsNet.. (code extracted from Charles demo stack)
I can push app straight to my Android device using the test button, and save as standalone - in v 8.0 / v8.0.2 / 8.1 / 8.1.1 rc2...I know tsNet wont work in these builds but is still builds and deploys. I cannot ...
I can push app straight to my Android device using the test button, and save as standalone - in v 8.0 / v8.0.2 / 8.1 / 8.1.1 rc2...I know tsNet wont work in these builds but is still builds and deploys. I cannot ...
- Tue Dec 13, 2016 1:31 pm
- Forum: Internet
- Topic: tsNet errors [SOLVED]
- Replies: 1
- Views: 4590
tsNet errors [SOLVED]
Having some issues with tsNet over https. The database product we use has a builtin webserver, this allows us to include DB coding amongst html to display data in a webpage- very much like livecode server. These pages have a suffix of .ESP
I can navigate to a particular .ESP page running on our DB ...
I can navigate to a particular .ESP page running on our DB ...
- Thu Dec 18, 2014 4:47 pm
- Forum: Android Deployment
- Topic: openSSL version in Livecode
- Replies: 3
- Views: 4625
Re: openSSL version in Livecode
Thanks Neil, all done and confrmed as a bug. Great help (as always)
Bug can be followed here:
RunRev QCC changed bug 14257
Comment # 1 on bug 14257 from RunRev QCC
Hi Paul,
thank you for logging this report.
We have now confirmed the bug in your bug report and will continue to update
you as ...
Bug can be followed here:
RunRev QCC changed bug 14257
Comment # 1 on bug 14257 from RunRev QCC
Hi Paul,
thank you for logging this report.
We have now confirmed the bug in your bug report and will continue to update
you as ...
- Thu Dec 18, 2014 10:05 am
- Forum: Android Deployment
- Topic: openSSL version in Livecode
- Replies: 3
- Views: 4625
openSSL version in Livecode
I have published to the app store using Livecode 6.7.1, but have just received this email from them saying:
Your app xxxxxx is running an outdated version of OpenSSL, which has multiple security vulnerabilities. You should update OpenSSL as soon as possible.
The vulnerabilities were addressed in ...
Your app xxxxxx is running an outdated version of OpenSSL, which has multiple security vulnerabilities. You should update OpenSSL as soon as possible.
The vulnerabilities were addressed in ...