Search found 25 matches

by stevewhyte
Thu May 01, 2014 3:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Adding TAB Stops
Replies: 3
Views: 3397

Re: Adding TAB Stops

Hi Craig, Thanks for your reply. I'm essentially writing to a blank text file. In the code, the file is created the data from the LiveCode field is added to the text file and then it is saved and closed. However, when I open it, the data isn't tabulated and is all over the place. I tried your line o...
by stevewhyte
Thu May 01, 2014 2:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Adding TAB Stops
Replies: 3
Views: 3397

Adding TAB Stops

Hi, I have created a LiveCode program which sends the result of a search to a text file which is saved in a location of the users choice. Is it possible to add TabStops to the data placed into the text file so it appears neatly in columns when the saved text file is opened up? My code is below and t...
by stevewhyte
Thu Mar 20, 2014 11:00 am
Forum: iOS Deployment
Topic: Can't Deploy an iOS App
Replies: 2
Views: 2715

Can't Deploy an iOS App

Hi, After recently updating Xcode, I am now getting the following error message when trying to deploy an app to an iOS device (iPad2) with the latest Apple software on it All worked OK before I updated Xcode. I am using LiveCode Community 6.5.2 which I think is the latest version. I'm pointing LiveC...
by stevewhyte
Thu Dec 13, 2012 3:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Including a Timer
Replies: 1
Views: 2076

Including a Timer

Hi, I am using the "send" command to run a little timer (counting from 60 down to 0) as follows: on openCard put empty into field id 1008 put 60 into timer put false into halt updateTimer end openCard on mouseDown put timer into field id 1008 if the mouseLoc is within the rectangle of button id 1012...
by stevewhyte
Thu May 19, 2011 4:55 pm
Forum: Off-Topic
Topic: Activating LiveCode for all users on one workstation
Replies: 13
Views: 10874

Re: Activating LiveCode for all users on one workstation

Hi Mark, I just want to thank you for all your help. After a bit of tinkering with the passphrase, it managed to work fine! Thank you for you patientce and continued assistance with the above matter. My day was filled with teaching classes today and yesterday so I wasn't able to focus fully on it - ...
by stevewhyte
Wed May 18, 2011 1:11 pm
Forum: Off-Topic
Topic: Activating LiveCode for all users on one workstation
Replies: 13
Views: 10874

Re: Activating LiveCode for all users on one workstation

Hi Mark, Thanks for the above - I'm now getting a bit further but it's coming up with the error message "Incorrect passphrase for that license" now. I've downloaded another manual activation key with the same passphrase but I'm having no joy. I'm tearing my limited amount of hair out here - but do g...
by stevewhyte
Wed May 18, 2011 11:55 am
Forum: Off-Topic
Topic: Activating LiveCode for all users on one workstation
Replies: 13
Views: 10874

Re: Activating LiveCode for all users on one workstation

Hi Mark, This discussion board is getting hammered today. I'm now getting a different message saying that it "cannot execute the binary file" :? It could be the script. I ensured that I saved it as a UTF-8 text file. I've copied and pasted the script below. Sorry and thanks for your help thus far. S...
by stevewhyte
Wed May 18, 2011 10:27 am
Forum: Off-Topic
Topic: Activating LiveCode for all users on one workstation
Replies: 13
Views: 10874

Re: Activating LiveCode for all users on one workstation

Hi Mark,

Thanks again for your reply. After trying these above changes, I am now getting the following errors on lines 1 and 2...

:(
by stevewhyte
Wed May 18, 2011 7:19 am
Forum: Off-Topic
Topic: Activating LiveCode for all users on one workstation
Replies: 13
Views: 10874

Re: Activating LiveCode for all users on one workstation

Hi Mark, Thank you very much for your quick reply. Your instructions did help clear a lot of things up and it is greatly appreciated. However, I'm still having a little difficulty and it may be something to do with my script as the first line in the terminal window runs correctly but I am unable to ...
by stevewhyte
Tue May 17, 2011 9:34 am
Forum: Off-Topic
Topic: Activating LiveCode for all users on one workstation
Replies: 13
Views: 10874

Activating LiveCode for all users on one workstation

Hi, I am hoping that someone can help before I get in contact with technical support. I'm a classroom teacher with 20 mac workstations and I would like to activate LiveCode so that it successfully opens no matter which of my students is logged into it without asking for the license details. I have b...
by stevewhyte
Thu Mar 17, 2011 8:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using Datagrids
Replies: 1
Views: 2310

Using Datagrids

Hi, I'm after some clarification with regards to datagrids. After looking over some LiveCode documentation, I have managed to successfully implement a datagrid. However, I'm unsure over a few things in the code and I need to produce pseudocode for it. The bit that confuses me is the copying of the a...
by stevewhyte
Wed Mar 02, 2011 11:50 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Switch Statement - multiple selection
Replies: 2
Views: 3535

Re: Switch Statement - multiple selection

Dixie,

Thank you so much for this. You have been most helpful!!

:mrgreen:
by stevewhyte
Wed Mar 02, 2011 9:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Switch Statement - multiple selection
Replies: 2
Views: 3535

Switch Statement - multiple selection

Hi, Me again. Sorry! I'm trying to make use of a switch statement for multiple selection. Depending upon what the user enters, will depend on what message will be displayed. Here is what I have so far: ----------- global choice on mouseUp ask "Please enter your colour" put it into choice switch case...
by stevewhyte
Mon Feb 28, 2011 8:40 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: String position
Replies: 5
Views: 5018

Re: String position

You're a legend! Thank you so much!