Minor reformatting
This commit is contained in:
parent
58229924a7
commit
e9ed4d1ec4
@ -12,19 +12,19 @@
|
|||||||
* Changed from property access to Control attributes to function access
|
* Changed from property access to Control attributes to function access
|
||||||
If your code was accessing properties of controls then this might be a
|
If your code was accessing properties of controls then this might be a
|
||||||
significant change! The main reasons for doing this were due to the
|
significant change! The main reasons for doing this were due to the
|
||||||
inheritability of properties (or lack there-of!) and the additional scafolding
|
inheritability of properties (or lack there-of!) and the additional
|
||||||
that was required to define them all.
|
scafolding that was required to define them all.
|
||||||
|
|
||||||
* Updated the ``DialogWrapper.MenuSelect()`` method to notify the parent that it
|
* Updated the ``DialogWrapper.MenuSelect()`` method to notify the parent
|
||||||
needs to initialize the menu's before it retrieves the items
|
that it needs to initialize the menu's before it retrieves the items
|
||||||
|
|
||||||
* Added functionality to associate 'non-text' controls with the 'text' control
|
* Added functionality to associate 'non-text' controls with the 'text'
|
||||||
closest to them. This allows controls to be referenced by::
|
control closest to them. This allows controls to be referenced by::
|
||||||
|
|
||||||
app.dlg.<Nearby_text><Window_class>
|
app.dlg.<Nearby_text><Window_class>
|
||||||
|
|
||||||
e.g. to reference the "Footer" edit control in the Page Setup dialog you could
|
e.g. to reference the "Footer" edit control in the Page Setup dialog
|
||||||
use::
|
you could use::
|
||||||
|
|
||||||
app.PageSetup.FooterEdit
|
app.PageSetup.FooterEdit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user