Outline to executable?

2012-09-24 Thread Steve Litt
Hi all, I'm not sure if I heard wrong, confabulated some memory or what, but somewhere I got the impression that you could outline a computer program in Leo, press a button, and get a Python app with a GUI interface popping out. Is this true, or was I hallucinating? If it's true, can you outline

Re: Outline to executable?

2012-09-26 Thread Edward K. Ream
On Mon, Sep 24, 2012 at 6:03 PM, Steve Litt wrote: > I'm not sure if I heard wrong, confabulated some memory or what, but > somewhere I got the impression that you could outline a computer > program in Leo, press a button, and get a Python app with a GUI > interface popping out. Is this true, or

Re: Outline to executable?

2012-09-26 Thread Steve Litt
On Wed, 26 Sep 2012 07:42:48 -0500, Edward K. Ream said: > On Mon, Sep 24, 2012 at 6:03 PM, Steve Litt > wrote: > > > I'm not sure if I heard wrong, confabulated some memory or what, but > > somewhere I got the impression that you could outline a computer > > program in Leo, press a button, and g

Re: Outline to executable?

2012-09-26 Thread Edward K. Ream
On Wed, Sep 26, 2012 at 9:26 AM, Steve Litt wrote: > No. I want to *author* a program within Leo, including data entry > forms, and then press a button (type Ctrl+S), and have it generate the > executable I authored in Leo. Then other people just run the program > from the command line. No probl

Re: Outline to executable?

2012-09-26 Thread Kent Tenney
I'm not sure if this is related, seems maybe. I've longed for "specialized Leos": a config file which defines - menus - commands - templates - ... which encapsulate the learning curve for an application. Most apps consist of a set of files: - source - configuration - data - logs - doc I need to

Re: Outline to executable?

2012-09-26 Thread felix74
> > > No. I want to *author* a program within Leo, including data entry > forms, and then press a button (type Ctrl+S), and have it generate the > executable I authored in Leo. Then other people just run the program > from the command line. > > If you just want a simple to use data entry form

Re: Outline to executable?

2013-05-01 Thread Edward K. Ream
On Wed, Sep 26, 2012 at 9:26 AM, Steve Litt wrote: Edward, I am sooo tired of all the hassle I need to go through to > build an app with a GUI user interface. Qt, Gtk, PythonTk, Java+Swing, > Rails, even Lazarus -- they're all such a clunky procedure for > something that *could* be so simple.