Hi there, I'm very new to CB although I have done some programming with Python before.
I have started a little test program, kind of like my own version of "Hello world", and I have a standard frame open. It contains a list box. Clicking a button opens a second window, this time a dialog, and while working on that dialog I need to update the contents of the list on the main frame. However, I cant seem to find a way to pass any kind of arguments to the dialog that will allow it to access the list on the main frame.
Can anyone give me any idea what I need to do please.
regards
Jax