PxPlus User Forum

Twitter Twitter Twitter

Author Topic: How to trigger NOMADS resize logic from a program.  (Read 1183 times)

Shawn@EVENT

  • Member
  • **
  • Posts: 11
    • View Profile
How to trigger NOMADS resize logic from a program.
« on: June 30, 2020, 02:33:55 PM »
I want to trigger the same logic that runs whenever I resize a nomads panel by dragging a border.  I have resized the window in the program using 'size' and now I want the objects in the panel to adjust.  Does anyone know how to accomplish this?

Thomas Bock

  • Diamond Member
  • *****
  • Posts: 177
    • View Profile
Re: How to trigger NOMADS resize logic from a program.
« Reply #1 on: July 01, 2020, 01:34:20 AM »
Try perform "*winproc.rsz;resize"

Shawn@EVENT

  • Member
  • **
  • Posts: 11
    • View Profile
Re: How to trigger NOMADS resize logic from a program.
« Reply #2 on: July 03, 2020, 09:05:18 AM »
That worked perfect...Thanks a bunch :)