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
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
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
> > 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
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.
> 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
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
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]
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
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
>
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
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
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
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: [
> 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
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
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
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
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
>
>
>
> > ---
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
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
21 matches
Mail list logo