I designed a wizard with the dialog builder of the version 7 German SR1! I compiled it and load it with the labtalk comand: dialog.start(wizard.dll,wizard);
That was ok!
Afterwards I changed the size of the wizard in Visual C and compiled again. Now the wizard is load with the same size as I compiled it first. The borders are cut and I can not work with this recource because some parts are not shown. I tried to resize it once again but it always starts with the same size! I also have this problem with other resources!
It is a known problem (QA70-2416). If you launched a DDK dialog at least once it will save dialog's position and size into Origin.ini. Later even if you will resize and re-compile your dialog it will still be using the old size. You need to manually remove the entry of your dialog size and position from Origin.ini, search for [DBWINPOS] section. This is a bug since many dialogs are not resizable by design.
The section titled "Updating DB dialog sizes" at labtalk.nmrtools.com gives a simple method for updating Origin.ini automatically. Just incorporate the scripts into a macro or button and execute before you run your modified dialog.