[pgadmin-hackers] Crash of the Option dialog

2003-10-24 Thread Jean-Michel POURE
Dear friends, When opening the Option dialog, a warning message is displayed once every two openings (reproducable): /usr/include/wx/checkbox.h(70): assert "!Is3State()" failed: Calling IsChecked() doesn't make sense for a three state checkbox, Use Get3StateValue() instead Please find the lo

[pgadmin-hackers] Font display bug under wxGTK-2.5.1

2003-10-24 Thread Jean-Michel POURE
Dear friends, Just to notice the wxGTK-2.5.1 font bug present in pgAdmin3 is also present in poEdit. You can see screenshots of today's latest installations: http://snake.pgadmin.org/jean-michel/screenshots/poedit-crop.png http://snake.pgadmin.org/jean-michel/screenshots/pgadmin-crop.png Do rec

[pgadmin-hackers] Migration from other database systems to PostgreSQL

2003-10-24 Thread Jean-Michel POURE
Dear friends, Because PostgreSQL is a mature database, most new PostgreSQL users are certainly migrating from other systems (mainly Oracle, DB2, MySQL, MS SQL, etc...). So, if we offer solutions for migration, we can probably boost pgAdmin3. This is no news... At first, this could be only a mi

Re: [pgadmin-hackers] Migration from other database systems to PostgreSQL

2003-10-24 Thread Dave Page
Hi Jean-Michel, There is an item on the todo list to create some more advanced data management tools for pgAmdin. Andreas & I have discussed this briefly and felt it would be a separate program to pgAdmin (though packaged/distributed together) along the line of SQL Server's DTS. I would like to

Re: [pgadmin-hackers] Migration from other database systems to PostgreSQL

2003-10-24 Thread Jean-Michel POURE
Le Vendredi 24 Octobre 2003 17:04, Dave Page a écrit : > I would like to allow some sort of source and target plugins with a > mapping/scriptable transformation service in between, perhaps using > embedded Python or Perl. I would call it Advanced advance :) How do you plan to connect to any datab

Re: [pgadmin-hackers] Crash of the Option dialog

2003-10-24 Thread Andreas Pflug
Jean-Michel POURE wrote: Dear friends, When opening the Option dialog, a warning message is displayed once every two openings (reproducable): /usr/include/wx/checkbox.h(70): assert "!Is3State()" failed: Calling IsChecked() doesn't make sense for a three state checkbox, Use Get3StateValue() in

Re: [pgadmin-hackers] Migration from other database systems to PostgreSQL

2003-10-24 Thread Andreas Pflug
Dave Page wrote: Hi Jean-Michel, There is an item on the todo list to create some more advanced data management tools for pgAmdin. Andreas & I have discussed this briefly and felt it would be a separate program to pgAdmin (though packaged/distributed together) along the line of SQL Server's DTS.

Re: [pgadmin-hackers] Migration from other database systems to PostgreSQL

2003-10-24 Thread Dave Page
> -Original Message- > From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] > Sent: 24 October 2003 16:23 > To: Dave Page; [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Migration from other database > systems to PostgreSQL > > Le Vendredi 24 Octobre 2003 17:04, Dave Page a écrit : >

Re: [pgadmin-hackers] Migration from other database systems to PostgreSQL

2003-10-24 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 24 October 2003 16:34 > To: Dave Page > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] Migration from other database > systems to PostgreSQL > > Dave Page wrote: > > >Hi Jean-Miche

Re: [pgadmin-hackers] Migration from other database systems to PostgreSQL

2003-10-24 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 24 October 2003 16:34 To: Dave Page Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [pgadmin-hackers] Migration from other database systems to PostgreSQL Dave Page wrote: Hi Jean-Mic

Re: [pgadmin-hackers] Crash of the Option dialog

2003-10-24 Thread Andreas Pflug
Jean-Michel POURE wrote: Dear friends, When opening the Option dialog, a warning message is displayed once every two openings (reproducable): /usr/include/wx/checkbox.h(70): assert "!Is3State()" failed: Calling IsChecked() doesn't make sense for a three state checkbox, Use Get3StateValue() in

[pgadmin-hackers] That ole 3state assertion

2003-10-24 Thread Andreas Pflug
I changed chkbox->IsChecked() to chkbox->GetValue() now, which bypasses that assertion check. The question still is, why is the m_style flag corrupted? I stripped down the dialog code and the xrc down, and the problem persisted. So this is not a fix, but a workaround. The problem might arise in

Re: [pgadmin-hackers] [wx-dev] Font display bug under wxGTK-2.5.1

2003-10-24 Thread Andreas Pflug
Jean-Michel POURE wrote: Dear friends, Just to notice the wxGTK-2.5.1 font bug present in pgAdmin3 is also present in poEdit. You can see screenshots of today's latest installations: http://snake.pgadmin.org/jean-michel/screenshots/poedit-crop.png http://snake.pgadmin.org/jean-michel/screenshot

[pgadmin-hackers] what about crash of 1.0.1 / SQL Help ?

2003-10-24 Thread Raphaël Enrici
Hi Andreas, I didn't get time to build the latest wx snapshot (20031010-5) and debian snapshots linked against 20031010-4 still crash when selecting text when you select text in sql help. Did you get time to look at this ? Is this the reason why 20031010-5 came out ? If yes do you think it is