Hello,
It seems that a call to _open_temp_view fails when placed in a combo box's on_create handler. Unfortunately, in order to populate this particular combo box I need to run an external command and parse its output. The call also fails when run in the dialog box's on_load. If I run the call from a _command, however, it works fine. The call fails saying that "This property or method is not allowed on this object". It also reports a stack where the top entry isn't on the line with the _open_temp_view. But commenting out the _open_temp_view gets me past without issue.
Has anyone experienced this before? Know of a workaround or what I'm doing wrong?
I've attached the script for the curious.