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
Location: Viborg,Denmark
Contact:

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
Mads Juul
Storyboard Artist
blog: http://mjstoryboard.blogspot.dk/
Mail: mjstoryboard@gmail .com

Windows 10, 64 bit i7-4790 CPU 4.00 Hz,32 GB RAM, With TVP Animation 11 Pro (11.0.2-64bits)
2 Monitors 1920X1080 pixels + 1 Wacom Cintiq 21UX 2
Post Reply