Search found 24 matches

by zenon
Mon Jan 08, 2007 10:12 pm
Forum: Resource Builder
Topic: Nasty little bug
Replies: 1
Views: 23909

Nasty little bug

Hi folks, I think I found a small but nasty little bug. When I add a checkbox to the dialog it's default is the BS_CHECKBOX type. When I want to rectify this later into BS_AUTOCHECKBOX, the RB does this, but does not activate the save menu or toolbar button, so I cannot save the change, thus loosing...
by zenon
Wed Sep 06, 2006 10:08 pm
Forum: Resource Builder
Topic: Resource Builder 2.5!
Replies: 2
Views: 27934

preview bug

Dear sir, Got the new update today (version 2.5.0.6) and tried the preview function of a dialog. It starts with drawing something (the screen seems a bit distorted) bu the application hangs and you cannot close the application. Only by right clicking the app button on the windows taskbar and choose ...
by zenon
Sat Jan 21, 2006 10:25 pm
Forum: Resource Builder
Topic: Some other possible bug ?
Replies: 1
Views: 17013

Some other possible bug ?

I don't exactly know what microsoft states about the rc file with the following: CONTROL "31007",7625,"STATIC",SS_NOTIFY |SS_ICON |WS_CHILD |WS_VISIBLE ,467,87,21,20,0x0,0 I want to put an icon on the dialog, but it does not show, one I previously added as an icon with id 31007. ...
by zenon
Wed Jan 11, 2006 6:07 pm
Forum: Resource Builder
Topic: Severe bug
Replies: 6
Views: 30227

WS_CHILD

Yes, this seems to fix the problem. As soon as I open an rc-file, the preview shows it as should, saving the resource does not alter these flags.

Thanks,
Pascal.
by zenon
Mon Jan 09, 2006 10:27 pm
Forum: Resource Builder
Topic: Severe bug
Replies: 6
Views: 30227

some more information

OK, I've done the following. I edited the rc file with ultraedit, saved it and loaded it into resource builder. I looked to the edited dialog and the WS_CHILD was changed into WS_POPUP, so the problem lies in reading the rc-file. This practically means I have to edit - in one big session - all dialo...
by zenon
Mon Jan 09, 2006 10:14 pm
Forum: Resource Builder
Topic: Severe bug
Replies: 6
Views: 30227

an example...

200 DIALOGEX 1, 1, 413, 270, 0 EXSTYLE WS_EX_CONTROLPARENT |WS_EX_NOPARENTNOTIFY STYLE DS_SETFONT |WS_POPUP |WS_VISIBLE |WS_SYSMENU |WS_BORDER |0x40000000 FONT 8, "MS Sans Serif", 400, 0, 1 LANGUAGE LANG_NEUTRAL, 0 BEGIN CONTROL "Relatie",202,"BUTTON",BS_GROUPBOX |WS_CH...
by zenon
Sun Jan 08, 2006 10:15 pm
Forum: Resource Builder
Topic: Severe bug
Replies: 6
Views: 30227

Yes I do use the 2.4.0.7 version. I'll see if I can pinpoint the problem to narrow down the search. But what I can tell you now is the effect I saw: I opened a resource file, which I used before in previous sessions. I see on the left side the treeview with menu, dialogs etc... I select a dialog by ...
by zenon
Sun Jan 08, 2006 9:53 am
Forum: Resource Builder
Topic: Funny side effect
Replies: 2
Views: 20042

Normal rc files
by zenon
Sun Jan 08, 2006 9:51 am
Forum: Resource Builder
Topic: Severe bug
Replies: 6
Views: 30227

Severe bug

Dear sir, Since last update I'm experiencing a severe bug which slows down my development. It regards dialogs. To create a tabbed dialog, you need to have a basic dialog, with a tab-control. Then you need several child dialogs. So I need to set the child dialog to WS_CHILD style with WS_POPUP and WS...
by zenon
Sun Nov 20, 2005 9:56 pm
Forum: Resource Builder
Topic: Funny side effect
Replies: 2
Views: 20042

Funny side effect

Dear sir,

Apparently the new 2.4.0.3 version has a funny side effect. Together with the resource file a file 'A' is being written to disk (2K) - in my system the ? is visible as a small rectangle.
by zenon
Wed Oct 19, 2005 8:55 pm
Forum: Resource Builder
Topic: Resource Builder 2.4!
Replies: 6
Views: 23630

Perhaps not yet perfect

Dear sir, After the automatic upgrade I experience the following problem. For the first toolbar I get german info text while my application is english (the menus and texts). Secondly, if I want to edit a dialog in textmode I get the message that this function is only available in the registered vers...
by zenon
Thu Jul 07, 2005 6:54 am
Forum: Resource Builder
Topic: small problem
Replies: 1
Views: 11564

small problem

With version 2.3.2.18 I have a small problem that in a version resource for instance, if I want to replace some characters, I typ in the new characters and then want to use the keyboard delete to remove the old characters, he regards it as a total delete of the resource or dialog. If I use backspace...
by zenon
Sat May 21, 2005 9:23 am
Forum: Resource Builder
Topic: Resource Builder 2.3!
Replies: 23
Views: 59178

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 ...
by zenon
Sat May 21, 2005 9:21 am
Forum: Resource Builder
Topic: Resource Builder 2.3!
Replies: 23
Views: 59178

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 download...
by zenon
Wed Apr 13, 2005 7:03 am
Forum: Resource Builder
Topic: Resource Builder 2.3!
Replies: 23
Views: 59178

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) ...