Sep 6, 2001 #1 kruxty Programmer Joined Jul 17, 2001 Messages 197 Location PT I want to make an undo button! How can i do this? )
Sep 6, 2001 #2 mbpiper Programmer Joined Dec 17, 2000 Messages 36 Location US what are you undoing give an example Upvote 0 Downvote
Sep 6, 2001 Thread starter #3 kruxty Programmer Joined Jul 17, 2001 Messages 197 Location PT Well, i'm making changes in text such as Color, Fontname, size, etc... How can i undo this? Upvote 0 Downvote
Sep 6, 2001 #4 mbpiper Programmer Joined Dec 17, 2000 Messages 36 Location US save the previous settings to an array when they press the undo reset using the array values Upvote 0 Downvote