| Re: destroying x-registered windows [message #46627] |
Thu, 01 December 2005 00:30 |
b
Messages: 2 Registered: December 2005
|
Junior Member |
|
|
Thanks Doug! I'll try it...
"Doug Edmundson" <_doug_e_@rsinc.com> wrote in message
news:11os81cc5bhcc46@corp.supernews.com...
> Barbara,
>
>> can anyone tell me how can destroy an x-registered base? I can't find it
>> using .e.g.widget_control,widget_info(event.top, FIND_BY_UNAME="baseX" )
>> as this base is no member of event.top and has been created without a
>> group leader...
>
> Here are two options:
>
> (1) Store all needed widget IDs in a "state structure". This could be
> associated with a known base's UVALUE.
>
> (2) Use WIDGET_INFO( /SIBLING ).
>
> Method (2) might be simpler for your needs, but it will require that you
> start your search from a top level base that was created before the one
> you are looking for.
>
> Hope this helps,
> Doug
>
|
|
|
|
| Re: destroying x-registered windows [message #46629 is a reply to message #46627] |
Wed, 30 November 2005 13:56  |
Doug Edmundson
Messages: 58 Registered: November 2005
|
Member |
|
|
Barbara,
> can anyone tell me how can destroy an x-registered base? I can't find it
> using .e.g.widget_control,widget_info(event.top, FIND_BY_UNAME="baseX" )
> as this base is no member of event.top and has been created without a
> group leader...
Here are two options:
(1) Store all needed widget IDs in a "state structure". This could be
associated with a known base's UVALUE.
(2) Use WIDGET_INFO( /SIBLING ).
Method (2) might be simpler for your needs, but it will require that you
start your search from a top level base that was created before the one you
are looking for.
Hope this helps,
Doug
|
|
|
|