Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Write text on a JPG and save it for printing purposes
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01250668
Message ID:
01262153
Views:
21
Hey Bhavbuti,

GREAT JOB !!!

I still didn't dig into your code, but it works very nice !

I have some few suggestions to you on this subject:

Add an extra UNDO button besides the original. When users click it, a shortcut menu or listbox appears telling the user which actions are available for UNDO.

That's very easy to implement too.
From now on, each button or action, could call the method "PrepareUNDO" like this:

Thisform.PrepareUndo("Pen Drawing")
Thisform.PrepareUndo("Draw Rectangle")
Thisform.PrepareUndo("Draw Text")
Thisform.PrepareUndo("Rotate Left")
Thisform.PrepareUndo("Monochrome")
Thisform.PrepareUndo("GreyScale")

"PrepareUndo" will store this parameter in another column in the array, that will appear in the shortcut menu, capiche ?

What do you think of this ?

Thanks for your input and suggestions, very much apreciated.

Cesar




>Hi Cesar
>
>>You may pass it directly to my email.
>
>Check you email
>
>>Some people have reported some minor bugs, and I've already modified a little bit the main form. Till the end of this weekend I hope to upload a new version, and it will be great to include Multiple UNDO's too !
>
>I have put in a quick Multiple Redo also :)
>
>Hope you like it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform