I had a window built with two child windows and using %ps. One child window included a button that returns a negative number. The intent was to close the parent window and return the value to the calling program as a value with which to take an action.
While the parent window closes, the value reported as the return value was zero, not expected. I have scanned the documentation, but there is no reference to this return of a zero value in this situation. I know that buttons defined in the parent window will return the appropriate value. But, apparently, not from a child.
Is my 'analysis' correct?
Bill