[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to rotate Image widget in Openedge GUI?

  • Thread starter Thread starter tbergman
  • Start date Start date
Status
Not open for further replies.
T

tbergman

Guest
Another way to use .Net to do this would be to load the image into a .Net Image object, rotate it, save it, then open it in the Progress GUI image widget. Not an ideal method but would allow you to continue using the GUI widget. A quick search yielded this URL. stackoverflow.com/.../c-sharp-image-rotation The last example is pretty close to what you'll need to do once translated into ABL.

Continue reading...
 
Status
Not open for further replies.
Back
Top