Hi there,
quick question from a newbie:
I open a window and pass its contructor as a reference the window
that it got opened from.
in this new window i do:
win_parent.lb_nodes.expanded(win_parent.lb_nodes.listindex) = true
the compiler will not let me do this and tells me the object lb_nodes
is not present.
when i comment this out and debug, all looks fine: win_parent is the
parent window with the control lb_nodes in the objects.
What am I doing wrong here?
Same when I try to access a property of that other window.
thnx,
Alex
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|