Search found 37 matches

by Zood
Wed Aug 22, 2018 11:08 am
Forum: Databases
Topic: SQL error on pasted text
Replies: 2
Views: 3688

SQL error on pasted text

Hey all I've encountered a slight problem. Each time I try to enter pasted text into my database I get an error: "Syntax error: (The entire pasted text)" All my pasted text is originally from e-mails I received so perhaps it is about unrecognised layout? I did try to do the following: Set the htmlte...
by Zood
Thu May 03, 2018 1:00 am
Forum: Databases
Topic: Post URL denied
Replies: 6
Views: 5189

Re: Post URL denied

Alright, thanks! switching to sql
by Zood
Wed May 02, 2018 11:23 pm
Forum: HTML5
Topic: Adding html5 standalone as a Wordpress Plugin
Replies: 14
Views: 16043

Re: Adding html5 standalone as a Wordpress Plugin

Hey Sphere, You were right, it is not a bug related to dp9 (stable LC has same issue) Localhost with XAMMP surprisingly did work! All versions, including a more demanding stack worked perfectly! Is it possible that some settings (like request time-out?) are preventing a full download of the .js file...
by Zood
Wed May 02, 2018 10:47 am
Forum: Databases
Topic: Post URL denied
Replies: 6
Views: 5189

Re: Post URL denied

Hey both, not sure I get this...? CSV is just a TEXT file and no CGI or something, so what are you exspecting? You POST data to a CGI, which is a little app on the server written in ASP, PHP or LC server script, which will process the posted data. But as mentioned above, CSV is just TEXT and so noth...
by Zood
Tue May 01, 2018 2:05 pm
Forum: HTML5
Topic: Adding html5 standalone as a Wordpress Plugin
Replies: 14
Views: 16043

Re: Adding html5 standalone as a Wordpress Plugin

Alright so I made a new stack, it puts "Hello world" into a label field if pressed, if the field is not empty then it will be emptied. Easy enough right? I created the HTML5 standalone, uploaded the files to my server and opened the .html file -> No response Firefox gives me an error saying it faile...
by Zood
Tue May 01, 2018 12:51 pm
Forum: Databases
Topic: Post URL denied
Replies: 6
Views: 5189

Post URL denied

Hey all, Another question: I have a database in the form of several .csv files on my dropbox, it all works well but I want them on my own domain. I can load and read the files I had put on my domain just fine but I can't get to write to them... I have set the permissions for the files to all (write,...
by Zood
Mon Apr 23, 2018 2:41 pm
Forum: HTML5
Topic: Adding html5 standalone as a Wordpress Plugin
Replies: 14
Views: 16043

Re: Adding html5 standalone as a Wordpress Plugin

Hey Sphere, Great code! thanks, helps a lot! There is just 1 error: In the name at the bottom where you enter the name of the .js, a ' is needed in place of the double quotation mark ("). I changed the name of .js to my own (Standalone.community etc), the page loads with the title you set ("This is ...
by Zood
Fri Apr 13, 2018 4:58 pm
Forum: HTML5
Topic: Adding html5 standalone as a Wordpress Plugin
Replies: 14
Views: 16043

Re: Adding html5 standalone as a Wordpress Plugin

Alright, try nr 2! I have a friend with a website and uploaded 4 files: the 3 files generated by the builder (.js / .mem / .zip) and a fourth with <html> <body>    <canvas style="border: 0px none;" id="canvas" oncontextmenu="event.preventDefault()"></canvas>     <script type="text/javascript">      ...
by Zood
Thu Apr 05, 2018 12:34 pm
Forum: HTML5
Topic: Adding html5 standalone as a Wordpress Plugin
Replies: 14
Views: 16043

Re: Adding html5 standalone as a Wordpress Plugin

Hey Sphere, Thanks for the answer! Will try today if I can make it happen. Is it also possible to link the .js file to display the stack on a certain part of another website? Like add "<script src="https://yourwebsite.com/imhere/thegeneratedname.js"> </script>" into a codeblock? Thanks in advance! Z...
by Zood
Wed Mar 28, 2018 9:37 pm
Forum: HTML5
Topic: Adding html5 standalone as a Wordpress Plugin
Replies: 14
Views: 16043

Adding html5 standalone as a Wordpress Plugin

Hey all! Just trying out the HTML5 option to create a standalone. My goal: Create a "Form" as a way of handling a new reservation, then send that form to a file in Dropbox. I handled the whole form-making, dropbox-uploading etc. I created the standalone, got four files (.mem / .html / .zip / .js but...
by Zood
Wed Mar 28, 2018 8:23 pm
Forum: Talking LiveCode
Topic: PDF printing without printing
Replies: 5
Views: 4100

Re: PDF printing without printing

Currently using 9.0.0 DP11 but will try with V8, I will let you know!
by Zood
Tue Mar 27, 2018 11:15 pm
Forum: Talking LiveCode
Topic: PDF printing without printing
Replies: 5
Views: 4100

PDF printing without printing

Hello all, I am using the Open printing to pdf tPDFPath function, yet not without some issues My goal: Save a piece of a card as a pdf-file without printing a physical sheet, so nothing gets sent to my printer. A piece of my code: on mouseUp Ask file "Where do you want to store the file?" if "." is ...
by Zood
Wed Nov 29, 2017 8:12 pm
Forum: Android Deployment
Topic: Android update system
Replies: 2
Views: 3041

Android update system

Hello all, I am trying to build an update system for Android to bypass the Google Store. Now I have a version-check to see if there is a new version available, uploaded my new version (APK file) to dropbox and everything For some reason Android wont open my APK-file, while it does open on my Mac (Wi...
by Zood
Sun Nov 26, 2017 5:37 pm
Forum: Android Deployment
Topic: Android error: Could not compile service support class
Replies: 19
Views: 22893

Re: Android error: Could not compile service support class

Update: found the issue! I had installed java sdk 9, downgraded to 8 but did not remove the whole package.. LC automagically took the newest version so I deleted the sdk9-location using terminal: sudo rm -fr /Library/Java/JavaVirtualMachines/jdk-9.0.1jdk/ LC now used sdk 8 and everything works like ...
by Zood
Sat Nov 25, 2017 1:24 pm
Forum: Android Deployment
Topic: Android error: Could not compile service support class
Replies: 19
Views: 22893

Re: Android error: Could not compile service support class

Thanks for the thread!
I have uninstalled and reinstalled JAVA, Android studio and livecode in general to hopefully fix the problem but still no luck.
Java SDK still jumps to the 9.0.1 version whenever I link it to livecode
any suggestions i could try?

Go to advanced search