Search found 95 matches
- Mon May 06, 2013 6:54 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: saving a file based on a previous path
- Replies: 6
- Views: 1832
Re: saving a file based on a previous path
Hey Klaus, Thanks, that worked. The first time I tried to retype it all I got the same error, but I realized I was not putting "the" before "lastSavePath". Apparently that's important. Why did you put "it" into "tFile" after the user closes the dialog? The "save" button never compiled, so I never go...
- Mon May 06, 2013 5:01 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: saving a file based on a previous path
- Replies: 6
- Views: 1832
saving a file based on a previous path
I'm trying to put together a simple text editor. There's a field, a "save as" button and a "save" button. The "save as" button works: on mouseUp ask file "Please name the file:" put field "Text" into URL ("file:" & it & ".txt") set lastSavePath of button "Save As" to ("file:" & it & ".txt") end mous...
- Sat Apr 20, 2013 6:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: standalone application languages
- Replies: 4
- Views: 1286
Re: standalone application languages
Mark, Thanks, I think that clarifies things :-) So GAE works by interpreting Java, Python or Go programs, and only those programs, which means its services can only be used if you write something in pure Java, Python or Go. If you start from scratch in one of those development environments, then you...
- Sat Apr 20, 2013 3:42 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: standalone application languages
- Replies: 4
- Views: 1286
Re: standalone application languages
Hi Mark, So the engine is pre-compiled (I guess that's got something to do with the "compileless" workflow) and it gets extended by the stacks I write. What do you mean by the engine is programmed in C++, Objective-C or Java ? Does that mean there are three different version of the engine? If so, wh...
- Fri Apr 19, 2013 2:54 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: standalone application languages
- Replies: 4
- Views: 1286
standalone application languages
I can find a lot of stuff saying that LiveCode compiles into executables that run on lots of different operating systems, and that it has ways of talking to lots of different languages. What I can't find is what languages LiveCode actually compiles into. What are the executables written in? For exam...