Re: [Gambas-user] Accesing database events

2008-09-29 Thread Doriano Blengino
Benoit Minisini ha scritto: > On lundi 29 septembre 2008, Jorge Carrión wrote: > >> Excuse me, I've read what I've been write and I think is not very clear. >> What I want is raise the .movefirst (or next) event of the second >> databrowse when I make a click in the first databrowser. In other w

[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

Re: [Gambas-user] Accesing database events

2008-09-29 Thread Benoit Minisini
On lundi 29 septembre 2008, Jorge Carrión wrote: > Excuse me, I've read what I've been write and I think is not very clear. > What I want is raise the .movefirst (or next) event of the second > databrowse when I make a click in the first databrowser. In other words: > cath the click event of the fi

Re: [Gambas-user] Accesing database events

2008-09-29 Thread Jorge Carrión
Excuse me, I've read what I've been write and I think is not very clear. What I want is raise the .movefirst (or next) event of the second databrowse when I make a click in the first databrowser. In other words: cath the click event of the first DataBrowser (and the index, etc.)... but there's no s

[Gambas-user] Accesing database events

2008-09-29 Thread Jorge Carrión
Hi everybody. I'm writing my first Gambas application after a lot of years of VB, and there is on thing I can't foun in help or in the books i have: In a bound control as DataBrowser, how I can access to the database Events? (movenext, eof, etc.)? In detail: I have a recordsource who has a databrow

[Gambas-user] Cannot save file error on gambas2 svn snapshot

2008-09-29 Thread M0E Lnx
Recently built a snapshot of the gambas2 svn tree (revision 1601) as instructed by beniot to fix a problem with the forms not translating and the IDE crashing as I tried. That got fixed, however, now I have this other problem that didn't happen before I get this error when I try to modify objects