Search found 170 matches

by andrewferguson
Wed Mar 23, 2016 5:46 pm
Forum: Talking LiveCode
Topic: LiveCode Serial Problems - will they ever be fixed?
Replies: 8
Views: 5919

LiveCode Serial Problems - will they ever be fixed?

Hi all, I encountered this issue before when I tried to write a LiveCode app to interface to an Arduino. LiveCode constantly crashed, refused to open the driver, etc... I eventually solved the issue by downgrading to LiveCode 6. Unfortunately, I'm now on a 64-bit GNU/Linux computer, and LiveCode 6 d...
by andrewferguson
Sun Feb 28, 2016 7:51 pm
Forum: Off-Topic
Topic: HyperTalk 2.2
Replies: 8
Views: 5609

Re: HyperTalk 2.2

Hey Alejandro, If your Analytical Engine book comes with the floppy disk, would you be able to make an image of it? I have the book but not the disk... Also, what other HyperCard books have you got / are getting. I currently have: HyperCard 2.0 Handbook HyperCard 2.2 Handbook Hyperdictionary Underst...
by andrewferguson
Sat Feb 20, 2016 5:55 pm
Forum: Off-Topic
Topic: HyperTalk 2.2
Replies: 8
Views: 5609

Re: HyperTalk 2.2

(I'm in the UK so I think postage would be expensive... but:)

If you're talking about HyperTalk 2.2: The Book, I just want to second the opinion that it is "priceless". I have my copy that I purchased a year or two ago on Amazon, without a doubt the best reference to HyperTalk ever published.
by andrewferguson
Thu Feb 18, 2016 7:55 pm
Forum: Off-Topic
Topic: Analytical Engine - An Introduction to Computer Science
Replies: 36
Views: 25674

Re: Analytical Engine - An Introduction to Computer Science

Hi, Just seen your post. I have this book, bought it recently of Amazon, but has not started reading it yet. Unfortunately the one major issue I have with the book is the fact that it comes with a floppy disk with the accompanying stacks. For this you'll need an old Mac to read the disk in. That was...
by andrewferguson
Sat Sep 05, 2015 5:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Case Change
Replies: 3
Views: 3356

Re: Case Change

Hi, The function you are looking for is the toLower . This converts all uppercase letters in a string to their lowercase equivalent. For example: put the toLower of "HELLO WORLD" --results in "hello world" put the toLower of "Hello World" --results in "hello world" put the toLower of "hello world" -...
by andrewferguson
Sat Sep 05, 2015 4:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problems with command line app
Replies: 2
Views: 1925

Problems with command line app

Hello, I am trying to make an application that takes a Scratch project (https://scratch.mit.edu/) and converts it into another programming language (PAWN). I have completed everything, but have now run into a problem when deploying this application. The application will be running on a server, so it...
by andrewferguson
Tue Aug 25, 2015 1:44 pm
Forum: Talking LiveCode
Topic: Writing to a file in DOS format [SOLVED]
Replies: 3
Views: 2419

Re: Writing to a file in DOS format

FourthWorld wrote: If using the "put url" method, specify "binfile" instead of "file":

Code: Select all

put tData into url ("binfile:"& tFile)
Hi Richard,
Thanks! That method worked perfectly!
Andrew
by andrewferguson
Tue Aug 25, 2015 7:42 am
Forum: Talking LiveCode
Topic: Writing to a file in DOS format [SOLVED]
Replies: 3
Views: 2419

Writing to a file in DOS format [SOLVED]

Hello, I am trying to use LiveCode to generate some text files that will then be run through a third party tool, but I have run into a problem. On a Mac (what I am currently trying to use) LiveCode seems to write text in the MAC formatting. However, the third party tool only works with files that ha...
by andrewferguson
Tue Mar 24, 2015 9:57 pm
Forum: Talking LiveCode
Topic: Livecode Arduino
Replies: 2
Views: 2012

Re: Livecode Arduino

I see from searching there are issues with this from version 7 update. But it appears to have been resolved. But we just can't make it work. I posted on this issue less than a month ago, and although Quality Control Center Bug ID 12545 has been marked as RESOLVED FIXED, it has not (at least for me)...
by andrewferguson
Sat Mar 07, 2015 5:16 pm
Forum: Talking LiveCode
Topic: Serial Communication with Arduino
Replies: 3
Views: 4042

Re: Serial Communication with Arduino

Hi everyone, After a bit of googling, coding and testing, I have found the answer to this. LiveCode 7 appears not to work with serial communication. I have now switched back to using LiveCode 6.5.2, and everything works well. There was only I change that needs to be made to my above code for communi...
by andrewferguson
Wed Mar 04, 2015 7:13 pm
Forum: Talking LiveCode
Topic: Serial Communication with Arduino
Replies: 3
Views: 4042

Serial Communication with Arduino

Hello, I have been trying to allow LiveCode and an Arduino Uno to communicate with each other through serial. I have tried various methods, and yet I cannot get either transmitting or receiving from LiveCode to work. Receiving data from Arduino in LiveCode I set up a simple sketch on the Arduino whi...
by andrewferguson
Wed Oct 29, 2014 9:20 am
Forum: Linux
Topic: LiveCode on Puppy Linux
Replies: 14
Views: 11219

Re: LiveCode on Puppy Linux

Hi,
I have just tried to run the app from the command line. When run, nothing happened on the command line, just like when clicking on the app. Any ideas?
Andrew
by andrewferguson
Tue Oct 28, 2014 9:34 pm
Forum: Linux
Topic: LiveCode on Puppy Linux
Replies: 14
Views: 11219

Re: LiveCode on Puppy Linux

Hi, I have just tried something that I probably should have tried at the beginning: Installing an older version of LiveCode. I tried LiveCode 6.7 and it installed and ran successfully. However I would really like to use LiveCode 7. Does anyone know why I can install LiveCode 6.7 but not LiveCode 7? ...
by andrewferguson
Mon Oct 27, 2014 10:35 pm
Forum: Linux
Topic: LiveCode on Puppy Linux
Replies: 14
Views: 11219

Re: LiveCode on Puppy Linux

Hi Neil, I reinstalled a fresh copy of Puppy Linux and followed what you did in your video but again nothing happened when I clicked the installer once I had changed the permissions to application. Is my computer (Pentium 3, 256Mb RAM) just too old? Or is it the version of Puppy Linux that I am usin...
by andrewferguson
Mon Oct 27, 2014 7:05 pm
Forum: Linux
Topic: LiveCode on Puppy Linux
Replies: 14
Views: 11219

Re: LiveCode on Puppy Linux

Hi,
Thanks, but I don't think that is the issue because I cannot even launch the installer (the app does nothing when clicked).
Does anyone know what is wrong?
Thanks,
Andrew

Go to advanced search