Re: [api-dev] Any way to combine multiple actions into one undo-able action ?

2005-08-29 Thread Mathias Bauer
Patrik Fimml wrote: Mathias Bauer wrote: CPH wrote: Hi, I have a button on my UI which performs several actions thru API calls. Is ther anyway which I can get all of these actions to be considered one atomic action by the Undo/Redo mechanism ? Not ATM. But we are currently

Re: [api-dev] Any way to combine multiple actions into one undo-able action ?

2005-08-29 Thread Christian Junker
Hi Patrik, as of right now there is still just the uno dispatch .uno:Undo which for many cases can be sufficient. 2005/8/26, Patrik Fimml [EMAIL PROTECTED]: Mathias Bauer wrote: CPH wrote: Hi, I have a button on my UI which performs several actions thru API calls. Is ther

Re: [api-dev] Any way to combine multiple actions into one undo-able action ?

2005-08-26 Thread Patrik Fimml
Mathias Bauer wrote: CPH wrote: Hi, I have a button on my UI which performs several actions thru API calls. Is ther anyway which I can get all of these actions to be considered one atomic action by the Undo/Redo mechanism ? Not ATM. But we are currently discussing new APIs for Q.