Related topics

Windows Lockups!
With
just two mouse clicks you can create an e-mail message with a ready subject, body and signature, attach your files to the message, ZIP-compress them DEMO This program is an addon to the Windows95/NT/98 popup menu. ImageConverter Plus reads and shows 17 graphics formats: TIFF, GIF, Bitmap, PCX, DCX, EPS,

Windows-like LAF for right mouse clicks on JTree nodes
My best guess is that the translations for the popupmenu have something to do with the third mouse clicks. The RowColumn resource XmNpopupEnabled causes So, if you want to have a popup menu in your widget structure but want to disable it you should set its XmNpopupEnabled resource to false while it is disabled.

Keep favorite folders at your fingertips with Direct Folders
SetCapture() redirects mouse clicks to your window even if the mouse clicks are outside of your window. So what you should do is when you create your popup I want to use a popup-window similar to a windows popup-menu that pops up if you right-click on the desktop. Therefore I create my own popup window (usual

Wisdom Of The Dark Side
Select color in the "Color Palette" popup menu. Select screen size with the "Desktop area" slider. Click on "OK" A dialog comes up "Windows will now adjust your display settings Another MacMoron who doesn't know how to use QuickRes (see my earlier post how to change resolution and color depth in two mouse clicks).

self-made popup
I'm trying to display a popup menu when a user right mouse clicks an item in the listview. To do this I use the HitTest method in the MouseUp event of the ListView Control. Try the steps on a windows explorer, to see what I'm trying to do. If there is another way of doing this Please let me know.

Problems with Popup Menus
Please
send questions and support requests to: kmer...@airmail.net - Two new pushbuttons on the Local and Remote Host windows for a fast directory change to the window added - Mouse-clicks supported on unparsed filelist view - Added bytes/second display to Progress window - ChDir menuitem added to popup menu on

TrayIcon... This WIll Work!!!!
javahead
jared...@hotmail.com comp lang java gui Jtree w/ Popup display error on Right-mouse (Solaris) I have a simple Jtree with 2 levels, the first being the root. I want to display a popup menu ONLY when executing right-mouse clicks on the child-level. I have successfully got my code to work under Windows but on

Hiding the popup menu in TOpenDialog
Glenn Mandelkern gman...@megatest.com comp windows x motif My environment is Motif 1.1.5, Solaris 2.2, SPARCclassic. I am having the following problem with Motif Popup Menus: SUMMARY If mouse clicks occur too quickly between creation and destruction of popup menus, the application core dumps.

HELP...Popup menu too large to fit on the screen
I'm using the callback message item in the NOTIFYICONDATA structure to sense mouse clicks over the taskbar icon. Unfortunately, the message that I receive from Windows is my custom message in the wParam, and WM_RBUTTONDOWN in the lParam--and no X and Y coordinates! I don't know where exactly to draw the popup menu

Popup Menu Like Form
I removed all other components from the demo and it began to miss right mouse clicks sometimes. If I add a Combo it works, even I don't change any properties in Combo. I can also use ScrollBar- it The controls on the form have nothing to do with the popup menu or the form's ability to get messages from Windows.

Bug List for VFP
Popup menu's as those used in Windows are totally unacceptable. You never know what is going to happen when you double click or right-click something (especially since the default Yes, overuse of tab gadgets often means extra mouse clicks just to find that what you were looking for was not on the next page!

Adding Menu Item to the pop-up menu of Explorer
Here are some tips: - To capture mouse clicks, you can implement MouseListener in a class. - Don't forget to use the addMouseListener method for the Creating the tree was easy enough, now I want to A. Right click on a node and have a popup menu showup. B. Double click on an option and have an action occur.

Popup Menu from Status Bar?
You can draw on it but more usefully in this case, you can add event handlers to it so you get the mouse clicks etc before the underlying component that the user clicked on. When you do the invoke-popup-menu mouse action (button3 on Windows) anywhere over the history button, it invokes the pop up menu.

Popup Menu from Status Bar?
Victor Elkind vic...@devorah.tcs.com comp windows x motif Hello, Motif World. I have a strange problem in that when I do XtManageChild(w) where w is a popup menu, this menu gets stuck on the screen, and the entire workstation stops responding to any & all mouse clicks. I am using Motif 1.0 on an HP9000s300 (HP-UX

transparent windowed control
X Windows: Provides basic window services (eg detecting events such as mouse clicks, providing drawing primitives)? Window Manager: Provides higher level window services (eg drawing windows with specific shapes/colors, providing popup menu when user right-clicks on desktop) Desktop Environment: Adds higher-level

RiscPC User Interface Questions
'Use the MouseMove event to handle mouse clicks on the icon etc... Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, If the user double clicks on the icon, 'it displays it's form. If they right click on the icon, a popup menu is 'displayed that gives the user a list of options.

Popup menus behave differently in 5.5.1
For example, while you can invoke the right mouse button pop-up menu on most objects, entries in the Start menu and its submenus are not included. The łxx˛ appears as an łobject˛ icon on the screen (replace xx with your fav object icon). The user right clicks expecting a popup menu. Pop-up menu pops up.

Problem with Popup Menus
The problem is that TrackPopupMenu appears to hold the mouse until you left click somewhere else on the screen. How do other applications reposition the popup menu upon succesive right mouse clicks? If you are using Win32, you should use the WM_CONTEXTMENU message instead of the the WM_RBUTTONDOWN message.

blocked file access & bad mouse clicks
The original message author was "complaining" about how something took two mouse clicks in NS that only took one mouse click in WE. First, click on the image with the right mouse button. Second, select the popup menu option to save the image. Third, as long as the filename was okay, click on OK in the file save

Help with Popup menus
This worked fine for double clicks, but single clicks waited the whole 500ms before they were forwarded. The second idea I had which seemed closer to what the actual popup menus do, is not capture the mouse at all, but instead sit in a modal message loop and dispatch messages myself detecting events I wanted to