... Thank you for taking the time to respond. Firstly sorry for the long email that follows! If the value is not exposed seperately to the name it prevents...
... Brian, JP has the right idea here. Just don't expose the value field to the user as it has no meaning to the library editor. If you need to clarify the...
... I cannot offer an informed opinion at this time. I think you are going about this the right way, i.e. asking for feedback first. I would give Jean-Pierre...
Brian Sidebotham a crit : Hi Everyone, I want to provide a patch to seperate the use of "Name" and "Value" in eeschema's library editor for a couple of...
Hi Everyone, I want to provide a patch to seperate the use of "Name" and "Value" in eeschema's library editor for a couple of reasons: (1) It is confusing. (2)...
DBUS can be used from C++ either by using the C language binding or the C++ language binding. When I looked at this in detail this spring for use in a...
... I had a tough time solving this as well. I eventually had to pad an empty sizer cell with a spacer to make it work and this may not work in all cases....
... Ok, Wayne. I committed a new dialog, using Gnome standards The problem reported by Dick (Column label too small under linux) is not solved. -- Jean-Pierre...
... JP, I think most users will find more than one OK button confusing because historically the OK button generally means accept the changes made in the dialog...
... Thanks for help. It will save me some time when I get a chance to take a look at it. ... That will not happen if I make any changes to the code. I...
... This dialog was created from an older dialog (in fact the old popup menu), using copy/paste. Some sentances capitalizations where modifed and others no...
... I can't agree anymore with that :D ... It requires an external daemom, that's for me it's overkill :P Give me an in-process DBUS equivalent and I would...
... I don't think there is much to this posting that I agree with, maybe nothing at all. Cross probing does not work in Kicad if you have more than one...
... The lexer is returning an integer token and this makes checking the grammar pretty easy and efficient using a recursive descent design. The lookup now...
My two cents about DBUS: 1) I actually don't know if it's working on Windows (citing the website: D-Bus is very portable to any Linux or UNIX flavor, and a...
... I actually started to replace the file based code with wxInputStream for the component library before I realized that I had to do a lot of cleanup to the...
... Which is always a more difficult problem to solve. ... Thanks for help. I checked out the windows version of DBUS from SourceForge and took a look around....
... 6) Why is wxStdDialogButtonSizer not being used for the cancel button? 7) Why are buttons being used instead of check boxes for the setting states if this...
... I don't have but the one platform for testing. More attention to quality might help too, in the area of capitalization, and window expansion. See the...
... At first glance it looks like the Windows code was originally a fork. For awhile they tried to maintain patches to the main code base..... meaning a merge...
... I'm not sure which wxWidgets IPC class(es) you are suggesting. If you are talking about wxServer, wxClient, wxSocketClient, and/or wxSocketServer, these...
... I sorry about the confusion but my only point was how well it is supported on Windows. I was hoping you or someone else on the list knew of an example of...
... Your point that DBUS has to work on Windows is a good one. Your point that others have to be also using it not as strong. (There is a lot of code in...
... Dick, Take a look at the two images of the same dialog in Windows XP using wxWidgets 2.8.10. This confirms my suspicions that there are some differences...
... Lorenzo, aui works also with wx2.8. Anyway AUI look at the moment is the same of not having them, i've respected the old Look in all and so panels aren't...
... I agree STRONGLY on the need of wxInputStream/wxOutputStream support and should for me be the first step to do before think to change format library. -- ...
Dick Hollenbeck a crit : [ Attachment(s) from Dick Hollenbeck included below] Jean-Pierre, I am seeing a rash of unsatisfactory dialog windows lately. There...
... Hi Wayne, One more thing I added in that patch that I did not mention in the first email: (4) Change the initial focus of the pin edit dialog to the pin...