Python ListBox doesn't remember where it was

I noticed that when you close the ListBox running from a Python script, it doesn’t open the next time from that location. It reverts back to the upper left hand corner of the screen. By contrast, the PropertyListBox will open where ever you closed it last, which is the proper behaviour.

Thanks,

Dan

Got it, thanks.

Hi @dale,

Looks like the EditBox method in Python has the same issue.

Thanks,

Dan

Hi @dale,

Can you add StringBox to the list too? It’s also forgetting where to open.

Thanks,

Dan