Collector Window - documentation (OpenInsight 32-Bit)
At 28 MAY 2010 06:01:47AM Richard Bright wrote:
The documentatiion for a collector window - ie Dailog box is that in the calling routine the function Dialog_Box is used, and that the collector window is closed with an End_Dialog subroutine in the close event. However in one place it says that the event should end with a Return 0. Elsewhere it says that the End_Dialog call should be followed by a call event Close Window. Isnt that the same as Return 1?
At 28 MAY 2010 09:28AM Sean FitzSimons wrote:
Richard,
I will update the documentation to be clearer. The End_Dialog() call will close the window so a Return 0 is warranted. I will remove the reference to Return 1.
Thank you,
Sean
At 28 MAY 2010 05:17PM Richard Bright wrote:
Sean,
Just to clarify - the confusion arises (for me) in the documentation in Chapter 10
]
It is the last line in sample code and explanation that is at issue.
Richard
At 02 JUN 2010 09:27AM Sean FitzSimons wrote:
Richard,
Yes. I have updated the help by removing:
rtn=Send_Event( "COLLECTORWINDOW", "CLOSE" )
Thank you,
Sean