what could be the reason for a widget not to appear in the widget-tree at
application runtime? - but in PhAB the widget is correct placed and also
in the module tree at the right place
i just discovered the problem after segfault occured in connection with
the appropriate ABW_-pointer (NULL) of the missing widget
what could be the reason for a widget not to appear in the widget-tree at
application runtime? - but in PhAB the widget is correct placed and also
in the module tree at the right place
i just discovered the problem after segfault occured in connection with
the appropriate ABW_-pointer (NULL) of the missing widget
thanks
Hi,
If you are adressing a widget of a dialog or a window which has not been
created at that time, something like that happens!
what could be the reason for a widget not to appear in the widget-tree at
application runtime? - but in PhAB the widget is correct placed and also
in the module tree at the right place
i just discovered the problem after segfault occured in connection with
the appropriate ABW_-pointer (NULL) of the missing widget
thanks
Hi,
If you are adressing a widget of a dialog or a window which has not been
created at that time, something like that happens!
but all other widgets of that module (base-window) has been created at
that time - it’s after all widgets has been realized