i want a popup note like the one with appuifw.note , but having an "ok" which would dismiss the dialog. is it posible?
i want a popup note like the one with appuifw.note , but having an "ok" which would dismiss the dialog. is it posible?
I don't think it is. But something similar can be achieved. Maybe you can use appuifw.query(u"Text", 'query'), which has OK and Cancel options. Or, if you don't want Cancel, consider using the query from the appuifw2 extension.