Re: [pgadmin-support] tutorial for starting development

2007-05-08 Thread Dave Page
Guillaume Lelarge wrote: sami jan a écrit : For a start, how do you edit the widgets, is there a form designer? I don't know of any form designer. You need to edit the xrc file manually and I think you have to execute the embed-xrc.bat batch file after your changes. I use XRCeD to hack fo

Re: [pgadmin-support] Position of "New Server Registration" Window

2007-05-08 Thread Dave Page
Jochen wrote: Hi pgAdmin displays the "New Server Registration" at the very right top so that the window decoration is hidden behind the MacOSX menubar. I've already deleted the preferences file, but that didn't help. Does anyone has an idea? I cannot reproduce this on my MBP, with or with

Re: [pgadmin-support] tutorial for starting development

2007-05-08 Thread Guillaume Lelarge
Dave Page a écrit : Guillaume Lelarge wrote: sami jan a écrit : For a start, how do you edit the widgets, is there a form designer? I don't know of any form designer. You need to edit the xrc file manually and I think you have to execute the embed-xrc.bat batch file after your changes. I

Re: [pgadmin-support] tutorial for starting development

2007-05-08 Thread Dave Page
Guillaume Lelarge wrote: Great to know. I'll try it ASAP but I wonder how it can handle our custom widgets ? It depends how they are used. In some cases it bleats about them, but usually works well enough. You still need to run embed-xrc after making any changes. I had some problems ye

[pgadmin-support] ALTER TABLE ALTER COLUMN in view

2007-05-08 Thread luiz
Hi all, I have a scenario like follow (script generated with pg_dump) : CREATE TABLE teste ( id integer NOT NULL, ds character varying(20), n2 character varying(10) ); CREATE SEQUENCE teste_id_seq INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1; ALTER TABLE teste ALTE

[pgadmin-support] Recent Files menu item and Searching in Query tool

2007-05-08 Thread Kopets Taras
Hi list, I have 2 propositions: 1 - ask if user wants to save previously opened file, when changing currently opened file using menu [File]->[Recent Files]. At this time the opened file is just closed (no save) and new file is opened. 2 - after entering text in "What to find" edit in [Find and R