Re: [Gambas-user] How to ensure Message is visible?

2015-11-08 Thread zainudin ahmad
I hope this code can help Public Sub BtnOK_Click() .. Me.Stacking = Me.Above '< position in above TODO 'TODO: How to ensure the message is top of other forms? . If Object.IsValid(Me) Then Me.Stacking = Me.Normal '< postion in above End End On Fri, Nov 6, 2015 at

Re: [Gambas-user] How to ensure Message is visible?

2015-11-08 Thread zainudin ahmad
Hi jussi I get "out of bound" when try GAlarm in module Main in sub RemoveAlarm I change "SortAlarms" to "If iAlarmByRow.Count > 0 Then SortAlarms" for fix the issue On Fri, Nov 6, 2015 at 6:30 AM, Jussi Lahtinen wrote: > See attachment. Look up tasks tab and the relevant TODO. > If there ar

[Gambas-user] [Gambas Bug Tracker] Bug #836: "Out of bounds" message, when opening the project with the condition VERSION file is empty

2015-11-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.836&from=L21haW4- Comment #1 by Zainudin AHMAD: - Create new project - and try to use empty VERSION file I get IDE Crash (attach pic-2) -- _

[Gambas-user] [Gambas Bug Tracker] Bug #836: "Out of bounds" message, when opening the project with the condition VERSION file is empty

2015-11-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.836&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge

[Gambas-user] [Gambas Bug Tracker] Bug #836: "Out of bounds" message, when opening the project with the condition VERSION file is empty

2015-11-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.836&from=L21haW4- Zainudin AHMAD added an attachment: test-VERSION.tar.gz -- ___ Gambas-user mailing list Gambas-user@lists.s

[Gambas-user] [Gambas Bug Tracker] Bug #836: "Out of bounds" message, when opening the project with the condition VERSION file is empty

2015-11-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.836&from=L21haW4- Zainudin AHMAD reported a new bug. Summary --- "Out of bounds" message, when opening the project with the condition VERSION file is empty Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Produ

[Gambas-user] [Gambas Bug Tracker] Bug #836: "Out of bounds" message, when opening the project with the condition VERSION file is empty

2015-11-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.836&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge

[Gambas-user] [Gambas Bug Tracker] Bug #834: Components what needed to compile Gambas IDE not update.

2015-11-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.834&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge

[Gambas-user] [Gambas Bug Tracker] Bug #834: Components what needed to compile Gambas IDE not update.

2015-11-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.834&from=L21haW4- Comment #1 by Zainudin AHMAD: Compare with 3.8.90 version gb.clipper <-- ? gb.db gb.db.form gb.debug gb.desktop gb.desktop.x11 <-- ? gb.eval gb.eval.highlight gb.form gb.form.dialog gb.form.editor gb.form.mdi gb.form.stock <-

[Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2015-11-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.835&from=L21haW4- Comment #6 by Benoît MINISINI: 'gb.jit' component is optional. You can either use a more recent gambas version, that will automatically disable the component compilation as soon as the LLVM version does not match. If you can't, y

[Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2015-11-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.835&from=L21haW4- Comment #5 by Gianfranco COSTAMAGNA: Hi, the problem is that llvm is hard to maintain, and currently Debian provides the 3.4, 3.5, 3.6, 3.7 and snapshots versions. now we are doing a transition to llvm-3.6 as default, and gambas

[Gambas-user] Mysql Stored Procedure

2015-11-08 Thread Nikola Rogozarski
I searched on google but did not have a good explanation of how to use mysql stored procedures. I have a stored procedure with four parameters ("IN.Param1" "OUT.Param2", "OUT.Param3", "OUT.Param4"). First parameter to use as criteria for filtering data, аnd the rest to see the returned data. My qu

Re: [Gambas-user] Button color doesn't change

2015-11-08 Thread Benoît Minisini
Le 08/11/2015 11:09, VonZorch a écrit : > I just upgraded to Gambas 3.8.2 from 3.1.1 and now I cannot change button > colors either background or foreground. > This applies to all button types and includes buttons created in code. > Other controls work normally. > I have tried changing my desktop a

[Gambas-user] Button color doesn't change

2015-11-08 Thread VonZorch
I just upgraded to Gambas 3.8.2 from 3.1.1 and now I cannot change button colors either background or foreground. This applies to all button types and includes buttons created in code. Other controls work normally. I have tried changing my desktop and Gambas themes with no result. System informati

[Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2015-11-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.835&from=L21haW4- Comment #4 by Benoît MINISINI: What's the problem with keeping an old version of LLVM? Do you plan to remove QT4, sqlite2 or GStreamer 1.0? And why not using the latest stable version of Gambas? --