Menu

#3 No context menus in right list pane

closed
None
5
2006-11-26
2006-05-30
No

If I set OBX_Debug to 5 and right-click on a file or
folder icon in the list pane, instead of getting a
context menu, the following is the only statement put
to stdout:

.mainframe.frame.widget.pw.f1.frame.lf.f.sw.list.c

Discussion

  • Stephen Huntley

    Stephen Huntley - 2006-05-30

    Logged In: YES
    user_id=128673

    Update: it seems my computer is acting very strangely with
    regard to mouse button mappings. Tk is interpreting
    right-clicks as <Button-3> events rather than <Button-2>.
    Sorry, seems the fault isn't with your program.

     
  • Stephen Huntley

    Stephen Huntley - 2006-06-01

    Logged In: YES
    user_id=128673

    It seems you've chosen a non-standard mouse button mapping
    for your application. Where button 3 would ordinarily be
    used for right-click context menus, you've chosen to use
    button 2.

     
  • Gerhard Reithofer

    Logged In: YES
    user_id=835101
    Originator: NO

    I assume that you use a 2-button mouse.
    The configuration parameters:
    set ObexConfig(mouse_button,left) (DEFAULT 1)
    set ObexConfig(mouse_button,right) (DEFAULT 3)
    have been implemented to make the mouse buttons configurable.
    Feature will be available in next version (0.34).

     
  • Gerhard Reithofer

    • assigned_to: nobody --> exgerhardr
    • status: open --> closed
     

Log in to post a comment.