Metasequoia BBS

| New message | Normal | Tree |
Status
Tag
Keyword
[7682] Pythonスクリプトで内部エラーが起きる / tamachan
Done [Bug report] Response
doc = MQSystem.getDocument()
scene = doc.getScene(0)
mainwnd = MQWidget.getMainWindow()
dlg = MQWidget.Dialog(mainwnd)

def b1Clicked(sender):
  dlg.close() # <-- internal error

b1 = MQWidget.Button(dlg)
b1.text = "button1"
b1.addClickEvent(b1Clicked)
dlg.execute()
2018-06-02 22:35
[7684] Re: Pythonスクリプトで内部エラーが起きる / Administrator
不具合確認いたしました。次のリリースで修正いたしますが、もしお急ぎで必要な場合、
dlg.close(1)
のように数値で引数をご指定ください。
こちらもドキュメントと実装が違っているのですが、1がok、2がcancel扱いとなります。
2018-06-04 12:13
Title
Name
Mail address for renponse notification A mail will be sent when the response is written. This address will be not shown after you post.
Tag Please select from a preset or input arbitrary comma-delimited tags.
Message

Now file attachment is not available temporarily.