Search found 12 matches
- Mon Jan 21, 2013 10:46 pm
- Forum: Announcements
- Topic: SFTP for Revolution 2.1.2
- Replies: 1
- Views: 3843
SFTP for Revolution 2.1.2
I know this is a long shot, but Is there any way to have Revolution 2.1.2 connect to an SFTP server? And if not, is SFTP protocol available on LiveCode? And if so, is there any sort of deal for being an educator who has used Revolution for years to provide his students with free homework systems rat...
- Fri Jan 13, 2012 11:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Converting field into table & vice versa
- Replies: 6
- Views: 4216
Re: Converting field into table & vice versa
Thank you, Jean-Marc. This should solve the problem.
Best,
David
Best,
David
- Mon Jan 09, 2012 6:08 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Converting field into table & vice versa
- Replies: 6
- Views: 4216
Re: Converting field into table & vice versa
Jean-Marc,
There is a replace command (and a replacetext command) in Revolution 2.1.2, but I don't see how I can use it to convert a table to a normal field or vice-versa.
David
There is a replace command (and a replacetext command) in Revolution 2.1.2, but I don't see how I can use it to convert a table to a normal field or vice-versa.
David
- Sat Jan 07, 2012 7:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Converting field into table & vice versa
- Replies: 6
- Views: 4216
Re: Converting field into table & vice versa
Thanks for the reply.
I'm running Revolution 2.1.2, and I don't see that function in the documentation, nor does it work. Other ideas?
Best
David
I'm running Revolution 2.1.2, and I don't see that function in the documentation, nor does it work. Other ideas?
Best
David
- Sat Jan 07, 2012 4:49 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Converting field into table & vice versa
- Replies: 6
- Views: 4216
Converting field into table & vice versa
What would be a script for turning a field into a table, or vice versa. This is easily done in the Object Inspector, but I would like to be able to do this in a script.
Thanks,
David
Thanks,
David
- Wed Dec 21, 2011 5:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Saving changes in a table
- Replies: 1
- Views: 3105
Saving changes in a table
Novice time: I am running Revolution 2.1.2 and just discovered the ability to convert a field into a table, and it was very easy to copy data from Excel and paste it into the table. The trouble comes when I try to change the data in a table: I cannot get the changes to stick. If I delete a row, it m...
- Mon Oct 19, 2009 10:10 pm
- Forum: Talking LiveCode
- Topic: Separate stacks for Mac Standalones
- Replies: 2
- Views: 2688
Separate stacks for Mac Standalones
I have a project with 4 separate writeable stack files, plus the main stack (which is not written to.) When I make a standalone for Windows, I get the main stack as an .exe app, plus the four writeable stacks as separate stacks. When I make a standalone for the Mac OSX, there is only one icon, and s...
- Fri Mar 28, 2008 9:08 pm
- Forum: Talking LiveCode
- Topic: Machine ID?
- Replies: 1
- Views: 2662
Machine ID?
Is there any way to have Revolution return the machine ID so that I can protect my application?
Thanks,
Dave
Thanks,
Dave
- Sun Mar 23, 2008 11:00 pm
- Forum: Talking LiveCode
- Topic: On topstack???
- Replies: 3
- Views: 4049
Thanks!
Thanks! It is annoying that 'resumestack' is not listed in the filtered list of messages in the Transcript language dictionary (Help).
BvG wrote:not every term is named as one would expect:
resumestack
and
suspendstack
- Sun Mar 23, 2008 8:52 pm
- Forum: Talking LiveCode
- Topic: On topstack???
- Replies: 3
- Views: 4049
On topstack???
I give up; this is probably so darn easy but:
how do you sent a message when you click on window to make it the top window. I've tried
on librarystack
send mouseup to btn "Test"
end librarystack
but that doesn't work.
Thanks, Dave
how do you sent a message when you click on window to make it the top window. I've tried
on librarystack
send mouseup to btn "Test"
end librarystack
but that doesn't work.
Thanks, Dave
- Sun Feb 04, 2007 7:08 am
- Forum: Talking LiveCode
- Topic: No Dialog box on Windows Standalones
- Replies: 3
- Views: 4509
Re: No Dialog box on Windows Standalones
I am running Rev. 2.1.2. When I created a new mainstack as you suggested, its Windows standalone displayed the dialogs. I simply transferred all the scripts and objects over to the new file and it now works properly. (I was getting "false" using your script in the standalone from the original file.)...
- Mon Jan 29, 2007 6:40 pm
- Forum: Talking LiveCode
- Topic: No Dialog box on Windows Standalones
- Replies: 3
- Views: 4509
No Dialog box on Windows Standalones
Even though I am careful to check the "Ask Dialog" and "Answer dialog" boxes under the Inclusions tab when setting up a Windows standalone in the Distribution Builder, those dialogs do not appear when I run the standalone in Windows. Any ideas?