Re: [Kicad-developers] page settings dialog "(N..." button

2013-08-09 Thread Lorenzo Marcantonio
On Fri, Aug 09, 2013 at 02:32:07PM -0400, Carl Poirier wrote: > No issue for me on Ubuntu, wxWidgets 2.8! The Debian people are known to heavy patch stuff to fix thing they don't like (not always a good thing, IMHO :P) IIRC not even /bin/init is stock on Debian:P However I agree that wx is ugly

Re: [Kicad-developers] page settings dialog "(N..." button

2013-08-09 Thread Carl Poirier
No issue for me on Ubuntu, wxWidgets 2.8! On Fri, Aug 9, 2013 at 1:53 PM, jp charras wrote: > In my last commit, I removed the wxFilePickerCtrl used in Page Setup > Dialog (replaced by a wxTextCtrl+wxButton). > Under wxWidgets 2.8 (fixed in 2.9) the behavior is very different between > Windows a

Re: [Kicad-developers] page settings dialog "(N..." button

2013-08-09 Thread jp charras
In my last commit, I removed the wxFilePickerCtrl used in Page Setup Dialog (replaced by a wxTextCtrl+wxButton). Under wxWidgets 2.8 (fixed in 2.9) the behavior is very different between Windows and Linux. This is not acceptable in Kicad. I hope this fixes the issue. Please, test it. Note: I

Re: [Kicad-developers] page settings dialog "(N..." button

2013-08-07 Thread Carl Poirier
Oh, I forgot to say that wxFLP_SMALL has been introduced in 2.9.3. If we want to fix it for 2.8, then I'm afraid we'll have to create our own file picker. Carl On Wed, Aug 7, 2013 at 4:27 PM, Dick Hollenbeck wrote: > On 08/07/2013 02:27 PM, Carl Poirier wrote: > > Ok I found out that it's "N..

Re: [Kicad-developers] page settings dialog "(N..." button

2013-08-07 Thread Dick Hollenbeck
On 08/07/2013 02:27 PM, Carl Poirier wrote: > Ok I found out that it's "N..." for "None". This is because the > wxFilePickerCtrl is > constructed with the initial file as wxEmptyString. If a file is specified, > then the name > of that file will appear instead on the button - but not in the wxTex

Re: [Kicad-developers] page settings dialog "(N..." button

2013-08-07 Thread Lorenzo Marcantonio
On Wed, Aug 07, 2013 at 08:14:42AM +0200, jp charras wrote: > I also see the 'Browse' text ( Ubuntu 10.04, KDE, wxWidgets 2.9.5) > And the widget used in dialog is a wxFilePickerCtrl, which manages > both the wxTextCtrl and the button. I vote for YAWBO (yet another wx build option) or whatever:P i

Re: [Kicad-developers] page settings dialog "(N..." button

2013-08-06 Thread jp charras
Le 07/08/2013 00:37, Lorenzo Marcantonio a écrit : On Tue, Aug 06, 2013 at 12:38:55PM -0500, Dick Hollenbeck wrote: I am seeing a button named "(N..." Strange, I (correctly) see a big 'Browse' button instead. And I compiled yesterday... Most probably some kind of gtk theme magic... what wou

Re: [Kicad-developers] page settings dialog "(N..." button

2013-08-06 Thread Carl Poirier
On my side I too get the "N...". On Tuesday, August 6, 2013, Lorenzo Marcantonio wrote: > On Tue, Aug 06, 2013 at 12:38:55PM -0500, Dick Hollenbeck wrote: > > > I am seeing a button named "(N..." > > Strange, I (correctly) see a big 'Browse' button instead. And I compiled > yesterday... > > Most

Re: [Kicad-developers] page settings dialog "(N..." button

2013-08-06 Thread Lorenzo Marcantonio
On Tue, Aug 06, 2013 at 12:38:55PM -0500, Dick Hollenbeck wrote: > I am seeing a button named "(N..." Strange, I (correctly) see a big 'Browse' button instead. And I compiled yesterday... Most probably some kind of gtk theme magic... what would be that (N stand for anyway? -- Lorenzo Marcant

Re: [Kicad-developers] page settings dialog "(N..." button

2013-08-06 Thread Carl Poirier
And send the patch. On Tue, Aug 6, 2013 at 2:50 PM, Carl Poirier wrote: > I'll take care of it. > > On Tue, Aug 6, 2013 at 1:38 PM, Dick Hollenbeck wrote: > >> >> I am seeing a button named "(N..." >> >> on this dialog. >> >> See attached. >> >> And no, resizing the dialog does not fix it. >> >>

Re: [Kicad-developers] page settings dialog "(N..." button

2013-08-06 Thread Carl Poirier
I'll take care of it. On Tue, Aug 6, 2013 at 1:38 PM, Dick Hollenbeck wrote: > > I am seeing a button named "(N..." > > on this dialog. > > See attached. > > And no, resizing the dialog does not fix it. > > A volunteer is sought to fix this please. > > I've got boards to make, for a change. > >