Restored from previous forum. Originally posted by Gary Law.
Hi,
Not sure if this is a bug or not , but the ListView gadget can't process a right click.
The Double click gets processed correctly
The right click get's swallowed - put in a debug and you see nothing when right click
It works O.K in TreeViev and List Icon , so no big deal - just curious if it should work here
PB 3.5 on Win XP pro
Snippet:-
Repeat
WEvent = WaitWindowEvent()
Select WEvent
Case #PB_EventCloseWindow
Quit = #TRUE
Case #PB_EventGadget
If EventType() = #PB_EventType_LeftDoubleClick ;RightClick
MessageRequester("" , "Got Here" , 0)
EndIf
Default
EndSelect
Forever
Gary
ListViewGadget swallows rightclick
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm