Redo/Undo not working

Moderator: gnozal
Should be fixed in build 374.klaver wrote:Why the X and Y coordinates aren't updated while resizing?
Could you be more specific ?klaver wrote:Redo/Undo not working
... Actually, I didn't know.gnozal wrote:Note that undo has to be enabled in preferences.
hehe, you have never coded an undo facility have you?Let's assume that to remember 1 action done by user (like move, resize, edit text, etc) you need ~10 bytes (might be wrong - correct me if so) in just 1MB of memory about 100k of such actions could be remembered.
The next build may fix it.klaver wrote:I think I found a bug
The point is it's much easier to code and it works.klaver wrote:Can you tell me what is the point of saving forms to temporary files for Undo/Redo actions?
1. The manual is included in the download [http://freenet-homepage.de/gnozal/PureFORM.zip -> PureFORM.exe (executable) + PureFORM.chm (manual/help file) ].Zooker wrote:How can I download the manual for PureForm.
Done.storck wrote:Hi Gnozal!
As always, thank you for PureFORM. PB wouldn't be the same without it. I am coding an app and for the preferences section I use a treegadget to show or hide different containergadgets. This would be very hard without hiding/disabling the gadgets since they occupy the same space. I am well aware that the hide/disable options aren't saved. My question is: could this be made optional? Now I how to disable all containergadgets but one every time I am working on this project. There are quite a few and it just seems a lot of unnecessary work. In a distant future maybe?