Related topics

My 2 cents on modeline format (line and column displays)
Doug Marien d...@tbyte.com comp os ms-windows programmer win32 When activating a popup menu upon a WM_RBUTTONDOWN event, and calling TrackPopupMenu() it will How do other applications reposition the popup menu upon succesive right mouse clicks? Doug "Slug" Marien | Become Pro-UNIX, d...@tbyte.com | SUPPORT the

: Re: Wisdom Of The Dark Side
The calculator appears, data is entered, the calculator closes, the Windows popup does not appear BUT the original xyz dialog then becomes unresponsive to any and all mouse clicks. The keyboard is ok, I can tab to another box/button, type data into a box and press Enter. If I bring another window to the foreground

Right Click in ListBox (or overiding left).
Mouseclick on the background, choose 'settings->focus settings' from the popup menu, and click 'focus follows mouse clicks'. And there's the 'clicking in a window always raises it' below it that should make you happy as well. :-) )> By the way, if you have a modal window on Windows, can you still

Offical windows
FILE INFO BURIED ================ To find the size of a file from the ICON view takes 6 mouse clicks :-( Try it! What's wrong with putting the file/directory Thats 2 clicks ;-) one right for the popup menu, and selecting "open" and then "details" Then I get the files in the folder listed with all file details,

Mouse handling under Oberon System
In brief: MGR provides: - multiple overlapping windows - multiple fonts - text and graphics in each window - a simple popup menu package - event support for mouse It's possible to set things up so that mouse clicks in an editor window will cause the server to send cursor- positioning commands to the editor.

SOFTWARE: FTP-It! V2.2 Now Available.
For example, to quickly add folder 'My Documents', you should browse to this folder and select Add "My Documents" from the popup menu. an option to diplay icon in the tray menu to open your favorite and recent folders in the Windows Explorer, Windows Commander or any other file manager in just two mouse clicks.

child of child edit control - no mouse processing
In article <7m46sg$j...@forums.borland.com>, Buzz wrote: I want to make a form behave like popup menu - when mouse clicks anywhere outside the window, it closes. It seems no OnDeactivate event happen when click on other application windows out side the form. You can also capture the mouse (see SetCapture),

Text on returned messages
Preventing the use of the standard popup menu in a file open dialog Using the TOpenDialog and TSaveDialog components you get the standard Windows dialog boxes So to block these functions one would have to subclass (the API way) the listview control (to block right mouse clicks and the offending keyboard

NewestShareware.com Issue #34
... right-mouse clicking in the textfield in the dialog prompted when clicking Tools.Hierarchy menu item doesn't display the usual popup menu with Cut, Copy, Paste (I need that Paste!! surely don't want to type in the full name of a long class name every time !!). The standard cut/copy/paste accelerators all work.

HELP...Popup menu too large to fit on the screen
For those that are unfamiliar with Usher, here is a brief description: Usher is a popup menu that appears when the user clicks on the Windows desktop. I've also updated mouse click handling so other apps can detect mouse clicks on the Desktop. For those that have already written me asking for a uuencoded

Macro changing the pen width and the pen color
Bradley Alderton alde...@planet.mh.dpi.qld.gov.au comp os ms-windows programmer tools mfc In article <32d29288.3302...@news.servtech.com>, Louis Steiner or the WM_CONTEXTMENU message in the parent, and check that the specified window is the list control before throwing up the popup menu Later Bradley Alderton.

New User - Misc
New Web Browser Windows. .................................................... Program Name - Supported Platforms - Type - Category Popup Ad Stopper Using AutoDialogs, you can automatically insert pre-selected folders into your dialog boxes using a system tray menu (requires only 2 clicks) or a pre-assigned hot

Visual C++ questions with BMPs
How can I keep that popup window from coming up in my Open File dialog boxes? You can, with a bit of work. But keep in mind that the popup menu is not the only way to So to block these functions one would have to subclass (the API way) the listview control (to block right mouse clicks and the offending keyboard

GUIs and of mouse clicks
All defined actions appear in the popup menu when you right click the icon. So, for zip files, you could have unpack, view and whatever else you wanted. No, it doesn't need any more mouse clicks. To unzip a file to another directory, its one drag operation and one click, and the context menu pops up right where

Popup Menu Like Form
A
relookup on all selected records can be forced by selecting the lookup trigger field and choosing Relookup from the menu Edit. .... Now select your summary field just by clicking on the field name. You now get an extra option "Summarise By..." - click on this button, tick to the left hand side of the field name,

Strange PopupMenu problem HELP!!
Jeremy
Paiz u...@nospam.com comp os ms-windows programmer tools mfc i would like to create a popup/context menu for a list box i have in a dialog based but this handles right mouse clicks not only in the list box, but everywhere within the dialog window. so, then i was thinking i could simply "filter" to see if

FileMaker Pro - database for Macintosh and Windows
sukumar su...@menudo.uh.edu comp windows x motif Hi guys, I faced a strange problem with popup menus. I am running Motif1.2 under Solaris2.4. I ripped out the code from Motif Even then, the third mouse clicks freeze my desktop for a few secs. If I remove the popup menu creation, the application works fine.

Shift from UNIX to NT in progress?
Then PC/2 allows you to do that from a configurable Popup Menu! In addition to the WPS you can also specify a hotkey, the position and size, priority, Activate the Sliding focus and PC/2 automatically activates the control or window below the mouse pointer (as X-windows does), no more clicks to switch between

Merlin suggestions: OLD things that need fixing for NEW users ...
Hon...@t-online.de comp lang javascript Peter Shore wrote: All I want is to recognize it and kill [right mouse button] so I can do my own routines, not an "alert" with Sure, you can easily prevent any browser's default response to a I am sure with NN4 you can cancel the default popup menu and display your own.

OS X : how do I start a program remotely using x windows?
If you use mouseReleased to show your popup this will not be a problem anymore (it is also more common for windows to do it this way). Secondly, I´ve implemented the popup menu just like any other menu, using the actionPerformed() method, _but_ unlike all the other menus, it does accept right mouse clicks as an