View forum topic
List of forum topicsSubject: Size of popup window
How can i change the size of the popup window.
I just see 4 lines.
There is not a special feature for this purpose.
You can do the following editing. Open CreateInstall\cmds\sources\popup.g file with a text editor.
Find the lines
dlg_setmtext( wnd, 1002, "Poptext")
win_seticon( GetDlgItem( wnd, 1001 ), "iconapp" )
there and insert
win_size( wnd, 100, 200, $WMS_REDRAW )
before them. You can use another values instead of 100 and 200. These are the value of increasing width and height (in pixels).
July 10, 2025 Installer CreateInstall 8.11.2 was released.
January 16, 2025 Installer CreateInstall 8.11.1 was released.
June 19, 2024 Installer CreateInstall 8.11.0 was released. read more
November 13, 2022 Installer CreateInstall 8.10.1 was released.
May 21, 2022 Installer CreateInstall 8.10.0 was released.