Re: [HACKERS] pgAdmin III (Was: Request for supported platforms)

2002-10-30 Thread Greg Copeland
Since you're using wxWindows, I *HIGHLY*  recommend obtaining a license
to wxDesigner from http://www.roebling.de/.  It allows for very rapid
GUI design.  It also understands various sizers and makes it SOOO much
easier to make use of them.  Once you understand sizers, you'll love
them but they are somewhat hard to use without a tool to assist.

Also, for the about box, I also suggest that you make use of a wxHTML
dialog.  The cool thing about doing this is that you can create links
and even place nice images within the about box.  Plus, maintaining the
about box can be easily done via an HTML resource file versus having to
update code and recompile.

If you have questions on wxWindows and/or wxPython, please let me know. 
I've been a long time user.  Also, if you're willing, I also have some
constructive criticism on the code.

Since this is obviously going off topic as it relates to PostgreSQL, it
probably wouldn't be appropriate to followup on the mailing list.


Best Regards,

Greg Copeland


On Wed, 2002-10-30 at 02:19, Dave Page wrote:
 
 
  -Original Message-
  From: Greg Copeland [mailto:greg;copelandconsulting.net] 
  Sent: 30 October 2002 01:08
  To: Dave Page
  Subject: Re: [HACKERS] Request for supported platforms
  
  
  C++?  Really?  What GUI toolkit is being used?
  
  Just curious.
 
 wxWindows. The CVS is online if anyone is interested in taking a peek -
 it's at http://cvs.pgadmin.org/. The code is in the pgadmin3 module.
 
 Please bear in mind though, that Mark  I have only been using C++ for
 about a month (though things are coming along very quickly), so there
 may be some nasties in our code. Any constructive comments from any of
 the -hackers would be more than welcome.
 
 Regards, Dave.
 
 ---(end of broadcast)---
 TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]



---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html



Re: [HACKERS] pgAdmin III (Was: Request for supported platforms)

2002-10-30 Thread Dave Page


 -Original Message-
 From: Greg Copeland [mailto:greg;copelandconsulting.net] 
 Sent: 30 October 2002 01:08
 To: Dave Page
 Subject: Re: [HACKERS] Request for supported platforms
 
 
 C++?  Really?  What GUI toolkit is being used?
 
 Just curious.

wxWindows. The CVS is online if anyone is interested in taking a peek -
it's at http://cvs.pgadmin.org/. The code is in the pgadmin3 module.

Please bear in mind though, that Mark  I have only been using C++ for
about a month (though things are coming along very quickly), so there
may be some nasties in our code. Any constructive comments from any of
the -hackers would be more than welcome.

Regards, Dave.

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]