Re: [pgadmin-hackers] Small modification

2003-08-18 Thread Hiroshi Saito
From: "Andreas Pflug" <[EMAIL PROTECTED]> > Hi Hiroshi, (snip) [> Can't say anything about that, please continue using the frozen > wxWindows-pgAdmin3-20030722 version. Any later version is unpredictable > until we have a wx2.5 release. > > Regards, > Andreas Ok. The problem that it was flown her

[pgadmin-hackers] Alt-Tab Icon

2003-08-18 Thread Adam H.Pendleton
In order for the icon to appear correctly in the Alt-Tab dialog, it needs to be 32x32. If elephant48.png is the same as the icon that is passed to SetIcon by pgAdmin3, then the reason Alt-Tab doesn't work is because the icon is the wrong size. ahp PGP.sig Description: PGP signature

Re: [pgadmin-hackers] Smallint

2003-08-18 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 18 August 2003 18:41 > To: Adam H. Pendleton > Cc: pgadmin-hackers > Subject: Re: [pgadmin-hackers] Smallint > > > Adam H. Pendleton wrote: > > > Duh! Obviously it's not, it's just that pgAdmin3 calls it an

[pgadmin-hackers] Slovene Translation

2003-08-18 Thread Miha Radej
Hi! What do I need to do to volunteer as a translator? I'm interested in translating pgAdmin3 into Slovenian language. -- Lp, Miha ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregiste

Re: [pgadmin-hackers] Smallint

2003-08-18 Thread Andreas Pflug
Adam H. Pendleton wrote: Am I missing something obvious, or is the SMALLINT datatype missing from the appliation (add column on Columns tab of database property sheet)? Just try int2... Regards, Andreas ---(end of broadcast)--- TIP 8: explain a

Re: [pgadmin-hackers] Smallint

2003-08-18 Thread Andreas Pflug
Adam H. Pendleton wrote: Duh! Obviously it's not, it's just that pgAdmin3 calls it an int2? Any reason not to call it a smallint, since that's they way it's referred to in the documentation? Yeah. Virtually all types are read from the database. SMALLINT and INTEGER are parser translations, a

Re: [pgadmin-hackers] Smallint

2003-08-18 Thread Adam H. Pendleton
Duh! Obviously it's not, it's just that pgAdmin3 calls it an int2? Any reason not to call it a smallint, since that's they way it's referred to in the documentation? ahp ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please s

[pgadmin-hackers] Smallint

2003-08-18 Thread Adam H. Pendleton
Am I missing something obvious, or is the SMALLINT datatype missing from the appliation (add column on Columns tab of database property sheet)? ahp ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [pgadmin-hackers] Maintenance Error

2003-08-18 Thread Andreas Pflug
Adam H. Pendleton wrote: I am sure I am making news with this, but when right-clicking a tree object, then selecting "Maintenance", I get this error: XRC resource 'frmMaintenance' (class 'wxDialog') not found! Fixed in cvs, xrcdialogs.cpp wasn't updated correctly. Usually, a make job should do

[pgadmin-hackers] Maintenance Error

2003-08-18 Thread Adam H. Pendleton
I am sure I am making news with this, but when right-clicking a tree object, then selecting "Maintenance", I get this error: XRC resource 'frmMaintenance' (class 'wxDialog') not found! This is on Win32 with last yesterday's snapshot. BTW, the application crashes after getting this error. ahp

[pgadmin-hackers] Website issues

2003-08-18 Thread Dave Page
A few minor website issues I came across: 1) dd tags don't always look right. Perhaps we would do better with normal tags? 2) team.php doesn't exist. 3) The licence isn't on the website afaict. 4) The translation howto is missing. Regards, Dave. ---(end of broadcast)-

Re: [pgadmin-hackers] pgA3 desktop integration

2003-08-18 Thread Jean-Michel POURE
On Friday 15 August 2003 14:10, Raphaël Enrici wrote: > You will find more detailed information concerning this at > http://rpm.redhat.com/hintskinks/buildtree/mdk-rpm/ > > Can you have a try by hand on RPM based distros (it would be cool that > suse does this too) and let me know if it works well

Re: [pgadmin-hackers] pgA3 desktop integration

2003-08-18 Thread Jean-Michel POURE
On Saturday 16 August 2003 12:15, Andreas Pflug wrote: > I added elephant48.png to cvs under include/images, which is the same > image as used for the icon on win32. Thanks. Jean-Michel ---(end of broadcast)--- TIP 5: Have you checked our extensiv

Re: [pgadmin-hackers] Small modification

2003-08-18 Thread Andreas Pflug
Hi Hiroshi, Hiroshi Saito wrote: 1) pgobject.cpp(666) : error C2668: 'wxString::wxString' This happens with MSW. ' ' -> wxT(" ") change This fix is wrong, the current code is correct. The used constructor will create a string of indent spaces. 2) ui\frmmain.cpp(23) : fatal error wx/tbarsmpl.h.

Re: [pgadmin-hackers] pgA3 desktop integration

2003-08-18 Thread blacknoz
Thank you Andreas. I'll be out of my home for about 4 days, I'll continue my work on this when I'll be back. If there is any problem concerning debian packages until saturday, can you please tell people that my answer will surely lag. Regards, Raphaël Message d'origine >Date: Sat, 16

Re: [pgadmin-hackers] pgadmin3 on win98...

2003-08-18 Thread Andreas Pflug
Howard Bagcat wrote: everyone, I tried pgAdmin3-beta-0.9.0 in my Win98SE and prompted something saying that I pgadmin will not work on win98 and lower. I believed this is something to do with internationalization. Is there any way that we can run pgadmin3 on win98se without enabling the above

[pgadmin-hackers] pgadmin3 on win98...

2003-08-18 Thread Howard Bagcat
everyone, I tried pgAdmin3-beta-0.9.0 in my Win98SE and prompted something saying that I pgadmin will not work on win98 and lower. I believed this is something to do with internationalization. Is there any way that we can run pgadmin3 on win98se without enabling the above feature? Cheers, Ho