Page 1 of 1

Exclude page 'Fix'

PostPosted: Fri Mar 21, 2014 7:12 am
by proximityav
Hi

I'm looking for a way to exclude certain pages in WD STD from the fix feature. Is there a way to do this?

I understand that it would be very difficult to choose what to exclude and what not too. But even if there was a an 'exclude from fix' check box under 'edit page' that excluded all checked 'fix' boxes from other pages would be handy.

Paul

Re: Exclude page 'Fix'

PostPosted: Fri Mar 21, 2014 10:40 am
by Dennis Kuypers
Hey,

you can implement such a system by yourself (CustomScriptButton & Fader only)

Tools for this include the "fix" methods to fix and unfix controls as well as a integer arrays hat hold the control IDs to be auto-fixed and unfixed. Use the "page enter" scripts in the edit page section to trigger your (un)fixing.

Best regards
Dennis

Re: Exclude page 'Fix'

PostPosted: Sun Mar 23, 2014 12:50 pm
by proximityav
I should have known that!!

Thanks Dennis