View previous topic :: View next topic |
Author |
Message |
zenon
Joined: 29 Dec 2004 Posts: 24 Location: Belgium
|
Posted: Thu Mar 24, 2005 9:53 am Post subject: Menu problem |
|
|
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. |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2129
|
Posted: Thu Mar 24, 2005 12:58 pm Post subject: |
|
|
Thanks for additional info! This will definitely help. |
|
Back to top |
|
 |
zenon
Joined: 29 Dec 2004 Posts: 24 Location: Belgium
|
Posted: Wed Apr 13, 2005 7:03 am Post subject: 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. |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2129
|
Posted: Wed Apr 13, 2005 9:44 am Post subject: |
|
|
We will try to improve this. Thank you. |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2129
|
Posted: Tue Apr 19, 2005 11:37 am Post subject: |
|
|
This is fixed now. Please use Update Manager to update to most recent version. |
|
Back to top |
|
 |
zenon
Joined: 29 Dec 2004 Posts: 24 Location: Belgium
|
Posted: Sat May 21, 2005 9:21 am Post subject: 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. |
|
Back to top |
|
 |
zenon
Joined: 29 Dec 2004 Posts: 24 Location: Belgium
|
Posted: Sat May 21, 2005 9:23 am Post subject: 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. |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2129
|
Posted: Sat May 21, 2005 11:28 am Post subject: 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. |
Fixing this now... |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2129
|
Posted: Sun May 22, 2005 6:19 pm Post subject: |
|
|
The issue with about box is fixed now. Please update your version. Unfortunately, we were unable to reproduce the bug with BS_CHECKBOX. |
|
Back to top |
|
 |
|