NO

Author Topic: Dialog editor control ID's  (Read 3775 times)

bzgil

  • Guest
Dialog editor control ID's
« 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.

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Dialog editor control ID's
« Reply #1 on: April 08, 2005, 01:19:04 PM »
It's designed this way. I see little reason to change it right now.

Pelle
/Pelle