Display Value On Two Notebook Pages

In my application I have a module used to make variables visible (and
usable) among all modules. It works as intended. But, I have not yet solved
the problem of entering a variable on one notebook page (module 'A') and,
when that page's values are saved, to display one of those variable's values
in a combo box on another notebook page (module 'B'). Copying it from module
'A' to the global module is easy; copying it from the latter to another page
is where I'm stuck.

   When a project file is opened, all database table values are loaded into
each page's widgets for display. But, how can I display this one value on
two pages in real time?

Rich

···

--
Richard B. Shepard, Ph.D. | The Environmental Permitting
Applied Ecosystem Services, Inc. | Accelerator(TM)
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863

Use wx.lib.pubsub to handle data change notifications.

- Josiah

···

Rich Shepard <rshepard@appl-ecosys.com> wrote:

   In my application I have a module used to make variables visible (and
usable) among all modules. It works as intended. But, I have not yet solved
the problem of entering a variable on one notebook page (module 'A') and,
when that page's values are saved, to display one of those variable's values
in a combo box on another notebook page (module 'B'). Copying it from module
'A' to the global module is easy; copying it from the latter to another page
is where I'm stuck.

   When a project file is opened, all database table values are loaded into
each page's widgets for display. But, how can I display this one value on
two pages in real time?

Thank you. I was slowly moving in that direction and you've save me the
rest of the time.

Rich

···

On Thu, 8 Feb 2007, Josiah Carlson wrote:

Use wx.lib.pubsub to handle data change notifications.

--
Richard B. Shepard, Ph.D. | The Environmental Permitting
Applied Ecosystem Services, Inc. | Accelerator(TM)
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863