FIXED:cursor parameter

Hello,

I don’t know, if this is expected behavior, but when changing the cursor parameter of a containerCOMP in a python script, the mouse has to leave and re-enter the panel for the cursor symbol to change.

Cheers, David

Windows 10
Build 2018-26750

Thanks for the report.
We will work on a fix.

That being said, normally a cursor change is triggered by entering a new container area.
Why do you have the cursor changing in your case?

Cheers,
Rob.

Hi Rob,

I was trying to use this inside of a listCOMP.
I would like to show the user, that he can resize the columns, when he hovers the mouse over the border between two columns.
The for that reason it would also be nice to have “resize” mouse pointer or the ability to use custom symbols, if thats possible.

Cheers, David

This will be fixed in an experimental version of TouchDesigner, but wondering if it would make more sense as a List cell attribute in your case?

That would be a nice feature as well.
At the moment I use the onRollover callback to check, if the mouse is close to the right border of a cell and if so, change the cursor of the listCOMP.
Also works.

Cheers, David