Jump to content

(Re)set Property Values programmatically


Recommended Posts

Is there a way to control the values of the properties in an IndirectUI Dialog beyond the initial Setting?

Specifically I want one Checkbox to always be unchecked when the effect Dialog opens, Standard behaviour however is that the Checkbox retains the value it had the last time the effect was used. I have tried many things but I couldn't figure out how to do this. I would really appreciate some help.

 

Regards

ArgusMagnus

My batch Image Processor: https://imagenator.codeplex.com

Link to comment
Share on other sites

IndirectUI makes it easy to create an UI for your effect but because of this it is quite restrictive.

A token with the initial settings (or the settings of the last usage) will be sent to the dialog immediately after the dialog opened.

There is no clean way around (afaik).

 

You can handle your issue by going the hard way creating a standard effect w/o IndirectUI.

midoras signature.gif

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...