OK, I'll do that. But I have some more information for you on the bug. When I changed the style option from C style with braces to pascal style with begin and end, the problem was solved ! Hope this helps you out.
Pascal.
Resource Builder 2.3!
Combobox
One behaviour I noticed was that comboboxes that are added to the dialog as first objects - display just fine. Comboboxes added as objects after other objects obscure these objects by their virtual rectangle. So sometimes you get the feeling that objects that are there (as seen in the textual code) are not visible in graphical mode, for they are hidden behind a combobox though they should be visible. By moving the comboboxes to the beginning of the list of objects (textmode) this problem does not occur.
Is this a wanted behaviour or some side effect ?
Pascal.
Is this a wanted behaviour or some side effect ?
Pascal.
update
Last night when I started resource builder, it said there was an update, so I proceeded and all went fine. But now when I open the about menu, I get an access violation error in resbldr2.exe. Then it shows me the about dialog with all %s instead of the version info or licennce strings. So I downloaded the fulll version from your website, but no improvement, the error remains.
checkboxes
Perhaps an error that is there long before the latest version, when I add a checkbox the normal style will be BS_CHECKBOX, but when I choose the BS_AUTOCHECKBOX, save the resource file and then go look with the text version, somehow he resets it back to BS_CHECKBOX. So I need to edit it directly in the textversion, to make it stay like that.
Re: update
zenon wrote:Last night when I started resource builder, it said there was an update, so I proceeded and all went fine. But now when I open the about menu, I get an access violation error in resbldr2.exe. Then it shows me the about dialog with all %s instead of the version info or licennce strings. So I downloaded the fulll version from your website, but no improvement, the error remains.
