Re: [pgadmin-hackers] Further crashes

2004-03-21 Thread Andreas Pflug
Stefan Csomor wrote: true mac app. So most of the controls render transparently, and embedding controls like notebooks and group boxes have different shades of gray. I already suspected the color thing wouldn't be that easy. For the size of different controls: on mac we have two (on panther thr

Re: [pgadmin-hackers] Further crashes

2004-03-21 Thread Stefan Csomor
> So we'll have to wait a bit. Stefan, it appears to me that that > MacPostControlCreate is just the right place to set the font to the > parent's font as default. I'm not sure about colours, maybe actually > InheritAttributes() is the correct thing to put here > (ShouldInheritColours should do the

Re: [pgadmin-hackers] Further crashes

2004-03-21 Thread Andreas Pflug
Stefan Csomor wrote: Hi This is probably our well-known font inheritance problem. Pplease verify this by adding SetFont(parent->GetFont()) in src/mac/control.cpp line 397 (after SetSize) The current state in CVS would not allow this to work, as I have not yet committed the changes to

Re: [pgadmin-hackers] Further crashes

2004-03-20 Thread Stefan Csomor
Hi > This is probably our well-known font inheritance problem. Pplease verify > this by adding SetFont(parent->GetFont()) in src/mac/control.cpp line > 397 (after SetSize) The current state in CVS would not allow this to work, as I have not yet committed the changes to textctrl needed for Set

Re: [pgadmin-hackers] Further crashes

2004-03-19 Thread Andreas Pflug
Adam H.Pendleton wrote: When trying to add a new server, I get this crash: (gdb) c Continuing. *** malloc[2954]: Deallocation of a pointer not malloced: 0xbfffea10; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp