Author Topic: PJSR ImageBox?  (Read 3974 times)

Offline mschuster

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1087
PJSR ImageBox?
« on: 2012 September 23 15:36:04 »
I am looking for an ImageBox (a Control subclass) that renders an image, dynamically generated by a script, that would work in the script's dialog layout. Does anyone have an idea on how to implement this?
Thanks,
Mike

Offline georg.viehoever

  • PTeam Member
  • PixInsight Jedi Master
  • ******
  • Posts: 2132
Re: PJSR ImageBox?
« Reply #1 on: 2012 September 24 02:04:34 »
Have a look ar CanonBandingReduction. It displays an image within the dialog.
Georg
Georg (6 inch Newton, unmodified Canon EOS40D+80D, unguided EQ5 mount)

Offline mschuster

  • PTeam Member
  • PixInsight Jedi
  • *****
  • Posts: 1087
Re: PJSR ImageBox?
« Reply #2 on: 2012 October 20 22:55:33 »
Thank you Georg this code is very helpful.  I am using it along with an onMouseRelease handler for some interactive graphics in a new script.

Mike