Re: [pgadmin-hackers] Embedded xrc dialogs

2003-07-18 Thread Adam H. Pendleton
Andreas Pflug wrote: I just committed a change to cvs, enabling to load the xrc resources from binary instead of file. When defining EMBED_XRC, the dialogs generated in ui/common/xrcDialogs.cpp are used, and the ui/common directory isn't needed for execution any more. Currently, the macro is d

Re: [pgadmin-hackers] Embedded xrc dialogs

2003-07-18 Thread Andreas Pflug
Hiroshi Saito wrote: Hi Andreas. Oh. nice. But, Name is lower...cvs co xrcdialogs.cpp ->xrcDialogs.cpp Thanks, Fixed Regards, Andreas ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [pgadmin-hackers] Embedded xrc dialogs

2003-07-17 Thread Hiroshi Saito
Hi Andreas. Oh. nice. But, Name is lower...cvs co xrcdialogs.cpp ->xrcDialogs.cpp From: "Andreas Pflug" <[EMAIL PROTECTED]> (snip) > I just committed a change to cvs, enabling to load the xrc resources > from binary instead of file. When defining EMBED_XRC, the dialogs > generated in ui/common

[pgadmin-hackers] Embedded xrc dialogs

2003-07-17 Thread Andreas Pflug
I just committed a change to cvs, enabling to load the xrc resources from binary instead of file. When defining EMBED_XRC, the dialogs generated in ui/common/xrcDialogs.cpp are used, and the ui/common directory isn't needed for execution any more. Currently, the macro is defined for Release ver