Using 7.9.21.
I have a popup that is opened with
idx = data.getValueAt(event.source.parent.getComponent('Power Table').selectedRow, "idx")
system.nav.openWindow('Add_Remove', {"idx":idx})
Was trying a few things with the behavior but with this current setup no matter what I still cannot drag the popup in any direction
I must be missing something simple but it escapes me right now. What am I doing wrong?