I just want to write my program by hand after I did the GUI part
with the GUI builder
then I want to view my program from start to finish in a text file
just like you would write any script or computer program.
Search found 4 matches
- Wed Jun 24, 2009 6:21 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Program Listing
- Replies: 8
- Views: 5851
- Wed Jun 24, 2009 5:44 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Program Listing
- Replies: 8
- Views: 5851
like this
use Tk; use Tk::Text; use Tk::Frame; use Tk::Widget; use Tk::Wm; use Tk::BrowseEntry; $my_font = "-*-clean-medium-r-*-*-12-*-100-100-m-10-*-*" ; $my_font2 = "-*-clean-medium-r-*-*-14-*-100-100-m-10-*-*" ; $my_font2c = "-*-clean-bold-r-*-*-14-*-100-100-m-10-*-*" ; $my_font3 = "-*-clean-medium-r-*-*-1...
- Wed Jun 24, 2009 5:40 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Program Listing
- Replies: 8
- Views: 5851
- Wed Jun 24, 2009 4:47 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Program Listing
- Replies: 8
- Views: 5851
Program Listing
I am using the trial version - can I get a list of my program in
a text file from start to finish ?
If so, is it possible to get some examples of programs in this format ?
a text file from start to finish ?
If so, is it possible to get some examples of programs in this format ?