Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Report-designer: Menu Items have wrong Check Mark

edited May 2004 in General
This is a UI bug:

Menu Items mniReportPortrait, mniReportLandscape, mniPassSettingOnePass &
mniPassSettingTwoPass are all radio-items, so their RadioItem property
should be True.

It is really confusing to have checkmarks dissappear without touching the
mark.

Rick Beerendonk
Microloon

Comments

  • edited May 2004
    Also bugs:

    - mniReportUnitsScreenPixels
    - mniReportUnitsPrinterPixels
    - mniReportUnitsInches
    - mniReportUnitsMillimeters
    - mniReportUnitsMMThousandths

    Rick
  • edited May 2004
    Rick,

    Thanks for the feedback. The reason these menu items act like radio button
    items is based on the fact that they are mutually exclusive. We welcome any
    suggestions on how to make this easier to understand.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited May 2004
    Nico,

    You can read about Microsoft's guidelines here:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwue/html/ch08b.asp

    Mutually exclusive menu items should show they are mutually exclusive. You
    can read about this in the above linked document. So in D7,
    MenuItem.RadioItem := True and in D8, MenuItem.RadioCheck := True.

    Now I am forced to write my own component that changes these properties for
    our own end-users.

    Regards, Rick Beerendonk
  • edited May 2004
    Mike,

    Thank you for the information. I will research this and get back to you
    asap.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.