Add ParentID argument to MessageRequester()
Posted: Fri Mar 06, 2015 1:45 pm
Hi,
i did a search and would have bet to find a similar request, but i did not.
At the moment, the MessageRequester() is always centered to the screen when it pops up. It would be nice if it has a ParentID argument:If the ParentID of the calling window is set, the MessageRequester() should be centered to the parent window.
Thx, Uwe
i did a search and would have bet to find a similar request, but i did not.
At the moment, the MessageRequester() is always centered to the screen when it pops up. It would be nice if it has a ParentID argument:
Code: Select all
MessageRequester(Title$, Text$, [ParentID [,Flags]])
Thx, Uwe