Is possible to get a handle of a window on the procedure definitions

bxavi

New Member
Goog Monring.

Is possible to get a handle of a window on the procedure definitions.

I do not think as yet have not created the handle
 

bxavi

New Member
Effectively I use current-windows to find the handle but the problem is that in "definitions" do not return the correct value of handle.
In procedure main-block returns the correct value of handle.

The reason for wanting to rescue the handle in the definitions is that we have many programs that have or use a .I in the definitions and we want use that to add some code common to them, and not having to copy the new code in each program manually.
 

KrisM

Member
Maybe because in the definitions section 'create window' was not executed yet so the window is not realised yet ?
 
Top