Pelles C forum

Pelles C => Bug reports => Topic started by: bzgil on April 06, 2005, 08:02:23 AM

Title: Dialog editor control ID's
Post by: bzgil on April 06, 2005, 08:02:23 AM
I think that the dialog editor should allow to map more SEVERAL defines to the same numeric value.
In a multi dialog application it is very common to have child controls with different 'names' (like BTN_OPEN_IMAGE in dialog_x, BTN_OPEN_WAVE in dialog_y) that map to the same value:

#define BTN_OPEN_IMAGE     1000
#define BTN_OPEN_WAVE      1000

Gil.
Title: Dialog editor control ID's
Post by: Pelle on April 08, 2005, 01:19:04 PM
It's designed this way. I see little reason to change it right now.

Pelle