Re: Paste rows patch

From: "Edward Di Geronimo Jr(dot)" <edigeronimo(at)xtracards(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Paste rows patch
Date: 2006-05-09 23:43:16
Message-ID: 20060509194316.py478zpm1nigww84@webmail.picoip.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Quoting Dave Page <dpage(at)vale-housing(dot)co(dot)uk>:

> We enable/disable the save button on the entry/exit of a cell - see
> frmEditGrid::OnEditorShown() & frmEDitGrid::OnSave(). Does that look
> robust enough to use to set a flag?

Got a solution. I set a flag in OnEditorShown, and trapped the editor
hidden event to clear it. Here's a new patch.

Ed

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Attachment Content-Type Size
pasterows-v4.patch text/x-patch 6.9 KB

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-05-10 08:20:48 SVN Commit by dpage: r5141 - in trunk/pgadmin3: . src/agent src/base src/db src/dlg src/frm src/include src/include/base src/schema src/slony src/utils xtra/pgagent xtra/pgagent/include
Previous Message svn 2006-05-09 21:10:07 SVN Commit by dpage: r5140 - in trunk/pgadmin3/src: db dlg include/base schema