Search found 53 matches
- Sun Feb 28, 2016 2:05 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: RSS Feed
- Replies: 1
- Views: 491
RSS Feed
Hello, Im trying to follow this tutorials: http://lessons.livecode.com/buckets/1228/lessons/19173 However I cannot seem to get it to work with my wordpress test feed. I have put my wordpress feed url into the url at the top of the stack but nothing seems to happen when I press the get articles butto...
- Sat Feb 27, 2016 10:36 pm
- Forum: Databases
- Topic: Using Global Variables within SQL Query
- Replies: 3
- Views: 1382
Re: Using Global Variables within SQL Query
HI Klaus,
That seems to delete all the records whatever I have in the fields?
That seems to delete all the records whatever I have in the fields?
- Tue Feb 23, 2016 6:01 pm
- Forum: Databases
- Topic: Using Global Variables within SQL Query
- Replies: 3
- Views: 1382
Using Global Variables within SQL Query
Hello, I followed the Livecode tutorial for basic connection and record adding and deleting in a SQL database. The one question I have is I have two input field for testing (Username and Password). The add record button puts these field names into a global variable and add the records to the databas...
- Tue Feb 23, 2016 12:24 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Progress Bar
- Replies: 3
- Views: 646
Re: Progress Bar
Thank you both for your answers. I used yours dunbarx in the end. Again though thank you both for your help.
Jamie
Jamie
- Mon Feb 22, 2016 10:13 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Progress Bar
- Replies: 3
- Views: 646
Progress Bar
Hello, Im new to the progress so bare with me... Basically what I want to do is move the progress bar along 2 steps for instance over 10 seconds. I do not actually want it to be loading something and rather for it to just act as an animation before proceeding to the next card. Hopefully I am clear i...
- Tue Feb 16, 2016 11:29 pm
- Forum: Talking LiveCode
- Topic: PDF Viewer
- Replies: 18
- Views: 2535
Re: PDF Viewer
Hello, Thank you both for your help. It is very much appreciated. I have tried using version 7.1.1. However still no luck. This is the code I have on the card global sBrowserId on openCard browserOpen end openCard on browserOpen -- We pass the windowId of the stack to revBrowser -- so that it can de...
- Tue Feb 16, 2016 12:15 am
- Forum: Talking LiveCode
- Topic: PDF Viewer
- Replies: 18
- Views: 2535
Re: PDF Viewer
Sorry for the confusion. It is an IOS app but I am probably just not understanding sorry.
Jamie
Jamie
- Mon Feb 15, 2016 10:51 pm
- Forum: Talking LiveCode
- Topic: PDF Viewer
- Replies: 18
- Views: 2535
Re: PDF Viewer
Hi quailcreek,
I'm just putting them into the non-stack file option.... if thats what you mean
Thanks
Jamie
I'm just putting them into the non-stack file option.... if thats what you mean
Thanks
Jamie
- Mon Feb 15, 2016 9:45 pm
- Forum: Talking LiveCode
- Topic: PDF Viewer
- Replies: 18
- Views: 2535
Re: PDF Viewer
Hello, Sorry for the late reply, I have been away. I tried adding the variable to pass but again it still is not working If it helps, I have attached an image of my standalone settings with the file in to make sure I have done it right. A quick question, does it have to be made into a stand alone fo...
- Wed Feb 03, 2016 10:51 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Login System
- Replies: 5
- Views: 842
Re: Login System
Hi, Sorry I probably should have uploaded this code as well. This code below is the button which puts the fields into the variables to be read. global sUsername, sPassword on RegCheck put field "Regusername" into sUsername put field "Regpassword" into sPassword end RegCheck on openCard focus on fld ...
- Tue Feb 02, 2016 9:00 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Login System
- Replies: 5
- Views: 842
Login System
Hello, I followed the simple login system tutorial on the livecode website and it went well. I currently have this code global sUsername, sPassword on openCard get sUsername get sPassword put sUsername into sUsername1 put sPassword into sPassword1 end openCard on loginCheck if field "username" is sU...
- Tue Feb 02, 2016 12:42 am
- Forum: Talking LiveCode
- Topic: PDF Viewer
- Replies: 18
- Views: 2535
Re: PDF Viewer
Ok I seem to have sorted the error but I do not think what I have done is right because nothing seems to be displaying? This is my code for the button: global sBrowserId on mouseUp put specialfolderpath("resources") & "/TEST.pdf" into tPDFFile browserSetURL tPDFFile end mouseUp the browserSetURL han...
- Mon Feb 01, 2016 11:50 pm
- Forum: Talking LiveCode
- Topic: PDF Viewer
- Replies: 18
- Views: 2535
Re: PDF Viewer
Hi Klaus, Very grateful for your help so far. I replaced the tutorial code with yours and I keep getting the error 'Unknown browser id'. The tutorial works fine with the same id so can figure out why it is not working. SO you aware, the tutorial im using is this one: http://lessons.livecode.com/m/25...
- Sun Jan 31, 2016 6:49 pm
- Forum: Talking LiveCode
- Topic: PDF Viewer
- Replies: 18
- Views: 2535
Re: PDF Viewer
Im sorry for not understanding and am really happy with your help. However I just cannot seem to work out how to access the files I have put into the copied files section. All the tutorials just seem to be how to access files in the documents folder on a pc or mac? Would you be able to give me some ...
- Sun Jan 31, 2016 1:18 pm
- Forum: Talking LiveCode
- Topic: PDF Viewer
- Replies: 18
- Views: 2535
Re: PDF Viewer
Hi Klaus
Thank you for your reply. I would like to do it so I do not have to open a booster Window. So where would I need to place files I. The mobile app for them to be opened.
Thanks
Jamie
Thank you for your reply. I would like to do it so I do not have to open a booster Window. So where would I need to place files I. The mobile app for them to be opened.
Thanks
Jamie