tv_listRequest trigger with RMB it will only react to RMB

A forum dedicated to George scripting questions
Post Reply
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18

tv_listRequest trigger with RMB it will only react to RMB

Post by Mads Juul »

I have just found out if I trigger tv_listRequest with a RMB press
I have to click on the list with a RMB press.
Try this code

Code: Select all

tv_waitButton
PARSE result button trash
IF CMP(button,"3")==1
tv_ListRequest "Hello World"
tv_warn result
END
the box will only react if i make a secong RMB press. I find this very confusing and I think it should be change so that tv_listRequst reacts to the next mouse click whether it is a Left/Middle or Right mouse button click
Or am I doing something wrong?
-Mads
Post Reply