Re: [pgadmin-hackers] Filetype registration on OS X

2007-05-11 Thread Stefan Csomor
Hi > -Original Message- > From: Dave Page [mailto:[EMAIL PROTECTED] > Sent: Freitag, 11. Mai 2007 15:06 > To: Stefan Csomor > Cc: Florian G. Pflug; pgadmin-hackers > Subject: Re: Filetype registration on OS X > > Stefan Csomor wrote: > > the problem is just

Re: [pgadmin-hackers] Filetype registration on OS X

2007-05-11 Thread Stefan Csomor
Hi > -Original Message- > From: Dave Page [mailto:[EMAIL PROTECTED] > Sent: Freitag, 11. Mai 2007 13:02 > To: Florian G. Pflug > Cc: pgadmin-hackers; Stefan Csomor > Subject: Re: Filetype registration on OS X > > Florian G. Pflug wrote: > > you just need t

Re: [pgadmin-hackers] Anyone got an Intel Mac yet?

2006-03-23 Thread Stefan Csomor
Hi file /Applications/Preview.app/Contents/MacOS/Preview gives /Applications/Preview.app/Contents/MacOS/Preview: Mach-O universal binary with 2 architectures /Applications/Preview.app/Contents/MacOS/Preview (for architecture i386): Mach-O executable i386 /Applications/Preview.app/Content

Re: [wx-dev] Re: [pgadmin-hackers] OSX Status / Old friend font inheritance...

2005-04-11 Thread Stefan Csomor
> > as I don't have a buildable situation for pgadmin on my system, could > > you please try out whether adding > > > > DoSetWindowVariant( m_windowVariant) ; > > > > in toplevel.cpp line 1204 , just in front of the m_macFocus = NULL ; > > > > solves the problem ? > Works flawlessly! Thanks! > > g

Re: [wx-dev] Re: [pgadmin-hackers] OSX Status / Old friend font inheritance...

2005-04-11 Thread Stefan Csomor
Hi I think the reason is, that the default font is wxSYS_DEFAULT_GUI_FONT and while all controls will get the correct sized font according to their window variant, the toplevel window will not and stays on the same font (in this case 'small system') while the notebook get the 'normal system' font.

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-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

[pgadmin-hackers] wxMac gcc unicode under panther

2004-02-12 Thread Stefan Csomor
Hi For those eager to test, I've now wxMac with Unicode working also for gcc on 10.3 Thanks, Stefan ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [pgadmin-hackers] Building wxWindows on MacOS X

2003-12-10 Thread Stefan Csomor
Hi Just for the record in case other stumble over the same problem (since you meanwhile used a newer wx snapshot) You should either get CVS with the 2.4 branch, or apply the following diff http://cvs.wxwindows.org/viewcvs.cgi/wxWindows/src/mac/dc.cpp.diff?r1=1.56.2 .11&r2=1.56.2.12 (the reason

Re: [pgadmin-hackers] pgAdmin III under OSX

2003-11-06 Thread Stefan Csomor
Hi now that panther is out, unicode at least for that system is available, so we should see pretty easily what else needs fixing. Best, Stefan > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Adam Witney > Sent: Mittwoch, 5. November 2003 14:16 >

Re: [pgadmin-hackers] PgAdmin3 on Mac

2003-10-17 Thread Stefan Csomor
0 246 http://www.advanced.ch mailto:[EMAIL PROTECTED] > -Original Message- > From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] > Sent: Samstag, 18. Oktober 2003 03:10 > To: [EMAIL PROTECTED] > Cc: Stefan Csomor > Subject: P

Re: [pgadmin-hackers] CVS compile error

2003-10-08 Thread Stefan Csomor
Hi actually it is the other way round : wxMac supports unicode, but the necessary w-char headers are only available on 10.3 or when using the CodeWarrior development tools. What is needed to make wxMac supporting unicode with the gcc toolchain is to write a replacement for all w... functions need

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-10-01 Thread Stefan Csomor
Hi Adam please cvs update src/mac/checkbox.cpp, I've committed the typo fix yesterday evening Thanks, Stefan > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Adam Witney > Sent: Mittwoch, 1. Oktober 2003 10:05 > To: Adam H. Pendleton > Cc: [EMAIL P

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-10-01 Thread Stefan Csomor
Hi I think (I'm not fluent on the console ;-) it's --disable-shared for getting static libs Best, Stefan > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dave Page > Sent: Mittwoch, 1. Oktober 2003 08:40 > To: Adam H.Pendleton; Adam Witney > Cc: [

Re: [pgadmin-hackers] Mac Port

2003-10-01 Thread Stefan Csomor
> Sent: Dienstag, 30. September 2003 23:44 > To: [EMAIL PROTECTED] > Cc: Stefan Csomor > Subject: Mac Port > > Well, after fixing the xrc detection problem, and the library > naming problem, I've gotten pgAdmin3 to run on my Mac. The > language selection scree

Re: [pgadmin-hackers] pgAdmin III under wxCocoa

2003-09-30 Thread Stefan Csomor
Hi --with-mac uses the Carbon API, --with-cocoa uses the Cocoa API so it is just a difference between APIs, both will give you a native OSX application, currently the wxCocoa implementation is not yet as complete as the wxMac version. Best, Stefan > -Original Message- > From: [EMAIL

Re: [pgadmin-hackers] xrc Fonts / resizing

2003-09-29 Thread Stefan Csomor
Hi please consider moving to sizers sooner or later, because even dialog units will fail among systems where certain controls have a different layout proportions, eg notebook tabs under OSX. Using sizers will also allow us in the future to embed the default layouting guidelines of a platform. Tha

Re: [pgadmin-hackers] wxWindows_Scintilla_patch

2003-09-16 Thread Stefan Csomor
Hi how about leaving the scintilla code unchanged and trigger translation in the scintillaWX layer ? this would keep things isolated and it's rather easy to do, although of course not as nice as having it there in the first place just my 0.02$ Stefan (a small sidenote : I have never seen ctrl-k

Re: [pgadmin-hackers] pgAdmin3 port to MacOsX

2003-09-15 Thread Stefan Csomor
tefan > -Original Message- > From: Dave Page [mailto:[EMAIL PROTECTED] > Sent: Montag, 15. September 2003 08:11 > To: Adam H.Pendleton; Stefan Csomor > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [pgadmin-hackers] pgAdmin3 port to MacOsX > > > > > ---

Re: [pgadmin-hackers] pgAdmin3 port to MacOsX

2003-09-14 Thread Stefan Csomor
Dear Friends, The last few days, I got in contact with MacOsX wxWindows and asked for help for pgAdmin3 MacOsX port. Please find enclosed the kind answer from "Stefan Csomor" <[EMAIL PROTECTED]> proposing some support. Any comments? Cheers, Jean-Michel

Re: [pgadmin-hackers] pgAdmin3 port to MacOsX

2003-09-14 Thread Stefan Csomor
Hi basically we have two options : I have implemented unicode for wxMac a few weeks ago with one restriction : for 10.2 we need the Metrowerks Compiler environement, since their C-runtime supports wchar, whereas Apple's Dev Tools don't , rewriting wxMac to use apple's own unicode support at the