[Gambas-user] Form menu dawn behind controls sometimes when using Gtk

2011-09-14 Thread Lonnie Headley
Gambas version 2.99.4, rev 4128 on Ubuntu 11.04 x86 When I switch to use Gtk, sometimes the menu is partially drawn behind controls on the form when it is first shown. It doesn't happen every time and I can't pinpoint what is causing it. If I resize the form, it is corrected and everything looks no

Re: [Gambas-user] How to compress witg GB3? (Beno?t Minisini)

2011-09-14 Thread BenoƮt Minisini
> thx Benoit i revolve with: > > Public Sub GoBackup() > > Dim mybackup As Process > > If hset["host/backup_on"] = -1 Then > mybackup = Shell ("tar czf " & hset["host/backup"] & "myZone4-" & > Application.Version & ".tar.gz " & Application.Path & "/") > Message("Backup effettuato con success

Re: [Gambas-user] How to compress witg GB3? (Beno?t Minisini)

2011-09-14 Thread Andrea Bertini
thx Benoit i revolve with: Public Sub GoBackup() Dim mybackup As Process If hset["host/backup_on"] = -1 Then mybackup = Shell ("tar czf " & hset["host/backup"] & "myZone4-" & Application.Version & ".tar.gz " & Application.Path & "/") Message("Backup effettuato con successo.") Endif End An