Author Topic: v2.1.46 b506: Minor Layout Designer dialog nits  (Read 839 times)

Cad

  • Regular
  • *
  • Posts: 2016
  • 'Old school' radio guy (and PC programmer)
    • View Profile
    • Leith FM 98.8—community radio for Leith and North Edinburgh
v2.1.46 b506: Minor Layout Designer dialog nits
« on: May 23, 2008, 17:12:37 »
I'll cut straight to the chase on this one.

In TLayoutDesignerForm, btnSave should have a Top value of 5 and not 6; it is presently misaligned with btnReset.

Also, the dialog looks more symmetrical if btnReset has a Left value of 110 instead of 105. ;)

Finally, would it be possible/impossible to 'select' items in the Layout Designer dialog by clicking them in the running instance of mAirList?  (For example, clicking on the mAirList Browser selects the Browser list item in the lbObjects tListBox in the Layout Designer dialog.)
--
BFN
CAD

Torben

  • Administrator
  • Doktor mAirList
  • *****
  • Posts: 11104
    • View Profile
Re: v2.1.46 b506: Minor Layout Designer dialog nits
« Reply #1 on: May 27, 2008, 11:09:06 »
Button positions have been fixed.

The other request is not possible at the moment. (The Layout Designer maintains a list of TControl objects - however, the OnClick is protected in the TControl base class, so it cannot hook that event.)

Cad

  • Regular
  • *
  • Posts: 2016
  • 'Old school' radio guy (and PC programmer)
    • View Profile
    • Leith FM 98.8—community radio for Leith and North Edinburgh
Re: v2.1.46 b506: Minor Layout Designer dialog nits
« Reply #2 on: May 27, 2008, 14:23:30 »
All understood.

Shame about the OnClick not being 'hookable' but that's not a big deal.

Thanks again!
--
BFN
CAD