hi,
> is there any way to prohibit close the main window in text mode
> application by cross button?
oCrt := XbpCrt() :new( oStatic,, { 0, 0 }, 43, 126 )
not allow to move
oCrt:move := { | aPos, x, obj | obj:SetPos( { 0, 0 } ) }
not allow to close "X"
oCrt:close := { | mp1, mp2, obj | NIL }
before :create
oCrt:create()
greetings by OHR
Jimmy