T.R | Title | User | Personal Name | Date | Lines |
---|
3272.1 | Every window does not have a widget | RTL::TREGGIARI | | Wed Aug 29 1990 09:11 | 10 |
| > I have a customer who is getting back the null widget from
> his calls (the window works fine with other functions), and we are not
> sure why it is failing. A brief list of possibilities would be appreciated.
You will get back NULL if the window is not the window of a widget.
Every widget (but not gadget) has a window, but the reverse is not
true. You can create windows that are not associated with any widget.
The root window is a simple example.
Leo
|
3272.2 | | CLTMAX::dick | Schoeller - Failed Xperiment | Wed Aug 29 1990 09:52 | 6 |
| Circumstances in which I hit this were during the destruction process. The
windows would still exist and certain events would occur on them and get fielded
after the widget went away. Of course, we are doing multi-thread programming
so the risks of this kind of problem are a little higher.
Dick
|
3272.3 | | BIGRED::DANIELS | ... but let's pretend you didn't... | Thu Aug 30 1990 11:53 | 3 |
| Thanks! I'll see if these comments help my customer.
- Brad
|