[Gambas-user] Form.Maximized not affected by window controls

2016-09-22 Thread Phil Underhill
Hey all, A real quick one. Using Gambas 3.9 (stable). The Form.Maximized property only seems to be set to 'True' when it is done in the code, but not when maximized through the window controls. Is this expected behaviour? If so, is there any reliable way to tell if a window has been maximized by

[Gambas-user] Is it possible to receive events on an array of 'Process' objects?

2016-09-20 Thread Phil Underhill
Hi all, I'm working on a project that would benefit from being able to receive events from an array of Process controls. I've been successful in creating the array, but the Process.Read and Process.Error events don't seem to be triggered once the controls are in the array. For example... Public