dbTalk Databases Forums  

popup-menu using show_lov

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss popup-menu using show_lov in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tove B.
 
Posts: n/a

Default popup-menu using show_lov - 05-27-2004 , 05:02 AM






Hi there,

I search this newsgroup for following problem:

I want a popup-menu (MyPopup) to appear when I leftclick a button (like it
does when rightclick).

I found one answer to this; to use SHOW_LOV, there wasn't any details about
it.

I put this in the when-button-pressed trigger:

declare
dummy boolean;
begin
dummy := show_lov('MyPopup');
end;

...but nothing happens.

Does anyone know how to do this?

Thanks in advance!

Tove



Reply With Quote
  #2  
Old   
Noel
 
Posts: n/a

Default Re: popup-menu using show_lov - 05-27-2004 , 06:30 AM






Quote:
I search this newsgroup for following problem:
I want a popup-menu (MyPopup) to appear when I leftclick a button (like it
does when rightclick).
I found one answer to this; to use SHOW_LOV, there wasn't any details
about
it.
I put this in the when-button-pressed trigger:
declare
dummy boolean;
begin
dummy := show_lov('MyPopup');
end;
..but nothing happens.
Does anyone know how to do this?
Thanks in advance!
Tove
Show_LOV is used to assign value to the item from list.
Popup-menu is additional menu defined to right-click action.
You can't show that menu after left-click.
--
TomekB





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.