On May 24, 2007, at 11:29 AM, <[EMAIL PROTECTED]> wrote:
> Looking for suggestions as to how to overlay 2 objects (i.e. same
> position
> on screen) which will be toggled (mutually exclusively) as visible.
>
> For example, we need to be able to display weights in kilos
> (_____Kg) or
> lbs/oz (____Lbs ___Oz), based on a user selectable setting on the
> form.
My first instinct would be to go with a single object that reacts to
the form setting and adjusts its display accordingly. But if you
absolutely need two separate objects, check out dPageFrameNoTabs. Add
your controls to separate pages, and then either call the showPage()
method when the setting changes, or, even slicker, set the
DynamicSelectedPage property to a method that returns the correct page.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]