Re: [Kicad-developers] Events inside kicad

2010-10-27 Thread Marco Serantoni
On 27/ott/2010, at 22.58, Wayne Stambaugh wrote: >> >> So why you don't cleanup that ? > > That was done a long time ago. > >> You have a rotten egg, is correct yell and trash it if nobody complains. > > This assumes that someone has the time to go back and get rid of it. Maybe > publishing

Re: [Kicad-developers] Events inside kicad

2010-10-27 Thread Wayne Stambaugh
On 10/27/2010 4:31 PM, Marco Serantoni wrote: > > On 27/ott/2010, at 21.55, Wayne Stambaugh wrote: >>> No, definitelly, i'm not proposing to create a custom internal scripting >>> language, and in case, the SCREEN is not the best place to start with. >>> I also think that bind command events

Re: [Kicad-developers] Events inside kicad

2010-10-27 Thread Wayne Stambaugh
On 10/27/2010 3:57 PM, Martijn Kuipers wrote: > > On Oct 27, 2010, at 20:55 PM, Wayne Stambaugh wrote: > >> On 10/27/2010 1:32 PM, Marco Serantoni wrote: >>> >>> On 27/ott/2010, at 15.22, Wayne Stambaugh wrote: > I also misunderstood Marco's email in thinking he was proposing a > plugin-

Re: [Kicad-developers] Events inside kicad

2010-10-27 Thread Marco Serantoni
On 27/ott/2010, at 21.55, Wayne Stambaugh wrote: >>> >> No, definitelly, i'm not proposing to create a custom internal scripting >> language, and in case, the SCREEN is not the best place to start with. >> I also think that bind command events is not a good way, being too much gui >> tied you

Re: [Kicad-developers] Events inside kicad

2010-10-27 Thread Martijn Kuipers
On Oct 27, 2010, at 20:55 PM, Wayne Stambaugh wrote: > On 10/27/2010 1:32 PM, Marco Serantoni wrote: >> >> On 27/ott/2010, at 15.22, Wayne Stambaugh wrote: I also misunderstood Marco's email in thinking he was proposing a plugin-framework, but that is not the case. However, having thi

Re: [Kicad-developers] Events inside kicad

2010-10-27 Thread Wayne Stambaugh
On 10/27/2010 1:32 PM, Marco Serantoni wrote: > > On 27/ott/2010, at 15.22, Wayne Stambaugh wrote: >>> I also misunderstood Marco's email in thinking he was proposing a >>> plugin-framework, but that is not the case. However, having this in Kicad >>> would make it easier to add a plugin-framewor

Re: [Kicad-developers] Events inside kicad

2010-10-27 Thread Wayne Stambaugh
On 10/27/2010 1:03 PM, Marco Serantoni wrote: > > On 27/ott/2010, at 02.27, Wayne Stambaugh wrote: >> >> Marco, >> >> Before you commit this, I would like to see an example of how you are >> going to handle these events in some type of plug in framework. >> I'm just not seeing where you are goin

Re: [Kicad-developers] Events inside kicad

2010-10-27 Thread Dick Hollenbeck
On 10/27/2010 03:29 AM, Martijn Kuipers wrote: > On Oct 27, 2010, at 1:27 AM, Wayne Stambaugh wrote: > > >> On 10/26/2010 2:58 PM, Marco Serantoni wrote: >> >>> On 26/ott/2010, at 20.54, Dick Hollenbeck wrote: >>> >>> On 10/26/2010 01:50 PM, Marco Serantoni wrote:

Re: [Kicad-developers] Events inside kicad

2010-10-27 Thread Wayne Stambaugh
On 10/27/2010 4:29 AM, Martijn Kuipers wrote: > On Oct 27, 2010, at 1:27 AM, Wayne Stambaugh wrote: > >> On 10/26/2010 2:58 PM, Marco Serantoni wrote: >>> >>> On 26/ott/2010, at 20.54, Dick Hollenbeck wrote: >>> On 10/26/2010 01:50 PM, Marco Serantoni wrote: > In those days i was thinking

Re: [Kicad-developers] Events inside kicad

2010-10-27 Thread Martijn Kuipers
On Oct 27, 2010, at 1:27 AM, Wayne Stambaugh wrote: > On 10/26/2010 2:58 PM, Marco Serantoni wrote: >> >> On 26/ott/2010, at 20.54, Dick Hollenbeck wrote: >> >>> On 10/26/2010 01:50 PM, Marco Serantoni wrote: In those days i was thinking about to add an internal event generation for s

Re: [Kicad-developers] Events inside kicad

2010-10-26 Thread Wayne Stambaugh
On 10/26/2010 2:58 PM, Marco Serantoni wrote: > > On 26/ott/2010, at 20.54, Dick Hollenbeck wrote: > >> On 10/26/2010 01:50 PM, Marco Serantoni wrote: >>> In those days i was thinking about to add an internal event generation for >>> some kicad classes. >>> Adding internal events at wxAUIManager

Re: [Kicad-developers] Events inside kicad

2010-10-26 Thread Marco Serantoni
On 26/ott/2010, at 21.10, Dick Hollenbeck wrote: >> Indeed, >> Here is the patch, let's chat :) > > Thanks for your patience, and willingness to accept feedback. > > We might need to wait a day or two for folks to comment. > > I know English is not your favorite language, but it would be easier

Re: [Kicad-developers] Events inside kicad

2010-10-26 Thread Dick Hollenbeck
On 10/26/2010 01:58 PM, Marco Serantoni wrote: > On 26/ott/2010, at 20.54, Dick Hollenbeck wrote: > > >> On 10/26/2010 01:50 PM, Marco Serantoni wrote: >> >>> In those days i was thinking about to add an internal event generation for >>> some kicad classes. >>> Adding internal events at wx

Re: [Kicad-developers] Events inside kicad

2010-10-26 Thread Marco Serantoni
kicad-events.diff Description: Binary data On 26/ott/2010, at 20.54, Dick Hollenbeck wrote: > On 10/26/2010 01:50 PM, Marco Serantoni wrote: >> In those days i was thinking about to add an internal event generation for >> some kicad classes. >> Adding internal events at wxAUIManager could be a

Re: [Kicad-developers] Events inside kicad

2010-10-26 Thread Dick Hollenbeck
On 10/26/2010 01:50 PM, Marco Serantoni wrote: > In those days i was thinking about to add an internal event generation for > some kicad classes. > Adding internal events at wxAUIManager could be a good start to implement > "external frames" and utilities (plugins) , making possible plug-in new

[Kicad-developers] Events inside kicad

2010-10-26 Thread Marco Serantoni
In those days i was thinking about to add an internal event generation for some kicad classes. Adding internal events at wxAUIManager could be a good start to implement "external frames" and utilities (plugins) , making possible plug-in new functionalities and probably reorganizing some parts of