Search found 4 matches

by bufflotrip
Wed Jun 24, 2009 6:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Program Listing
Replies: 8
Views: 5851

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.
by bufflotrip
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...
by bufflotrip
Wed Jun 24, 2009 5:40 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Program Listing
Replies: 8
Views: 5851

a listing as if I type the program into an editor by hand from start to finish

like writing a perl program


Thanks Klaus
by bufflotrip
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 ?