0
I found no reference to the event that is triggered by the right mouse button on a Frame object. With the event of the left mouse button select the desired color, this is working, however, with the right button I would set the custom colors dynamically, but I did not find the desired event to do this.
The idea is to change the background color of colors to be customized (it already works too) by right-clicking a Frame object. Each frame represents an additional color to customize (these are the sixteen blank areas of the lower palette).
There is corresponding event by right-clicking the mouse to the Frame object?
UPDATING
See the solution found in the Answer below
Shows the screen where you are programming. Shows a print
– durtto
Hi Eduardo, I don’t understand. This palette is already an edited Printscreen that I put in an image object. By mouse move (x,y), I know the region the cursor is, and with the click which color was selected. What I want is, in the same way, to right-click on one of the sixteen blank frames, to open another image that I have that uses the RGB according to the coordinates x and y (showing several colors dynamically) and to click, it returns the chosen color (this already works)..
– Leo