Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
i have 4 buttons Time, Filter, Undo, Redo in my QVW. if i click on Time then one text object (including some filters) will open and if i click on Filter button again same text object (including some different filters) will open and previous filters will be closed.
Up to above it's working fine but if i click on Time button first and then if click on Filter button second, Now if i click 'Undo' or 'Redo' buttons they are not giving exact previous or next selections.
Could you please somebody take a look into this and help me.
i'm also attaching sample QVW.
Thanks,
V V
Hi VV,
The reason this is not working is because it only undo's the last action. And because the Time button and the filters button has got 3 actions assigned to them it only undo's the last action.
Add another 2 backs to the undo button and another 2 forwards to the redo button. That should work as I have tested it.
This will redo the last 3 actions and undo the last 3 actions.
Hi VV,
The reason this is not working is because it only undo's the last action. And because the Time button and the filters button has got 3 actions assigned to them it only undo's the last action.
Add another 2 backs to the undo button and another 2 forwards to the redo button. That should work as I have tested it.
This will redo the last 3 actions and undo the last 3 actions.
Hi Marius,
That's perfect solution, it's working fine now.
Thanks for your effort
Thanks,
V V