[Gambas-user] Detect a Window closed in Workspace

David Villalobos Cambronero david.villalobos.c at ...626...
Mon Apr 26 18:37:45 CEST 2010


You will have to help out a bit more :)

Here is the header of the class Added to the Workspace:

' Gambas class file

Inherits Window

Private $hPHPEditor As Editor

Public Sub _new()

  Me.Arrangement = Arrange.Fill
  Me.Expand = True

  $hPHPEditor = New Editor(Me) As "PHPEditor"
  $hPHPEditor.Expand = True
  $hPHPEditor.Highlight = Highlight.Custom

End Sub

How do I implement the Close event in this case?

-- 
Regards
---
David



More information about the User mailing list