Re: [Gambas-user] Making a taskbar with Gambas 3

2008-10-03 Thread Joshua Higgins
I just have 1 problem: I havent used events before. Is there a tutorial on these? I've read through the wiki pages on events declaration etc, but its no clearer to me. On Fri, Oct 3, 2008 at 9:23 PM, Joshua Higgins <[EMAIL PROTECTED]>wrote: > I mean Benoit :-) > > > On Fri, Oct 3, 2008 at 9:22 PM

Re: [Gambas-user] Making a taskbar with Gambas 3

2008-10-03 Thread Joshua Higgins
I mean Benoit :-) On Fri, Oct 3, 2008 at 9:22 PM, Joshua Higgins <[EMAIL PROTECTED]>wrote: > wow! features are implemented soo quickly... thank you Beniot!!! > > On Mon, Sep 29, 2008 at 11:37 PM, Benoit Minisini < > [EMAIL PROTECTED]> wrote: > >> This is possible now, thanks to the changes in the

Re: [Gambas-user] Making a taskbar with Gambas 3

2008-10-03 Thread Joshua Higgins
wow! features are implemented soo quickly... thank you Beniot!!! On Mon, Sep 29, 2008 at 11:37 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > This is possible now, thanks to the changes in the gb.desktop component > from > revision #1617. > > 1) The DesktopWindow class now allows to change the

[Gambas-user] Making a taskbar with Gambas 3

2008-09-29 Thread Benoit Minisini
This is possible now, thanks to the changes in the gb.desktop component from revision #1617. 1) The DesktopWindow class now allows to change the Minimized, Maximized, FullScreen, Sticky state of a top-level window. 2) The new DesktopWatcher class allows to watch the following things: - Active w