[Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property.

2016-05-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- Bruce BRUEN added an attachment: Qt Configuration_151.png -- Find and fix application performance issues faster with Applications Manager Applications

[Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property.

2016-05-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- Comment #3 by Bruce BRUEN: If I recall correctly, this is caused by one of the QTconfig GUI Styles. Ah yes, a bit of testing and if the "Desktop Settings (default" GUI style is selected and your Desktop is GTK based then all the

[Gambas-user] [Gambas Bug Tracker] Bug #940: Running IDE with a filename locks the file

2016-05-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.940&from=L21haW4- Bruce BRUEN reported a new bug. Summary --- Running IDE with a filename locks the file Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Descripti

[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-05-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #9 by Zainudin AHMAD: >> maybe you could try to purge everything related to Gambas on your system, >> and do a full recompilation from scratch sorry I can't do that(at the moment). I used the development version for dev

[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-05-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- Find and fix application performance issues faster with Applications Manager Applications Manager prov

[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-05-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png -- Find and fix application performance issues faster with Applications Manager Applications Manager prov

[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-05-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #8 by Zainudin AHMAD: the last what I tried. still with the same project, add this code : Public Sub Form_Open() db.Debug = True Print "Primary Key : " & DataSource1.Connection.Tables["test"].Primarykey.join(", ")

[Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-05-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #7 by BenoƮt MINISINI: Really strange, as apparently you are using the very last development version, like me! If you have already installed older versions of Gambas from binary package or old compilations, maybe you cou

Re: [Gambas-user] MessageBox problem

2016-05-07 Thread Charlie
Hi Gianluigi, That's an interesting twist and it does solve the problem, thank you. -- View this message in context: http://gambas.8142.n7.nabble.com/MessageBox-problem-tp56154p56240.html Sent from the gambas-user mailing list archive at Nabble.com. ---