Re: idea for comboimage

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "frank_lupo" <frank_lupo(at)email(dot)it>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: idea for comboimage
Date: 2002-08-22 07:31:14
Message-ID: 03AF4E498C591348A42FC93DEA9661B86706@salem.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Frank, unfortunately that doesn't fix it.

Regards, Dave.

-----Original Message-----
From: frank_lupo [mailto:frank_lupo(at)email(dot)it]
Sent: 20 August 2002 17:17
To: Dave Page
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [pgadmin-hackers] idea for comboimage


Thanks Frank - that issue has annoyed me on and off. There's a minor bug in your code though - if you hit 6 twice, the first time it displays 6pippo, then the second time it goes blank :-(

Regards, Dave.



-----Original Message-----
From: frank_lupo [mailto:frank_lupo(at)email(dot)it]
Sent: 20 August 2002 16:16
To: pgadmin-hackers
Subject: [pgadmin-hackers] idea for comboimage



In comboimage e.g. trigger is not possible select and scrolling the name of table using keyboard.

I write the code example to resolving this problem.


Bye !! Frank Lupo (Wolf) !!

----
Prendi GRATIS l'email universale che... risparmia: clicca qui <http://www.email.it/cgi-bin/start?sid=3>

Sponsor:
Il nostro catalogo completo a casa tua, gratis! Vieni da Peraga, tanti prodotti introvabili per te.
Clicca qui <http://adv2.email.it/cgi-bin/foclick.cgi?mid=450&d=20-8>

---------------------

For resolving bug insert this event

Private Sub ImageCombo1_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyReturn Then KeyCode = 0
End Sub

Bye !! Frank Lupo (Wolf) !!

----
Prendi GRATIS l'email universale che... risparmia: clicca qui <http://www.email.it/cgi-bin/start?sid=3>

Sponsor:
Un regalo, mille possibilità di scelta, una più preziosa dell'altra.
Clicca qui <http://adv2.email.it/cgi-bin/foclick.cgi?mid=613&d=20-8>

Browse pgadmin-hackers by date

  From Date Subject
Next Message frank_lupo 2002-08-22 08:07:08 RE: idea for comboimage
Previous Message frank_lupo 2002-08-20 16:16:31 Re: idea for comboimage