Metasequoia BBS

| New message | Normal | Tree |
Status
Tag
Keyword
[7695] PythonスクリプトのMQWidget.WidgetBaseのwidth, heightの型がbool / tamachan
Done [Bug report] Response
widthとheightのPythonラッパがintではなくboolになっている(setterだけ?getterは正常っぽい)

doc = MQSystem.getDocument()
mainwnd = MQWidget.getMainWindow()
dlg = MQWidget.Dialog(mainwnd)
dlg.width = 800
print(str(dlg.width)) # <-- dlg.width == 1
print(type(dlg.width)) # <-- int
2018-06-15 01:07

Show the middle 3 messages.

[7701] Re: PythonスクリプトのMQWidget.WidgetBaseのwidth, heightの型がbool / tamachan
ヒントサイズの使い方なんとなく分かりました。ありがとうございました。修正の方よろしくお願いいたします
2018-06-18 23:12
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.