Can't make popup moveable?

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
image

I must be missing something simple but it escapes me right now. What am I doing wrong?

You have both border and titlebar set to never display. You have to drag by the titlebar and resize by the border, IIRC. You cannot do either from the window interior.

1 Like