Revision: 8409 https://osdn.net/projects/ttssh2/scm/svn/commits/8409 Author: zmatsuo Date: 2019-11-25 21:57:56 +0900 (Mon, 25 Nov 2019) Log Message: ----------- setdlgposの説明のデフォルト位置に「メインディスプレイの」を追加 - ダイアログがディスプレイからはみ出す場合の説明を追記 - OSのバージョンによって、「メイン」「プライマリ」と呼び方が変化している - 念の為カッコで「プライマリ」も追加 - [Ttssh2-devel 4385] Modified Paths: -------------- trunk/doc/en/html/macro/command/setdlgpos.html trunk/doc/ja/html/macro/command/setdlgpos.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/setdlgpos.html =================================================================== --- trunk/doc/en/html/macro/command/setdlgpos.html 2019-11-25 12:57:48 UTC (rev 8408) +++ trunk/doc/en/html/macro/command/setdlgpos.html 2019-11-25 12:57:56 UTC (rev 8409) @@ -25,9 +25,10 @@ <p> Changes the initial position for dialog boxes opened by the "<a href="inputbox.html">inputbox</a>", "<a href="listbox.html">listbox</a>", "<a href="messagebox.html">messagebox</a>", "<a href="passwordbox.html">passwordbox</a>", "<a href="statusbox.html">statusbox</a>", "<a href="yesnobox.html">yesnobox</a>" commands and error dialogbox. If the status dialog box is displayed, the "setdlgpos" command also moves the dialog box.<br> -Set dialog box position to defalt when no argument is given. (version 4.105+)<br> +Set dialog box position to default in main(primary) display when no argument is given. (version 4.105 or later)<br> <x> and <y> specify the position (x,y) in the screen coordinate.<br> -The origin (0,0) is upper left corner of the screen(primary display). +The origin (0,0) is upper left corner of the screen(primary display).<br> +Move into display, if dialog box position is outside display. (version 4.105 or later) </p> <h2>Example</h2> Modified: trunk/doc/ja/html/macro/command/setdlgpos.html =================================================================== --- trunk/doc/ja/html/macro/command/setdlgpos.html 2019-11-25 12:57:48 UTC (rev 8408) +++ trunk/doc/ja/html/macro/command/setdlgpos.html 2019-11-25 12:57:56 UTC (rev 8409) @@ -28,9 +28,11 @@ <br> \x82܂\xBD\x81A\x83X\x83e\x81[\x83^\x83X\x83_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X\x82\xAA\x95\\x8E\xA6\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9\x8Fꍇ\x81Asetdlgpos \x83R\x83}\x83\x93\x83h\x82͂\xBB\x82̃_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X\x82\xF0\x88ړ\xAE\x82\xB3\x82\xB9\x82\xE9\x81B <br> -\x83p\x83\x89\x83\x81\x81[\x83^\x8Fȗ\xAA\x8E\x9E\x81A\x83f\x83t\x83H\x83\x8B\x83g\x82̕\\x8E\xA6\x88ʒu\x82ƂȂ\xE9 (\x83o\x81[\x83W\x83\x87\x83\x93 4.105\x88ȍ~)\x81B +\x83p\x83\x89\x83\x81\x81[\x83^\x8Fȗ\xAA\x8E\x9E\x81A\x83\x81\x83C\x83\x93\x83f\x83B\x83X\x83v\x83\x8C\x83C(\x83v\x83\x89\x83C\x83}\x83\x8A\x83f\x83B\x83X\x83v\x83\x8C\x83C)\x82̃f\x83t\x83H\x83\x8B\x83g\x82̕\\x8E\xA6\x88ʒu\x82ƂȂ\xE9 (\x83o\x81[\x83W\x83\x87\x83\x93 4.105\x88ȍ~)\x81B <br> -<x> \x82\xC6 <y> \x82͉\xE6\x96ʂ̍\xC0\x95W (x,y) \x82\xF0\x95\\x82킷\x81B\x8C\xB4\x93_ (0,0) \x82͉\xE6\x96\xCA(\x83v\x83\x89\x83C\x83}\x83\x8A\x83f\x83B\x83X\x83v\x83\x8C\x83C)\x82̍\xB6\x8F\xE3\x82̋\xF7\x82̈ʒu\x81B +<x> \x82\xC6 <y> \x82͉\xE6\x96ʂ̍\xC0\x95W (x,y) \x82\xF0\x95\\x82킷\x81B\x8C\xB4\x93_ (0,0) \x82̓\x81\x83C\x83\x93\x83f\x83B\x83X\x83v\x83\x8C\x83C\x82̍\xB6\x8F\xE3\x82̋\xF7\x82̈ʒu\x81B +<br> +\x83_\x83C\x83A\x83\x8D\x83O\x82\xAA\x83f\x83B\x83X\x83v\x83\x8C\x83C\x82\xA9\x82\xE7\x82͂ݏo\x82\xB7\x8Fꍇ\x82́A\x83f\x83B\x83X\x83v\x83\x8C\x83C\x93\xE0\x82Ɉړ\xAE\x82\xB3\x82\xEA\x82\xE9 (\x83o\x81[\x83W\x83\x87\x83\x93 4.105\x88ȍ~)\x81B </p> <h2>\x97\xE1</h2>