第 1 条消息(共 3 条)
Is it possible to have a user post property min-max range change dynamically based on another post property?
For example, say there's a user property called "toolchange_position", and another user property which is a checkbox(true/false) called "myCheckBox".
I would like the min/max range for "toolchange_position" to be changed on-the-fly whenever the "myCheckBox" property is checked or unchecked.
It should do this while Post dialog is being shown in Fusion before accepting and running the post processor.
I guess this would be interactive handling, but is there a way to do this (besides .hta method which seems to be obsolete)?