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: Create Pane For matplotlib chart

2012-09-18 Thread felix74
er_id *but that did not work.* cheers Hetal -- On Monday, September 17, 2012 5:48:32 PM UTC+1, Terry wrote: > On Sun, 16 Sep 2012 22:23:18 -0700 (PDT) > felix74 > wrote: > > > I'm trying to create a interactive chart in a embedded in a new leo pane > > using m

Create Pane For matplotlib chart

2012-09-16 Thread felix74
I'm trying to create a interactive chart in a embedded in a new leo pane using matplotlib. However, I am not sure about the the best way to implement this. I would appreciate some guidance on this please? The questions I would like answered are: 1/ How do I create a new blank pane for embedding

Re: remove command created using @g.command

2012-07-22 Thread felix74
posted the original question in expectation that there be an undocumented @g.removeCommand or c.k.unregisterCommand to remove existing commands that were not needed. On Saturday, July 21, 2012 12:41:03 PM UTC+1, Edward K. Ream wrote: > > On Mon, Jul 16, 2012 at 11:55 PM, felix74

remove command created using @g.command

2012-07-16 Thread felix74
How can I remove a command created using the @g.command decorator without having to reload leo. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/Yuczma0MSwoJ. T

Re: Clones in @file output only one code block

2012-07-05 Thread felix74
gt; > > func2 > func2, block 1 > > > > > > Attempt to reproduce something > reported by Felix74 on leo-editor. Given the following structure, why > does the clone `codeBlock1b` (and children), not get written to > myCode.py in function2? > > f

Clones in @file output only one code block

2012-07-02 Thread felix74
Just started using leo and have the following problem creating python program using @file Outline = @file myCode.py function1 codeBlock1a codeBlock1b codeBlock1bi function2 codeBlock2a codeBlock1b(clone) when the file myCode.py is created