News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RadAsm bug?

Started by minor28, January 19, 2010, 02:19:10 PM

Previous topic - Next topic

minor28

I have noticed that when I want a static control with a Boarder style, I get a 3D-Look style. All the other border styles works fine.

The Boarder style appears in RadAsm but not in my app.

The rc is OK

CONTROL "IDC_STC",IDC_STC21,"Static",0x96800000,144,288,162,9,0x00000000

TASMUser

I would confirm that. In my opinion the embedded resource editor is buggy.
For example, testing a dialogue shows strange results or saving resource data often produces garbage whereupon the saved dlg-data will become unusable.
Sometimes the tab order doesn't work - it doesn't count the right number of dialogue elements properly (num_of_elements-1) so I have to insert a dummy element sometimes.
For me this occurs on a W98SE and a WXP-SP2 system.

minor28

I have not found the embedded resource editor buggy. As far as I know the generated rc file is correct. Unfortunately I copied wrong style.

It should be

CONTROL "IDC_STC",IDC_STC21,"Static",0x50800000,144,288,162,9,0x00000000

CreateWindowEx and style = 0x50800000 will give the boarder but RadAsm give it a 3D-Look.