From vuott at ...325... Thu Oct 1 00:09:25 2015 From: vuott at ...325... (Ru Vuott) Date: Wed, 30 Sep 2015 23:09:25 +0100 Subject: [Gambas-user] R: How Capture the console exit? In-Reply-To: Message-ID: <1443650965.50756.YahooMailBasic@...3268...> ...you could use " xterm -l " command. bye vuott -------------------------------------------- Mer 30/9/15, Jorge Carri?n ha scritto: Oggetto: [Gambas-user] How Capture the console exit? A: "mailing list for gambas users" Data: Mercoled? 30 settembre 2015, 22:34 I'm doing a ftp client (like Filezilla). If I launch the gambas executable from console I can see the dialog between server and local machine on it... but how can I capture de console exit within my project? Obbiously If I launch my project from console with ./miproject.gambas 2>file.log and after that on runtime I catch file.log in a textArea, I can see the server's dialog... but I think that way is tricky... It must be a better way, I suppouse. Sumarizing: Is There a way to read the error output of the gambas project in run time? Regards ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From bugtracker at ...3416... Thu Oct 1 00:40:43 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 30 Sep 2015 22:40:43 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #778: gtk+/gtk3 different with qt4, clock example look different Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.778&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- gtk+/gtk3 different with qt4, clock example look different Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GUI components Description ----------- 1) look different 2) use CPU resource # gtk+/gtk3 : 4% - 5% # qt4 : 0% - 1% attach pic attach project From bugtracker at ...3416... Thu Oct 1 00:41:01 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 30 Sep 2015 22:41:01 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #778: gtk+/gtk3 different with qt4, clock example look different In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.778&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Thu Oct 1 00:41:14 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 30 Sep 2015 22:41:14 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #778: gtk+/gtk3 different with qt4, clock example look different In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.778&from=L21haW4- Zainudin AHMAD added an attachment: Clock-3.8.90.tar.gz From bugtracker at ...3416... Thu Oct 1 01:08:17 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 30 Sep 2015 23:08:17 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() ) Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.779&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- me.top = 0 , can't work ( in event _new() ) Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GUI components Description ----------- attach project From bugtracker at ...3416... Thu Oct 1 01:08:30 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 30 Sep 2015 23:08:30 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() ) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.779&from=L21haW4- Zainudin AHMAD added an attachment: test-top2-0.0.1.tar.gz From bugtracker at ...3416... Thu Oct 1 01:16:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 30 Sep 2015 23:16:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() ) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.779&from=L21haW4- Comment #1 by Zainudin AHMAD: this code can't work too Public Sub _new() Me.Top = 0 Me.Left = 0 Me.Move(0, 0) End From bugtracker at ...3416... Thu Oct 1 01:34:41 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 30 Sep 2015 23:34:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() ) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.779&from=L21haW4- Comment #2 by Bruce BRUEN: This is not a bug. The class constructor does not display the form. To be precise, the form definition has not been read when the constructor is called. See the help on the Open event for more information. From bugtracker at ...3416... Thu Oct 1 01:52:57 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 30 Sep 2015 23:52:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Comment #4 by Bruce BRUEN: Nor do I have that problem, but then I have spent considerable time ensuring that all the theme managers (QT4/QT5/GTK+,GTK3+) use the same default settings for fonts and widget management and etc. From bugtracker at ...3416... Thu Oct 1 02:27:22 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 00:27:22 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #780: me.left = value and me.top = value, get diffrent position between _new() event and show() event Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.780&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- me.left = value and me.top = value, get diffrent position between _new() event and show() event Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GUI components Description ----------- 'position: top : 0 (??? defaul position is center now) and left : 100 Public Sub _new() Me.Left = 100 End --------------- 'position: top : center and left : 100 Public Sub Form_Show() Me.Left = 100 End ================================================= 'position: top : 100 and left : 0 (??? defaul position is center now) Public Sub _new() Me.Top = 100 End --------------- 'position: top : 100 and left : center Public Sub Form_Show() Me.Top = 100 End From bugtracker at ...3416... Thu Oct 1 03:13:18 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 01:13:18 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #780: me.left = value and me.top = value, get diffrent position between _new() event and show() event In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.780&from=L21haW4- Zainudin AHMAD added an attachment: test-position-0.0.1.tar.gz From bugtracker at ...3416... Thu Oct 1 03:38:59 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 01:38:59 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #781: gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : QT4 component Description ----------- attach pic attach project From bugtracker at ...3416... Thu Oct 1 03:39:26 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 01:39:26 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #781: gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Thu Oct 1 03:39:41 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 01:39:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #781: gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4- Zainudin AHMAD added an attachment: test-top-position-0.0.1.tar.gz From bugtracker at ...3416... Thu Oct 1 04:16:01 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 02:16:01 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #782: gtk+ popup menu position in tray icon is not perfect Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.782&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- gtk+ popup menu position in tray icon is not perfect Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GTK+2 component Description ----------- attach pic attach project From bugtracker at ...3416... Thu Oct 1 04:16:11 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 02:16:11 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #782: gtk+ popup menu position in tray icon is not perfect In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.782&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Thu Oct 1 04:16:23 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 02:16:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #782: gtk+ popup menu position in tray icon is not perfect In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.782&from=L21haW4- Zainudin AHMAD added an attachment: menu-trayIcon-0.0.1.tar.gz From bugtracker at ...3416... Thu Oct 1 08:37:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 06:37:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Comment #15 by Beno?t MINISINI: Why do your system information full of extra void lines? From bugtracker at ...3416... Thu Oct 1 08:37:57 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 06:37:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Comment #16 by Beno?t MINISINI: do ---> is From bugtracker at ...3416... Thu Oct 1 15:33:57 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 13:33:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() ) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.779&from=L21haW4- Comment #3 by Zainudin AHMAD: I don't understand what do you mean, this code Public Sub _new() Me.Top = 80 Me.Left = 80 End can work with gambas version : 3.1.1 and 3.5.4 and 3.7.1 and 3.8.1 and trunk this problem with zero(0) value. From bugtracker at ...3416... Thu Oct 1 15:52:46 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 13:52:46 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() ) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.779&from=L21haW4- Comment #4 by Beno?t MINISINI: Sorry, this is not well documented. If the initial position of a window is (0,0), it is automatically centered. Fixing that (i.e. allowing the initial position of a window to actually be 0,0) is possible, but it would require a recompilation of the project. So I let that for a future major release. From bugtracker at ...3416... Thu Oct 1 15:53:01 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 13:53:01 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() ) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.779&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From olivier.cruilles at ...614... Thu Oct 1 17:31:52 2015 From: olivier.cruilles at ...614... (Yahoo) Date: Thu, 1 Oct 2015 11:31:52 -0400 Subject: [Gambas-user] How to input hide password into gambas command line project ? Message-ID: Hello all, Since few day I work on a little project that consist to a cli program written in Gambas3 where the first task is to ask to the user to enter a password but of course, all written character must be hidden. I try to use INPUT instruction but all characters entered are automatically written on the terminal so it?s not a good solution. I try to use gb.ncurses to do the same work and a strange thing happens. Just enabling gb.ncurses on the project without any instruction to create a new Window (as described in the gb.ncurses tutorial) and automatically all characters written in console to the INPUT instruction are hidden. This solution could work but I have other problem when for example I terminate the program, the terminal where the program is started become unusable. I don?t know why but in the end this solution is not usable in my case. Does someone could help me on this problem please ? PS: ?Event Application_Signal(Signal As Integer) raise correctly when gb.ncurses is disabled in console based program (Gambas 3.8.90+svn7374+build31~ubuntu14.04.1 installed into Linux Mint 17.2) but does not raise when gb.ncurses is enabled, event if no instruction regarding this component is used in the program. Thank you Olivier Cruilles From gambas at ...1... Thu Oct 1 17:47:44 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 1 Oct 2015 17:47:44 +0200 Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: References: Message-ID: <560D55A0.4090600@...1...> Le 01/10/2015 17:31, Yahoo a ?crit : > Hello all, > > Since few day I work on a little project that consist to a cli > program written in Gambas3 where the first task is to ask to the user > to enter a password but of course, all written character must be > hidden. > > I try to use INPUT instruction but all characters entered are > automatically written on the terminal so it?s not a good solution. I > try to use gb.ncurses to do the same work and a strange thing > happens. Just enabling gb.ncurses on the project without any > instruction to create a new Window (as described in the gb.ncurses > tutorial) and automatically all characters written in console to the > INPUT instruction are hidden. This solution could work but I have > other problem when for example I terminate the program, the terminal > where the program is started become unusable. I don?t know why but in > the end this solution is not usable in my case. > > Does someone could help me on this problem please ? > > PS: Event Application_Signal(Signal As Integer) raise correctly when > gb.ncurses is disabled in console based program (Gambas > 3.8.90+svn7374+build31~ubuntu14.04.1 installed into Linux Mint 17.2) > but does not raise when gb.ncurses is enabled, event if no > instruction regarding this component is used in the program. > > Thank you > > Olivier Cruilles > This is a terminal thing, you must first learn how works a terminal under linux. Here is a few information: gb.ncurses offers you some facilities to configure the terminal your application is (eventually) plugged in. Tobias may give you more details than me about that, he wrote the component. Your application has a terminal if you run it from a terminal or a terminal emulator. An application has a terminal too if it is run through the SHELL Gambas instruction. An application can inherit the terminal of its parent application. An application can have no terminal. For example when you set Application.Daemon to TRUE, or when its input/output are "redirected" to a file. By default a terminal has echo "on", i.e. as soon as you hit a key, the character is both displayed and sent to the application. gb.ncurses turns echo to "off" by default. A serial port (from gb.net) and a terminal is almost the same thing. Regards, -- Beno?t Minisini From taboege at ...626... Thu Oct 1 18:22:40 2015 From: taboege at ...626... (Tobias Boege) Date: Thu, 1 Oct 2015 18:22:40 +0200 Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: References: Message-ID: <20151001162240.GA28181@...2774...> On Thu, 01 Oct 2015, Yahoo wrote: > Hello all, > > Since few day I work on a little project that consist to a cli program written in Gambas3 where the first task is to ask to the user to enter a password but of course, all written character must be hidden. > > I try to use INPUT instruction but all characters entered are automatically written on the terminal so it???s not a good solution. > I try to use gb.ncurses to do the same work and a strange thing happens. Just enabling gb.ncurses on the project without any instruction to create a new Window (as described in the gb.ncurses tutorial) and automatically all characters written in console to the INPUT instruction are hidden. > If you use gb.ncurses, you must do all terminal I/O using gb.ncurses or else you may mess up its internal state. That means instead of Input or Read you have to use Window.Read(). The way gb.ncurses initialises the ncurses library (the normal way) creates a clean new window, the standard screen, and you can't get rid of that. Therefore gb.ncurses is useful only for projects which want a full-featured TUI and would hence clean the screen anyway. Indeed there are at least three better options if you just want to tempora- rily disable echoing of input characters: (1) Use the "stty" program as shown in the attached project, (2) Use the termios.h functions from the C library via Extern (super ugly), or (3) Use gb.termios which is a component I have written for demonstration purposes and is not in the official source tree. Incidentally it brings the termios structures from point (2) to Gambas. You can find its sources here[0]. The test project available there does exactly hidden password input. > This solution could work but I have other problem when for example I terminate the program, the terminal where the program is started become unusable. I don???t know why but in the end this solution is not usable in my case. > What terminal becomes unusable? And what does "unusable" mean? If you started the project from within the IDE and checked the "Use a terminal emulator" option, it is normal that the terminal won't respond after the process died (a possible interpretation of "unusable"). Once the Gambas process exits, there is no process left to use the terminal (no shell is started by the IDE to host the Gambas process), but the window is not destroyed. It just won't respond, so that you can read the last words of your process. This behaviour is explicitly enforced by the IDE. If this is not your case, then be more specific and send a project that reproduces the problem. Regards, Tobi [0] http://www-e.uni-magdeburg.de/tboege/gambas -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk -------------- next part -------------- A non-text attachment was scrubbed... Name: stty-input-password-0.0.1.tar.gz Type: application/octet-stream Size: 4728 bytes Desc: not available URL: From olivier.cruilles at ...614... Thu Oct 1 19:10:17 2015 From: olivier.cruilles at ...614... (Yahoo) Date: Thu, 1 Oct 2015 13:10:17 -0400 Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: <20151001162240.GA28181@...2774...> References: <20151001162240.GA28181@...2774...> Message-ID: Thank you for all explications. I never thanked that what this way to do it. So, I put your code in my project and it work as expected and fine. About gb.ncurses, when I say the terminal become unusable I mean that the Carrier Return does not work after closing my program, so press on the enter key does not create to a new line and the prompt is written on the same line, at the location where is the cursor. Cordialement, ?? Olivier Cruilles Email: olivier.cruilles at ...614... Le October 1, 2015 ? 12:23:06, Tobias Boege (taboege at ...626...) a ?crit: On Thu, 01 Oct 2015, Yahoo wrote: > Hello all, > > Since few day I work on a little project that consist to a cli program written in Gambas3 where the first task is to ask to the user to enter a password but of course, all written character must be hidden. > > I try to use INPUT instruction but all characters entered are automatically written on the terminal so it???s not a good solution. > I try to use gb.ncurses to do the same work and a strange thing happens. Just enabling gb.ncurses on the project without any instruction to create a new Window (as described in the gb.ncurses tutorial) and automatically all characters written in console to the INPUT instruction are hidden. > If you use gb.ncurses, you must do all terminal I/O using gb.ncurses or else you may mess up its internal state. That means instead of Input or Read you have to use Window.Read(). The way gb.ncurses initialises the ncurses library (the normal way) creates a clean new window, the standard screen, and you can't get rid of that. Therefore gb.ncurses is useful only for projects which want a full-featured TUI and would hence clean the screen anyway. Indeed there are at least three better options if you just want to tempora- rily disable echoing of input characters: (1) Use the "stty" program as shown in the attached project, (2) Use the termios.h functions from the C library via Extern (super ugly), or (3) Use gb.termios which is a component I have written for demonstration purposes and is not in the official source tree. Incidentally it brings the termios structures from point (2) to Gambas. You can find its sources here[0]. The test project available there does exactly hidden password input. > This solution could work but I have other problem when for example I terminate the program, the terminal where the program is started become unusable. I don???t know why but in the end this solution is not usable in my case. > What terminal becomes unusable? And what does "unusable" mean? If you started the project from within the IDE and checked the "Use a terminal emulator" option, it is normal that the terminal won't respond after the process died (a possible interpretation of "unusable"). Once the Gambas process exits, there is no process left to use the terminal (no shell is started by the IDE to host the Gambas process), but the window is not destroyed. It just won't respond, so that you can read the last words of your process. This behaviour is explicitly enforced by the IDE. If this is not your case, then be more specific and send a project that reproduces the problem. Regards, Tobi [0] http://www-e.uni-magdeburg.de/tboege/gambas -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From taboege at ...626... Thu Oct 1 19:18:07 2015 From: taboege at ...626... (Tobias Boege) Date: Thu, 1 Oct 2015 19:18:07 +0200 Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: References: <20151001162240.GA28181@...2774...> Message-ID: <20151001171807.GB28181@...2774...> On Thu, 01 Oct 2015, Yahoo wrote: > About gb.ncurses, when I say the terminal become unusable I mean that the Carrier Return does not work after closing my program, so press on the enter key does not create to a new line and the prompt is written on the same line, at the location where is the cursor. > That should indeed not happen. It seems gb.ncurses does not clean up properly. On my system, gb.ncurses works fine... But you can use the program "reset" to restore the default settings in any case. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From olivier.cruilles at ...614... Thu Oct 1 19:22:40 2015 From: olivier.cruilles at ...614... (Yahoo) Date: Thu, 1 Oct 2015 13:22:40 -0400 Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: <20151001171807.GB28181@...2774...> References: <20151001162240.GA28181@...2774...> <20151001171807.GB28181@...2774...> Message-ID: Yes exactly, it?s the way that I've found to restore the terminal. Thank you ?? Olivier Cruilles Le October 1, 2015 ? 13:18:31, Tobias Boege (taboege at ...626...) a ?crit: On Thu, 01 Oct 2015, Yahoo wrote: > About gb.ncurses, when I say the terminal become unusable I mean that the Carrier Return does not work after closing my program, so press on the enter key does not create to a new line and the prompt is written on the same line, at the location where is the cursor. > That should indeed not happen. It seems gb.ncurses does not clean up properly. On my system, gb.ncurses works fine... But you can use the program "reset" to restore the default settings in any case. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From bugtracker at ...3416... Thu Oct 1 19:56:59 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 17:56:59 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Comment #17 by Moviga TECHNOLOGIES: I have no idea.... I re-copied it, and now it looks sane :) From gambas.fr at ...626... Thu Oct 1 19:59:03 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Thu, 1 Oct 2015 19:59:03 +0200 Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: References: <20151001162240.GA28181@...2774...> <20151001171807.GB28181@...2774...> Message-ID: You can use escape codes too : Local Echo (Keyboard Send-Receive) This mode selects local echo, which causes every character transmitted by the terminal to automatically appear on the screen. Therefore, the computer does not have to transmit (echo) the character back to the terminal for display. When local echo is off, the terminal only transmits characters to the computer. The computer must echo the characters back to the terminal for display. Select send-receive mode by using the following sequences. Send-Receive Mode (SRM) ESC [ 1 2 h 033 133 061 062 150 Set turns off local echo. The terminal transmits characters to the computer, which must echo characters for display on screen. ESC [ 1 2 l 033 133 061 062 154 Reset selects local echo. Characters transmitted to the computer automatically appear on the screen. In mode off the program must return the char itself and the terminal don't display the hitten key. When i'll finished my term emulator i will think to a simplified component that could implement simple terminal things, like QBasic does in the past. So i had to just type Term.Foreground() or Term.EchoOff... then ... 2015-10-01 19:22 GMT+02:00 Yahoo : > Yes exactly, it?s the way that I've found to restore the terminal. > > Thank you > > > ? > Olivier Cruilles > > > Le October 1, 2015 ? 13:18:31, Tobias Boege (taboege at ...626...) a ?crit: > > On Thu, 01 Oct 2015, Yahoo wrote: >> About gb.ncurses, when I say the terminal become unusable I mean that the Carrier Return does not work after closing my program, so press on the enter key does not create to a new line and the prompt is written on the same line, at the location where is the cursor. >> > > That should indeed not happen. It seems gb.ncurses does not clean up > properly. On my system, gb.ncurses works fine... But you can use the > program "reset" to restore the default settings in any case. > > Regards, > Tobi > > -- > "There's an old saying: Don't change anything... ever!" -- Mr. Monk > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard From bugtracker at ...3416... Thu Oct 1 20:01:44 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 18:01:44 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Comment #18 by Fabien BODARD: I had the same problem... The cgi add lines in one of my message. From bugtracker at ...3416... Thu Oct 1 20:57:16 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 18:57:16 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Comment #19 by Moviga TECHNOLOGIES: According to this[0], there is no dedicated KDE5 config folder, it just places everything in ~/.config. [0]https://bbs.archlinux.org/viewtopic.php?id=185428#2 From bugtracker at ...3416... Thu Oct 1 21:22:42 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 19:22:42 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Comment #20 by Beno?t MINISINI: Why the bugtracker would do that? It never does with me and Firefox. Which browser do you use? From bugtracker at ...3416... Thu Oct 1 21:27:37 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 19:27:37 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Comment #21 by Fabien BODARD: I use Chrome. And Sometime like now Chrome on android From bugtracker at ...3416... Thu Oct 1 21:35:39 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 19:35:39 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Comment #22 by Beno?t MINISINI: If you don't have kde5-config or kde4-config, the KDE theme configuration cannot be detected. Do you have something that looks like that? For example, just "kde-config"? Without that program, there is no way to know where icon themes should be searched... From bugtracker at ...3416... Thu Oct 1 21:37:06 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 19:37:06 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #783: Sometimes newline are duplicated in comments Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.783&from=L21haW4- Beno?t MINISINI reported a new bug. Summary ------- Sometimes newline are duplicated in comments Type : Bug Priority : Medium Gambas version : Unknown Product : Bugtracker Description ----------- This is a test. This is a test. This is a test. From bugtracker at ...3416... Thu Oct 1 21:37:27 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 19:37:27 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #783: Sometimes newline are duplicated in comments In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.783&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Thu Oct 1 21:56:46 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 01 Oct 2015 19:56:46 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Comment #23 by Moviga TECHNOLOGIES: I also use Chrome. I found this in ~/.config/kdeglobals [Icons] Theme=breeze and it changes when I change the icon theme. That should be it. From gambas.fr at ...626... Fri Oct 2 08:28:51 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Fri, 2 Oct 2015 08:28:51 +0200 Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: References: <20151001162240.GA28181@...2774...> <20151001171807.GB28181@...2774...> Message-ID: This is a class i've found in my old archives :-) ' Gambas module file Public Sub Main() Dim i As Integer Dim s As String For i = 1 To 25 s &= String(80, " ") & "\n" Next vt100.SetAttribute([42]) Print s Print "e" VT100.SetAttribute([1]) VT100.SetColor(VT100.Yellow, VT100.Blue) Print " Coucou " VT100.SetColor(7, 0) Print Print VT100.FontSetG1 For i = 0 To 10 Print "Test de terminal" Next Wait 3 VT100.ForceCursorPosition(5, 5) For i = 0 To 80 Wait 0.05 VT100.ForceCursorPosition(5, i) Next End It may help you. I've added at the end the codes to manage echo. Regards, Fabien Bodard 2015-10-01 19:59 GMT+02:00 Fabien Bodard : > You can use escape codes too : > > Local Echo (Keyboard Send-Receive) > > This mode selects local echo, which causes every character transmitted > by the terminal to automatically appear on the screen. Therefore, the > computer does not have to transmit (echo) the character back to the > terminal for display. When local echo is off, the terminal only > transmits characters to the computer. The computer must echo the > characters back to the terminal for display. Select send-receive mode > by using the following sequences. > > Send-Receive Mode (SRM) > > ESC [ 1 2 h > 033 133 061 062 150 > Set turns off local echo. The terminal transmits characters to the > computer, which must echo characters for display on screen. > > ESC [ 1 2 l > 033 133 061 062 154 > Reset selects local echo. Characters transmitted to the computer > automatically appear on the screen. > > > > In mode off the program must return the char itself and the terminal > don't display the hitten key. > > > When i'll finished my term emulator i will think to a simplified > component that could implement simple terminal things, > like QBasic does in the past. > > So i had to just type Term.Foreground() > or Term.EchoOff... then ... > > > > 2015-10-01 19:22 GMT+02:00 Yahoo : >> Yes exactly, it?s the way that I've found to restore the terminal. >> >> Thank you >> >> >> ? >> Olivier Cruilles >> >> >> Le October 1, 2015 ? 13:18:31, Tobias Boege (taboege at ...626...) a ?crit: >> >> On Thu, 01 Oct 2015, Yahoo wrote: >>> About gb.ncurses, when I say the terminal become unusable I mean that the Carrier Return does not work after closing my program, so press on the enter key does not create to a new line and the prompt is written on the same line, at the location where is the cursor. >>> >> >> That should indeed not happen. It seems gb.ncurses does not clean up >> properly. On my system, gb.ncurses works fine... But you can use the >> program "reset" to restore the default settings in any case. >> >> Regards, >> Tobi >> >> -- >> "There's an old saying: Don't change anything... ever!" -- Mr. Monk >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > -- > Fabien Bodard -- Fabien Bodard -------------- next part -------------- A non-text attachment was scrubbed... Name: VT100.class Type: application/octet-stream Size: 6067 bytes Desc: not available URL: From olivier.cruilles at ...614... Fri Oct 2 16:40:18 2015 From: olivier.cruilles at ...614... (Yahoo) Date: Fri, 2 Oct 2015 10:40:18 -0400 Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: References: <20151001162240.GA28181@...2774...> <20151001171807.GB28181@...2774...> Message-ID: Thank you Fabien for the code. ?? Olivier Cruilles Le October 2, 2015 ? 02:29:27, Fabien Bodard (gambas.fr at ...626...) a ?crit: This is a class i've found in my old archives :-) ' Gambas module file Public Sub Main() Dim i As Integer Dim s As String For i = 1 To 25 s &= String(80, " ") & "\n" Next vt100.SetAttribute([42]) Print s Print "e" VT100.SetAttribute([1]) VT100.SetColor(VT100.Yellow, VT100.Blue) Print " Coucou " VT100.SetColor(7, 0) Print Print VT100.FontSetG1 For i = 0 To 10 Print "Test de terminal" Next Wait 3 VT100.ForceCursorPosition(5, 5) For i = 0 To 80 Wait 0.05 VT100.ForceCursorPosition(5, i) Next End It may help you. I've added at the end the codes to manage echo. Regards, Fabien Bodard 2015-10-01 19:59 GMT+02:00 Fabien Bodard : > You can use escape codes too : > > Local Echo (Keyboard Send-Receive) > > This mode selects local echo, which causes every character transmitted > by the terminal to automatically appear on the screen. Therefore, the > computer does not have to transmit (echo) the character back to the > terminal for display. When local echo is off, the terminal only > transmits characters to the computer. The computer must echo the > characters back to the terminal for display. Select send-receive mode > by using the following sequences. > > Send-Receive Mode (SRM) > > ESC [ 1 2 h > 033 133 061 062 150 > Set turns off local echo. The terminal transmits characters to the > computer, which must echo characters for display on screen. > > ESC [ 1 2 l > 033 133 061 062 154 > Reset selects local echo. Characters transmitted to the computer > automatically appear on the screen. > > > > In mode off the program must return the char itself and the terminal > don't display the hitten key. > > > When i'll finished my term emulator i will think to a simplified > component that could implement simple terminal things, > like QBasic does in the past. > > So i had to just type Term.Foreground() > or Term.EchoOff... then ... > > > > 2015-10-01 19:22 GMT+02:00 Yahoo : >> Yes exactly, it?s the way that I've found to restore the terminal. >> >> Thank you >> >> >> ? >> Olivier Cruilles >> >> >> Le October 1, 2015 ? 13:18:31, Tobias Boege (taboege at ...626...) a ?crit: >> >> On Thu, 01 Oct 2015, Yahoo wrote: >>> About gb.ncurses, when I say the terminal become unusable I mean that the Carrier Return does not work after closing my program, so press on the enter key does not create to a new line and the prompt is written on the same line, at the location where is the cursor. >>> >> >> That should indeed not happen. It seems gb.ncurses does not clean up >> properly. On my system, gb.ncurses works fine... But you can use the >> program "reset" to restore the default settings in any case. >> >> Regards, >> Tobi >> >> -- >> "There's an old saying: Don't change anything... ever!" -- Mr. Monk >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > -- > Fabien Bodard -- Fabien Bodard ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From charlie at ...2793... Fri Oct 2 16:08:51 2015 From: charlie at ...2793... (Charlie) Date: Fri, 2 Oct 2015 07:08:51 -0700 (MST) Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: References: <20151001162240.GA28181@...2774...> <20151001171807.GB28181@...2774...> Message-ID: <1443794931674-53687.post@...3046...> Have you tried something simple like and let the computer do the work: - /Public Sub Form_Open() Dim sDesktop, sDir As String sDesktop = Desktop.Type Select Case sDesktop Case "GNOME" Shell "gksu ls -a" To sDir 'Ubuntu, Mint, Debian etc Case "KDE" Shell "kdesudo ls -a" To sDir 'Kubuntu, Mint KDE etc End Select Print sDir End/ -- View this message in context: http://gambas.8142.n7.nabble.com/How-to-input-hide-password-into-gambas-command-line-project-tp53669p53687.html Sent from the gambas-user mailing list archive at Nabble.com. From taboege at ...626... Fri Oct 2 17:19:36 2015 From: taboege at ...626... (Tobias Boege) Date: Fri, 2 Oct 2015 17:19:36 +0200 Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: <1443794931674-53687.post@...3046...> References: <20151001162240.GA28181@...2774...> <20151001171807.GB28181@...2774...> <1443794931674-53687.post@...3046...> Message-ID: <20151002151936.GD658@...2774...> On Fri, 02 Oct 2015, Charlie wrote: > Have you tried something simple like and let the computer do the work: - > > /Public Sub Form_Open() > Dim sDesktop, sDir As String > > sDesktop = Desktop.Type > > Select Case sDesktop > Case "GNOME" > Shell "gksu ls -a" To sDir 'Ubuntu, Mint, Debian etc > Case "KDE" > Shell "kdesudo ls -a" To sDir 'Kubuntu, Mint KDE etc > End Select > > Print sDir > > End/ That would work only in a graphical environment. Also gb.desktop reports my DE as "?". What do you do in that case? And also these programs don't return the password but start a process under a different user. What if the password was meant to connect to a MySQL data- base or to read a password-protected RAR archive? Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From gambas at ...1... Fri Oct 2 17:20:41 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 2 Oct 2015 17:20:41 +0200 Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: <20151002151936.GD658@...2774...> References: <20151001162240.GA28181@...2774...> <20151001171807.GB28181@...2774...> <1443794931674-53687.post@...3046...> <20151002151936.GD658@...2774...> Message-ID: <560EA0C9.4040706@...1...> Le 02/10/2015 17:19, Tobias Boege a ?crit : > On Fri, 02 Oct 2015, Charlie wrote: >> Have you tried something simple like and let the computer do the work: - >> >> /Public Sub Form_Open() >> Dim sDesktop, sDir As String >> >> sDesktop = Desktop.Type >> >> Select Case sDesktop >> Case "GNOME" >> Shell "gksu ls -a" To sDir 'Ubuntu, Mint, Debian etc >> Case "KDE" >> Shell "kdesudo ls -a" To sDir 'Kubuntu, Mint KDE etc >> End Select >> >> Print sDir >> >> End/ > > That would work only in a graphical environment. Also gb.desktop reports my > DE as "?". What do you do in that case? > > And also these programs don't return the password but start a process under > a different user. What if the password was meant to connect to a MySQL data- > base or to read a password-protected RAR archive? > > Regards, > Tobi > What's your desktop? -- Beno?t Minisini From taboege at ...626... Fri Oct 2 17:42:09 2015 From: taboege at ...626... (Tobias Boege) Date: Fri, 2 Oct 2015 17:42:09 +0200 Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: <560EA0C9.4040706@...1...> References: <20151001162240.GA28181@...2774...> <20151001171807.GB28181@...2774...> <1443794931674-53687.post@...3046...> <20151002151936.GD658@...2774...> <560EA0C9.4040706@...1...> Message-ID: <20151002154209.GE658@...2774...> On Fri, 02 Oct 2015, Beno??t Minisini wrote: > Le 02/10/2015 17:19, Tobias Boege a ?crit : > > On Fri, 02 Oct 2015, Charlie wrote: > >> Have you tried something simple like and let the computer do the work: - > >> > >> /Public Sub Form_Open() > >> Dim sDesktop, sDir As String > >> > >> sDesktop = Desktop.Type > >> > >> Select Case sDesktop > >> Case "GNOME" > >> Shell "gksu ls -a" To sDir 'Ubuntu, Mint, Debian etc > >> Case "KDE" > >> Shell "kdesudo ls -a" To sDir 'Kubuntu, Mint KDE etc > >> End Select > >> > >> Print sDir > >> > >> End/ > > > > That would work only in a graphical environment. Also gb.desktop reports my > > DE as "?". What do you do in that case? > > > > And also these programs don't return the password but start a process under > > a different user. What if the password was meant to connect to a MySQL data- > > base or to read a password-protected RAR archive? > > > > Regards, > > Tobi > > > > What's your desktop? > It's Trinity[0] in version 3.5.13. But it seems there is some more work to do than just in Desktop.Type, e.g. if I select a directory in the IDE's project TreeView and "Open in file manager..." (I guess this is Desktop's Open() method), it starts Firefox. And there was some commonly used file format (which I can't recall) which it insisted to open with "kdesvn". But these may be configuration problems on my side. I always wanted to fix it but found myself to have gotten used to it by now. For Desktop.Type, I see several mentions of Trinity in my environment variables, most notably it is DESKTOP_SESSION=trinity Regards, Tobi [0] https://www.trinitydesktop.org/ -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From bugtracker at ...3416... Fri Oct 2 18:13:00 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 02 Oct 2015 16:13:00 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #784: gb.logging reports bad callLocation Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.784&from=L21haW4- Emanuele SOTTOCORNO reported a new bug. Summary ------- gb.logging reports bad callLocation Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Language Description ----------- Regardless the class / function where the logger has called, the token ever report '[ComplexLogger.Log.60]'. The error derive from Formatter.GetCallLocation function, the line should be modified as: While System.Backtrace[iCount] Begins "Logger" Or System.Backtrace[iCount] Begins "Formatter" Or System.Backtrace[iCount] Begins "Complex" to extract the correct string from System.BackTrace System information ------------------ [System] Gambas=3.8.90 r7375 OperatingSystem=Linux Kernel=3.19.0-30-generic Architecture=x86_64 Distribution=Ubuntu 15.04 Desktop=GNOME Theme=Cleanlooks Language=it_IT.UTF-8 Memory=3951M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.9 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.27 GTK+3=libgtk-3.so.0.1400.13 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.49.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.4.1 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_IM_MODULE=xim COMPIZ_BIN_PATH=/usr/bin/ COMPIZ_CONFIG_PROFILE=ubuntu DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-Ti5aP8RGHH DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=ubuntu GDM_LANG=it_IT GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=2001 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1 GTK_IM_MODULE=ibus GTK_MODULES=overlay-scrollbar:unity-gtk-module HOME= IM_CONFIG_PHASE=1 INSTANCE= JAVA_TOOL_OPTIONS=-javaagent:/usr/share/java/jayatanaag.jar JOB=unity-settings-daemon LANG=it_IT.UTF-8 LANGUAGE=it_IT LOGNAME= MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT4_IM_MODULE=xim QT_IM_MODULE=ibus QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION=ubuntu SESSIONTYPE=gnome-session SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=xsession started UPSTART_INSTANCE= UPSTART_JOB=unity7 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1214 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg XDG_CURRENT_DESKTOP=Unity XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/ XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@...3498...=ibus From gambas at ...1... Fri Oct 2 19:13:22 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 2 Oct 2015 19:13:22 +0200 Subject: [Gambas-user] How to input hide password into gambas command line project ? In-Reply-To: <20151002154209.GE658@...2774...> References: <20151001162240.GA28181@...2774...> <20151001171807.GB28181@...2774...> <1443794931674-53687.post@...3046...> <20151002151936.GD658@...2774...> <560EA0C9.4040706@...1...> <20151002154209.GE658@...2774...> Message-ID: <560EBB32.7060209@...1...> Le 02/10/2015 17:42, Tobias Boege a ?crit : > On Fri, 02 Oct 2015, Beno??t Minisini wrote: >> Le 02/10/2015 17:19, Tobias Boege a ?crit : >>> On Fri, 02 Oct 2015, Charlie wrote: >>>> Have you tried something simple like and let the computer do the work: - >>>> >>>> /Public Sub Form_Open() >>>> Dim sDesktop, sDir As String >>>> >>>> sDesktop = Desktop.Type >>>> >>>> Select Case sDesktop >>>> Case "GNOME" >>>> Shell "gksu ls -a" To sDir 'Ubuntu, Mint, Debian etc >>>> Case "KDE" >>>> Shell "kdesudo ls -a" To sDir 'Kubuntu, Mint KDE etc >>>> End Select >>>> >>>> Print sDir >>>> >>>> End/ >>> >>> That would work only in a graphical environment. Also gb.desktop reports my >>> DE as "?". What do you do in that case? >>> >>> And also these programs don't return the password but start a process under >>> a different user. What if the password was meant to connect to a MySQL data- >>> base or to read a password-protected RAR archive? >>> >>> Regards, >>> Tobi >>> >> >> What's your desktop? >> > > It's Trinity[0] in version 3.5.13. But it seems there is some more work to > do than just in Desktop.Type, e.g. if I select a directory in the IDE's > project TreeView and "Open in file manager..." (I guess this is Desktop's > Open() method), it starts Firefox. And there was some commonly used file > format (which I can't recall) which it insisted to open with "kdesvn". But > these may be configuration problems on my side. > > I always wanted to fix it but found myself to have gotten used to it by now. > For Desktop.Type, I see several mentions of Trinity in my environment > variables, most notably it is > > DESKTOP_SESSION=trinity > > Regards, > Tobi > > [0] https://www.trinitydesktop.org/ > There is non-standard standard: setting the XDG_CURRENT_DESKTOP env. variable. All other things are not standard at all. So for Gambas, just set XDG_CURRENT_DESKTOP. But it won't do anything else, as the Stock class does not handle Trinity. Regards, -- Beno?t Minisini From bugtracker at ...3416... Sat Oct 3 00:09:45 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 02 Oct 2015 22:09:45 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Comment #24 by Beno?t MINISINI: It should be fixed in revision #7376. Can you confirm? From bugtracker at ...3416... Sat Oct 3 00:11:53 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 02 Oct 2015 22:11:53 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #782: gtk+ popup menu position in tray icon is not perfect In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.782&from=L21haW4- Comment #1 by Beno?t MINISINI: This is a GTK+ problem, he has to decide where the menu pops up, as soon as you use a desktop that does not support the new trayicon protocol. I can't do anything against that. From bugtracker at ...3416... Sat Oct 3 00:12:04 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 02 Oct 2015 22:12:04 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #782: gtk+ popup menu position in tray icon is not perfect In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.782&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Rejected. From taboege at ...626... Sat Oct 3 01:22:57 2015 From: taboege at ...626... (Tobias Boege) Date: Sat, 3 Oct 2015 01:22:57 +0200 Subject: [Gambas-user] Forward events from constructor Message-ID: <20151002232257.GH658@...2774...> Hi, I'm puzzled by some behaviour of the interpreter when objects raise events from their constructors. The following big block of text just gives the rationale of my question. I think what I'm doing is not too strange. There is a short demonstration project attached. In my real project I want to implement a TextBox with a ToolButton next to it. This thing has a Validate event and should it be Stop Event'd by the user, this counts as invalid input. The validity of the input is reflected by the ToolButton's Picture. The user can specify a message which is dis- played as a Balloon over the ToolButton after the Button was clicked, explaining why the input is invalid. This is done in the following manner: FValidateBox is a Form class which handles all the logic. On top of that is ValidateBox.class which keeps an internal FValidateBox. If that FValidateBox raises its Validate event, ValidateBox forwards it to the user and redirects any Stop Event back to the FValidateBox to evaluate. This works, except that I also want to force an initial validation of the empty TextBox to initialise the ToolButton's Picture correctly (the question is here: does the user accept the empty string?). So I write in the constructor of ValidateBox.class: Inherits UserControl Private $frmControl As FValidateBox Public Sub _new() $frmControl = New FValidateBox(Me) As "Control" ' Call the Change handler of the TextBox which initiates the validation ' process by raising $frmControl's Validate event. $frmControl.txtInput_Change() End I noticed that in this scenario, the event raised by $frmControl does not reach the Control_Validate() handler in ValidateBox.class and therefore the validation process gets a false positive "correct" answer since nobody had a chance to Stop Event. [ As a workaround, I think I can use a Timer with short delay, despite its ugliness. But I'm curious about the reason. ] Is there a limitation, about raising events from constructors, I don't know of? Also note how, in the demonstration project, I can very well initiate the validation procedure just after the constructor finished. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk -------------- next part -------------- A non-text attachment was scrubbed... Name: constructor-event-0.0.1.tar.gz Type: application/octet-stream Size: 4603 bytes Desc: not available URL: From bugtracker at ...3416... Sat Oct 3 01:23:37 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 02 Oct 2015 23:23:37 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #781: gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4- Comment #1 by Beno?t MINISINI: Is it better with revision #7377? From bugtracker at ...3416... Sat Oct 3 01:23:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 02 Oct 2015 23:23:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #781: gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Waiting. From bugtracker at ...3416... Sat Oct 3 02:22:46 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 00:22:46 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #778: gtk+/gtk3 different with qt4, clock example look different In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.778&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Sat Oct 3 02:26:13 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 3 Oct 2015 02:26:13 +0200 Subject: [Gambas-user] Forward events from constructor In-Reply-To: <20151002232257.GH658@...2774...> References: <20151002232257.GH658@...2774...> Message-ID: <560F20A5.1070501@...1...> Le 03/10/2015 01:22, Tobias Boege a ?crit : > Hi, > > I'm puzzled by some behaviour of the interpreter when objects raise events > from their constructors. > > The following big block of text just gives the rationale of my question. I > think what I'm doing is not too strange. There is a short demonstration > project attached. > > In my real project I want to implement a TextBox with a ToolButton next to > it. This thing has a Validate event and should it be Stop Event'd by the > user, this counts as invalid input. The validity of the input is reflected > by the ToolButton's Picture. The user can specify a message which is dis- > played as a Balloon over the ToolButton after the Button was clicked, > explaining why the input is invalid. > > This is done in the following manner: FValidateBox is a Form class which > handles all the logic. On top of that is ValidateBox.class which keeps an > internal FValidateBox. If that FValidateBox raises its Validate event, > ValidateBox forwards it to the user and redirects any Stop Event back to > the FValidateBox to evaluate. > > This works, except that I also want to force an initial validation of the > empty TextBox to initialise the ToolButton's Picture correctly (the question > is here: does the user accept the empty string?). So I write in the > constructor of ValidateBox.class: > > Inherits UserControl > > Private $frmControl As FValidateBox > > Public Sub _new() > $frmControl = New FValidateBox(Me) As "Control" > ' Call the Change handler of the TextBox which initiates the validation > ' process by raising $frmControl's Validate event. > $frmControl.txtInput_Change() > End > > I noticed that in this scenario, the event raised by $frmControl does not > reach the Control_Validate() handler in ValidateBox.class and therefore the > validation process gets a false positive "correct" answer since nobody had > a chance to Stop Event. [ As a workaround, I think I can use a Timer with > short delay, despite its ugliness. But I'm curious about the reason. ] > > Is there a limitation, about raising events from constructors, I don't know > of? Also note how, in the demonstration project, I can very well initiate > the validation procedure just after the constructor finished. > > Regards, > Tobi > The logic behind that behaviour is that an object whose constructor is not finished should not be able to raise or catch events. Said differently, an object must be ready to deal with events. Regards, -- Beno?t Minisini From bugtracker at ...3416... Sat Oct 3 02:39:11 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 00:39:11 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #778: gtk+/gtk3 different with qt4, clock example look different In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.778&from=L21haW4- Comment #1 by Beno?t MINISINI: As for the CPU resource, I can't do a lot of things : the image rotation routine of Qt is faster than the GTK+ one, which was written by me in C. AFAIK, GTK+ has no image rotation function. From bugtracker at ...3416... Sat Oct 3 03:02:37 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 01:02:37 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #778: gtk+/gtk3 different with qt4, clock example look different In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.778&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in revision #7378. From bugtracker at ...3416... Sat Oct 3 03:02:52 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 01:02:52 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #778: gtk+/gtk3 different with qt4, clock example look different In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.778&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat Oct 3 03:43:14 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 01:43:14 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #752: Gambas shows - gbx3: warning: trying to watch fd #-1 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.752&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Waiting. From bugtracker at ...3416... Sat Oct 3 09:06:53 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 07:06:53 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #781: gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4- Comment #2 by Zainudin AHMAD: with r7378, no different From bugtracker at ...3416... Sat Oct 3 09:19:15 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 07:19:15 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #778: gtk+/gtk3 different with qt4, clock example look different In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.778&from=L21haW4- Comment #3 by Zainudin AHMAD: it's fine, use this version is better than older version(not remember which version), when I try move the clock is faster now. From bugtracker at ...3416... Sat Oct 3 11:48:16 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 09:48:16 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Comment #25 by Moviga TECHNOLOGIES: It works From bugtracker at ...3416... Sat Oct 3 13:29:43 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 11:29:43 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #776: Gambas does not detect Breeze as desktop incon theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.776&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat Oct 3 19:15:31 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 17:15:31 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #781: gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4- Comment #3 by Beno?t MINISINI: Well, then maybe it's the fault of your window manager? When Gambas creates a window, it does not send a move request until you call the Move() method explicitly with a position different from (0,0). In other words, having an initial position of (0,0) is the same thing as having no initial position. In that case, it's the window manager that decides where the windows will appear. I will check the Qt source when I have time to see if he sends an initial window position even if Gambas does not specify any. Note that on KDE, both windows appears under the task bar : the window manager prevents any window to appear behind it whatever the initial position I specify. From bugtracker at ...3416... Sat Oct 3 19:15:37 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 17:15:37 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #781: gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Working. From moviga at ...3488... Sat Oct 3 19:46:49 2015 From: moviga at ...3488... (Moviga Technologies) Date: Sat, 03 Oct 2015 19:46:49 +0200 Subject: [Gambas-user] Pointer or something Message-ID: If I have an array of a Struct called Elements[], and I want to do some operations on Elements[i], is there anyway I can make e As Element be a reference to Elements[i], so that when I manipulate e.Title that will be reflected in Elements[i].Title? From bugtracker at ...3416... Sat Oct 3 20:21:47 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 18:21:47 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #781: gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4- Comment #4 by Zainudin AHMAD: Yes, you are right. This happens only with openbox. but with gtk+/gtk3 is fine, only with qt I have this problem. From jussi.lahtinen at ...626... Sat Oct 3 20:29:15 2015 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Sat, 3 Oct 2015 21:29:15 +0300 Subject: [Gambas-user] Pointer or something In-Reply-To: References: Message-ID: Dim e As Element e = Elements[i] Jussi On Sat, Oct 3, 2015 at 8:46 PM, Moviga Technologies wrote: > > > If I have an array of a Struct called Elements[], and I want to do some > operations on Elements[i], is there anyway I can make > > e As Element be a reference to Elements[i], so that when I manipulate > e.Title that will be reflected in Elements[i].Title? > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bugtracker at ...3416... Sun Oct 4 00:25:41 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 22:25:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #785: Insert zero character only get white space, with mask = 0 or # or 9 or [0-9] Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.785&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Insert zero character only get white space, with mask = 0 or # or 9 or [0-9] Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GUI components Description ----------- I get this bug from : http://gambas.8142.n7.nabble.com/MaskBox-bug-tp53602.html attach project. System information ------------------ [System] Gambas=3.8.90 r7373 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-tEkragS59B,guid=55be6b5496a328725cadaec80000002a DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-ewlnhi GNOME_KEYRING_PID=1679 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1670 SSH_AUTH_SOCK=/tmp/keyring-ewlnhi/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1443290625.818544-1583884160 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1640 From bugtracker at ...3416... Sun Oct 4 00:25:54 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 22:25:54 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #785: Insert zero character only get white space, with mask = 0 or # or 9 or [0-9] In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.785&from=L21haW4- Zainudin AHMAD added an attachment: test-MaskBox-0.0.1.tar.gz From bugtracker at ...3416... Sun Oct 4 01:10:21 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 23:10:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #786: icon size is too small, with Application.Font.Size = 10 or Less Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.786&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- icon size is too small, with Application.Font.Size = 10 or Less Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GUI components Description ----------- Set font size to 10 (FontSize < 10). attach pic-1 Close and open IDE. Icon is too small (attach pic-2) --- With simple project, compare with 3.7.1 version. attach pic-3 attach project. System information ------------------ [System] Gambas=3.8.90 r7373 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-tEkragS59B,guid=55be6b5496a328725cadaec80000002a DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-ewlnhi GNOME_KEYRING_PID=1679 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1670 SSH_AUTH_SOCK=/tmp/keyring-ewlnhi/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1443290625.818544-1583884160 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1640 From bugtracker at ...3416... Sun Oct 4 01:10:35 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 23:10:35 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #786: icon size is too small, with Application.Font.Size = 10 or Less In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.786&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Sun Oct 4 01:10:47 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 23:10:47 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #786: icon size is too small, with Application.Font.Size = 10 or Less In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.786&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Sun Oct 4 01:11:00 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 23:11:00 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #786: icon size is too small, with Application.Font.Size = 10 or Less In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.786&from=L21haW4- Zainudin AHMAD added an attachment: pic-3.png From bugtracker at ...3416... Sun Oct 4 01:11:11 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 23:11:11 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #786: icon size is too small, with Application.Font.Size = 10 or Less In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.786&from=L21haW4- Zainudin AHMAD added an attachment: test-IconSize-0.0.1.tar.gz From bugtracker at ...3416... Sun Oct 4 01:57:36 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 23:57:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #786: icon size is too small, with Application.Font.Size = 10 or Less In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.786&from=L21haW4- Comment #1 by Beno?t MINISINI: It should be better in revision #7380. From bugtracker at ...3416... Sun Oct 4 01:57:41 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 03 Oct 2015 23:57:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #786: icon size is too small, with Application.Font.Size = 10 or Less In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.786&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sun Oct 4 04:03:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 02:03:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #785: Insert zero character only get white space, with mask = 0 or # or 9 or [0-9] In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.785&from=L21haW4- Comment #1 by Beno?t MINISINI: This is not a really bug, this is the way it works. Zero digit is replaced by a space unless you use the "0" mask character. In other words, the mask for a number should be something like "####0". From bugtracker at ...3416... Sun Oct 4 04:04:35 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 02:04:35 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #785: Insert zero character only get white space, with mask = 0 or # or 9 or [0-9] In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.785&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Rejected. From moviga at ...3488... Sun Oct 4 12:19:10 2015 From: moviga at ...3488... (Moviga Technologies) Date: Sun, 04 Oct 2015 12:19:10 +0200 Subject: [Gambas-user] Pointer or something In-Reply-To: References: Message-ID: Nice :) Is there any place in the wiki that explains why this is so? From gambas at ...1... Sun Oct 4 12:33:35 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 4 Oct 2015 12:33:35 +0200 Subject: [Gambas-user] Pointer or something In-Reply-To: References: Message-ID: <5611007F.6040902@...1...> Le 04/10/2015 12:19, Moviga Technologies a ?crit : > Nice :) > > Is there any place in the wiki that explains why this is so? > What do you think it could be otherwise? Note that internally the structure Elements[i] is transformed into a temporary object pointed to the real data so that you can use the syntax 'Element[i].XXX'. In other words, unless you talk to a C shared-library through the Extern keyword, you should not use structures. -- Beno?t Minisini From moviga at ...3488... Sun Oct 4 12:48:30 2015 From: moviga at ...3488... (Moviga Technologies) Date: Sun, 04 Oct 2015 12:48:30 +0200 Subject: [Gambas-user] Pointer or something In-Reply-To: <5611007F.6040902@...1...> References: <5611007F.6040902@...1...> Message-ID: Well, just following the logic from variables. If a and b are integers, and b=2, and then one does a=b, and then Inc a, b is still 2 while a is 3. Oh, OK. I though using Struct was just a more simple alternative to a class. Better use a class then. Thanks! From bugtracker at ...3416... Sun Oct 4 12:58:39 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 10:58:39 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #787: Beautify has to be run several times Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.787&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary ------- Beautify has to be run several times Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- Paste this code in a class file, and hit Ctrl+F. It will only add void lines to the top most function that currently has none. One has to hit Ctrl+F once for each function block. Private $hRect As Rect Private $sShape As String Private $iLineWidth As Integer Private $iLineColor As Integer Private $iFillColor As Integer Private $iZ As Integer Property Rect As Rect Property Shape As String Property LineWidth As Integer Property LineColor As Integer Property FillColor As Integer Property Z As Integer Private Function Rect_Read() As Rect Return $hRect End Private Sub Rect_Write(Rect As Rect) $hRect = Rect End Private Function Shape_Read() As String Return $sShape End Private Sub Shape_Write(Shape As String) $sShape = Shape End Private Function LineWidth_Read() As Integer Return $iLineWidth End Private Sub LineWidth_Write(LineWidth As Integer) $iLineWidth = LineWidth End Private Function LineColor_Read() As Integer Return $iLineColor End Private Sub LineColor_Write(LineColor As Integer) $iLineColor = LineColor End Private Function FillColor_Read() As Integer Return $iFillColor End Private Sub FillColor_Write(FillColor As Integer) $iFillColor = FillColor End Private Function Z_Read() As Integer Return $iZ End Private Sub Z_Write(Z As Integer) $iZ = Z End System information ------------------ [System] Gambas=3.8.90 r7312 OperatingSystem=Linux Kernel=4.1.6-1-ARCH Architecture=x86_64 Distribution=arch Desktop=KDE5 Theme=Proxy Language=nb_NO.UTF-8 Memory=9901M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.2.0 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.3 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.28 GTK+3=libgtk-3.so.0.1600.6 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.52.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.0 SDL=libSDL-1.2.so.0.11.4 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-7rvPN8rlRD,guid=75534cfdb433e848ad9f896a55f965a8 DESKTOP_SESSION=plasma DISPLAY=:0 GB_GUI=gb.qt5 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_MODULES=canberra-gtk-module GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HOME= KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=nb_NO.UTF-8 LANGUAGE=nb LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PAM_KWALLET5_LOGIN=/tmp/kwallet5_.socket PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_IM_MODULE=compose QT_NO_GLIB=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/899,unix/:/tmp/.ICE-unix/899 SHELL=/bin/bash SHLVL=1 SSH_ASKPASS=/usr/bin/ksshaskpass TZ=:/etc/localtime USER= XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_SIZE=0 XCURSOR_THEME=Breeze_Snow XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 _=/usr/lib/kf5/start_kdeinit_wrapper From gambas at ...1... Sun Oct 4 13:01:19 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 4 Oct 2015 13:01:19 +0200 Subject: [Gambas-user] Pointer or something In-Reply-To: References: <5611007F.6040902@...1...> Message-ID: <561106FF.4070108@...1...> Le 04/10/2015 12:48, Moviga Technologies a ?crit : > Well, just following the logic from variables. If a and b are integers, > and b=2, and then one does a=b, and then Inc a, b is still 2 while a is > 3. I don't see the relation with structures. What you are talking about is just the difference between a value and a reference (i.e. a pointer) to a value. > > Oh, OK. I though using Struct was just a more simple alternative to a > class. Better use a class then. Thanks! > In Gambas, a structure is a class. As soon as you use it exactly like a class, there is no difference. Struct MyStruct ... End Struct Private aStruct As MyStruct Private aClass As MyClass --> aClass and aStruct behave the same. But there is something more when you use the Struct keyword in the declaration: ' MyClass.class Private aStruct As Struct MyStruct Then the contents of the structure is embedded in the object where it is declared. Consequently, to use it like another object (i.e. MyObject.aStruct.XXX), Gambas has to create a temporary object, and so it is slower than using a real object. There is the same distinction with array of structures: ' MyClass.class Private arrayOfStruct[XXX] As Struct MyStruct arrayOfstruct[1] is slower than if the declaration has been: Private arrayOfStruct As New MyStruct[XXX] (note that in the late case, you have to create instances of MyStruct to populate the array). I hope it's a bit clearer now. Regards, -- Beno?t Minisini From bugtracker at ...3416... Sun Oct 4 13:01:58 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 11:01:58 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #788: Beautify makes the code editor jump to the beginning of the document Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.788&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary ------- Beautify makes the code editor jump to the beginning of the document Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- When in a document longer than the monitor height, running beautify with Ctrl+F makes the editor jump to the beginning of the document System information ------------------ [System] Gambas=3.8.90 r7312 OperatingSystem=Linux Kernel=4.1.6-1-ARCH Architecture=x86_64 Distribution=arch Desktop=KDE5 Theme=Proxy Language=nb_NO.UTF-8 Memory=9901M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.2.0 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.3 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.28 GTK+3=libgtk-3.so.0.1600.6 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.52.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.0 SDL=libSDL-1.2.so.0.11.4 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-7rvPN8rlRD,guid=75534cfdb433e848ad9f896a55f965a8 DESKTOP_SESSION=plasma DISPLAY=:0 GB_GUI=gb.qt5 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_MODULES=canberra-gtk-module GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HOME= KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=nb_NO.UTF-8 LANGUAGE=nb LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PAM_KWALLET5_LOGIN=/tmp/kwallet5_.socket PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_IM_MODULE=compose QT_NO_GLIB=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/899,unix/:/tmp/.ICE-unix/899 SHELL=/bin/bash SHLVL=1 SSH_ASKPASS=/usr/bin/ksshaskpass TZ=:/etc/localtime USER= XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_SIZE=0 XCURSOR_THEME=Breeze_Snow XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 _=/usr/lib/kf5/start_kdeinit_wrapper From bugtracker at ...3416... Sun Oct 4 13:12:14 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 11:12:14 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #788: Beautify makes the code editor jump to the beginning of the document In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.788&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in revision #7381. From bugtracker at ...3416... Sun Oct 4 13:12:17 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 11:12:17 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #788: Beautify makes the code editor jump to the beginning of the document In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.788&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sun Oct 4 13:13:26 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 11:13:26 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #787: Beautify has to be run several times In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.787&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sun Oct 4 13:23:13 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 11:23:13 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #787: Beautify has to be run several times In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.787&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in revision #7382. From bugtracker at ...3416... Sun Oct 4 13:23:23 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 11:23:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #787: Beautify has to be run several times In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.787&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sun Oct 4 13:26:41 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 11:26:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #711: Remember cursor position when double clicking a file in the project tree In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.711&from=L21haW4- Comment #3 by Beno?t MINISINI: Fixed in revision #7383. From bugtracker at ...3416... Sun Oct 4 13:26:44 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 11:26:44 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #711: Remember cursor position when double clicking a file in the project tree In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.711&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sun Oct 4 14:06:58 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 12:06:58 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #789: Edit bookmarks, rename the bookmark name when press button up or down Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.789&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Edit bookmarks, rename the bookmark name when press button up or down Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- reproduce the bug : attach pic System information ------------------ [System] Gambas=3.8.90 r7378 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ISm8ecul6S,guid=d41dc33f31f83c1c43f4901300000026 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-kp4gRb GNOME_KEYRING_PID=1575 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1566 SSH_AUTH_SOCK=/tmp/keyring-kp4gRb/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1443912393.695480-894343067 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1536 From bugtracker at ...3416... Sun Oct 4 14:07:18 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 12:07:18 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #789: Edit bookmarks, rename the bookmark name when press button up or down In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.789&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Sun Oct 4 14:58:53 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 12:58:53 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #789: Edit bookmarks, rename the bookmark name when press button up or down In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.789&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in revision #7384. From bugtracker at ...3416... Sun Oct 4 14:58:57 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 12:58:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #789: Edit bookmarks, rename the bookmark name when press button up or down In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.789&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sun Oct 4 16:12:46 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 04 Oct 2015 14:12:46 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #790: Cursor moves when running beautify Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.790&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary ------- Cursor moves when running beautify Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- After hitting Ctrl+F the cursor is in a completely different place (after 787 & 788), that is it remains on the same linenumber, but as Ctrl+F adds several lines, it should follow along. System information ------------------ [System] Gambas=3.8.90 r7312 OperatingSystem=Linux Kernel=4.1.6-1-ARCH Architecture=x86_64 Distribution=arch Desktop=KDE5 Theme=Proxy Language=nb_NO.UTF-8 Memory=9901M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.2.0 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.3 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.28 GTK+3=libgtk-3.so.0.1600.6 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.52.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.0 SDL=libSDL-1.2.so.0.11.4 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-7rvPN8rlRD,guid=75534cfdb433e848ad9f896a55f965a8 DESKTOP_SESSION=plasma DISPLAY=:0 GB_GUI=gb.qt5 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_MODULES=canberra-gtk-module GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HOME= KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=nb_NO.UTF-8 LANGUAGE=nb LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PAM_KWALLET5_LOGIN=/tmp/kwallet5_.socket PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_IM_MODULE=compose QT_NO_GLIB=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/899,unix/:/tmp/.ICE-unix/899 SHELL=/bin/bash SHLVL=1 SSH_ASKPASS=/usr/bin/ksshaskpass TZ=:/etc/localtime USER= XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_SIZE=0 XCURSOR_THEME=Breeze_Snow XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 _=/usr/lib/kf5/start_kdeinit_wrapper From moviga at ...3488... Sun Oct 4 16:14:22 2015 From: moviga at ...3488... (Moviga Technologies) Date: Sun, 04 Oct 2015 16:14:22 +0200 Subject: [Gambas-user] Pointer or something In-Reply-To: <561106FF.4070108@...1...> References: <5611007F.6040902@...1...> <561106FF.4070108@...1...> Message-ID: > I don't see the relation with structures. What you are talking about is > just the difference between a value and a reference (i.e. a pointer) to > a value. What I mean is I guess that pattern has affected my mindset in the way I think about putting a structure at the right side of an assignment operator :) I am not so much into C/C++, and I suppose the underlying mechanisms would have been clearer if I knew those languages. > I hope it's a bit clearer now. So, in short: do not use a Struct ever, unless you are talking to a C shared-library through the Extern keyword, because the underlying mechanisms are slower, and also as I read in the wiki, they occupy more memory. From gambas at ...1... Sun Oct 4 16:50:05 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 4 Oct 2015 16:50:05 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 Message-ID: <56113C9D.4030405@...1...> Hi, I have just uploaded a pre-release of Gambas 3.8.2 at: http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.2.tar.bz2/download You will find in it everything that was is /trunk: all the bug fixes, and the changes, that (normally) are all backward-compatible. The full changelog is on the wiki. Please report if you have any problem with it. Now I am going to test it on my Mint virtual machine. Regards, -- Beno?t Minisini From taboege at ...626... Sun Oct 4 18:28:37 2015 From: taboege at ...626... (Tobias Boege) Date: Sun, 4 Oct 2015 18:28:37 +0200 Subject: [Gambas-user] Pointer or something In-Reply-To: References: <5611007F.6040902@...1...> Message-ID: <20151004162837.GA739@...2774...> On Sun, 04 Oct 2015, Moviga Technologies wrote: > Well, just following the logic from variables. If a and b are integers, > and b=2, and then one does a=b, and then Inc a, b is still 2 while a is > 3. > In Gambas, objects are always references. You may find one or the other additional insight from reading the object model document[0]. Regards, Tobi [0] http://gambaswiki.org/wiki/doc/object-model -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From taboege at ...626... Sun Oct 4 18:29:06 2015 From: taboege at ...626... (Tobias Boege) Date: Sun, 4 Oct 2015 18:29:06 +0200 Subject: [Gambas-user] Forward events from constructor In-Reply-To: <560F20A5.1070501@...1...> References: <20151002232257.GH658@...2774...> <560F20A5.1070501@...1...> Message-ID: <20151004162906.GB739@...2774...> On Sat, 03 Oct 2015, Beno??t Minisini wrote: > > Is there a limitation, about raising events from constructors, I don't know > > of? Also note how, in the demonstration project, I can very well initiate > > the validation procedure just after the constructor finished. > > > > The logic behind that behaviour is that an object whose constructor is > not finished should not be able to raise or catch events. > > Said differently, an object must be ready to deal with events. > Uff, I didn't expect the answer to make this much sense... -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From gambas at ...1... Sun Oct 4 18:32:22 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 4 Oct 2015 18:32:22 +0200 Subject: [Gambas-user] Forward events from constructor In-Reply-To: <20151004162906.GB739@...2774...> References: <20151002232257.GH658@...2774...> <560F20A5.1070501@...1...> <20151004162906.GB739@...2774...> Message-ID: <56115496.8020008@...1...> Le 04/10/2015 18:29, Tobias Boege a ?crit : > On Sat, 03 Oct 2015, Beno??t Minisini wrote: >>> Is there a limitation, about raising events from constructors, I don't know >>> of? Also note how, in the demonstration project, I can very well initiate >>> the validation procedure just after the constructor finished. >>> >> >> The logic behind that behaviour is that an object whose constructor is >> not finished should not be able to raise or catch events. >> >> Said differently, an object must be ready to deal with events. >> > > Uff, I didn't expect the answer to make this much sense... > It's not technically necessary to do that, but it avoids a lot of possible annoying bugs in your code. -- Beno?t Minisini From taboege at ...626... Sun Oct 4 18:43:42 2015 From: taboege at ...626... (Tobias Boege) Date: Sun, 4 Oct 2015 18:43:42 +0200 Subject: [Gambas-user] Forward events from constructor In-Reply-To: <56115496.8020008@...1...> References: <20151002232257.GH658@...2774...> <560F20A5.1070501@...1...> <20151004162906.GB739@...2774...> <56115496.8020008@...1...> Message-ID: <20151004164342.GC739@...2774...> On Sun, 04 Oct 2015, Beno??t Minisini wrote: > Le 04/10/2015 18:29, Tobias Boege a ?crit : > > On Sat, 03 Oct 2015, Beno??t Minisini wrote: > >>> Is there a limitation, about raising events from constructors, I don't know > >>> of? Also note how, in the demonstration project, I can very well initiate > >>> the validation procedure just after the constructor finished. > >>> > >> > >> The logic behind that behaviour is that an object whose constructor is > >> not finished should not be able to raise or catch events. > >> > >> Said differently, an object must be ready to deal with events. > >> > > > > Uff, I didn't expect the answer to make this much sense... > > > > It's not technically necessary to do that, but it avoids a lot of > possible annoying bugs in your code. > I understand. And by the way, that Timer trick works even in the following form: --8<--[ ValidateBox.class]-------------------------------------------------- Private $frmControl As FValidateBox Private $hTimer As Timer Public Sub _new() $frmControl = New FValidateBox(Me) As "Control" $hTimer = New Timer As "FirstCheck" $hTimer.Delay = 1 $hTimer.Start() End Public Sub FirstCheck_Timer() $hTimer.Stop() $frmControl.txtInput_Change() ' Trigger first validation End --8<------------------------------------------------------------------------ The 1 millisecond timer delay is provocative enough that everyone who reads the code will get that this is a hack and why it's there for. It is not as self-explanatory as the GB.Post() API which we have in C, though. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From gambas at ...1... Sun Oct 4 19:07:43 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 4 Oct 2015 19:07:43 +0200 Subject: [Gambas-user] Forward events from constructor In-Reply-To: <20151004164342.GC739@...2774...> References: <20151002232257.GH658@...2774...> <560F20A5.1070501@...1...> <20151004162906.GB739@...2774...> <56115496.8020008@...1...> <20151004164342.GC739@...2774...> Message-ID: <56115CDF.50404@...1...> Le 04/10/2015 18:43, Tobias Boege a ?crit : > On Sun, 04 Oct 2015, Beno??t Minisini wrote: >> Le 04/10/2015 18:29, Tobias Boege a ?crit : >>> On Sat, 03 Oct 2015, Beno??t Minisini wrote: >>>>> Is there a limitation, about raising events from constructors, I don't know >>>>> of? Also note how, in the demonstration project, I can very well initiate >>>>> the validation procedure just after the constructor finished. >>>>> >>>> >>>> The logic behind that behaviour is that an object whose constructor is >>>> not finished should not be able to raise or catch events. >>>> >>>> Said differently, an object must be ready to deal with events. >>>> >>> >>> Uff, I didn't expect the answer to make this much sense... >>> >> >> It's not technically necessary to do that, but it avoids a lot of >> possible annoying bugs in your code. >> > > I understand. And by the way, that Timer trick works even in the following > form: > > --8<--[ ValidateBox.class]-------------------------------------------------- > Private $frmControl As FValidateBox > Private $hTimer As Timer > > Public Sub _new() > $frmControl = New FValidateBox(Me) As "Control" > > $hTimer = New Timer As "FirstCheck" > $hTimer.Delay = 1 > $hTimer.Start() > End > > Public Sub FirstCheck_Timer() > $hTimer.Stop() > $frmControl.txtInput_Change() ' Trigger first validation > End > --8<------------------------------------------------------------------------ > > The 1 millisecond timer delay is provocative enough that everyone who reads > the code will get that this is a hack and why it's there for. It is not as > self-explanatory as the GB.Post() API which we have in C, though. > > Regards, > Tobi > You should not do that (put an arbitrary delay), but instead use the Timer.Trigger() method, which will raise the Timer event at the next event loop. Regards, -- Beno?t Minisini From taboege at ...626... Sun Oct 4 19:22:12 2015 From: taboege at ...626... (Tobias Boege) Date: Sun, 4 Oct 2015 19:22:12 +0200 Subject: [Gambas-user] Forward events from constructor In-Reply-To: <56115CDF.50404@...1...> References: <20151002232257.GH658@...2774...> <560F20A5.1070501@...1...> <20151004162906.GB739@...2774...> <56115496.8020008@...1...> <20151004164342.GC739@...2774...> <56115CDF.50404@...1...> Message-ID: <20151004172211.GD739@...2774...> On Sun, 04 Oct 2015, Beno??t Minisini wrote: > >> It's not technically necessary to do that, but it avoids a lot of > >> possible annoying bugs in your code. > >> > > > > I understand. And by the way, that Timer trick works even in the following > > form: > > > > --8<--[ ValidateBox.class]-------------------------------------------------- > > Private $frmControl As FValidateBox > > Private $hTimer As Timer > > > > Public Sub _new() > > $frmControl = New FValidateBox(Me) As "Control" > > > > $hTimer = New Timer As "FirstCheck" > > $hTimer.Delay = 1 > > $hTimer.Start() > > End > > > > Public Sub FirstCheck_Timer() > > $hTimer.Stop() > > $frmControl.txtInput_Change() ' Trigger first validation > > End > > --8<------------------------------------------------------------------------ > > > > The 1 millisecond timer delay is provocative enough that everyone who reads > > the code will get that this is a hack and why it's there for. It is not as > > self-explanatory as the GB.Post() API which we have in C, though. > > > > You should not do that (put an arbitrary delay), but instead use the > Timer.Trigger() method, which will raise the Timer event at the next > event loop. > Oh, thanks! -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From gambas at ...1... Sun Oct 4 21:03:27 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 4 Oct 2015 21:03:27 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 In-Reply-To: <56113C9D.4030405@...1...> References: <56113C9D.4030405@...1...> Message-ID: <561177FF.20104@...1...> Le 04/10/2015 16:50, Beno?t Minisini a ?crit : > Hi, > > I have just uploaded a pre-release of Gambas 3.8.2 at: > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.2.tar.bz2/download > > You will find in it everything that was is /trunk: all the bug fixes, > and the changes, that (normally) are all backward-compatible. > > The full changelog is on the wiki. > > Please report if you have any problem with it. Now I am going to test it > on my Mint virtual machine. > > Regards, > A new package has been uploaded. The "VERSION" file was missing for a while, and nobody noticed! -- Beno?t Minisini From olivier.cruilles at ...614... Sun Oct 4 22:32:16 2015 From: olivier.cruilles at ...614... (Linus) Date: Sun, 4 Oct 2015 16:32:16 -0400 Subject: [Gambas-user] Pre-release of gambas 3.8.2 In-Reply-To: <561177FF.20104@...1...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> Message-ID: Hello, Tested last Gambas version 3.8.2 on Fedora 16. Compiled without any problem and quickly tested a lot of projects mine and all seems to work well. No reported any problem for the moment. Continuing to test. Cordialement, Olivier Cruilles > Le 4 oct. 2015 ? 15:03, Beno?t Minisini a ?crit : > > Le 04/10/2015 16:50, Beno?t Minisini a ?crit : >> Hi, >> >> I have just uploaded a pre-release of Gambas 3.8.2 at: >> >> http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.2.tar.bz2/download >> >> You will find in it everything that was is /trunk: all the bug fixes, >> and the changes, that (normally) are all backward-compatible. >> >> The full changelog is on the wiki. >> >> Please report if you have any problem with it. Now I am going to test it >> on my Mint virtual machine. >> >> Regards, >> > > A new package has been uploaded. The "VERSION" file was missing for a > while, and nobody noticed! > > -- > Beno?t Minisini > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From bugtracker at ...3416... Mon Oct 5 12:52:07 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 05 Oct 2015 10:52:07 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #791: Window Select a Project, Click toggle button Image Preview and Detailed View no different. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.791&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Window Select a Project, Click toggle button Image Preview and Detailed View no different. Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- attach pic if it's not used may be can disable. System information ------------------ [System] Gambas=3.8.90 r7378 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ISm8ecul6S,guid=d41dc33f31f83c1c43f4901300000026 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-kp4gRb GNOME_KEYRING_PID=1575 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1566 SSH_AUTH_SOCK=/tmp/keyring-kp4gRb/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1443912393.695480-894343067 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1536 From bugtracker at ...3416... Mon Oct 5 12:52:22 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 05 Oct 2015 10:52:22 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #791: Window Select a Project, Click toggle button Image Preview and Detailed View no different. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.791&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From moviga at ...3488... Mon Oct 5 16:01:41 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 05 Oct 2015 16:01:41 +0200 Subject: [Gambas-user] Embedded arrays Message-ID: <3f77048c68cdd8b5157011eb3d286c83@...3488...> What exactly is a usage scenario for embedded arrays? From chrisml at ...3340... Mon Oct 5 19:10:24 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Mon, 5 Oct 2015 19:10:24 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <561177FF.20104@...1...> (sfid-) References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> (sfid-) Message-ID: <5612AF00.3080906@...3340...> Hello, Am 04.10.2015 um 21:03 schrieb Beno?t Minisini: >> Please report if you have any problem with it. Now I am going to test it >> on my Mint virtual machine. I've tried Gambas-Daily from launchpad and get an error with my main project: "Cannot load parent class: Class 'Form' could not be loaded." I have stripped down the project to just one form. It is attached. Also a screenshot of the error is attached. Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: test-0.1.82.tar.gz Type: application/gzip Size: 32450 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: cannotloadform.png Type: image/png Size: 30978 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From gambas at ...1... Mon Oct 5 19:20:33 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 5 Oct 2015 19:20:33 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <5612AF00.3080906@...3340...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> (sfid-) <5612AF00.3080906@...3340...> Message-ID: <5612B161.8090603@...1...> Le 05/10/2015 19:10, Christof Thalhofer a ?crit : > Hello, > > Am 04.10.2015 um 21:03 schrieb Beno?t Minisini: > >>> Please report if you have any problem with it. Now I am going to test it >>> on my Mint virtual machine. > > I've tried Gambas-Daily from launchpad and get an error with my main > project: > > "Cannot load parent class: Class 'Form' could not be loaded." > > I have stripped down the project to just one form. It is attached. Also > a screenshot of the error is attached. > > Alles Gute > > Christof Thalhofer > Gambas daily is not Gambas 3.8.2, it's gambas daily... -- Beno?t Minisini From chrisml at ...3340... Mon Oct 5 19:36:47 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Mon, 5 Oct 2015 19:36:47 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <5612B161.8090603@...1...> (sfid-) References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> (sfid-) <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> (sfid-) Message-ID: <5612B52F.4090802@...3340...> Am 05.10.2015 um 19:20 schrieb Beno?t Minisini: > Gambas daily is not Gambas 3.8.2, it's gambas daily... I have not the environment for compilation installed on my machine, because I usually have to develop with the latest Gambas stable, so I've tried gambas daily ... Please, can s.o. try the project I've attached with 3.8.2? Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From gambas at ...1... Mon Oct 5 19:44:30 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 5 Oct 2015 19:44:30 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <5612B52F.4090802@...3340...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> (sfid-) <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> (sfid-) <5612B52F.4090802@...3340...> Message-ID: <5612B6FE.5000609@...1...> Le 05/10/2015 19:36, Christof Thalhofer a ?crit : > Am 05.10.2015 um 19:20 schrieb Beno?t Minisini: > >> Gambas daily is not Gambas 3.8.2, it's gambas daily... > > I have not the environment for compilation installed on my machine, > because I usually have to develop with the latest Gambas stable, so I've > tried gambas daily ... > > Please, can s.o. try the project I've attached with 3.8.2? > > Alles Gute > > Christof Thalhofer > It works on my system (/trunk), and I don't see why it should not write on Gambas 3.8.2... The very last commit may fixes some problems that could look like yours, so please check gambas daily tomorrow or in two days, and tell me if you still have the problem. Regards, -- Beno?t Minisini From chrisml at ...3340... Mon Oct 5 20:03:25 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Mon, 5 Oct 2015 20:03:25 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <5612B6FE.5000609@...1...> (sfid-) References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> (sfid-) <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> (sfid-) <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> (sfid-) Message-ID: <5612BB6D.6040808@...3340...> Am 05.10.2015 um 19:44 schrieb Beno?t Minisini: > It works on my system (/trunk), and I don't see why it should not write > on Gambas 3.8.2... > > The very last commit may fixes some problems that could look like yours, > so please check gambas daily tomorrow or in two days, and tell me if you > still have the problem. Ok, thank you, great! I will try it again tomorrow and in two days and I will report if the error still occurs. Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From bugtracker at ...3416... Mon Oct 5 20:35:29 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 05 Oct 2015 18:35:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #792: No formatting when breaking a comment line Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.792&from=L21haW4- Tobias BOEGE reported a new bug. Summary ------- No formatting when breaking a comment line Type : Request Priority : Low Gambas version : Unknown Product : Development Environment Description ----------- I often find myself manually breaking comment lines because I feel they're too long. Suppose I have the following comment in my code ' This comment contains op. er+a%tors and a reserved keyword If I break it after "contains" using Shift+Return, the IDE should continue the comment, but the second line is formatted as if it was code, before it is turned into a comment: ' This comment contains ' op.er + a % tors And a reserved keyword Until now I fixed these errors by hand but it's about time I report it. From moviga at ...3488... Mon Oct 5 21:44:20 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 05 Oct 2015 21:44:20 +0200 Subject: [Gambas-user] Embedded arrays In-Reply-To: <3f77048c68cdd8b5157011eb3d286c83@...3488...> References: <3f77048c68cdd8b5157011eb3d286c83@...3488...> Message-ID: <29f93aeb4f42baa7648af866785e2c08@...3488...> If my question remains unanswered because it was not clear, this is what I meant: When do you want to use: Dim sText[] As String instead of: Dim sText As String[] According to the wiki it seems they can only be used with native data types? Is that why the book 'Beginners Guide to Gambas' calls them 'native arrays'? I have also read this, but it is not entirely clear to me what it means: "An embedded array is an array that is allocated directly inside the object where it is declared. Such an array cannot be shared, and is destroyed with the object." So my question is, why/where should one choose to use embedded arrays? From taboege at ...626... Mon Oct 5 21:57:13 2015 From: taboege at ...626... (Tobias Boege) Date: Mon, 5 Oct 2015 21:57:13 +0200 Subject: [Gambas-user] Embedded arrays In-Reply-To: <29f93aeb4f42baa7648af866785e2c08@...3488...> References: <3f77048c68cdd8b5157011eb3d286c83@...3488...> <29f93aeb4f42baa7648af866785e2c08@...3488...> Message-ID: <20151005195712.GB657@...2774...> On Mon, 05 Oct 2015, Moviga Technologies wrote: > If my question remains unanswered because it was not clear, this is what > I meant: > > When do you want to use: > Dim sText[] As String > > instead of: > Dim sText As String[] > > According to the wiki it seems they can only be used with native data > types? Is that why the book 'Beginners Guide to Gambas' calls them > 'native arrays'? > > I have also read this, but it is not entirely clear to me what it means: > > "An embedded array is an array that is allocated directly inside the > object where it is declared. Such an array cannot be shared, and is > destroyed with the object." > > So my question is, why/where should one choose to use embedded arrays? > The question was clear, I just didn't know what to say. I do not remember a single time I have used embedded arrays (and it's very likely that since the time I kinda know what I'm doing in Gambas, I have, in fact, not used them at all). >From what I read in the above quoted paragraph, I guess they can be used in Structs if you want to mirror a C structure to communicate with an external library. This is something nobody wants to do anyway. [ But note that I feel like I'm on thin ice regarding embedded arrays. Maybe Benoit or Fabien know better. ] Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From gambas at ...1... Mon Oct 5 22:00:23 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 5 Oct 2015 22:00:23 +0200 Subject: [Gambas-user] Embedded arrays In-Reply-To: <29f93aeb4f42baa7648af866785e2c08@...3488...> References: <3f77048c68cdd8b5157011eb3d286c83@...3488...> <29f93aeb4f42baa7648af866785e2c08@...3488...> Message-ID: <5612D6D7.7090101@...1...> Le 05/10/2015 21:44, Moviga Technologies a ?crit : > If my question remains unanswered because it was not clear, this is what > I meant: > > When do you want to use: > Dim sText[] As String > > instead of: > Dim sText As String[] > > According to the wiki it seems they can only be used with native data > types? Is that why the book 'Beginners Guide to Gambas' calls them > 'native arrays'? > > I have also read this, but it is not entirely clear to me what it means: > > "An embedded array is an array that is allocated directly inside the > object where it is declared. Such an array cannot be shared, and is > destroyed with the object." > > So my question is, why/where should one choose to use embedded arrays? > It's like structures: it's for embedding the data inside an object, mainly to talk with a C function that requires that. Otherwise you should use normal arrays. -- Beno?t Minisini From moviga at ...3488... Mon Oct 5 22:02:36 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 05 Oct 2015 22:02:36 +0200 Subject: [Gambas-user] Embedded arrays In-Reply-To: <20151005195712.GB657@...2774...> References: <3f77048c68cdd8b5157011eb3d286c83@...3488...> <29f93aeb4f42baa7648af866785e2c08@...3488...> <20151005195712.GB657@...2774...> Message-ID: <2193ed6de194f9e7d25a275c954ca3a9@...3488...> Well, at least it confirms to me that they are normally not used :) From moviga at ...3488... Mon Oct 5 22:03:14 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 05 Oct 2015 22:03:14 +0200 Subject: [Gambas-user] Embedded arrays In-Reply-To: <5612D6D7.7090101@...1...> References: <3f77048c68cdd8b5157011eb3d286c83@...3488...> <29f93aeb4f42baa7648af866785e2c08@...3488...> <5612D6D7.7090101@...1...> Message-ID: Thanks for clarifying! From moviga at ...3488... Mon Oct 5 23:07:18 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 05 Oct 2015 23:07:18 +0200 Subject: [Gambas-user] Fixed arrays still dynamic Message-ID: I thought when one declares a fixed array, one should not be able to add new elements to it? But, this works: ' Gambas module file Public Sub Main() Dim sCarBrands As New String[5] sCarBrands = ["Volvo", "Saab", "Fiat", "Aston Martin", "Skoda"] sCarBrands.Add("Audi") sCarBrands.Add("VW") Print sCarBrands.Join(", ") End From gambas at ...1... Mon Oct 5 23:18:38 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 5 Oct 2015 23:18:38 +0200 Subject: [Gambas-user] Fixed arrays still dynamic In-Reply-To: References: Message-ID: <5612E92E.603@...1...> Le 05/10/2015 23:07, Moviga Technologies a ?crit : > I thought when one declares a fixed array, one should not be able to add > new elements to it? > But, this works: > > ' Gambas module file > > Public Sub Main() > > Dim sCarBrands As New String[5] > > sCarBrands = ["Volvo", "Saab", "Fiat", "Aston Martin", "Skoda"] > sCarBrands.Add("Audi") > sCarBrands.Add("VW") > Print sCarBrands.Join(", ") > > End > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > It is in your head only that those arrays are "fixed". Where did you see that written? -- Beno?t Minisini From taboege at ...626... Mon Oct 5 23:19:23 2015 From: taboege at ...626... (Tobias Boege) Date: Mon, 5 Oct 2015 23:19:23 +0200 Subject: [Gambas-user] Fixed arrays still dynamic In-Reply-To: References: Message-ID: <20151005211923.GC657@...2774...> On Mon, 05 Oct 2015, Moviga Technologies wrote: > I thought when one declares a fixed array, one should not be able to add > new elements to it? > But, this works: > > ' Gambas module file > > Public Sub Main() > > Dim sCarBrands As New String[5] > > sCarBrands = ["Volvo", "Saab", "Fiat", "Aston Martin", "Skoda"] > sCarBrands.Add("Audi") > sCarBrands.Add("VW") > Print sCarBrands.Join(", ") > > End > Why do you think so? The thing ["Volvo", "Saab", "Fiat", "Aston Martin", "Skoda"] is an object of type String[], filled with the given data. It is no different from the object obtained by this code: Dim aCarBrands As New String[] With aCardBrands .Add("Volvo") .Add("Saab") .Add("Fiat") .Add("Aston Martin") .Add("Skoda") End With Also note that your declaration Dim aCarBrands As New String[5] is not perfect. There you allocate a new String array object with space for 5 strings. But immediately afterwards you replace that object with its empty space by a different object (the inline array). The important part here is that the assignment above does not fill the allocated space in the object but replaces the entire object. You should have written Dim aCarBrands As String[] aCarBrands = ["Volvo", ...] which does not waste time allocating useless memory. Also, if you ask me, I strongly prefer the equivalent notation Dim aCarBrands As New String[](5) over Dim aCarBrands As New String[5] to preallocate a number of elements in an array, because the former tells unambiguously that String[] is just an ordinary class whose constructor will receive the parameter 5. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From moviga at ...3488... Mon Oct 5 23:41:36 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 05 Oct 2015 23:41:36 +0200 Subject: [Gambas-user] Fixed arrays still dynamic In-Reply-To: <20151005211923.GC657@...2774...> References: <20151005211923.GC657@...2774...> Message-ID: <3877e332cb6cccf9090475f55ed9c2fe@...3488...> Ah, yes - it slipped my mind that inline arrays instantiates a new object. My example should rather have been: Dim aCarBrands As New String[5] With aCardBrands .Add("Volvo") .Add("Saab") .Add("Fiat") .Add("Aston Martin") .Add("Skoda") .Add("VW") .Add("Audi") End With So, the (only) purpose of giving it a predefined size is to reserve the memory in advance? sCarBrands[] is 0 byte while sCarBrands[4] is 16 bytes? Will the latter be faster? So am I right then to say that there are no fixed arrays in Gambas, but all are dynamic. It is just that some have preallocated memory? Or how about Dim sCarBrands As New String[2, 2] is this fixed? I cannot seem to find a way to add more to this array dynamically. You mean you prefer this Dim aCarBrands As New String[](5) notation for semantic reasons? No technical advantages? From taboege at ...626... Tue Oct 6 00:32:23 2015 From: taboege at ...626... (Tobias Boege) Date: Tue, 6 Oct 2015 00:32:23 +0200 Subject: [Gambas-user] Fixed arrays still dynamic In-Reply-To: <3877e332cb6cccf9090475f55ed9c2fe@...3488...> References: <20151005211923.GC657@...2774...> <3877e332cb6cccf9090475f55ed9c2fe@...3488...> Message-ID: <20151005223223.GD657@...2774...> On Mon, 05 Oct 2015, Moviga Technologies wrote: > > Ah, yes - it slipped my mind that inline arrays instantiates a new > object. > My example should rather have been: > > Dim aCarBrands As New String[5] > > With aCardBrands > .Add("Volvo") > .Add("Saab") > .Add("Fiat") > .Add("Aston Martin") > .Add("Skoda") > .Add("VW") > .Add("Audi") > End With > > So, the (only) purpose of giving it a predefined size is to reserve the > memory in advance? sCarBrands[] is 0 byte while sCarBrands[4] is 16 > bytes? Will the latter be faster? Uhh, probably... The Gambas array implementation could overallocate memory in powers of the golden ratio (I don't know if it does) or some other obs- cure stuff which might make the entirely dynamic allocation equally fast for certain (small) sizes. But in general, if you know the size in advance, you should use that information. And if we're talking about internals here, your numbers are certainly incorrect. Gambas needs at least some bookkeeping information for each variable. > So am I right then to say that there are no fixed arrays in Gambas, but > all are dynamic. It is just that some have preallocated memory? Or how > about Dim sCarBrands As New String[2, 2] > is this fixed? I cannot seem to find a way to add more to this array > dynamically. > Multidimensional arrays are another thing. I have discussed them countless times already. See the references I give in my mail here[0] for example. > > You mean you prefer this Dim aCarBrands As New String[](5) notation for > semantic reasons? No technical advantages? > Yes, they do absolutely the same. Consider the code: Public Sub Main() Dim a As New String[5] End Public Sub Main2() Dim b As New String[](5) End then you compile it like this: $ gbc3 -av ... Compiling Main()... Switching class String[] to Used LOCAL a AS Object 0000 : B001 PUSH CLASS String[] 0001 : F005 PUSH QUICK 5 0002 : 1B42 NEW ARRAY (2) 0003 : 0900 POP LOCAL 0 0004 : 1002 RETURN (2) 1 local(s) 0 control(s) 3 stack Compiling Main2()... LOCAL b AS Object 0000 : B001 PUSH CLASS String[] 0001 : F005 PUSH QUICK 5 0002 : 1B02 NEW (2) 0003 : 0900 POP LOCAL 0 0004 : 1002 RETURN (2) ... This is the generated byte code. They only differ in the "ARRAY" flag which is apparently set when you use the New String[5] syntax. A quick grep showed that this flag is currently unused (unless I overlooked something). Regards, Tobi [0] http://gambas.8142.n7.nabble.com/Array-Add-question-td52019.html -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From bugtracker at ...3416... Tue Oct 6 03:54:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 01:54:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #792: No formatting when breaking a comment line In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.792&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in revision #7391. From bugtracker at ...3416... Tue Oct 6 03:54:43 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 01:54:43 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #792: No formatting when breaking a comment line In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.792&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Tue Oct 6 03:55:23 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 01:55:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #791: Window Select a Project, Click toggle button Image Preview and Detailed View no different. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.791&from=L21haW4- Comment #1 by Beno?t MINISINI: This is by design. I transform your bug into a request. From bugtracker at ...3416... Tue Oct 6 03:55:28 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 01:55:28 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #791: Window Select a Project, Click toggle button Image Preview and Detailed View no different. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.791&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From adamnt42 at ...626... Tue Oct 6 06:37:21 2015 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Tue, 6 Oct 2015 15:07:21 +1030 Subject: [Gambas-user] IDE code questions - property editors Message-ID: <20151006150721.abcc241a8ef2143ad0b0ef00@...626...> I think this is way out there in the cosmos somewhere, but I'll ask anyway. I am wading through the FProperty code of the IDE trying to understand how the values for properties are set (bad term) in the grid. When I get down to CControl.GetProperty(sProp As String) I see the following (with annotations): Try hProp = Project.Documentation.Classes[Kind].Properties[sProp] If hProp Then If hProp.AlwaysRead Then <--- Question1 vVal = Object.GetProperty(Control, sProp) <---- Question 2 ... Endif Endif Return $cValue[sProp] <---- Question 3 1) I see that these are set in the CPropertyInfo class but why are some properties AlwaysRead? 2) This is messy. If a control is a custom control then it appears that this line tries to get the property value from the object whose class name is the _DrawWith constant defined in the custom control not the actual control class? 3) I dont understand how the $cValue array is initialised nor indeed what its' intent is. Could you enlighten me? Why all this? I am trying to modify the IDE so that the property editor can use special popup editor forms for some extra-special property types for custom controls. In short, the goal is to have the property editor form inside the custom control component rather than in the IDE. A "visible" example is the AngleBox class control "txtAngle" in the current IDE. I believe this is only used(?) for the report controls. Because we have a bunch of custom controls that have some extra-special properties, I have to continually maintain the IDE code updates because of svn differences and conflicts. So, I have so far managed to make a minimal set of mods that allows the (local) IDE to recognize custom properties (i.e. the extra-special ones) and use a pop-up editor that is contained within the custom control component. The pic attached is an example to explain it better .. (1) is a custom control, in that control I have a property (2) "Options" that has a custom editor. When I click on the "..." button the popup editor shown appears. and when the Save button is clicked the property "value" is saved where I want it. All well and groovy. In summary, I think this would be a good IDE enhancement. i.e. moving the editor for custom control extra-special properties from inside the IDE to within the custom control component itself. So... tia bruce -- B Bruen From bugtracker at ...3416... Tue Oct 6 11:42:24 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 09:42:24 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #793: IDE Crash, FForm.Reload.167 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- IDE Crash, FForm.Reload.167 Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- Reproduce bug : 1) open this project. attach project 2) attach pic-1 3) attach pic-2 and get error. attach pic-3 System information ------------------ [System] Gambas=3.8.90 r7388 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ISm8ecul6S,guid=d41dc33f31f83c1c43f4901300000026 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-kp4gRb GNOME_KEYRING_PID=1575 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1566 SSH_AUTH_SOCK=/tmp/keyring-kp4gRb/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1443912393.695480-894343067 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1536 From bugtracker at ...3416... Tue Oct 6 11:42:36 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 09:42:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #793: IDE Crash, FForm.Reload.167 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4- Zainudin AHMAD added an attachment: test-FFormReload-0.0.1.tar.gz From bugtracker at ...3416... Tue Oct 6 11:42:46 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 09:42:46 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #793: IDE Crash, FForm.Reload.167 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Tue Oct 6 11:42:54 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 09:42:54 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #793: IDE Crash, FForm.Reload.167 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Tue Oct 6 11:43:02 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 09:43:02 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #793: IDE Crash, FForm.Reload.167 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4- Zainudin AHMAD added an attachment: pic-3.png From jussi.lahtinen at ...626... Tue Oct 6 13:23:24 2015 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Tue, 6 Oct 2015 14:23:24 +0300 Subject: [Gambas-user] IDE code questions - property editors In-Reply-To: <20151006150721.abcc241a8ef2143ad0b0ef00@...626...> References: <20151006150721.abcc241a8ef2143ad0b0ef00@...626...> Message-ID: I don't quite understand the problem. You forgot to attach the picture. Jussi On Tue, Oct 6, 2015 at 7:37 AM, adamnt42 at ...626... wrote: > I think this is way out there in the cosmos somewhere, but I'll ask anyway. > > I am wading through the FProperty code of the IDE trying to understand how > the values for properties are set (bad term) in the grid. When I get down > to CControl.GetProperty(sProp As String) I see the following (with > annotations): > > Try hProp = Project.Documentation.Classes[Kind].Properties[sProp] > > If hProp Then > If hProp.AlwaysRead Then <--- Question1 > > vVal = Object.GetProperty(Control, sProp) <---- Question 2 > > ... > > Endif > Endif > > Return $cValue[sProp] <---- Question 3 > > 1) I see that these are set in the CPropertyInfo class but why are some > properties AlwaysRead? > 2) This is messy. If a control is a custom control then it appears that > this line tries to get the property value from the object whose class name > is the _DrawWith constant defined in the custom control not the actual > control class? > 3) I dont understand how the $cValue array is initialised nor indeed what > its' intent is. Could you enlighten me? > > Why all this? > > I am trying to modify the IDE so that the property editor can use special > popup editor forms for some extra-special property types for custom > controls. In short, the goal is to have the property editor form inside the > custom control component rather than in the IDE. A "visible" example is > the AngleBox class control "txtAngle" in the current IDE. I believe this > is only used(?) for the report controls. Because we have a bunch of custom > controls that have some extra-special properties, I have to continually > maintain the IDE code updates because of svn differences and conflicts. > > So, I have so far managed to make a minimal set of mods that allows the > (local) IDE to recognize custom properties (i.e. the extra-special ones) > and use a pop-up editor that is contained within the custom control > component. The pic attached is an example to explain it better .. > (1) is a custom control, in that control I have a property > (2) "Options" that has a custom editor. When I click on the "..." button > the popup editor shown appears. > and when the Save button is clicked the property "value" is saved where I > want it. All well and groovy. > > In summary, I think this would be a good IDE enhancement. i.e. moving the > editor for custom control extra-special properties from inside the IDE to > within the custom control component itself. > So... > > tia > bruce > -- > B Bruen > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From matti.eber at ...3240... Tue Oct 6 17:44:44 2015 From: matti.eber at ...3240... (Matti) Date: Tue, 6 Oct 2015 17:44:44 +0200 Subject: [Gambas-user] Question about WebView Message-ID: <5613EC6C.20705@...3240...> I'm playing with the WebView control, using it as an HTML editor. Works great so far. But I'm missing one thing: if there are anchor tabs ( ) in the document, usually the editors replace them with a little icon, so you can see that there is an anchor tab at this place. BlueGriffon for example uses a tiny anchor icon (see image). Has anyone an idea how this could be done? The icon can't be placed in the document, because it has to show only in editing mode. WebView would have to 'translate' anchor tabs into an icon on the surface. Thanks for hints Matti -------------- next part -------------- A non-text attachment was scrubbed... Name: Anchorsign.png Type: image/png Size: 229 bytes Desc: not available URL: From moviga at ...3488... Tue Oct 6 20:55:22 2015 From: moviga at ...3488... (Moviga Technologies) Date: Tue, 06 Oct 2015 20:55:22 +0200 Subject: [Gambas-user] Question about WebView In-Reply-To: <5613EC6C.20705@...3240...> References: <5613EC6C.20705@...3240...> Message-ID: You need to manipulate the DOM when the WebView is in editing mode to append an img-tag where it finds anchor-tags. Probably the easiest way to do this is to use Jquery to append/replace anchor-tags. You can call the Jquery functions in Gambas with WebView's .Eval() method. The .Eval() practically takes anything you can put in the webconsole of your favourite browser (in Firefox and Chrom{e,ium} you hit F12 to bring it up). From chrisml at ...3340... Tue Oct 6 22:02:54 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Tue, 6 Oct 2015 22:02:54 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <5612B6FE.5000609@...1...> (sfid-) References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> (sfid-) <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> (sfid-) <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> (sfid-) Message-ID: <561428EE.7090503@...3340...> Am 05.10.2015 um 19:44 schrieb Beno?t Minisini: > The very last commit may fixes some problems that could look like yours, > so please check gambas daily tomorrow or in two days, and tell me if you > still have the problem. The problem is gone. Thank you!! Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From gambas at ...1... Tue Oct 6 22:38:31 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 6 Oct 2015 22:38:31 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <561428EE.7090503@...3340...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> Message-ID: <56143147.1050903@...1...> Le 06/10/2015 22:02, Christof Thalhofer a ?crit : > Am 05.10.2015 um 19:44 schrieb Beno?t Minisini: > >> The very last commit may fixes some problems that could look like yours, >> so please check gambas daily tomorrow or in two days, and tell me if you >> still have the problem. > > The problem is gone. Thank you!! > > > Alles Gute > > Christof Thalhofer > So it was was I thought, cool. I will release Gambas 3.8.2 soon. -- Beno?t Minisini From bugtracker at ...3416... Wed Oct 7 00:08:21 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 22:08:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #794: Printing 1.0.0 example splits text on multipage print Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4- gbWilly GAMBOS reported a new bug. Summary ------- Printing 1.0.0 example splits text on multipage print Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- Printing 1.0.0 example splits text on multipage print. To reproduce the problem: 1. Install Printing 1.0.0 example from Software Farm 2. Open Printing example and select the complete text in upper textarea 3. Move to bottom of text and paste (repeat this a few times to create multiple pages when printing) 4. Print text to pdf 5. Open pdf and check last line page 1 and first line of page 2, last line of page 2 and first line of page 3, etc.... 6. See that a line of text is splitted horizontal over two pages I'll attach a example pdf and some screens to show what I mean. System information ------------------ Multiple systems: [System] Gambas=3.5.4 OperatingSystem=Linux Kernel=3.16.0-4-586 Architecture=x86 Distribution=debian 8.1 Desktop=LXDE Theme=QWindows Language=en_US.UTF-8 Memory=945M [Libraries] Cairo=libcairo.so.2.11400.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.12 GStreamer=libgstreamer-1.0.so.0.404.0 GTK+=libgtk-x11-2.0.so.0.2400.25 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.46.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 [System] Gambas=3.6.2 OperatingSystem=Linux Kernel=3.16.0-4-586 Architecture=x86 Distribution=debian 8.1 Desktop=LXDE Theme=QWindows Language=en_US.UTF-8 Memory=945M [Libraries] Cairo=libcairo.so.2.11400.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.12 GStreamer=libgstreamer-1.0.so.0.404.0 GTK+3=libgtk-3.so.0.1400.5 GTK+=libgtk-x11-2.0.so.0.2400.25 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.46.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 [System] Gambas=3.7.1 OperatingSystem=Linux Kernel=3.16.0-4-586 Architecture=x86 Distribution=debian 8.1 Desktop=LXDE Theme=QWindows Language=en_US.UTF-8 Memory=945M [Libraries] Cairo=libcairo.so.2.11400.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.12 GStreamer=libgstreamer-1.0.so.0.404.0 GTK+3=libgtk-3.so.0.1400.5 GTK+=libgtk-x11-2.0.so.0.2400.25 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.46.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 [System] Gambas=3.8.90 (rev#7390) OperatingSystem=Linux Kernel=3.19.0-28-generic Architecture=x86 Distribution=Ubuntu 14.04.3 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=937M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_IM_MODULE=xim DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-d2tYwNrIPc DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GDM_LANG=en_US GNOME_KEYRING_CONTROL=/run/user/1000/keyring-Eo5i6s GNOME_KEYRING_PID=1473 GPG_AGENT_INFO=/run/user/1000/keyring-Eo5i6s/gpg:0:1 GTK_IM_MODULE=xim HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=nl_NL.UTF-8 LC_IDENTIFICATION=nl_NL.UTF-8 LC_MEASUREMENT=nl_NL.UTF-8 LC_MONETARY=nl_NL.UTF-8 LC_NAME=nl_NL.UTF-8 LC_NUMERIC=nl_NL.UTF-8 LC_PAPER=nl_NL.UTF-8 LC_TELEPHONE=nl_NL.UTF-8 LC_TIME=nl_NL.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT4_IM_MODULE=xim QT_IM_MODULE=xim SAL_USE_VCLPLUGIN=gtk SELINUX_INIT=YES SESSION=Lubuntu SESSIONTYPE=lxsession SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring-Eo5i6s/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=lxsession UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1329 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu:/etc/xdg/xdg-Lubuntu:/usr/share/upstart/xdg:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/local/share:/usr/share:/usr/share/gdm:/var/lib/menu-xdg:/usr/share/Lubuntu:/usr/local/share/:/usr/share/ XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=lxde- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_VTNR=7 XMODIFIERS=@...3498...=ibus _LXSESSION_PID=1515 From bugtracker at ...3416... Wed Oct 7 00:08:30 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 22:08:30 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #794: Printing 1.0.0 example splits text on multipage print In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4- gbWilly GAMBOS added an attachment: print.pdf From bugtracker at ...3416... Wed Oct 7 00:11:22 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 22:11:22 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #794: Printing 1.0.0 example splits text on multipage print In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4- gbWilly GAMBOS added an attachment: page1-2.png From bugtracker at ...3416... Wed Oct 7 00:11:32 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 22:11:32 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #794: Printing 1.0.0 example splits text on multipage print In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4- gbWilly GAMBOS added an attachment: page2-3.png From bugtracker at ...3416... Wed Oct 7 00:11:38 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 22:11:38 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #794: Printing 1.0.0 example splits text on multipage print In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4- gbWilly GAMBOS added an attachment: page3-4.png From bugtracker at ...3416... Wed Oct 7 00:13:31 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 22:13:31 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #794: Printing 1.0.0 example splits text on multipage print In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4- Comment #1 by Beno?t MINISINI: It's not a bug, it's the way the example works. And I don't see why the Development Environment is in cause... From bugtracker at ...3416... Wed Oct 7 00:13:36 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 22:13:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #794: Printing 1.0.0 example splits text on multipage print In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Invalid. From bugtracker at ...3416... Wed Oct 7 00:13:45 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 22:13:45 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #795: Add 'Examples' to Product category Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.795&from=L21haW4- gbWilly GAMBOS reported a new bug. Summary ------- Add 'Examples' to Product category Type : Request Priority : Low Gambas version : Unknown Product : Bugtracker Description ----------- When reporting a bug for one of the Gambas examples I missed Examples as Product to select from. Maybe add it? System information ------------------ Multiple systems: [System] Gambas=3.5.4 OperatingSystem=Linux Kernel=3.16.0-4-586 Architecture=x86 Distribution=debian 8.1 Desktop=LXDE Theme=QWindows Language=en_US.UTF-8 Memory=945M [Libraries] Cairo=libcairo.so.2.11400.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.12 GStreamer=libgstreamer-1.0.so.0.404.0 GTK+=libgtk-x11-2.0.so.0.2400.25 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.46.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 [System] Gambas=3.6.2 OperatingSystem=Linux Kernel=3.16.0-4-586 Architecture=x86 Distribution=debian 8.1 Desktop=LXDE Theme=QWindows Language=en_US.UTF-8 Memory=945M [Libraries] Cairo=libcairo.so.2.11400.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.12 GStreamer=libgstreamer-1.0.so.0.404.0 GTK+3=libgtk-3.so.0.1400.5 GTK+=libgtk-x11-2.0.so.0.2400.25 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.46.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 [System] Gambas=3.7.1 OperatingSystem=Linux Kernel=3.16.0-4-586 Architecture=x86 Distribution=debian 8.1 Desktop=LXDE Theme=QWindows Language=en_US.UTF-8 Memory=945M [Libraries] Cairo=libcairo.so.2.11400.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.12 GStreamer=libgstreamer-1.0.so.0.404.0 GTK+3=libgtk-3.so.0.1400.5 GTK+=libgtk-x11-2.0.so.0.2400.25 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.46.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 [System] Gambas=3.8.90 (rev#7390) OperatingSystem=Linux Kernel=3.19.0-28-generic Architecture=x86 Distribution=Ubuntu 14.04.3 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=937M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_IM_MODULE=xim DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-d2tYwNrIPc DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GDM_LANG=en_US GNOME_KEYRING_CONTROL=/run/user/1000/keyring-Eo5i6s GNOME_KEYRING_PID=1473 GPG_AGENT_INFO=/run/user/1000/keyring-Eo5i6s/gpg:0:1 GTK_IM_MODULE=xim HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=nl_NL.UTF-8 LC_IDENTIFICATION=nl_NL.UTF-8 LC_MEASUREMENT=nl_NL.UTF-8 LC_MONETARY=nl_NL.UTF-8 LC_NAME=nl_NL.UTF-8 LC_NUMERIC=nl_NL.UTF-8 LC_PAPER=nl_NL.UTF-8 LC_TELEPHONE=nl_NL.UTF-8 LC_TIME=nl_NL.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT4_IM_MODULE=xim QT_IM_MODULE=xim SAL_USE_VCLPLUGIN=gtk SELINUX_INIT=YES SESSION=Lubuntu SESSIONTYPE=lxsession SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring-Eo5i6s/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=lxsession UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1329 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu:/etc/xdg/xdg-Lubuntu:/usr/share/upstart/xdg:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/local/share:/usr/share:/usr/share/gdm:/var/lib/menu-xdg:/usr/share/Lubuntu:/usr/local/share/:/usr/share/ XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=lxde- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_VTNR=7 XMODIFIERS=@...3498...=ibus _LXSESSION_PID=1515 From bugtracker at ...3416... Wed Oct 7 00:19:10 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 22:19:10 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #794: Printing 1.0.0 example splits text on multipage print In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4- Comment #2 by gbWilly GAMBOS: I think it is at least confusing. You would expect from this example to learn about how to properly print text from within Gambas. The text (when printing multiple pages) is splitted horizontally, so no proper print is produced. No proper print produced, to me means bas example of how to do it properly. Can it be done properly? I would sure like to know. From bugtracker at ...3416... Wed Oct 7 00:20:30 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 22:20:30 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #794: Printing 1.0.0 example splits text on multipage print In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.794&from=L21haW4- Comment #3 by gbWilly GAMBOS: Correction: bas -> bad From bugtracker at ...3416... Wed Oct 7 01:30:48 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 23:30:48 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #793: IDE Crash, FForm.Reload.167 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in revision #7392. Now files are automatically reloaded as soon as you change the components, and error messages are displayed if reloading fails. From bugtracker at ...3416... Wed Oct 7 01:30:52 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 23:30:52 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #793: IDE Crash, FForm.Reload.167 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.793&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Wed Oct 7 01:32:55 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 06 Oct 2015 23:32:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #790: Cursor moves when running beautify In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.790&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Wed Oct 7 01:38:38 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 7 Oct 2015 01:38:38 +0200 Subject: [Gambas-user] Release of Gambas 3.8.2 Message-ID: <56145B7E.201@...1...> Hi, I have made the release of Gambas 3.8.2 official. As bugs continue to arrive and be fixed, a Gambas 3.8.3 version will follow. Enjoy it anyway! -- Beno?t Minisini From gambas at ...1... Wed Oct 7 01:50:04 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 7 Oct 2015 01:50:04 +0200 Subject: [Gambas-user] IDE code questions - property editors In-Reply-To: <20151006150721.abcc241a8ef2143ad0b0ef00@...626...> References: <20151006150721.abcc241a8ef2143ad0b0ef00@...626...> Message-ID: <56145E2C.3010802@...1...> Le 06/10/2015 06:37, adamnt42 at ...626... a ?crit : > I think this is way out there in the cosmos somewhere, but I'll ask > anyway. > > I am wading through the FProperty code of the IDE trying to > understand how the values for properties are set (bad term) in the > grid. When I get down to CControl.GetProperty(sProp As String) I see > the following (with annotations): > > Try hProp = Project.Documentation.Classes[Kind].Properties[sProp] > > If hProp Then If hProp.AlwaysRead Then <--- Question1 > > vVal = Object.GetProperty(Control, sProp) <---- Question 2 > > ... > > Endif Endif > > Return $cValue[sProp] <---- Question 3 > > 1) I see that these are set in the CPropertyInfo class but why are > some properties AlwaysRead? Because property values are cached, and the real property value may change without the cache seeing it. For example, the value of a RadioButton, that may change if another RadioButton is set. > > 2) This is messy. If a control is a custom control then it appears > that this line tries to get the property value from the object whose > class name is the _DrawWith constant defined in the custom control > not the actual control class? The IDE can only display controls that comes from components it uses. For controls of other components, it relies on the _DrawWith property that tells him which control to use instead. Of course, that control must be in one the components used by the IDE. > > 3) I dont understand how the $cValue array is initialised nor indeed > what its' intent is. Could you enlighten me? It's the collection that caches the value of the control property. It's not necessarily the real value, but the value you see in the property editor. For example, the Background property of a control is an integer, but a String for the IDE. > > Why all this? > > I am trying to modify the IDE so that the property editor can use > special popup editor forms for some extra-special property types for > custom controls. In short, the goal is to have the property editor > form inside the custom control component rather than in the IDE. A > "visible" example is the AngleBox class control "txtAngle" in the > current IDE. I believe this is only used(?) for the report controls. > Because we have a bunch of custom controls that have some > extra-special properties, I have to continually maintain the IDE code > updates because of svn differences and conflicts. > > So, I have so far managed to make a minimal set of mods that allows > the (local) IDE to recognize custom properties (i.e. the > extra-special ones) and use a pop-up editor that is contained within > the custom control component. The pic attached is an example to > explain it better .. (1) is a custom control, in that control I have > a property > > (2) "Options" that has a custom editor. When I click on the "..." > button the popup editor shown appears. > > and when the Save button is clicked the property "value" is saved > where I want it. All well and groovy. > > In summary, I think this would be a good IDE enhancement. i.e. moving > the editor for custom control extra-special properties from inside > the IDE to within the custom control component itself. So... > > tia bruce > The IDE can't use code located in other components, because he will have to load them, which is not always possible. So the code that "manages" special properties can't be inside the components. So I put them directly in the IDE. It's not nice, but it's not a problem, because the IDE is always released with the entire Gambas development stack, so you can ensure that everything is synced. Now the IDE source code should be better organized if you and other want to develop custom dialogs for special properties. If you want to have custom dialogs associated with custom components, I'm afraid it's not possible at the moment. What is needed is: - A way to have a gambas library side by side with a component, that would include the custom dialogs. - A way for the IDE to load these libraries automatically at runtime. - A way for the IDE to unload a library. This is not technically possible, the interpreter being unable to do that. And you forgot to attach your image. Regards, -- Beno?t Minisini From taboege at ...626... Wed Oct 7 02:02:31 2015 From: taboege at ...626... (Tobias Boege) Date: Wed, 7 Oct 2015 02:02:31 +0200 Subject: [Gambas-user] IDE code questions - property editors In-Reply-To: <56145E2C.3010802@...1...> References: <20151006150721.abcc241a8ef2143ad0b0ef00@...626...> <56145E2C.3010802@...1...> Message-ID: <20151007000231.GK671@...2774...> On Wed, 07 Oct 2015, Beno??t Minisini wrote: > If you want to have custom dialogs associated with custom components, > I'm afraid it's not possible at the moment. > > What is needed is: > - A way to have a gambas library side by side with a component, that > would include the custom dialogs. > - A way for the IDE to load these libraries automatically at runtime. > - A way for the IDE to unload a library. This is not technically > possible, the interpreter being unable to do that. > > And you forgot to attach your image. > I was doing something like that some time ago with my plugin experiments. One of the things they can do is take a *source archive* of a Gambas project, compile and archive it and then load the executable archive as a new component (this needs a small patch to the interpreter, to remove a restriction on component paths). From there, the main application can instantiate exported classes as usual. Actually, I planned for tomorrow to write some custom dialogs into a plugin for my image viewer. I don't think this will be a problem. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From taboege at ...626... Wed Oct 7 03:14:45 2015 From: taboege at ...626... (Tobias Boege) Date: Wed, 7 Oct 2015 03:14:45 +0200 Subject: [Gambas-user] Any users of gb.compress.zlib's Uncompress.String()? Message-ID: <20151007011445.GL671@...2774...> Hi list, in revision #7393 I fixed a problem in gb.compress.zlib where the String() method of the Uncompress class could not cope with gzip data which is fre- quently returned from web servers in my application. (Note that the File() method worked fine before.) What I did was: if the usual decompression code fails, try the gzip format; if that also fails, raise an error. There are no interface or semantic changes for zlib formatted data. Alas, I needed to rewrite the whole method because the former implementation used a utility API which could apparently not be told to use gzip. My project runs fine now [ and my test case was noticeably faster than Exec'ing the "gzip" binary on temporary files as I did before ]. But I don't have other gb.compress.zlib projects around to test if something is odd. If anyone has some, please tell me if everything still works. If, on the other side, your projects break, you now know why. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From bugtracker at ...3416... Wed Oct 7 05:39:23 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 03:39:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #796: Property Editor, "Help feature" can use offline documentation Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.796&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Property Editor, "Help feature" can use offline documentation Type : Request Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- attach pic System information ------------------ [System] Gambas=3.8.90 r7388 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ISm8ecul6S,guid=d41dc33f31f83c1c43f4901300000026 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-kp4gRb GNOME_KEYRING_PID=1575 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1566 SSH_AUTH_SOCK=/tmp/keyring-kp4gRb/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1443912393.695480-894343067 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1536 From bugtracker at ...3416... Wed Oct 7 05:39:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 03:39:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #796: Property Editor, "Help feature" can use offline documentation In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.796&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From chrisml at ...3340... Wed Oct 7 09:57:10 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Wed, 7 Oct 2015 09:57:10 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <56143147.1050903@...1...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> <56143147.1050903@...1...> Message-ID: <5614D056.6090506@...3340...> Am 06.10.2015 um 22:38 schrieb Beno?t Minisini: > So it was was I thought, cool. I will release Gambas 3.8.2 soon. I found another thing with the last daily from yesterday. I have libraries included in my main project. After I changed a method declaration in one library, compiled it, and then switched over to the main project, the main project did not recognize the change and showed the old version number of the library. I am also unable to delete the old library in the library-window. I show you a screencast. Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: Cannotdeletelib.mp4 Type: video/mp4 Size: 311433 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From chrisml at ...3340... Wed Oct 7 10:28:46 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Wed, 7 Oct 2015 10:28:46 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <5614D056.6090506@...3340...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> <56143147.1050903@...1...> <5614D056.6090506@...3340...> Message-ID: <5614D7BE.2020304@...3340...> Am 07.10.2015 um 09:57 schrieb Christof Thalhofer: > After I changed a method declaration in one library, compiled it, and > then switched over to the main project, the main project did not > recognize the change and showed the old version number of the library. Sorry, I think that was my own fault, I test it again. > I am also unable to delete the old library in the library-window. > I show you a screencast. But this is right and occurs also in 3.8.1 Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From chrisml at ...3340... Wed Oct 7 10:53:37 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Wed, 7 Oct 2015 10:53:37 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <56143147.1050903@...1...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> <56143147.1050903@...1...> Message-ID: <5614DD91.1010201@...3340...> Am 06.10.2015 um 22:38 schrieb Beno?t Minisini: > So it was was I thought, cool. I will release Gambas 3.8.2 soon. Now I tried Gambas Stable (3.8.2-28.43~ubuntu14.04.1) and here the Problem (Form cannot load parent Class Form) is still present :-/ Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From bugtracker at ...3416... Wed Oct 7 11:04:30 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:04:30 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #797: message still exist when has opened the other project Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.797&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- message still exist when has opened the other project Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- Message still exist. attach pic-1 reproduce bug: 1) open this project. attach project 2) attach pic-2 System information ------------------ [System] Gambas=3.8.90 r7393 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ISm8ecul6S,guid=d41dc33f31f83c1c43f4901300000026 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-kp4gRb GNOME_KEYRING_PID=1575 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1566 SSH_AUTH_SOCK=/tmp/keyring-kp4gRb/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1443912393.695480-894343067 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1536 From bugtracker at ...3416... Wed Oct 7 11:05:04 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:05:04 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #797: message still exist when has opened the other project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.797&from=L21haW4- Zainudin AHMAD added an attachment: test-message-0.0.1.tar.gz From bugtracker at ...3416... Wed Oct 7 11:04:50 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:04:50 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #797: message still exist when has opened the other project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.797&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Wed Oct 7 11:05:25 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:05:25 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #797: message still exist when has opened the other project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.797&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From moviga at ...3488... Wed Oct 7 11:07:23 2015 From: moviga at ...3488... (Moviga Technologies) Date: Wed, 07 Oct 2015 11:07:23 +0200 Subject: [Gambas-user] When QT discontinues QtWebkit Message-ID: What will happen when QT discontinues QtWebkit? Will Gambas lose the qt.webkit component for QT5? Will there be any possibility for making an alternative webview component for Gambas? From bugtracker at ...3416... Wed Oct 7 11:14:03 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:14:03 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #796: Property Editor, "Help feature" can use offline documentation In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.796&from=L21haW4- Comment #1 by Moviga TECHNOLOGIES: I have the same issue. From Karl.Reinl at ...2345... Wed Oct 7 11:16:29 2015 From: Karl.Reinl at ...2345... (Charlie Reinl) Date: Wed, 07 Oct 2015 11:16:29 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <5614D056.6090506@...3340...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> <56143147.1050903@...1...> <5614D056.6090506@...3340...> Message-ID: <1444209389.3587.6.camel@...40...> Am Mittwoch, den 07.10.2015, 09:57 +0200 schrieb Christof Thalhofer: > Am 06.10.2015 um 22:38 schrieb Beno?t Minisini: > > > So it was was I thought, cool. I will release Gambas 3.8.2 soon. > > I found another thing with the last daily from yesterday. > > I have libraries included in my main project. > > After I changed a method declaration in one library, compiled it, and > then switched over to the main project, the main project did not > recognize the change and showed the old version number of the library. > > I am also unable to delete the old library in the library-window. > I show you a screencast. > > Alles Gute > > Christof Thalhofer > Salut, here the same, can't drop libraries -- Amicalement Charlie From bugtracker at ...3416... Wed Oct 7 11:23:15 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:23:15 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #797: message still exist when has opened the other project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.797&from=L21haW4- Comment #1 by Beno?t MINISINI: Please use a meaningful subject. Nobody can guess what the bug is about with what you wrote! From bugtracker at ...3416... Wed Oct 7 11:24:39 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:24:39 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #796: Property Editor, "Help feature" can use offline documentation In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.796&from=L21haW4- Comment #2 by Beno?t MINISINI: Please make an effort when writing your subject, otherwise nobody can guess what the bug is about. From bugtracker at ...3416... Wed Oct 7 11:24:49 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:24:49 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #796: Property Editor, "Help feature" can use offline documentation In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.796&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Wed Oct 7 11:26:01 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:26:01 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #798: crash and loading problems in / with the IDE Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.798&from=L21haW4- Charlie REINL reported a new bug. Summary ------- crash and loading problems in / with the IDE Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- - the IDE loaded into the IDE NO Window opened, press ctrl+F and searching for "Library" the IDE crashs , (see attachment) - trying to open FProjectProperty or FOpenProject Form fails (see attachments) System information ------------------ [System] Gambas=3.8.90 r7388 OperatingSystem=Linux Kernel=3.2.0-91-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=GNOME Theme=Plastique Language=de_DE.UTF-8 Memory=3025M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-i9aGdjXv5s,guid=432aee74d883302100b4b25d00000049 DEFAULTS_PATH=/usr/share/gconf/gnome-shell.default.path DESKTOP_SESSION=gnome-shell DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=gnome-shell GDM_LANG=de_DE.UTF-8 GIO_LAUNCHED_DESKTOP_FILE=/.local/share/applications/Gambas III.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=5662 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL=/tmp/keyring-u4FmlP GNOME_KEYRING_PID=3184 GPG_AGENT_INFO=/tmp/keyring-u4FmlP/gpg:0:1 GTK_MODULES=canberra-gtk-module HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE:en LC_MESSAGES=de_DE.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/gnome-shell.mandatory.path PATH=/usr/local/bin:/usr/bin:/bin:/usr/games PWD= QT_ACCESSIBILITY=1 QT_NO_GLIB=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/3201,unix/:/tmp/.ICE-unix/3201 SHELL=/bin/bash SPEECHD_PORT=7560 SSH_AGENT_PID=3345 SSH_AUTH_SOCK=/tmp/keyring-u4FmlP/ssh TZ=:/etc/localtime UBUNTU_MENUPROXY=libappmenu.so USER= USERNAME= WINDOWPATH=7 XAUTHORITY=/var/run/gdm/auth-for--AemMDF/database XDG_CONFIG_DIRS=/etc/xdg/xdg-gnome-shell:/etc/xdg XDG_CURRENT_DESKTOP=GNOME XDG_DATA_DIRS=/usr/share/gnome-shell:/usr/share/gnome:/usr/local/share/:/usr/share/ XDG_SESSION_COOKIE=42f49d43f50733c401e4460348762a43-1444206142.598793-730688041 From bugtracker at ...3416... Wed Oct 7 11:26:17 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:26:17 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #798: crash and loading problems in / with the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.798&from=L21haW4- Charlie REINL added an attachment: Bildschirmfoto vom 2015-10-07 10:49:50.png From bugtracker at ...3416... Wed Oct 7 11:26:24 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:26:24 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #798: crash and loading problems in / with the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.798&from=L21haW4- Charlie REINL added an attachment: Bildschirmfoto vom 2015-10-07 10:51:17.png From bugtracker at ...3416... Wed Oct 7 11:26:35 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:26:35 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #798: crash and loading problems in / with the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.798&from=L21haW4- Charlie REINL added an attachment: Bildschirmfoto vom 2015-10-07 10:51:44.png From bugtracker at ...3416... Wed Oct 7 11:34:54 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:34:54 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #797: message still exist when has opened the other project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.797&from=L21haW4- Comment #2 by Beno?t MINISINI: This is the normal behaviour. If you don't close a message, it will stay forever. From bugtracker at ...3416... Wed Oct 7 11:35:02 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:35:02 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #797: message still exist when has opened the other project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.797&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at ...3416... Wed Oct 7 11:39:45 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:39:45 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #799: Option to turn off close button on tabs Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.799&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary ------- Option to turn off close button on tabs Type : Request Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- Now that we can close tabs with middle-click, it would be great to be able to turn off the close buttons on the tabs to: * Save space, and have more tabs available (see pic.) with the newly acquired real estate. * Avoid accidental closing of tabs when clicking the tab and hitting the close button. System information ------------------ [System] Gambas=3.8.90 r7312 OperatingSystem=Linux Kernel=4.1.6-1-ARCH Architecture=x86_64 Distribution=arch Desktop=KDE5 Theme=Proxy Language=nb_NO.UTF-8 Memory=9901M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.2.0 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.3 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.28 GTK+3=libgtk-3.so.0.1600.6 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.52.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.0 SDL=libSDL-1.2.so.0.11.4 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-7rvPN8rlRD,guid=75534cfdb433e848ad9f896a55f965a8 DESKTOP_SESSION=plasma DISPLAY=:0 GB_GUI=gb.qt5 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_MODULES=canberra-gtk-module GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HOME= KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=nb_NO.UTF-8 LANGUAGE=nb LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PAM_KWALLET5_LOGIN=/tmp/kwallet5_.socket PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_IM_MODULE=compose QT_NO_GLIB=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/899,unix/:/tmp/.ICE-unix/899 SHELL=/bin/bash SHLVL=1 SSH_ASKPASS=/usr/bin/ksshaskpass TZ=:/etc/localtime USER= XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_SIZE=0 XCURSOR_THEME=Breeze_Snow XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 _=/usr/lib/kf5/start_kdeinit_wrapper From bugtracker at ...3416... Wed Oct 7 11:39:53 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:39:53 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #799: Option to turn off close button on tabs In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.799&from=L21haW4- Moviga TECHNOLOGIES added an attachment: tab-close-buttons.png From bugtracker at ...3416... Wed Oct 7 11:42:41 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 09:42:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #800: Requesting QT5 TextEdit Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.800&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary ------- Requesting QT5 TextEdit Type : Request Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : QT5 component Description ----------- Until there will (hopefully) be a pure Gambas RichEdit component, could we have a QT5 TextEdit? System information ------------------ [System] Gambas=3.8.90 r7312 OperatingSystem=Linux Kernel=4.1.6-1-ARCH Architecture=x86_64 Distribution=arch Desktop=KDE5 Theme=Proxy Language=nb_NO.UTF-8 Memory=9901M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.2.0 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.3 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.28 GTK+3=libgtk-3.so.0.1600.6 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.52.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.0 SDL=libSDL-1.2.so.0.11.4 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-7rvPN8rlRD,guid=75534cfdb433e848ad9f896a55f965a8 DESKTOP_SESSION=plasma DISPLAY=:0 GB_GUI=gb.qt5 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_MODULES=canberra-gtk-module GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HOME= KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=nb_NO.UTF-8 LANGUAGE=nb LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PAM_KWALLET5_LOGIN=/tmp/kwallet5_.socket PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_IM_MODULE=compose QT_NO_GLIB=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/899,unix/:/tmp/.ICE-unix/899 SHELL=/bin/bash SHLVL=1 SSH_ASKPASS=/usr/bin/ksshaskpass TZ=:/etc/localtime USER= XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_SIZE=0 XCURSOR_THEME=Breeze_Snow XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 _=/usr/lib/kf5/start_kdeinit_wrapper From bagonergi at ...626... Wed Oct 7 11:57:56 2015 From: bagonergi at ...626... (Gianluigi) Date: Wed, 7 Oct 2015 11:57:56 +0200 Subject: [Gambas-user] Gambas3 3.8.2 PPA problem on new project. Message-ID: The new project window appears empty, impossible to work see attached Regards Gianluigi [System] Gambas=3.8.2 OperatingSystem=Linux Kernel=3.13.0-38-generic Architecture=x86_64 Distribution=Ubuntu 14.04.3 LTS Desktop=GNOME Theme=Gtk Language=it_IT.UTF-8 Memory=15977M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_IM_MODULE=xim COMPIZ_BIN_PATH=/usr/bin/ COMPIZ_CONFIG_PROFILE=ubuntu DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-Q7PxLazwPL DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=ubuntu GDM_LANG=it GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=11421 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL=/run/user/1000/keyring-GrTBMO GNOME_KEYRING_PID=1565 GPG_AGENT_INFO=/run/user/1000/keyring-GrTBMO/gpg:0:1 GTK_IM_MODULE=ibus GTK_MODULES=overlay-scrollbar:unity-gtk-module HOME=/home/ IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=it_IT.UTF-8 LANGUAGE=it LOGNAME= MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD=/home/ QT4_IM_MODULE=xim QT_IM_MODULE=ibus QT_QPA_PLATFORMTHEME=appmenu-qt5 SELINUX_INIT=YES SESSION=ubuntu SESSIONTYPE=gnome-session SESSION_MANAGER=local/:@/tmp/.ICE-unix/1602,unix/:/tmp/.ICE-unix/1602 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring-GrTBMO/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1454 USER= XAUTHORITY=/home//.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg XDG_CURRENT_DESKTOP=Unity XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/ XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_VTNR=7 XMODIFIERS=@im=ibus -------------- next part -------------- A non-text attachment was scrubbed... Name: Schermata del 2015-10-07-2.png Type: image/png Size: 27568 bytes Desc: not available URL: From gambas at ...1... Wed Oct 7 12:06:51 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 7 Oct 2015 12:06:51 +0200 Subject: [Gambas-user] Gambas3 3.8.2 PPA problem on new project. In-Reply-To: References: Message-ID: <5614EEBB.7010401@...1...> Le 07/10/2015 11:57, Gianluigi a ?crit : > The new project window appears empty, impossible to work see attached > > Regards > > Gianluigi > > Apparently the project templates are missing in the gambas3-ide package... -- Beno?t Minisini From bugtracker at ...3416... Wed Oct 7 12:15:05 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 10:15:05 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #798: crash and loading problems in / with the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.798&from=L21haW4- Comment #1 by Beno?t MINISINI: I can't reproduce the bug. Please send a project that allows me to reproduce it. Thanks. From bugtracker at ...3416... Wed Oct 7 12:16:53 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 10:16:53 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #799: Option to turn off close button on tabs In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.799&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From moviga at ...3488... Wed Oct 7 12:17:07 2015 From: moviga at ...3488... (Moviga Technologies) Date: Wed, 07 Oct 2015 12:17:07 +0200 Subject: [Gambas-user] Questions about compiling Gambas Message-ID: Every time update from SVN I run ./reconf-all and ./configure. I was wondering, is this necessary? If not, how do I know when to and when to not run them? From bugtracker at ...3416... Wed Oct 7 12:18:42 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 10:18:42 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #795: Add 'Examples' to Product category In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.795&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Wed Oct 7 12:18:39 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 10:18:39 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #795: Add 'Examples' to Product category In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.795&from=L21haW4- Comment #1 by Beno?t MINISINI: Done. From bugtracker at ...3416... Wed Oct 7 12:19:13 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 10:19:13 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #800: Requesting QT5 TextEdit In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.800&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Duplicate. From bugtracker at ...3416... Wed Oct 7 12:27:13 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 10:27:13 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #800: Requesting QT5 TextEdit In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.800&from=L21haW4- Comment #1 by Moviga TECHNOLOGIES: Ohhhh... sorry for duplicating :/ From gambas.fr at ...626... Wed Oct 7 12:30:29 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Wed, 7 Oct 2015 12:30:29 +0200 Subject: [Gambas-user] Questions about compiling Gambas In-Reply-To: References: Message-ID: When no files are added or removed you can just do a make install Le 7 oct. 2015 12:17, "Moviga Technologies" a ?crit : > > > Every time update from SVN I run ./reconf-all and ./configure. I was > wondering, is this necessary? If not, how do I know when to and when to > not run them? > > ------------------------------------------------------------------------------ > Full-scale, agent-less Infrastructure Monitoring from a single dashboard > Integrate with 40+ ManageEngine ITSM Solutions for complete visibility > Physical-Virtual-Cloud Infrastructure monitoring from one console > Real user monitoring with APM Insights and performance trend reports > Learn More > http://pubads.g.doubleclick.net/gampad/clk?id=247754911&iu=/4140 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From moviga at ...3488... Wed Oct 7 12:33:25 2015 From: moviga at ...3488... (Moviga Technologies) Date: Wed, 07 Oct 2015 12:33:25 +0200 Subject: [Gambas-user] Questions about compiling Gambas In-Reply-To: References: Message-ID: <23875c8dc91163d825ebc6073f27ccac@...3488...> You mean in case there was just changes/updates to files that already exists? From bugtracker at ...3416... Wed Oct 7 13:21:25 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 11:21:25 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #798: crash and loading problems in / with the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.798&from=L21haW4- Comment #2 by Charlie REINL: While it is th? gambas IDE itself I would send you, I will make ? source code archive first and then remake a installation from scratch.I will inform you about. From bugtracker at ...3416... Wed Oct 7 13:48:08 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 11:48:08 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #798: crash and loading problems in / with the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.798&from=L21haW4- Comment #3 by Charlie REINL: Ok, forget about that. A installation from scratch did it. No more that problem. From bugtracker at ...3416... Wed Oct 7 13:48:33 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 07 Oct 2015 11:48:33 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #798: crash and loading problems in / with the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.798&from=L21haW4- Charlie REINL changed the state of the bug to: Invalid. From sebikul at ...626... Wed Oct 7 14:12:30 2015 From: sebikul at ...626... (Sebastian Kulesz) Date: Wed, 7 Oct 2015 09:12:30 -0300 Subject: [Gambas-user] Gambas3 3.8.2 PPA problem on new project. In-Reply-To: <5614EEBB.7010401@...1...> References: <5614EEBB.7010401@...1...> Message-ID: Yup, sorry about that. I'm not used to the packaging rules changing between bugfix releases, and forgot to add the new rules for the ide package.. The fix will be live in an hour or two. Sorry again! On Wed, Oct 7, 2015 at 7:06 AM, Beno?t Minisini < gambas at ...1...> wrote: > Le 07/10/2015 11:57, Gianluigi a ?crit : > > The new project window appears empty, impossible to work see attached > > > > Regards > > > > Gianluigi > > > > > > Apparently the project templates are missing in the gambas3-ide package... > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > Full-scale, agent-less Infrastructure Monitoring from a single dashboard > Integrate with 40+ ManageEngine ITSM Solutions for complete visibility > Physical-Virtual-Cloud Infrastructure monitoring from one console > Real user monitoring with APM Insights and performance trend reports > Learn More > http://pubads.g.doubleclick.net/gampad/clk?id=247754911&iu=/4140 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Wed Oct 7 14:30:52 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 7 Oct 2015 14:30:52 +0200 Subject: [Gambas-user] Gambas3 3.8.2 PPA problem on new project. In-Reply-To: References: <5614EEBB.7010401@...1...> Message-ID: <5615107C.1020804@...1...> Le 07/10/2015 14:12, Sebastian Kulesz a ?crit : > Yup, sorry about that. I'm not used to the packaging rules changing between > bugfix releases, and forgot to add the new rules for the ide package.. The > fix will be live in an hour or two. > > Sorry again! > No problem, it's my fault too: I should have remembered to warn you when some new files must be packaged. And the packaging rules were not up to date when the packages were done. Regards, -- Beno?t Minisini From bagonergi at ...626... Wed Oct 7 15:21:23 2015 From: bagonergi at ...626... (Gianluigi) Date: Wed, 7 Oct 2015 15:21:23 +0200 Subject: [Gambas-user] Gambas3 3.8.2 PPA problem on new project. In-Reply-To: <5615107C.1020804@...1...> References: <5614EEBB.7010401@...1...> <5615107C.1020804@...1...> Message-ID: Thank you Benoit and Sebastian, now Gambas well working. My regards Gianluigi 2015-10-07 14:30 GMT+02:00 Beno?t Minisini : > Le 07/10/2015 14:12, Sebastian Kulesz a ?crit : > > Yup, sorry about that. I'm not used to the packaging rules changing > between > > bugfix releases, and forgot to add the new rules for the ide package.. > The > > fix will be live in an hour or two. > > > > Sorry again! > > > > No problem, it's my fault too: I should have remembered to warn you when > some new files must be packaged. And the packaging rules were not up to > date when the packages were done. > > Regards, > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > Full-scale, agent-less Infrastructure Monitoring from a single dashboard > Integrate with 40+ ManageEngine ITSM Solutions for complete visibility > Physical-Virtual-Cloud Infrastructure monitoring from one console > Real user monitoring with APM Insights and performance trend reports > Learn More > http://pubads.g.doubleclick.net/gampad/clk?id=247754911&iu=/4140 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bagonergi at ...626... Wed Oct 7 17:59:15 2015 From: bagonergi at ...626... (Gianluigi) Date: Wed, 7 Oct 2015 17:59:15 +0200 Subject: [Gambas-user] Ico Gambas Message-ID: Hello Benoit, Now my users no longer complain that they do not find my programs made in Gambas :) (See attached) Ciao Gianluigi -------------- next part -------------- A non-text attachment was scrubbed... Name: GambasIco.png Type: image/png Size: 26031 bytes Desc: not available URL: From gambas at ...1... Wed Oct 7 18:05:31 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 7 Oct 2015 18:05:31 +0200 Subject: [Gambas-user] Ico Gambas In-Reply-To: References: Message-ID: <561542CB.9090402@...1...> Le 07/10/2015 17:59, Gianluigi a ?crit : > Hello Benoit, > Now my users no longer complain that they do not find my programs made in > Gambas :) > (See attached) > Ciao > Gianluigi > I don't have this problem on KDE. Which desktop do you use? -- Beno?t Minisini From bagonergi at ...626... Wed Oct 7 18:25:15 2015 From: bagonergi at ...626... (Gianluigi) Date: Wed, 7 Oct 2015 18:25:15 +0200 Subject: [Gambas-user] Ico Gambas In-Reply-To: <561542CB.9090402@...1...> References: <561542CB.9090402@...1...> Message-ID: Sorry Benoit, to follow my data: Even our friend Kicco suffers from gigantism he uses Ubuntu 14.04 Ciao Gianluigi [System] Gambas=3.8.2 OperatingSystem=Linux Kernel=3.13.0-38-generic Architecture=x86_64 Distribution=Ubuntu 14.04.3 LTS Desktop=GNOME Theme=Gtk Language=it_IT.UTF-8 Memory=15977M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10. GStreamer=libgstreamer-1.0.so. GTK+2=libgtk-x11-2.0.so.0. GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_IM_MODULE=xim COMPIZ_BIN_PATH=/usr/bin/ COMPIZ_CONFIG_PROFILE=ubuntu DBUS_SESSION_BUS_ADDRESS=unix: DEFAULTS_PATH=/usr/share/ DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=ubuntu GDM_LANG=it GIO_LAUNCHED_DESKTOP_FILE=/ GIO_LAUNCHED_DESKTOP_FILE_PID= GNOME_DESKTOP_SESSION_ID=this- GNOME_KEYRING_CONTROL=/run/ GNOME_KEYRING_PID=1565 GPG_AGENT_INFO=/run/user/1000/ GTK_IM_MODULE=ibus GTK_MODULES=overlay-scrollbar: HOME=/home/ IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=it_IT.UTF-8 LANGUAGE=it LOGNAME= MANDATORY_PATH=/usr/share/ PATH=/usr/local/sbin:/usr/ PWD=/home/ QT4_IM_MODULE=xim QT_IM_MODULE=ibus QT_QPA_PLATFORMTHEME=appmenu- SELINUX_INIT=YES SESSION=ubuntu SESSIONTYPE=gnome-session SESSION_MANAGER=local/< SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/ TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/ TZ=:/etc/localtime UPSTART_SESSION=unix:abstract= USER= XAUTHORITY=/home//. XDG_CONFIG_DIRS=/etc/xdg/xdg- XDG_CURRENT_DESKTOP=Unity XDG_DATA_DIRS=/usr/share/ XDG_GREETER_DATA_DIR=/var/lib/ XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/ XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/ XDG_VTNR=7 XMODIFIERS=@...3498...=ibus 2015-10-07 18:05 GMT+02:00 Beno?t Minisini : > Le 07/10/2015 17:59, Gianluigi a ?crit : > > Hello Benoit, > > Now my users no longer complain that they do not find my programs made in > > Gambas :) > > (See attached) > > Ciao > > Gianluigi > > > > I don't have this problem on KDE. Which desktop do you use? > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > Full-scale, agent-less Infrastructure Monitoring from a single dashboard > Integrate with 40+ ManageEngine ITSM Solutions for complete visibility > Physical-Virtual-Cloud Infrastructure monitoring from one console > Real user monitoring with APM Insights and performance trend reports > Learn More > http://pubads.g.doubleclick.net/gampad/clk?id=247754911&iu=/4140 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas.fr at ...626... Wed Oct 7 21:27:41 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Wed, 7 Oct 2015 21:27:41 +0200 Subject: [Gambas-user] Questions about compiling Gambas In-Reply-To: <23875c8dc91163d825ebc6073f27ccac@...3488...> References: <23875c8dc91163d825ebc6073f27ccac@...3488...> Message-ID: Yes Le 7 oct. 2015 12:34, "Moviga Technologies" a ?crit : > > > You mean in case there was just changes/updates to files that already > exists? > > ------------------------------------------------------------------------------ > Full-scale, agent-less Infrastructure Monitoring from a single dashboard > Integrate with 40+ ManageEngine ITSM Solutions for complete visibility > Physical-Virtual-Cloud Infrastructure monitoring from one console > Real user monitoring with APM Insights and performance trend reports > Learn More > http://pubads.g.doubleclick.net/gampad/clk?id=247754911&iu=/4140 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From taboege at ...626... Wed Oct 7 22:11:51 2015 From: taboege at ...626... (Tobias Boege) Date: Wed, 7 Oct 2015 22:11:51 +0200 Subject: [Gambas-user] Super cool crash when reading settings twice Message-ID: <20151007201151.GD25093@...2774...> Hi Benoit, I have a crash in one of my projects. I managed to isolate the problem to the attached project. I have a class which has a Settings As Collection property for use with Settings' Read() and Write() methods. What I now do is write the object to the settings and then read it *twice* in a row (I hit the bug because I happened to initialise some module twice during startup in my project). The Settings_Write() implementation is crucial as it seems: Public Number As Integer Public Sub Settings_Write(Value As Collection) Number = Value["Number", 0] End When executing this code, the interpreter segfaults somewhere deep down: Program received signal SIGSEGV, Segmentation fault. EXEC_object_real (val=val at ...2861...=0x7ffff65cd140, pobject=pobject at ...2861...=0x7fffffffddb8) at gbx_exec.c:1448 1448 gbx_exec.c: No such file or directory. (gdb) bt #0 EXEC_object_real (val=val at ...2861...=0x7ffff65cd140, pobject=pobject at ...2861...=0x7fffffffddb8) at gbx_exec.c:1448 #1 0x0000000000436033 in _push_array (code=code at ...2861...=960) at gbx_exec_loop.c:3576 #2 0x0000000000438b70 in EXEC_loop () at gbx_exec_loop.c:573 #3 0x000000000040a4a4 in EXEC_function_loop () at gbx_exec.c:931 #4 0x000000000040ab7f in EXEC_function_real () at gbx_exec.c:895 #5 0x000000000040dcbd in EXEC_pop_unknown () at gbx_exec_pop.c:257 #6 0x00000000004385c3 in EXEC_loop () at gbx_exec_loop.c:672 #7 0x000000000040a4a4 in EXEC_function_loop () at gbx_exec.c:931 #8 0x000000000040ab7f in EXEC_function_real () at gbx_exec.c:895 #9 0x000000000040b976 in EXEC_public_desc (class=, object=object at ...2861...=0x0, desc=desc at ...2861...=0x6746d8, nparam=nparam at ...2861...=0) at gbx_exec.c:1616 #10 0x0000000000404829 in main (argc=1, argv=0x7fffffffe6a8) at gbx.c:416 This is the faulty line: 1448 else if (!class->is_virtual) The valgrind log reveals that there is something strange going on with the "class" variable: ==1330== Invalid read of size 1 ==1330== at 0x40B862: EXEC_object_real (gbx_exec.c:1448) ==1330== by 0x436032: _push_array (gbx_exec_loop.c:3576) ==1330== by 0x438B6F: EXEC_loop (gbx_exec_loop.c:573) ==1330== by 0x40A4A3: EXEC_function_loop (gbx_exec.c:931) ==1330== by 0x40AB7E: EXEC_function_real (gbx_exec.c:895) ==1330== by 0x40DCBC: EXEC_pop_unknown (gbx_exec_pop.c:257) ==1330== by 0x4385C2: EXEC_loop (gbx_exec_loop.c:672) ==1330== by 0x40A4A3: EXEC_function_loop (gbx_exec.c:931) ==1330== by 0x40AB7E: EXEC_function_real (gbx_exec.c:895) ==1330== by 0x404828: main (gbx.c:416) ==1330== Address 0x2b is not stack'd, malloc'd or (recently) free'd ==1330== ==1330== ==1330== Process terminating with default action of signal 11 (SIGSEGV): dumping core ==1330== Access not within mapped region at address 0x2B ==1330== at 0x40B862: EXEC_object_real (gbx_exec.c:1448) ==1330== by 0x436032: _push_array (gbx_exec_loop.c:3576) ==1330== by 0x438B6F: EXEC_loop (gbx_exec_loop.c:573) ==1330== by 0x40A4A3: EXEC_function_loop (gbx_exec.c:931) ==1330== by 0x40AB7E: EXEC_function_real (gbx_exec.c:895) ==1330== by 0x40DCBC: EXEC_pop_unknown (gbx_exec_pop.c:257) ==1330== by 0x4385C2: EXEC_loop (gbx_exec_loop.c:672) ==1330== by 0x40A4A3: EXEC_function_loop (gbx_exec.c:931) ==1330== by 0x40AB7E: EXEC_function_real (gbx_exec.c:895) ==1330== by 0x404828: main (gbx.c:416) And the best thing is that if I replace the line Number = Value["Number", 0] with either of Number = Value!Number ' or Number = Value["Number"] then there is no segfault. Also, if I read the settings only once, the crash disappears. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk -------------- next part -------------- A non-text attachment was scrubbed... Name: settings-segfault-0.0.1.tar.gz Type: application/octet-stream Size: 4542 bytes Desc: not available URL: From moviga at ...3488... Wed Oct 7 22:20:33 2015 From: moviga at ...3488... (Moviga Technologies) Date: Wed, 07 Oct 2015 22:20:33 +0200 Subject: [Gambas-user] Questions about compiling Gambas In-Reply-To: References: <23875c8dc91163d825ebc6073f27ccac@...3488...> Message-ID: OK, thanks :) But, that does not happen too often, so I'll just stick with the whole package then :) From mckaygerhard at ...626... Wed Oct 7 22:24:35 2015 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Wed, 7 Oct 2015 15:54:35 -0430 Subject: [Gambas-user] the bugtraker are made in gambas? Message-ID: the bugtraker are made in gambas?!!!!! http://gambaswiki.org/bugtracker/ Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com From jussi.lahtinen at ...626... Wed Oct 7 22:33:33 2015 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Wed, 7 Oct 2015 23:33:33 +0300 Subject: [Gambas-user] the bugtraker are made in gambas? In-Reply-To: References: Message-ID: Yes. Jussi On Wed, Oct 7, 2015 at 11:24 PM, PICCORO McKAY Lenz wrote: > the bugtraker are made in gambas?!!!!! > > http://gambaswiki.org/bugtracker/ > > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com > > ------------------------------------------------------------------------------ > Full-scale, agent-less Infrastructure Monitoring from a single dashboard > Integrate with 40+ ManageEngine ITSM Solutions for complete visibility > Physical-Virtual-Cloud Infrastructure monitoring from one console > Real user monitoring with APM Insights and performance trend reports > Learn More > http://pubads.g.doubleclick.net/gampad/clk?id=247754911&iu=/4140 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From mckaygerhard at ...626... Wed Oct 7 22:37:45 2015 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Wed, 7 Oct 2015 16:07:45 -0430 Subject: [Gambas-user] are the requeriments page up to date? Message-ID: http://gambaswiki.org/wiki/install?w#t1 the info page for compiling are up to date? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com From gambas at ...1... Wed Oct 7 23:35:14 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 7 Oct 2015 23:35:14 +0200 Subject: [Gambas-user] are the requeriments page up to date? In-Reply-To: References: Message-ID: <56159012.6030205@...1...> Le 07/10/2015 22:37, PICCORO McKAY Lenz a ?crit : > http://gambaswiki.org/wiki/install?w#t1 > > the info page for compiling are up to date? > > Lenz McKAY Gerardo (PICCORO) > http://qgqlochekone.blogspot.com Normally yes. If you see something wrong, please report. -- Beno?t Minisini From adamnt42 at ...626... Thu Oct 8 01:32:49 2015 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Thu, 8 Oct 2015 10:02:49 +1030 Subject: [Gambas-user] IDE code questions - property editors In-Reply-To: <56145E2C.3010802@...1...> References: <20151006150721.abcc241a8ef2143ad0b0ef00@...626...> <56145E2C.3010802@...1...> Message-ID: <20151008100249.bcffed68d9c2f88789b72775@...626...> On Wed, 7 Oct 2015 01:50:04 +0200 Beno?t Minisini wrote: > Le 06/10/2015 06:37, adamnt42 at ...626... a ?crit : > > I think this is way out there in the cosmos somewhere, but I'll ask > > anyway. > > > > I am wading through the FProperty code of the IDE trying to > > understand how the values for properties are set (bad term) in the > > grid. When I get down to CControl.GetProperty(sProp As String) I see > > the following (with annotations): > > > > Try hProp = Project.Documentation.Classes[Kind].Properties[sProp] > > > > If hProp Then If hProp.AlwaysRead Then <--- Question1 > > > > vVal = Object.GetProperty(Control, sProp) <---- Question 2 > > > > ... > > > > Endif Endif > > > > Return $cValue[sProp] <---- Question 3 > > > > 1) I see that these are set in the CPropertyInfo class but why are > > some properties AlwaysRead? > > Because property values are cached, and the real property value may > change without the cache seeing it. > > For example, the value of a RadioButton, that may change if another > RadioButton is set. > > > > > 2) This is messy. If a control is a custom control then it appears > > that this line tries to get the property value from the object whose > > class name is the _DrawWith constant defined in the custom control > > not the actual control class? > > The IDE can only display controls that comes from components it uses. > For controls of other components, it relies on the _DrawWith property > that tells him which control to use instead. Of course, that control > must be in one the components used by the IDE. > > > > > 3) I dont understand how the $cValue array is initialised nor indeed > > what its' intent is. Could you enlighten me? > > It's the collection that caches the value of the control property. > > It's not necessarily the real value, but the value you see in the > property editor. For example, the Background property of a control is an > integer, but a String for the IDE. > > > > > Why all this? > > > > I am trying to modify the IDE so that the property editor can use > > special popup editor forms for some extra-special property types for > > custom controls. In short, the goal is to have the property editor > > form inside the custom control component rather than in the IDE. A > > "visible" example is the AngleBox class control "txtAngle" in the > > current IDE. I believe this is only used(?) for the report controls. > > Because we have a bunch of custom controls that have some > > extra-special properties, I have to continually maintain the IDE code > > updates because of svn differences and conflicts. > > > > So, I have so far managed to make a minimal set of mods that allows > > the (local) IDE to recognize custom properties (i.e. the > > extra-special ones) and use a pop-up editor that is contained within > > the custom control component. The pic attached is an example to > > explain it better .. (1) is a custom control, in that control I have > > a property > > > > (2) "Options" that has a custom editor. When I click on the "..." > > button the popup editor shown appears. > > > > and when the Save button is clicked the property "value" is saved > > where I want it. All well and groovy. > > > > In summary, I think this would be a good IDE enhancement. i.e. moving > > the editor for custom control extra-special properties from inside > > the IDE to within the custom control component itself. So... > > > > tia bruce > > > > The IDE can't use code located in other components, because he will have > to load them, which is not always possible. So the code that "manages" > special properties can't be inside the components. > > So I put them directly in the IDE. It's not nice, but it's not a > problem, because the IDE is always released with the entire Gambas > development stack, so you can ensure that everything is synced. > > Now the IDE source code should be better organized if you and other want > to develop custom dialogs for special properties. > > If you want to have custom dialogs associated with custom components, > I'm afraid it's not possible at the moment. > > What is needed is: > - A way to have a gambas library side by side with a component, that > would include the custom dialogs. > - A way for the IDE to load these libraries automatically at runtime. > - A way for the IDE to unload a library. This is not technically > possible, the interpreter being unable to do that. > > And you forgot to attach your image. > > Regards, > > -- > Beno?t Minisini > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Thanks Beno?t and Tobi for the responses. They and a bit more experimentation shows me that yes this is a bit more complex than I initially thought. It seems that the design I had in mind will only work for properties in custom controls with a certain set of characteristics and further only if some out-of-hand rules apply. My local mods work here for the half dozen or so of our custom controls that need special editors. Nevertheless I have now comparmentalized all we need here in a single method in FProperty, which makes the conflicts a lot easier to manage. C'est la vie. Some notes of explanation: 1) Obviously the external editor cannot fully "manage" the property within the IDE, for example it cannot provide a means to write out to the .form file. In the cases here we actually use project data files completely separate to the source files and they are static data so there is no problem including them in the project and thus the executable. 2) Yes the IDE has to load the external component containing the custom control class. This is problematic in that the IDE knows the name of the custom control class but not the name of the component it resides in. At the moment I use a very sub-optimal approach that just loads each component "ticked" for the project until it finds the class it is looking for. Obviously this is fraught with the danger that more than one component may contain that class name. But so far I have not had such a mishap. 3) There is a problem in that if a custom control has more than one special property then more than one editor is needed. The IDE then would need to interrogate the component somehow to find the right popup form to use. I have temporarily solved this by using a constant with a specially structured name ("__Edit_"). Sub-optimal but it seems to work OK here. 4) The picture was forgotten in the original post. I did post a reply with it in but it did not get through apparently. Is 154KB too big? regards bruce -- B Bruen From gambas at ...1... Thu Oct 8 02:56:17 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 8 Oct 2015 02:56:17 +0200 Subject: [Gambas-user] Super cool crash when reading settings twice In-Reply-To: <20151007201151.GD25093@...2774...> References: <20151007201151.GD25093@...2774...> Message-ID: <5615BF31.4060208@...1...> Le 07/10/2015 22:11, Tobias Boege a ?crit : > Hi Benoit, > > I have a crash in one of my projects. I managed to isolate the problem to > the attached project. I have a class which has a Settings As Collection > property for use with Settings' Read() and Write() methods. > > What I now do is write the object to the settings and then read it *twice* > in a row (I hit the bug because I happened to initialise some module twice > during startup in my project). The Settings_Write() implementation is > crucial as it seems: > > Public Number As Integer > > Public Sub Settings_Write(Value As Collection) > Number = Value["Number", 0] > End > > When executing this code, the interpreter segfaults somewhere deep down: > > Program received signal SIGSEGV, Segmentation fault. > EXEC_object_real (val=val at ...2861...=0x7ffff65cd140, pobject=pobject at ...2861...=0x7fffffffddb8) at gbx_exec.c:1448 > 1448 gbx_exec.c: No such file or directory. > (gdb) bt > #0 EXEC_object_real (val=val at ...2861...=0x7ffff65cd140, pobject=pobject at ...2861...=0x7fffffffddb8) at gbx_exec.c:1448 > #1 0x0000000000436033 in _push_array (code=code at ...2861...=960) at gbx_exec_loop.c:3576 > #2 0x0000000000438b70 in EXEC_loop () at gbx_exec_loop.c:573 > #3 0x000000000040a4a4 in EXEC_function_loop () at gbx_exec.c:931 > #4 0x000000000040ab7f in EXEC_function_real () at gbx_exec.c:895 > #5 0x000000000040dcbd in EXEC_pop_unknown () at gbx_exec_pop.c:257 > #6 0x00000000004385c3 in EXEC_loop () at gbx_exec_loop.c:672 > #7 0x000000000040a4a4 in EXEC_function_loop () at gbx_exec.c:931 > #8 0x000000000040ab7f in EXEC_function_real () at gbx_exec.c:895 > #9 0x000000000040b976 in EXEC_public_desc (class=, object=object at ...2861...=0x0, desc=desc at ...2861...=0x6746d8, nparam=nparam at ...2861...=0) at gbx_exec.c:1616 > #10 0x0000000000404829 in main (argc=1, argv=0x7fffffffe6a8) at gbx.c:416 > > This is the faulty line: > > 1448 else if (!class->is_virtual) > > The valgrind log reveals that there is something strange going on with the > "class" variable: > > ==1330== Invalid read of size 1 > ==1330== at 0x40B862: EXEC_object_real (gbx_exec.c:1448) > ==1330== by 0x436032: _push_array (gbx_exec_loop.c:3576) > ==1330== by 0x438B6F: EXEC_loop (gbx_exec_loop.c:573) > ==1330== by 0x40A4A3: EXEC_function_loop (gbx_exec.c:931) > ==1330== by 0x40AB7E: EXEC_function_real (gbx_exec.c:895) > ==1330== by 0x40DCBC: EXEC_pop_unknown (gbx_exec_pop.c:257) > ==1330== by 0x4385C2: EXEC_loop (gbx_exec_loop.c:672) > ==1330== by 0x40A4A3: EXEC_function_loop (gbx_exec.c:931) > ==1330== by 0x40AB7E: EXEC_function_real (gbx_exec.c:895) > ==1330== by 0x404828: main (gbx.c:416) > ==1330== Address 0x2b is not stack'd, malloc'd or (recently) free'd > ==1330== > ==1330== > ==1330== Process terminating with default action of signal 11 (SIGSEGV): dumping core > ==1330== Access not within mapped region at address 0x2B > ==1330== at 0x40B862: EXEC_object_real (gbx_exec.c:1448) > ==1330== by 0x436032: _push_array (gbx_exec_loop.c:3576) > ==1330== by 0x438B6F: EXEC_loop (gbx_exec_loop.c:573) > ==1330== by 0x40A4A3: EXEC_function_loop (gbx_exec.c:931) > ==1330== by 0x40AB7E: EXEC_function_real (gbx_exec.c:895) > ==1330== by 0x40DCBC: EXEC_pop_unknown (gbx_exec_pop.c:257) > ==1330== by 0x4385C2: EXEC_loop (gbx_exec_loop.c:672) > ==1330== by 0x40A4A3: EXEC_function_loop (gbx_exec.c:931) > ==1330== by 0x40AB7E: EXEC_function_real (gbx_exec.c:895) > ==1330== by 0x404828: main (gbx.c:416) > > And the best thing is that if I replace the line > > Number = Value["Number", 0] > > with either of > > Number = Value!Number ' or > Number = Value["Number"] > > then there is no segfault. Also, if I read the settings only once, the crash > disappears. > > Regards, > Tobi > Fixed in revision #7395. Regards, -- Beno?t Minisini From gambas at ...1... Thu Oct 8 03:01:26 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 8 Oct 2015 03:01:26 +0200 Subject: [Gambas-user] When QT discontinues QtWebkit In-Reply-To: References: Message-ID: <5615C066.3030800@...1...> Le 07/10/2015 11:07, Moviga Technologies a ?crit : > > > What will happen when QT discontinues QtWebkit? Will Gambas lose the > qt.webkit component for QT5? Will there be any possibility for making an > alternative webview component for Gambas? WebKit has already been deprecated. I'm waiting for them to definitely kill it before replacing it. At the moment, the replacement does not have all the features of WebKit, so you would lose many things. Regards, -- Beno?t Minisini From bugtracker at ...3416... Thu Oct 8 05:02:42 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 08 Oct 2015 03:02:42 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #796: Property Editor, "Help feature" can use offline documentation In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.796&from=L21haW4- Comment #3 by Zainudin AHMAD: hmm... ! the picture is not much help and my english is bad. I will try to reduce the bug report(may be only once a week or only when pre-release version and only one report), and make the report better in the the future. Sorry for that and Thanks for your time. From chrisml at ...3340... Thu Oct 8 07:23:03 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Thu, 8 Oct 2015 07:23:03 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <56143147.1050903@...1...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> <56143147.1050903@...1...> Message-ID: <5615FDB7.308@...3340...> Good morning Beno?t, Am 06.10.2015 um 22:38 schrieb Beno?t Minisini: > Le 06/10/2015 22:02, Christof Thalhofer a ?crit : >> Am 05.10.2015 um 19:44 schrieb Beno?t Minisini: >> >>> The very last commit may fixes some problems that could look like yours, >>> so please check gambas daily tomorrow or in two days, and tell me if you >>> still have the problem. >> >> The problem is gone. Thank you!! > > So it was was I thought, cool. I will release Gambas 3.8.2 soon. Maybe you did not notice: The problem was gone in the last Gambas daily. But now in stable it still occurs. I am not able to open my project with Gambas stable from Launchpad. There is the same error: "Form cannot load parent Class Form". Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From gambas at ...1... Thu Oct 8 12:53:42 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 8 Oct 2015 12:53:42 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <5615FDB7.308@...3340...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> <56143147.1050903@...1...> <5615FDB7.308@...3340...> Message-ID: <56164B36.9050002@...1...> Le 08/10/2015 07:23, Christof Thalhofer a ?crit : > > Maybe you did not notice: > > The problem was gone in the last Gambas daily. But now in stable it > still occurs. I am not able to open my project with Gambas stable from > Launchpad. There is the same error: "Form cannot load parent Class Form". > > > Alles Gute > > Christof Thalhofer > At the moment, you are the only one that report such a problem. -- Beno?t Minisini From moviga at ...3488... Thu Oct 8 13:21:00 2015 From: moviga at ...3488... (Moviga Technologies) Date: Thu, 08 Oct 2015 13:21:00 +0200 Subject: [Gambas-user] When QT discontinues QtWebkit In-Reply-To: <5615C066.3030800@...1...> References: <5615C066.3030800@...1...> Message-ID: <8780577137f7e37a049ba7b09c2dadbb@...3488...> Hello, and thanks for the reply! I suppose it will be replaced with QtWebEngine? I see that it at least has this method void RUNJAVASCRIPT [1](string _script_, variant _callback_) so I guess .Eval() will still work, no? Which means we can still manipulate the DOM, and use it as a texteditor? From gambas at ...1... Thu Oct 8 13:23:27 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 8 Oct 2015 13:23:27 +0200 Subject: [Gambas-user] When QT discontinues QtWebkit In-Reply-To: <8780577137f7e37a049ba7b09c2dadbb@...3488...> References: <5615C066.3030800@...1...> <8780577137f7e37a049ba7b09c2dadbb@...3488...> Message-ID: <5616522F.3060401@...1...> Le 08/10/2015 13:21, Moviga Technologies a ?crit : > Hello, and thanks for the reply! > I suppose it will be replaced with QtWebEngine? I see that it at least > has this method > > void RUNJAVASCRIPT [1](string _script_, variant _callback_) > > so I guess .Eval() will still work, no? Which means we can still > manipulate the DOM, and use it as a texteditor? > At the moment, no: QTWebEngine does not allow to manipulate the DOM. I hope it will come in the next versions of Qt5. Note that Qt5/X11 is actually not finished compared with Qt4: bugs in mouse events processing, no session management... -- Beno?t Minisini From moviga at ...3488... Thu Oct 8 13:40:03 2015 From: moviga at ...3488... (Moviga Technologies) Date: Thu, 08 Oct 2015 13:40:03 +0200 Subject: [Gambas-user] When QT discontinues QtWebkit In-Reply-To: <5616522F.3060401@...1...> References: <5615C066.3030800@...1...> <8780577137f7e37a049ba7b09c2dadbb@...3488...> <5616522F.3060401@...1...> Message-ID: Oh! OK, wow! Then I am surely hoping with you! It is such a central component that I'd hate to lose.... From bugtracker at ...3416... Thu Oct 8 15:57:05 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 08 Oct 2015 13:57:05 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- PM B reported a new bug. Summary ------- 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- Hello Working on app - downloaded 3.8.2 - reopened app - error message, "Cannot load class - F???: Cannot load parent class: Cannot load class form: unable to load class file" Cannot find like bug in list. I don't seem to have any bug page information other than Summary & Description! From bugtracker at ...3416... Thu Oct 8 16:01:23 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 08 Oct 2015 14:01:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #1 by PM B: I'll add the system information here. [System] Gambas=3.8.2 OperatingSystem=Linux Kernel=3.16.0-50-generic Architecture=x86_64 Distribution=Ubuntu 14.04.3 LTS Desktop=KDE4 Theme=Oxygen Language=en_GB.UTF-8 Memory=10925M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_IM_MODULE=xim DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-bs6ktdGFlY DEFAULTS_PATH=/usr/share/gconf/kde-plasma.default.path DESKTOP_SESSION=kde-plasma DISPLAY=:0 DM_CONTROL=/var/run/xdmctl GB_GUI=gb.qt4 GNOME_KEYRING_CONTROL=/run/user/1000/keyring-ijm7xR GNOME_KEYRING_PID= GPG_AGENT_INFO=/tmp/gpg-c2PrZS/S.gpg-agent:2488:1 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.kde/share/config/gtkrc-2.0 GTK_IM_MODULE=xim GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.kde/share/config/gtkrc HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=4 LANG=en_GB.UTF-8 LANGUAGE=en LC_ADDRESS=en_GB.UTF-8 LC_COLLATE=en_GB.UTF-8 LC_CTYPE=en_GB.UTF-8 LC_IDENTIFICATION=en_GB.UTF-8 LC_MEASUREMENT=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8 LC_MONETARY=en_GB.UTF-8 LC_NAME=en_GB.UTF-8 LC_NUMERIC=en_GB.UTF-8 LC_PAPER=en_GB.UTF-8 LC_TELEPHONE=en_GB.UTF-8 LC_TIME=en_GB.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/kde-plasma.mandatory.path PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT4_IM_MODULE=ibus QT_IM_MODULE=ibus QT_NO_GLIB=1 QT_PLUGIN_PATH=/.kde/lib/kde4/plugins/:/usr/lib/kde4/plugins/ QT_QPA_PLATFORMTHEME=appmenu-qt5 SELINUX_INIT=YES SESSION=kde-plasma SESSIONTYPE= SESSION_MANAGER=local/:@/tmp/.ICE-unix/2682,unix/:/tmp/.ICE-unix/2682 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring-ijm7xR/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime UPSTART_EVENTS=started xsession UPSTART_INSTANCE= UPSTART_JOB=startkde UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/2361 USER= WINDOWPATH=8 XCURSOR_SIZE=48 XCURSOR_THEME=redglass XDG_CONFIG_DIRS=/etc/xdg/xdg-kde-plasma:/usr/share/upstart/xdg:/etc/xdg XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share:/usr/share/kde-plasma:/usr/local/share/:/usr/share/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_ID=c2 XDG_VTNR=8 XDM_MANAGED=method=classic XMODIFIERS=@...3498...=ibus I have found a temporary workaround - change startup class to another form - start - obviously doesn't work - change back to normal startup form - works. This must be done after each power down. Only a temporary solution. Hope this helps. From bugtracker at ...3416... Thu Oct 8 16:43:18 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 08 Oct 2015 14:43:18 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #2 by Beno?t MINISINI: So, if you can reproduce the error, can you send a project raising it (i.e. before you apply your workaround)? Thanks. From chrisml at ...3340... Thu Oct 8 16:47:11 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Thu, 8 Oct 2015 16:47:11 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <56164B36.9050002@...1...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> <56143147.1050903@...1...> <5615FDB7.308@...3340...> <56164B36.9050002@...1...> Message-ID: <561681EF.7030806@...3340...> Am 08.10.2015 um 12:53 schrieb Beno?t Minisini: > At the moment, you are the only one that report such a problem. > Ah, I was alone just three hours :-) Bug 801 I sent a project to the Mailinglist which triggers the error. And again, the last daily I downloaded from Launchpad (short before 6.10.2015 - 22:00) was free of it. But the actual stable has it again. Maybe you can find it by diff ... Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From chrisml at ...3340... Thu Oct 8 16:49:29 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Thu, 8 Oct 2015 16:49:29 +0200 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: <56168279.3060400@...3340...> Am 08.10.2015 um 16:43 schrieb bugtracker at ...3416...: > http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- > > Comment #2 by Beno?t MINISINI: > > So, if you can reproduce the error, can you send a project raising it > (i.e. before you apply your workaround)? Thanks. In Mail Message-ID: <5612AF00.3080906 at ...3340...> there is a small proj that triggers it. Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From gambas at ...1... Thu Oct 8 16:57:14 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 8 Oct 2015 16:57:14 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <561681EF.7030806@...3340...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> <56143147.1050903@...1...> <5615FDB7.308@...3340...> <56164B36.9050002@...1...> <561681EF.7030806@...3340...> Message-ID: <5616844A.9040005@...1...> Le 08/10/2015 16:47, Christof Thalhofer a ?crit : > Am 08.10.2015 um 12:53 schrieb Beno?t Minisini: > >> At the moment, you are the only one that report such a problem. >> > > Ah, I was alone just three hours :-) > Bug 801 > > I sent a project to the Mailinglist which triggers the error. And again, > the last daily I downloaded from Launchpad (short before 6.10.2015 - > 22:00) was free of it. > > But the actual stable has it again. > > Maybe you can find it by diff ... > > Alles Gute > > Christof Thalhofer > I see: you have to recompile the project, because the ".startup" file has been corrupted by a bad VERSION file located in the sources. But all current sources (/tags/3.8.2, /branches/3.8, /trunk) has a correct VERSION file. So can you reproduce that corruption (i.e. that error message) now with a project and the 3.8.2 version? -- Beno?t Minisini From chrisml at ...3340... Thu Oct 8 17:16:07 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Thu, 8 Oct 2015 17:16:07 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <5616844A.9040005@...1...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> <56143147.1050903@...1...> <5615FDB7.308@...3340...> <56164B36.9050002@...1...> <561681EF.7030806@...3340...> <5616844A.9040005@...1...> Message-ID: <561688B7.2040405@...3340...> Am 08.10.2015 um 16:57 schrieb Beno?t Minisini: > I see: you have to recompile the project, because the ".startup" file > has been corrupted by a bad VERSION file located in the sources. > > But all current sources (/tags/3.8.2, /branches/3.8, /trunk) has a > correct VERSION file. > > So can you reproduce that corruption (i.e. that error message) now with > a project and the 3.8.2 version? I have this option switched on (do not know the sentence in english) "fetch version from file" Because I increment version-number automatically at deployment outside Gambas IDE. When I switch it off, the project starts up without error. In startup stands (the first lines): FMain Deganius Datenbank 0 0 0.1.90 Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From nigelverity at ...67... Thu Oct 8 17:22:33 2015 From: nigelverity at ...67... (Nigel Verity) Date: Thu, 8 Oct 2015 16:22:33 +0100 Subject: [Gambas-user] Form Positioning Problem with 3.8.2 Message-ID: Hi My installation of 3.8.1, running on Mint 17.2, was upgraded to 3.8.2 yesterday via the Launchpad PPA. Since then I have been experiencing problems with form placement. - Where FormA opens FormB using formB.showmodal(), the subordinate form is behind the parent. - FormB is smaller than FormA, and with 3.8.1 was initially centralised above FormA i.e FormB.x = FormA.x + ((FormA.width - FormB.width)/2) FormB.y = FormA.y + ((FormA.height - FormB.height)/2) With 3.8.2 the initial position of FormB takes no account of the code in form_open() regardless of what values I assign to FormB.x and FormB.y. I have reverted to 3.8.1 and everything works fine again. Has anybody else noticed this strange behaviour? I am using QT4 controls. Regards Nige From gambas at ...1... Thu Oct 8 17:34:31 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 8 Oct 2015 17:34:31 +0200 Subject: [Gambas-user] Form Positioning Problem with 3.8.2 In-Reply-To: References: Message-ID: <56168D07.3020000@...1...> Le 08/10/2015 17:22, Nigel Verity a ?crit : > Hi > > My installation of 3.8.1, running on Mint 17.2, was upgraded to 3.8.2 > yesterday via the Launchpad PPA. Since then I have been experiencing > problems with form placement. - Where FormA opens FormB using > formB.showmodal(), the subordinate form is behind the parent. > > - FormB is smaller than FormA, and with 3.8.1 was initially > centralised above FormA i.e > > FormB.x = FormA.x + ((FormA.width - FormB.width)/2) FormB.y = FormA.y > + ((FormA.height - FormB.height)/2) > > With 3.8.2 the initial position of FormB takes no account of the code > in form_open() regardless of what values I assign to FormB.x and > FormB.y. > > I have reverted to 3.8.1 and everything works fine again. Has anybody > else noticed this strange behaviour? > > I am using QT4 controls. > > Regards > > Nige ShowModal always centers the form on the screen, so I guess a bugfix had made your placement done in Form_Open() ignored. This is done when Qt receives the mapping event from X11. I will try to move the centering code before the raise of the Open event, and I will tell you. Regards, -- Beno?t Minisini From sebikul at ...626... Thu Oct 8 17:37:02 2015 From: sebikul at ...626... (Sebastian Kulesz) Date: Thu, 08 Oct 2015 15:37:02 +0000 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <561688B7.2040405@...3340...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> <56143147.1050903@...1...> <5615FDB7.308@...3340...> <56164B36.9050002@...1...> <561681EF.7030806@...3340...> <5616844A.9040005@...1...> <561688B7.2040405@...3340...> Message-ID: Benoit, was that problemas fixed un revision 7398? Because the stable release does not include that commit, as the release was done before. Should I include it? On Thu, Oct 8, 2015, 12:16 Christof Thalhofer wrote: > Am 08.10.2015 um 16:57 schrieb Beno?t Minisini: > > > I see: you have to recompile the project, because the ".startup" file > > has been corrupted by a bad VERSION file located in the sources. > > > > But all current sources (/tags/3.8.2, /branches/3.8, /trunk) has a > > correct VERSION file. > > > > So can you reproduce that corruption (i.e. that error message) now with > > a project and the 3.8.2 version? > > I have this option switched on (do not know the sentence in english) > > "fetch version from file" > > Because I increment version-number automatically at deployment outside > Gambas IDE. > > When I switch it off, the project starts up without error. In startup > stands (the first lines): > > FMain > Deganius Datenbank > 0 > 0 > 0.1.90 > > > Alles Gute > > Christof Thalhofer > > -- > Dies ist keine Signatur > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Thu Oct 8 17:45:25 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 8 Oct 2015 17:45:25 +0200 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> <56143147.1050903@...1...> <5615FDB7.308@...3340...> <56164B36.9050002@...1...> <561681EF.7030806@...3340...> <5616844A.9040005@...1...> <561688B7.2040405@...3340...> Message-ID: <56168F95.8070007@...1...> Le 08/10/2015 17:37, Sebastian Kulesz a ?crit : > Benoit, was that problemas fixed un revision 7398? Because the stable > release does not include that commit, as the release was done before. > Should I include it? > AFAIK, you are not concerned by these commits, as the packages you make are generated from the subversion repository, not from the source archives. Do you? -- Beno?t Minisini From bugtracker at ...3416... Thu Oct 8 17:46:32 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 08 Oct 2015 15:46:32 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #3 by C THALHOFER: Ok, got it: The problem occurs, when an extern VERSION file is included in the project settings. There are 2 differences compared to a project that works: File .project: "VersionFile=1" after line "Version=0.x.yy" File .startup: 2 blank lines after version number instead of one From sebikul at ...626... Thu Oct 8 18:32:17 2015 From: sebikul at ...626... (Sebastian Kulesz) Date: Thu, 08 Oct 2015 16:32:17 +0000 Subject: [Gambas-user] Pre-release of gambas 3.8.2 - Form cannot load parent Class Form In-Reply-To: <56168F95.8070007@...1...> References: <56113C9D.4030405@...1...> <561177FF.20104@...1...> <5612AF00.3080906@...3340...> <5612B161.8090603@...1...> <5612B52F.4090802@...3340...> <5612B6FE.5000609@...1...> <561428EE.7090503@...3340...> <56143147.1050903@...1...> <5615FDB7.308@...3340...> <56164B36.9050002@...1...> <561681EF.7030806@...3340...> <5616844A.9040005@...1...> <561688B7.2040405@...3340...> <56168F95.8070007@...1...> Message-ID: Yes, the packages are generated using the /branches/3.8/ svn repository. But commits are not included automatically as they are pushed, I must manually select which commit should be built and packaged. That's why I'm asking if that last commit should be the one used to build the stable packages, or if it's okay to use the previous one, asi it is now. On Thu, Oct 8, 2015, 12:46 Beno?t Minisini wrote: > Le 08/10/2015 17:37, Sebastian Kulesz a ?crit : > > Benoit, was that problemas fixed un revision 7398? Because the stable > > release does not include that commit, as the release was done before. > > Should I include it? > > > > AFAIK, you are not concerned by these commits, as the packages you make > are generated from the subversion repository, not from the source > archives. Do you? > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bugtracker at ...3416... Thu Oct 8 19:14:59 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 08 Oct 2015 17:14:59 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #4 by Beno?t MINISINI: The problem comes from the extra new line that is actually located in your VERSION file. Can you try to trim it (no newline in the VERSION file) and check? In the next release, the Gambas compiler will automatically ignore extra newlines and spaces in the VERSION file, so the problem will be solved. From bugtracker at ...3416... Thu Oct 8 20:23:49 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 08 Oct 2015 18:23:49 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #5 by C THALHOFER: No my VERSION file is trimmed, there is no newline in it. From bugtracker at ...3416... Thu Oct 8 22:22:47 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 08 Oct 2015 20:22:47 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #6 by Beno?t MINISINI: Can you send your VERSION file, and the project having a corrupted .startup file? From bugtracker at ...3416... Thu Oct 8 22:40:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 08 Oct 2015 20:40:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #7 by C THALHOFER: Yes, there is an attachment, not(!) packed with Gambas. In folder "test" there are VERSION and the folder testproject. From bugtracker at ...3416... Thu Oct 8 22:40:50 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 08 Oct 2015 20:40:50 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- C THALHOFER added an attachment: test.tar.gz From bugtracker at ...3416... Fri Oct 9 09:28:08 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 09 Oct 2015 07:28:08 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #8 by C THALHOFER: Something funny I encountered this morning: Without "get from 'VERSION' file" beeing enabled in project definition, Gambas uses the external VERSION file. :-) From bugtracker at ...3416... Fri Oct 9 16:00:12 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 09 Oct 2015 14:00:12 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #9 by PICCORO LENZ MCKAY: Please, when this bug are resolved, please mention what commit that solves, to backported that to my gambas which produces this error and thus also recompile. From bugtracker at ...3416... Fri Oct 9 19:51:58 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 09 Oct 2015 17:51:58 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #10 by Beno?t MINISINI: @C. THALHOFER: you *do* have a newline in your VERSION file. Just remove it, and everything should work as expected. From bugtracker at ...3416... Fri Oct 9 19:53:42 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 09 Oct 2015 17:53:42 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #11 by Beno?t MINISINI: @MCKAYGERHARD: the bug has been already be fixed. You will get the fix in the next release of Gambas. At the moment, you just have to ensure that there is no newline in your VERSION file if you use that feature. From bugtracker at ...3416... Fri Oct 9 19:54:36 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 09 Oct 2015 17:54:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #12 by Beno?t MINISINI: Of course, after having removed the newline, you have to recompile your project, make again the executables... From bugtracker at ...3416... Fri Oct 9 19:56:47 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 09 Oct 2015 17:56:47 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #796: Property Editor, "Help feature" can use offline documentation In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.796&from=L21haW4- Comment #4 by Beno?t MINISINI: Your pictures are great: they are far more understable than your english. But you can't put a picture in the subject, so this is the reason why I asked you to try to make an effort for the subject line, so that people having the same problem find it easily in the bugtracker. Hopefully, there is not tons of bugs at the moment, but better take good habits now! From bugtracker at ...3416... Fri Oct 9 19:57:02 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 09 Oct 2015 17:57:02 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #796: Property Editor, "Help feature" can use offline documentation In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.796&from=L21haW4- Comment #5 by Beno?t MINISINI: understable -> understandable From bugtracker at ...3416... Fri Oct 9 20:25:48 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 09 Oct 2015 18:25:48 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #796: Property Editor, "Help feature" can use offline documentation In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.796&from=L21haW4- Comment #6 by Beno?t MINISINI: Fixed in revision #7401. From bugtracker at ...3416... Fri Oct 9 20:25:57 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 09 Oct 2015 18:25:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #796: Property Editor, "Help feature" can use offline documentation In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.796&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Fri Oct 9 23:49:10 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 09 Oct 2015 21:49:10 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Comment #13 by C THALHOFER: Yes you are right, there is a /n, grmbl, I saw it just in Hex view ... not in vim. Thanks for clarification. From bugtracker at ...3416... Sat Oct 10 03:35:35 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 01:35:35 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #802: [gtk+/gtk3] PictureBox1.Picture = null can't work if PictureBox1.Stretch property value is True Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.802&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- [gtk+/gtk3] PictureBox1.Picture = null can't work if PictureBox1.Stretch property value is True Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GUI components Description ----------- I don't have this problem in qt4 this problem only in gtk+/gtk3. if PictureBox1.Stretch property value is True this code can't work : PictureBox1.Picture = null (the picture still exist) attach pic-1 I can resolve the problem with this code : PictureBox1.Stretch = false <----- (I must change the value) PictureBox1.Picture = null -------- attach project System information ------------------ [System] Gambas=3.8.90 r7401 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-gxsVptPl9t,guid=478166e6259290fcd131304800000029 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-t2BWTB GNOME_KEYRING_PID=1569 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1560 SSH_AUTH_SOCK=/tmp/keyring-t2BWTB/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444438691.35462-1602964101 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1530 From bugtracker at ...3416... Sat Oct 10 03:35:48 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 01:35:48 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #802: [gtk+/gtk3] PictureBox1.Picture = null can't work if PictureBox1.Stretch property value is True In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.802&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Sat Oct 10 03:36:00 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 01:36:00 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #802: [gtk+/gtk3] PictureBox1.Picture = null can't work if PictureBox1.Stretch property value is True In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.802&from=L21haW4- Zainudin AHMAD added an attachment: test-pictureBoxNull-0.0.1.tar.gz From bugtracker at ...3416... Sat Oct 10 03:45:29 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 01:45:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #802: [gtk+/gtk3] PictureBox1.Picture = null can't work if PictureBox1.Stretch property value is True In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.802&from=L21haW4- Comment #1 by Zainudin AHMAD: I will try to report the issue about gtk+/gtk3 or qt4, until I don't have any note about that. From bugtracker at ...3416... Sat Oct 10 04:09:48 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 02:09:48 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #802: [gtk+/gtk3] PictureBox1.Picture = null can't work if PictureBox1.Stretch property value is True In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.802&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in revision #7404. From bugtracker at ...3416... Sat Oct 10 04:09:52 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 02:09:52 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #802: [gtk+/gtk3] PictureBox1.Picture = null can't work if PictureBox1.Stretch property value is True In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.802&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat Oct 10 05:06:52 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 03:06:52 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Comment #5 by Zainudin AHMAD: ok, thaks bruce for your info. --------------------------------- with this project (attach project)(attach pic-1) - componets gb.gui.base(grid view, progressBar, etc) have bigger font size - textbox, label , button , etc have normal font size. I get the different resolution between gtk and qt. (attach pic-2) with this command in terminal : xdpyinfo | grep dots I get this result: resolution: 84x84 dots per inch From bugtracker at ...3416... Sat Oct 10 05:07:12 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 03:07:12 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Sat Oct 10 05:07:28 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 03:07:28 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Zainudin AHMAD added an attachment: test4-0.0.1.tar.gz From bugtracker at ...3416... Sat Oct 10 05:07:44 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 03:07:44 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Sat Oct 10 06:05:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 04:05:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #802: [gtk+/gtk3] PictureBox1.Picture = null can't work if PictureBox1.Stretch property value is True In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.802&from=L21haW4- Comment #3 by Zainudin AHMAD: I will try do "one day one report", I need more than an hour only report one report(everything need testing). don't worry only a few (less than 7) From bugtracker at ...3416... Sat Oct 10 08:08:38 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 06:08:38 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Comment #6 by Bruce BRUEN: I get the same fonts (and resolutions) with all 4 GUIs From bugtracker at ...3416... Sat Oct 10 08:09:03 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 06:09:03 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Bruce BRUEN added an attachment: test4_125.png From bugtracker at ...3416... Sat Oct 10 08:21:08 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 06:21:08 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Comment #7 by Bruce BRUEN: Some files for your thought From bugtracker at ...3416... Sat Oct 10 08:21:37 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 06:21:37 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Bruce BRUEN added an attachment: Trolltech.conf_126.png From bugtracker at ...3416... Sat Oct 10 08:21:57 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 06:21:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Bruce BRUEN added an attachment: desktop.conf_128.png From bugtracker at ...3416... Sat Oct 10 08:23:29 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 06:23:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Bruce BRUEN added an attachment: .gtkrc-2.0_127.png From bugtracker at ...3416... Sat Oct 10 15:31:06 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 13:31:06 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Comment #8 by Beno?t MINISINI: @ZAINUDDINA: How do you get "pic-2.png" exactly? Where in your code? From bugtracker at ...3416... Sat Oct 10 15:31:14 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 13:31:14 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sat Oct 10 16:05:36 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 14:05:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Comment #9 by Beno?t MINISINI: OK, the problem was the resolution returned by Paint. It's fixed in revision #7405. From bugtracker at ...3416... Sat Oct 10 16:05:42 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 14:05:42 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #759: gtk+/gtk3 different with qt4, gtk+/gtk3 font size for gridview control is bigger In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.759&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From moviga at ...3488... Sat Oct 10 17:03:58 2015 From: moviga at ...3488... (Moviga Technologies) Date: Sat, 10 Oct 2015 17:03:58 +0200 Subject: [Gambas-user] When QT discontinues QtWebkit In-Reply-To: <5616522F.3060401@...1...> References: <5615C066.3030800@...1...> <8780577137f7e37a049ba7b09c2dadbb@...3488...> <5616522F.3060401@...1...> Message-ID: Good (old) news! I found this article[0] from 2013, and from the sound of it, all will be well :) "Qt WebKit works fine right now, and will continue to do so in the years to come." (2013) "For the Qt Quick WebView element, we can most likely provide a close to 100% compatible API." [0]:https://blog.qt.io/blog/2013/09/12/introducing-the-qt-webengine/ From moviga at ...3488... Sat Oct 10 20:12:39 2015 From: moviga at ...3488... (Moviga Technologies) Date: Sat, 10 Oct 2015 20:12:39 +0200 Subject: [Gambas-user] When QT discontinues QtWebkit In-Reply-To: References: <5615C066.3030800@...1...> <8780577137f7e37a049ba7b09c2dadbb@...3488...> <5616522F.3060401@...1...> Message-ID: <2c998de74c58a84b64c4a2e3609dfe71@...3488...> That makes me want to continue working on my apps that depend on WebView with new-found motivation again :) Hurray! From gambas at ...1... Sat Oct 10 20:43:55 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 10 Oct 2015 20:43:55 +0200 Subject: [Gambas-user] When QT discontinues QtWebkit In-Reply-To: <2c998de74c58a84b64c4a2e3609dfe71@...3488...> References: <5615C066.3030800@...1...> <8780577137f7e37a049ba7b09c2dadbb@...3488...> <5616522F.3060401@...1...> <2c998de74c58a84b64c4a2e3609dfe71@...3488...> Message-ID: <56195C6B.4070001@...1...> Le 10/10/2015 20:12, Moviga Technologies a ?crit : > > > That makes me want to continue working on my apps that depend on WebView > with new-found motivation again :) > > Hurray! As I said, in QT 5.4 (which I use at the moment), the new QtWebEngine classes that replace QtWebKit classes do not support DOM. So I can't use them to reimplement Gambas WebView control. In QT 5.6, the QtWebKit classes have been removed, but no DOM support has been implemented in QtWebEngine. So it will be impossible to make a Gambas WebView equivalent... There will be other quirks for sure: many methods in QtWebEngine are now asynchronous ; you can't access the different frames of a page anymore ; and so on... That means gb.qt5.webkit will be removed, and replaced by a less powerful gb.qt5.chromium. Or maybe I will try to make a gb.qt5.web that will automatically switch between webkit or chromium according to what is available (i.e. you will have the old gb.qt5.webkit, if possible, and a gb.qt5.web that will be based on the new WebView engine). Regards, -- Beno?t Minisini From bugtracker at ...3416... Sat Oct 10 22:15:02 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 20:15:02 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GUI components Description ----------- this is ScrollView issue, I can't move scroll bar with mouse pointer (attach pic) If any child control in scrollView with position x,y = 0,0 (or less than 0) and it's have bigger size(wider than scrollView) ---- attach project ---- System information ------------------ [System] Gambas=3.8.90 r7401 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-gxsVptPl9t,guid=478166e6259290fcd131304800000029 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-t2BWTB GNOME_KEYRING_PID=1569 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1560 SSH_AUTH_SOCK=/tmp/keyring-t2BWTB/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444438691.35462-1602964101 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1530 From bugtracker at ...3416... Sat Oct 10 22:15:17 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 20:15:17 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Sat Oct 10 22:15:38 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 20:15:38 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Sat Oct 10 22:16:15 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 20:16:15 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Zainudin AHMAD added an attachment: test-scrollView-0.0.1.tar.gz From bugtracker at ...3416... Sat Oct 10 22:22:41 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 20:22:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Comment #1 by Beno?t MINISINI: Why do you attach your picture twice? From bugtracker at ...3416... Sat Oct 10 23:16:58 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 21:16:58 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Comment #2 by Zainudin AHMAD: I do not know that a file has been uploaded, I think this from my slow internet connection. I get this problem only twice, I must press button cancel and open from list for know that file has been uploaded. From bugtracker at ...3416... Sat Oct 10 23:24:25 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 21:24:25 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Comment #3 by Beno?t MINISINI: Once you have uploaded a file, you should wait for your browser to get the server answer before doing anything else. Where do you live? What is your upload speed? From bugtracker at ...3416... Sat Oct 10 23:24:28 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 21:24:28 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sat Oct 10 23:50:42 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 21:50:42 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Comment #4 by Beno?t MINISINI: Fixed in revision #7406, but I hope that the fix won't break something else... From bugtracker at ...3416... Sat Oct 10 23:50:45 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 21:50:45 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat Oct 10 23:58:33 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 21:58:33 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #696: Stored passwords are not hashed In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.696&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sat Oct 10 23:58:39 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 21:58:39 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #696: Stored passwords are not hashed In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.696&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Working. From bugtracker at ...3416... Sun Oct 11 00:37:05 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 22:37:05 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Comment #5 by Zainudin AHMAD: Indonesia, this is my speed upload (attach pic) <--(good condition) From bugtracker at ...3416... Sun Oct 11 00:37:20 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 22:37:20 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Sun Oct 11 01:00:18 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 10 Oct 2015 23:00:18 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #803: [gtk+/gtk3] ScrollView, can't move scroll bar with mouse pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.803&from=L21haW4- Comment #6 by Moviga TECHNOLOGIES: pic-1 in post one is awesome :) From moviga at ...3488... Sun Oct 11 01:04:41 2015 From: moviga at ...3488... (Moviga Technologies) Date: Sun, 11 Oct 2015 01:04:41 +0200 Subject: [Gambas-user] When QT discontinues QtWebkit In-Reply-To: <56195C6B.4070001@...1...> References: <5615C066.3030800@...1...> <8780577137f7e37a049ba7b09c2dadbb@...3488...> <5616522F.3060401@...1...> <2c998de74c58a84b64c4a2e3609dfe71@...3488...> <56195C6B.4070001@...1...> Message-ID: <0da6fe8b05fae8d6b209479b3193c043@...3488...> OK... that sort of pops my balloon of excitement... :( From bugtracker at ...3416... Sun Oct 11 16:16:41 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 11 Oct 2015 14:16:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #804: [gtk+/gtk3] Using the stock picture get a picture like a truncated Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.804&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- [gtk+/gtk3] Using the stock picture get a picture like a truncated Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GUI components Description ----------- I get this issue only with gtk+/gtk3. (attach pic) this happens when I am use 64x64 size or Bigger, for example: PictureBox1.Picture = Picture["icon:/128/linux"] Button1.Picture = Picture["icon:/64/linux"] it's normal with 32x32 size, for example: Button3.Picture = Picture["icon:/32/linux"] --------- attach project --------- System information ------------------ [System] Gambas=3.8.90 r7406 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-txk36QM2UB,guid=0d538f2bd46694d6ee8c4d4600000028 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-e7Tizy GNOME_KEYRING_PID=1703 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1694 SSH_AUTH_SOCK=/tmp/keyring-e7Tizy/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444570868.11933-1831176069 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1664 From bugtracker at ...3416... Sun Oct 11 16:17:06 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 11 Oct 2015 14:17:06 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #804: [gtk+/gtk3] Using the stock picture get a picture like a truncated In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.804&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Sun Oct 11 16:17:21 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 11 Oct 2015 14:17:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #804: [gtk+/gtk3] Using the stock picture get a picture like a truncated In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.804&from=L21haW4- Zainudin AHMAD added an attachment: test-pictureStock-0.0.1.tar.gz From bugtracker at ...3416... Sun Oct 11 17:40:31 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 11 Oct 2015 15:40:31 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #805: [gtk3] Without any child(control) , scroll bar in scrollView is show Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.805&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- [gtk3] Without any child(control) , scroll bar in scrollView is show Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GTK+3 component Description ----------- this issue only with gtk3, it's fine with gtk+ or qt4 without any child, scroll bar in scrollView is show (attach pic-1) by the way, it's still fine if any child in scroolView (attach pic-2) ---- attach project ---- System information ------------------ [System] Gambas=3.8.90 r7406 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-txk36QM2UB,guid=0d538f2bd46694d6ee8c4d4600000028 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-e7Tizy GNOME_KEYRING_PID=1703 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1694 SSH_AUTH_SOCK=/tmp/keyring-e7Tizy/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444570868.11933-1831176069 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1664 From bugtracker at ...3416... Sun Oct 11 17:40:48 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 11 Oct 2015 15:40:48 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #805: [gtk3] Without any child(control) , scroll bar in scrollView is show In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.805&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Sun Oct 11 17:40:57 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 11 Oct 2015 15:40:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #805: [gtk3] Without any child(control) , scroll bar in scrollView is show In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.805&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Sun Oct 11 17:41:07 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 11 Oct 2015 15:41:07 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #805: [gtk3] Without any child(control) , scroll bar in scrollView is show In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.805&from=L21haW4- Zainudin AHMAD added an attachment: test-ScrollView-0.0.1.tar.gz From gambas.fr at ...626... Sun Oct 11 21:44:36 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 11 Oct 2015 21:44:36 +0200 Subject: [Gambas-user] Question In-Reply-To: References: <8b3609fe010e957d4e4a8d7ab48aa282@...3488...> <20150929160407.GA982@...2774...> <8d9beccba74fe16b0e5e10bfa219c48b@...3488...> <20150929191839.GD982@...2774...> <20150930072205.ebedede618e4baf5c902f6e0@...626...> Message-ID: Here is an example of use with HERE.COM REST API Private $cInfo As New Collection Public Sub Form_Open() Dim hLayer As _MapTile $cInfo!YOUR_APP_ID = "" '<-- fill it $cInfo!YOUR_APP_CODE = "" '<--fill it hLayer = MapView1.Map.AddTile("Here", "http://{s}.aerial.maps.cit.api.here.com/maptile/2.1/blinetile/newest/satellite.day/{z}/{x}/{y}/256/png8?" "app_id={YOUR_APP_ID}&app_code={YOUR_APP_CODE}", $cInfo) hLayer.SubDomains = [1, 2, 3, 4] hlayer = MapView1.Map.AddTile("Here", "http://{s}.base.maps.cit.api.here.com/maptile/2.1/streettile/newest/normal.day/{z}/{x}/{y}/256/png8?" "app_id={YOUR_APP_ID}&app_code={YOUR_APP_CODE}", $cInfo) hLayer.SubDomains = [1, 2, 3, 4] MapView1.Map.MaxZoom = 20 End Just add a MapView to a form :-) and go ! For a google layer : MapView1.Map.AddTile("GoogleMap", "https://khms{s}.google.fr/kh/v={version}&src=app&x={x}&y={y}&z={z}&s=Galile", ["version": "138"], "gm").SubDomains = ["0", "1", "2"] MapView1.Map.AddTile("GoogleRoad", "https://mts{s}.google.com/vt/lyrs=h at ...3507...&hl=fr&src=app&x={x}&y={y}&z={z}&s=Galile").SubDomains = ["0", "1"] For an openstreet layer : With MapView1.Map.AddTile("OpenStreet", "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", Null) '.Opacity = 0.5 .Copyright = "OpenStreetMap contributors" .Opacity = 0.5 End With For a M$ Earth layer : MapView1.Map.AddTile("Virtual Earth", "http://ecn.dynamic.t{s}.tiles.virtualearth.net/comp/ch/{q}?mkt=fr-fr&it=G,VE,BX,L,LA&shading=hill&n=z&cb=1").SubDomains = ["0", "1", "2"] {x} is the Column of the tile {y} is the row of the tile {z} is the zoom level {q} is a computed quadkey {s} is a subserver list by default ["a","b","c"], it allow gb.map to use multiple simultaneous call to a range of different server. You can use a collection to pass some dynamics arguments. The collection key is given in the pattern between {}. You can give a cache name so the tiles are saved on your harddrive and can be used offline. they are more improvement in gb.map like wms and wmstile support but it's experimental. to center your map on a location you can do : mapview.map.center = mappoint(lat, lon) be carefull as mappoint is a decimal lat/lon value there is a tool to convert a given sexagesimal value to a decimal value is the Geo class. Fortunally Map support shapes too. I have support for giving a specific pre initialised httpserver on the need ... it's usefull for server that need authentication before using with specific cookie file. This is an hard example of this kind of use. Public Sub Form_Open() Dim hClient As New HttpClient Dim _Lay As _MapTile Dim cArgs As New Collection Dim hBounds As New MapBounds Dim idep, iend As Integer Dim stext As String Dim a As String[] Dim hproj As Proj = Proj("epsg:4326") hClient.Async = False hClient.CookiesFile = Temp hClient.UpdateCookies = True hClient.URL = "http://www.cadastre.gouv.fr/scpc/rechercherPlan.do" hClient.Get() hClient.URL = "http://www.cadastre.gouv.fr/scpc/listerCommune.do?codeDepartement=017&keepVolatileSession=&listeCommuneNatValeurVueFilterField=&listeCommuneNatValeurVueFilterValue=&offset=500" hClient.Get() hClient.URL = "http://www.cadastre.gouv.fr/scpc/afficherCarteCommune.do?c=9B016&keepVolatileSession" hClient.Get() 'r?cup?ration de la zone ' sText = Replace(hClient.Peek(), "\t", "") idep = InStr(sText, "GeoBox(") + 7 iEnd = InStr(sText, ")", idep) a = Split(Replace(Mid(sText, idep, iend - idep), "\n", "")) hBounds = Proj("IGNF:RGF93CC46").TransformMBounds(Proj("epsg:4326"), MapBounds(MapPoint(CFloat(a[1]), CFloat(a[0])), MapPoint(CFloat(a[3]), CFloat(a[2])))) MapView1.Map.AddTile("GoogleMap", "https://khms{s}.google.fr/kh/v={version}&src=app&x={x}&y={y}&z={z}&s=Galile", ["version": "134"]).SubDomains = ["0", "1", "2"] MapView1.Map.AddShape("mysh") MapView1.Map!mysh.Addpoint("pp", hBounds.NorthEast) MapView1.Map!mysh.Addpoint("pp2", hBounds.SouthWest) MapView1.Map.Zoom = 15 MapView1.Map.Center = hBounds.NorthEast _Lay = MapView1.Map.AddTile("CAD", "http://www.cadastre.gouv.fr/scpc/wms") With _Lay .WMSProjection = "IGNF:RGF93CC46" .SetCoockieFile(hClient.CookiesFile) .UseWebMapService = True .MaxBounds = hBounds .WMSArgs!version = "1.1" .WMSArgs!request = "GetMap" .WMSArgs!layers = "CDIF:LS3,CDIF:LS2,CDIF:LS1,CDIF:PARCELLE,CDIF:NUMERO,CDIF:PT3,CDIF:PT2,CDIF:PT1,CDIF:LIEUDIT,CDIF:SUBSECTION,CDIF:SECTION,CDIF:COMMUNE" .WMSArgs!format = "image/png" .WMSArgs!width = "256" .WMSArgs!height = "256" .WMSArgs!exception = "application/vnd.ogc.se_inimage" .WMSArgs!styles = "LS3_90,LS2_90,LS1_90,PARCELLE_90,NUMERO_90,PT3_90,PT2_90,PT1_90,LIEUDIT_90,SUBSECTION_90,SECTION_90,COMMUNE_90" .WMSArgs!bbox = "{lon},{lat2},{lon2},{lat}" End With End As you can see this component is quite complete but can miss many things. For these missing part i need some users queries as i can't know all needs. ' Gambas class file Private $Map As New Map Public Sub _new() 'LoadFromPac $Map.AddTile("GoogleMap", "https://khms{s}.google.fr/kh/v={version}&src=app&x={x}&y={y}&z={z}&s=Galile", ["version": "128"], "gm").SubDomains = ["0", "1", "2"] $Map.AddTile("GoogleRoad", "https://mts{s}.google.com/vt/lyrs=h at ...3507...&hl=fr&src=app&x={x}&y={y}&z={z}&s=Galile").SubDomains = ["0", "1"] $Map.AddShape("MyShape").Color = Color.green LoadFromFile($Map!MyShape) End Public Sub LoadFromFile(hShape As Object) 'Dim hShape As New Shapes Dim hmappoints As New MapPoint[][] Dim hpoints As New MapPoint[] Dim s, t As String Dim i As Integer Dim c As Integer hshape.Color = Color.Green s = File.Load("./pointsparcelle") For Each t In Split(s, "\n") If t = "" Then hmappoints.Add(hpoints) hshape.AddPolygon(i, hmappoints) 'hShape[i].Color = c 'c += 600 Inc i hmappoints = New MapPoint[][] hpoints = New MapPoint[] Else hpoints.Add(MapPoint(Scan(t, "* *")[1], Scan(t, "* *")[0])) Endif Next 'Return hshape End Public Sub Form_Open() Dim i As Integer For i = 0 To $Map!MyShape.Max ListView1.Add(i, i, $Map.grab($Map!MyShape[i].Bounds, 120, 100).Picture) Next End This last example show how to load shapes (it's my fields), initialize a map object and then fill a listView with grabed picture from the map in a gived Bound limits from the field size. the map object automatiquely choose the good zoom level to fit the shape size and the queried image size. you can provide a padding in pixel too and a fixed zoom level. Public Function Grab(Bounds As MapBounds, iWidth As Integer, iHeight As Integer, Optional Padding As Integer, Optional Zoom As Integer) As Image Really Gambas is powerfull :-) From moviga at ...3488... Mon Oct 12 02:05:14 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 12 Oct 2015 02:05:14 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? Message-ID: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> Hi! In my class I inherit ScrollArea, and I want to draw on it from within the class. When I do Paint.Begin(Me) I get an error that this is "Not a paintable object". How should I do this? From taboege at ...626... Mon Oct 12 02:20:48 2015 From: taboege at ...626... (Tobias Boege) Date: Mon, 12 Oct 2015 02:20:48 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? In-Reply-To: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> References: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> Message-ID: <20151012002048.GC875@...2774...> On Mon, 12 Oct 2015, Moviga Technologies wrote: > Hi! > > In my class I inherit ScrollArea, and I want to draw on it from within > the class. > When I do Paint.Begin(Me) I get an error that this is "Not a paintable > object". How should I do this? > You should not use Paint.Begin() at all. You get to draw on the ScrollArea (or your ScrollArea descendant) during its Draw event and before this event is raised, everything is set up already for you to start Paint'ing. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From gambas at ...1... Mon Oct 12 02:24:08 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 12 Oct 2015 02:24:08 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? In-Reply-To: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> References: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> Message-ID: <561AFDA8.3080900@...1...> Le 12/10/2015 02:05, Moviga Technologies a ?crit : > Hi! > > In my class I inherit ScrollArea, and I want to draw on it from within > the class. > When I do Paint.Begin(Me) I get an error that this is "Not a paintable > object". How should I do this? > Have you read the documenation of the ScrollArea class? -- Beno?t Minisini From moviga at ...3488... Mon Oct 12 02:30:25 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 12 Oct 2015 02:30:25 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? In-Reply-To: <20151012002048.GC875@...2774...> References: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> <20151012002048.GC875@...2774...> Message-ID: If I just call Paint.Something I also get an error "No current device". From moviga at ...3488... Mon Oct 12 02:31:37 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 12 Oct 2015 02:31:37 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? In-Reply-To: <561AFDA8.3080900@...1...> References: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> <561AFDA8.3080900@...1...> Message-ID: <392976c188db40dcc245976c35c6245f@...3488...> Yes... From moviga at ...3488... Mon Oct 12 02:50:18 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 12 Oct 2015 02:50:18 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? In-Reply-To: References: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> <20151012002048.GC875@...2774...> Message-ID: OK, I think I found a solution. I inherit a UserContainer, and create a ScrollArea inside :) That should do it! From bugtracker at ...3416... Mon Oct 12 04:08:41 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 02:08:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #804: [gtk+/gtk3] Using the stock picture get a picture like a truncated In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.804&from=L21haW4- Comment #1 by Zainudin AHMAD: with 22 and 48 size have the same issue From bugtracker at ...3416... Mon Oct 12 05:56:36 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 03:56:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #806: [gtk+/gtk3] do reparent, button control is fully filled in container. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.806&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- [gtk+/gtk3] do reparent, button control is fully filled in container. Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GUI components Description ----------- this issue only with gtk and gtk3, it's fine with qt4 button control is fully filled in container when do reparent button control. (attach pic-1 & pic-2) this is some container have this issue : * toolbar * iconPanel * sidePanel * toolPanel * expander * HSplit * VSplit ---- attach project ---- System information ------------------ [System] Gambas=3.8.90 r7406 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-txk36QM2UB,guid=0d538f2bd46694d6ee8c4d4600000028 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-e7Tizy GNOME_KEYRING_PID=1703 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1694 SSH_AUTH_SOCK=/tmp/keyring-e7Tizy/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444570868.11933-1831176069 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1664 From bugtracker at ...3416... Mon Oct 12 05:56:48 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 03:56:48 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #806: [gtk+/gtk3] do reparent, button control is fully filled in container. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.806&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Mon Oct 12 05:56:59 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 03:56:59 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #806: [gtk+/gtk3] do reparent, button control is fully filled in container. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.806&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Mon Oct 12 05:57:07 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 03:57:07 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #806: [gtk+/gtk3] do reparent, button control is fully filled in container. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.806&from=L21haW4- Zainudin AHMAD added an attachment: test-reparent-0.0.1.tar.gz From bugtracker at ...3416... Mon Oct 12 06:41:05 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 04:41:05 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #807: [qt4] Use Mask property in a Form, I get the image has a black spot on the edges Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.807&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- [qt4] Use Mask property in a Form, I get the image has a black spot on the edges Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : QT4 component Description ----------- This is qt4 issue, it's fine with gtk+/gtk3 Use Mask property in a Form, I get the image has a black spot on the edges. (attach pic-1) it's very clear with gtk+/gtk3 :) ---- attach project ---- System information ------------------ [System] Gambas=3.8.90 r7406 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-txk36QM2UB,guid=0d538f2bd46694d6ee8c4d4600000028 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-e7Tizy GNOME_KEYRING_PID=1703 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1694 SSH_AUTH_SOCK=/tmp/keyring-e7Tizy/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444570868.11933-1831176069 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1664 From bugtracker at ...3416... Mon Oct 12 06:41:25 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 04:41:25 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #807: [qt4] Use Mask property in a Form, I get the image has a black spot on the edges In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.807&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Mon Oct 12 06:41:44 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 04:41:44 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #807: [qt4] Use Mask property in a Form, I get the image has a black spot on the edges In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.807&from=L21haW4- Zainudin AHMAD added an attachment: test-blackSpot-0.0.1.tar.gz From shanep1967 at ...169... Mon Oct 12 09:18:26 2015 From: shanep1967 at ...169... (Shane) Date: Mon, 12 Oct 2015 18:18:26 +1100 Subject: [Gambas-user] Printing Message-ID: <561B5EC2.4020809@...169...> What am I doing wrong here I'm trying to print something the same size on the printer as on the screen but when it goes to the printer it huge ? I'm using Paint.Scale and from what the doc's say this should scale the fonts ? -------------- next part -------------- A non-text attachment was scrubbed... Name: InvoicePrint-0.0.1.tar.gz Type: application/gzip Size: 10208 bytes Desc: not available URL: From gambas.fr at ...626... Mon Oct 12 09:32:09 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 12 Oct 2015 09:32:09 +0200 Subject: [Gambas-user] Printing In-Reply-To: <561B5EC2.4020809@...169...> References: <561B5EC2.4020809@...169...> Message-ID: Normally the size is the same... The scaling is done by the paint class. Be carefull as a point have not the same size between screen and printer. Have you try to use gb. report ? Le 12 oct. 2015 09:19, "Shane" a ?crit : > What am I doing wrong here I'm trying to print something the same size on > the printer as on the screen > but when it goes to the printer it huge ? > I'm using Paint.Scale and from what the doc's say this should scale the > fonts ? > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From taboege at ...626... Mon Oct 12 09:53:01 2015 From: taboege at ...626... (Tobias Boege) Date: Mon, 12 Oct 2015 09:53:01 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? In-Reply-To: References: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> <20151012002048.GC875@...2774...> Message-ID: <20151012075301.GA650@...2774...> On Mon, 12 Oct 2015, Moviga Technologies wrote: > > > OK, I think I found a solution. I inherit a UserContainer, and create a > ScrollArea inside :) That should do it! This is in general the better approach. It doesn't expose unnecessary interfaces. But I wonder what you found a solution for -- there is no problem. Or does the attached project not work on your system and do what you wanted? Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk -------------- next part -------------- A non-text attachment was scrubbed... Name: paint-inherit-scrollarea-0.0.1.tar.gz Type: application/octet-stream Size: 11791 bytes Desc: not available URL: From eilert-sprachen at ...221... Mon Oct 12 09:54:51 2015 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Mon, 12 Oct 2015 09:54:51 +0200 Subject: [Gambas-user] Printing In-Reply-To: <561B5EC2.4020809@...169...> References: <561B5EC2.4020809@...169...> Message-ID: <561B674B.1080506@...221...> The fact that Paint.Scale scales the fonts made it a no-go to me. Had the same problem with it. It's a shame actually, as one would expect a function that makes it possible to simply convert mm (or inch, or whatever) into the internal sizes. But font sizes are always the same and would need to stay untouched. Of course, there might be a situation where you have to scale the whole page (e. g. from A5 to A4), but this should be done by a PDF printer tool rather than by my code. Anyway, my solution was to make an own function that converts mm into printer resolution (considering that the printer resolution is measured in inch). It doesn't work perfectly yet, but I hope to get this solved. There was another tip from someone here on the list, but it didn't work out for me, or I misinterpreted it. If you hadn't started this discussion, I would have started one myself today :) Rolf Am 12.10.2015 09:18, schrieb Shane: > What am I doing wrong here I'm trying to print something the same size > on the printer as on the screen > but when it goes to the printer it huge ? > I'm using Paint.Scale and from what the doc's say this should scale > the fonts ? > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From bugtracker at ...3416... Mon Oct 12 12:11:04 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 10:11:04 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #808: [gtk3] Form/window can resize without any code for resize in source code Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.808&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- [gtk3] Form/window can resize without any code for resize in source code Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : GTK+3 component Description ----------- this issue only with gtk3, it's fine with gtk+ and qt4. Form/Window can resize to bigger size (attach pic-1) With this condition: Form Property - Arrangment : vertical [vertical|horizontal|row|column|fill] (if none, form it's fine) - Resizable : false Other property use default value PictureBox Property - expand : true - stretch : true (if false, form it's fine) Other property use default value run with this code, for get a bug: Public Sub Form_Open() PictureBox1.Picture = Picture["anypicture.png"] End ----- attach project ----- System information ------------------ [System] Gambas=3.8.90 r7406 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-txk36QM2UB,guid=0d538f2bd46694d6ee8c4d4600000028 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-e7Tizy GNOME_KEYRING_PID=1703 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1694 SSH_AUTH_SOCK=/tmp/keyring-e7Tizy/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444570868.11933-1831176069 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1664 From bugtracker at ...3416... Mon Oct 12 12:11:23 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 10:11:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #808: [gtk3] Form/window can resize without any code for resize in source code In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.808&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Mon Oct 12 12:11:46 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 10:11:46 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #808: [gtk3] Form/window can resize without any code for resize in source code In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.808&from=L21haW4- Zainudin AHMAD added an attachment: test-formResizeWithoutCode-0.0.1.tar.gz From moviga at ...3488... Mon Oct 12 13:41:11 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 12 Oct 2015 13:41:11 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? In-Reply-To: <20151012075301.GA650@...2774...> References: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> <20151012002048.GC875@...2774...> <20151012075301.GA650@...2774...> Message-ID: <61425173a54bda4fd503899e41100c63@...3488...> Your example works.... I realise now that the problem was that I called Test() from within the class, but you are calling it from the outside. I guess the ScrollArea was not properly instantiated. Is there any way to test if the class has been properly created from within the .Class file? (It really doesn't matter any more now with my current project, but perhaps for the future.) From taboege at ...626... Mon Oct 12 13:55:29 2015 From: taboege at ...626... (Tobias Boege) Date: Mon, 12 Oct 2015 13:55:29 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? In-Reply-To: <61425173a54bda4fd503899e41100c63@...3488...> References: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> <20151012002048.GC875@...2774...> <20151012075301.GA650@...2774...> <61425173a54bda4fd503899e41100c63@...3488...> Message-ID: <20151012115529.GB650@...2774...> On Mon, 12 Oct 2015, Moviga Technologies wrote: > Your example works.... I realise now that the problem was that I called > Test() from within the class, but you are calling it from the outside. I > guess the ScrollArea was not properly instantiated. Is there any way to > test if the class has been properly created from within the .Class file? > (It really doesn't matter any more now with my current project, but > perhaps for the future.) If you run code (which is not in a Static procedure) from the class, it must be executed in the context of an object of that class. Therefore: whenever you execute code, the object *is* ready[*]. >From what you're saying, I can only conclude that you didn't understand how the Draw event works. You can only paint on a ScrollArea during its Draw event. Naturally this event is caught not by the ScrollArea itself but by another object (like the Form the ScrollArea lives on or a UserControl which embeds the ScrollArea). You could, nevertheless, catch your own events using an Observer, but your current solution with the UserControl is much better. Regards, Tobi [*] The object constructor, _new(), plays a special role here. The object cannot raise events before its constructor finishes. -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From gambas at ...1... Mon Oct 12 15:32:43 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 12 Oct 2015 15:32:43 +0200 Subject: [Gambas-user] When QT discontinues QtWebkit In-Reply-To: <0da6fe8b05fae8d6b209479b3193c043@...3488...> References: <5615C066.3030800@...1...> <8780577137f7e37a049ba7b09c2dadbb@...3488...> <5616522F.3060401@...1...> <2c998de74c58a84b64c4a2e3609dfe71@...3488...> <56195C6B.4070001@...1...> <0da6fe8b05fae8d6b209479b3193c043@...3488...> Message-ID: <561BB67B.4010408@...1...> Le 11/10/2015 01:04, Moviga Technologies a ?crit : > > > OK... that sort of pops my balloon of excitement... :( Read that too: http://www.phoronix.com/forums/forum/phoronix/latest-phoronix-articles/828663-qt-5-6-drops-webkit-qt-qml-uses-less-memory-other-forthcoming-features https://github.com/OtterBrowser/otter-browser/wiki/QtWebEngine-Wishlist Qt guys really do crap here. Why not putting the old QtWebKit engine in a separate optional library for those who need it? -- Beno?t Minisini From moviga at ...3488... Mon Oct 12 16:27:36 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 12 Oct 2015 16:27:36 +0200 Subject: [Gambas-user] When QT discontinues QtWebkit In-Reply-To: <561BB67B.4010408@...1...> References: <5615C066.3030800@...1...> <8780577137f7e37a049ba7b09c2dadbb@...3488...> <5616522F.3060401@...1...> <2c998de74c58a84b64c4a2e3609dfe71@...3488...> <56195C6B.4070001@...1...> <0da6fe8b05fae8d6b209479b3193c043@...3488...> <561BB67B.4010408@...1...> Message-ID: It seems like such a big step backwards to me... Its .... almost ... like .... going back to.... WINDOWS!!! AAAAAaaaahhhhh! Perhaps most people will not notice until 5.6 is released, and it is too late to complain. Hopefully the few now can convince them to continue to support it in 5.6 after all. They wrote on the QT site that if you still need to use QtWebKit you can compile it from source. That might perhaps mean that one can install that package alongside 5.6+ from some PPA on *buntu and AUR on Arch... I don't know. From moviga at ...3488... Mon Oct 12 18:39:29 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 12 Oct 2015 18:39:29 +0200 Subject: [Gambas-user] Does Gambas have an 'InRange()' function? Message-ID: Does Gambas have a built in "InRange" function like this: Boolean = InRange(Value, From, To) If not, could we have one? Perhaps like this: Public Function InRange(Value As Integer, {From} As Integer, {To} As Integer) As Boolean If Value >= {From} And If Value <= {To} Then Return True Return False End From moviga at ...3488... Mon Oct 12 18:46:00 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 12 Oct 2015 18:46:00 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? In-Reply-To: <20151012115529.GB650@...2774...> References: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> <20151012002048.GC875@...2774...> <20151012075301.GA650@...2774...> <61425173a54bda4fd503899e41100c63@...3488...> <20151012115529.GB650@...2774...> Message-ID: <19a86a535c746ac7ff46619d16762be1@...3488...> Yes, I also think that this solution is better than the inital one, but just for the sake of learning; how could I practically do it? >From what you said, I tried creating an observer on Me, but then I realised that the observer's events are run either before of after the observed object's events, and never on it... so that does not work either. So I am still puzzled as to how this could be done :) From taboege at ...626... Mon Oct 12 18:52:05 2015 From: taboege at ...626... (Tobias Boege) Date: Mon, 12 Oct 2015 18:52:05 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? In-Reply-To: <19a86a535c746ac7ff46619d16762be1@...3488...> References: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> <20151012002048.GC875@...2774...> <20151012075301.GA650@...2774...> <61425173a54bda4fd503899e41100c63@...3488...> <20151012115529.GB650@...2774...> <19a86a535c746ac7ff46619d16762be1@...3488...> Message-ID: <20151012165205.GC650@...2774...> On Mon, 12 Oct 2015, Moviga Technologies wrote: > > > Yes, I also think that this solution is better than the inital one, but > just for the sake of learning; how could I practically do it? > >From what you said, I tried creating an observer on Me, but then I > realised that the observer's events are run either before of after the > observed object's events, and never on it... so that does not work > either. So I am still puzzled as to how this could be done :) > I don't know where your error might be. It is pretty straight-forward, see the attached project. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk -------------- next part -------------- A non-text attachment was scrubbed... Name: test-0.0.1.tar.gz Type: application/octet-stream Size: 11555 bytes Desc: not available URL: From moviga at ...3488... Mon Oct 12 18:59:02 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 12 Oct 2015 18:59:02 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? In-Reply-To: <20151012165205.GC650@...2774...> References: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> <20151012002048.GC875@...2774...> <20151012075301.GA650@...2774...> <61425173a54bda4fd503899e41100c63@...3488...> <20151012115529.GB650@...2774...> <19a86a535c746ac7ff46619d16762be1@...3488...> <20151012165205.GC650@...2774...> Message-ID: <3fb06e206536b909f1df6e8ab26f82fb@...3488...> Aha! The problem seems to be that I created the observer in the class header, as opposed to you in the constructor. From bugtracker at ...3416... Mon Oct 12 20:38:02 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 18:38:02 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #809: Gambas looks for Oxygen icon theme on pure KDE5 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.809&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary ------- Gambas looks for Oxygen icon theme on pure KDE5 Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- When starting Gambas on my system that has no KDE4 libraries, nor Oxygen theme installed, this is printed in the Gambas terminal: Icon theme "oxygen" not found. Icon theme "oxygen" not found. System information ------------------ [System] Gambas=3.8.90 r7312 OperatingSystem=Linux Kernel=4.1.6-1-ARCH Architecture=x86_64 Distribution=arch Desktop=KDE5 Theme=Proxy Language=nb_NO.UTF-8 Memory=9901M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.2.0 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.3 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.28 GTK+3=libgtk-3.so.0.1600.6 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.52.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.0 SDL=libSDL-1.2.so.0.11.4 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-7rvPN8rlRD,guid=75534cfdb433e848ad9f896a55f965a8 DESKTOP_SESSION=plasma DISPLAY=:0 GB_GUI=gb.qt5 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_MODULES=canberra-gtk-module GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HOME= KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=nb_NO.UTF-8 LANGUAGE=nb LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PAM_KWALLET5_LOGIN=/tmp/kwallet5_.socket PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_IM_MODULE=compose QT_NO_GLIB=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/899,unix/:/tmp/.ICE-unix/899 SHELL=/bin/bash SHLVL=1 SSH_ASKPASS=/usr/bin/ksshaskpass TZ=:/etc/localtime USER= XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_SIZE=0 XCURSOR_THEME=Breeze_Snow XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 _=/usr/lib/kf5/start_kdeinit_wrapper From bugtracker at ...3416... Mon Oct 12 20:49:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 18:49:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #810: Moving parent class to a new folder, leaves sub class behind. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.810&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary ------- Moving parent class to a new folder, leaves sub class behind. Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- I had two classes in a folder where one inherits the other. When I moved the parent class to another folder, it looks like in the project's treeview that the sub class follows along (since it is indented under the parent class), but in fact it remains in the old folder. At the same time the old folder appears empty in the treeview. To me it would be better that the sub class(es) follows the parent class when it is moved. System information ------------------ [System] Gambas=3.8.90 r7312 OperatingSystem=Linux Kernel=4.1.6-1-ARCH Architecture=x86_64 Distribution=arch Desktop=KDE5 Theme=Proxy Language=nb_NO.UTF-8 Memory=9901M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.2.0 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.3 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.28 GTK+3=libgtk-3.so.0.1600.6 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.52.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.0 SDL=libSDL-1.2.so.0.11.4 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-7rvPN8rlRD,guid=75534cfdb433e848ad9f896a55f965a8 DESKTOP_SESSION=plasma DISPLAY=:0 GB_GUI=gb.qt5 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_MODULES=canberra-gtk-module GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HOME= KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=nb_NO.UTF-8 LANGUAGE=nb LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PAM_KWALLET5_LOGIN=/tmp/kwallet5_.socket PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_IM_MODULE=compose QT_NO_GLIB=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/899,unix/:/tmp/.ICE-unix/899 SHELL=/bin/bash SHLVL=1 SSH_ASKPASS=/usr/bin/ksshaskpass TZ=:/etc/localtime USER= XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_SIZE=0 XCURSOR_THEME=Breeze_Snow XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 _=/usr/lib/kf5/start_kdeinit_wrapper From gambas.fr at ...626... Mon Oct 12 22:09:51 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 12 Oct 2015 22:09:51 +0200 Subject: [Gambas-user] Does Gambas have an 'InRange()' function? In-Reply-To: References: Message-ID: 2015-10-12 18:39 GMT+02:00 Moviga Technologies : > > > Does Gambas have a built in "InRange" function like this: > > Boolean = InRange(Value, From, To) > > If not, could we have one? Perhaps like this: > > Public Function InRange(Value As Integer, {From} As Integer, {To} As > Integer) As Boolean > > If Value >= {From} And If Value <= {To} Then Return True > Return False > > End > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Well no but this is a school case that add an argument to my query for a macro declaration for gambas. nevertheless you can do Result = Value>=From and Value <= To Which is no so long to write. -- Fabien Bodard From moviga at ...3488... Mon Oct 12 22:14:38 2015 From: moviga at ...3488... (Moviga Technologies) Date: Mon, 12 Oct 2015 22:14:38 +0200 Subject: [Gambas-user] Does Gambas have an 'InRange()' function? In-Reply-To: References: Message-ID: <3ee0d1ff183a7885f0723b807f6981a0@...3488...> This (Result = Value >= From And Value <= To) is almost just as many characters. That's pretty neat :) From gambas.fr at ...626... Mon Oct 12 22:18:42 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 12 Oct 2015 22:18:42 +0200 Subject: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea? In-Reply-To: <3fb06e206536b909f1df6e8ab26f82fb@...3488...> References: <8567c8ab0f82b48f8d0ce03fddd1eccc@...3488...> <20151012002048.GC875@...2774...> <20151012075301.GA650@...2774...> <61425173a54bda4fd503899e41100c63@...3488...> <20151012115529.GB650@...2774...> <19a86a535c746ac7ff46619d16762be1@...3488...> <20151012165205.GC650@...2774...> <3fb06e206536b909f1df6e8ab26f82fb@...3488...> Message-ID: The case where you need to inherit the scrolling area are rare. I use it for MapView, DocumentView, Benoit use it for gridview, and all inherited controls, but do not inherit it. See all the gambas gb code in gb.gui.base or gb.form or gb.mapview 2015-10-12 18:59 GMT+02:00 Moviga Technologies : > > > Aha! The problem seems to be that I created the observer in the class > header, as opposed to you in the constructor. > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard From bugtracker at ...3416... Mon Oct 12 22:32:43 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 20:32:43 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #807: [qt4] Use Mask property in a Form, I get the image has a black spot on the edges In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.807&from=L21haW4- Comment #1 by Beno?t MINISINI: It's the internal QT4 algorithm that transforms the image into a window mask that creates these black borders. I don't know if reimplementing the GTK+ algorithm in gb.qt4 will work... From bugtracker at ...3416... Mon Oct 12 22:32:46 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 20:32:46 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #807: [qt4] Use Mask property in a Form, I get the image has a black spot on the edges In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.807&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Mon Oct 12 22:33:39 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 20:33:39 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #809: Gambas looks for Oxygen icon theme on pure KDE5 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.809&from=L21haW4- Comment #1 by Beno?t MINISINI: Your system information tells that you are using a now old version of Gambas. Can you upgrade to the latest /trunk revision? From bugtracker at ...3416... Mon Oct 12 22:34:50 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 20:34:50 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #801: 3.8.2 - Ubuntu - Error Running in IDE - Cannot load class: . . . In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.801&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Mon Oct 12 22:36:21 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 20:36:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #805: [gtk3] Without any child(control) , scroll bar in scrollView is show In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.805&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Mon Oct 12 23:08:37 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 21:08:37 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #804: [gtk+/gtk3] Using the stock picture get a picture like a truncated In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.804&from=L21haW4- Comment #2 by Beno?t MINISINI: The problem is in the Picture[] class when using non-standard sizes. From bugtracker at ...3416... Mon Oct 12 23:08:41 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 21:08:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #804: [gtk+/gtk3] Using the stock picture get a picture like a truncated In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.804&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Tue Oct 13 00:10:25 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 22:10:25 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #809: Gambas looks for Oxygen icon theme on pure KDE5 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.809&from=L21haW4- Comment #2 by Moviga TECHNOLOGIES: Hmm! I think my build was just two days old :) You have been working behind the scenes! It is fixed in current! From bugtracker at ...3416... Tue Oct 13 00:17:31 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 22:17:31 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #809: Gambas looks for Oxygen icon theme on pure KDE5 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.809&from=L21haW4- Comment #3 by Moviga TECHNOLOGIES: No, sorry - it is still there :) I have to run a program for it to appear! From bugtracker at ...3416... Tue Oct 13 01:00:29 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 23:00:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #804: [gtk+/gtk3] Using the stock picture get a picture like a truncated In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.804&from=L21haW4- Comment #3 by Beno?t MINISINI: No, the problem was in the "linux" SVG stock icon that librsvg didn't like. Fixed in revision #7408. From bugtracker at ...3416... Tue Oct 13 01:01:32 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 23:01:32 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #804: [gtk+/gtk3] Using the stock picture get a picture like a truncated In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.804&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Tue Oct 13 01:10:18 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 23:10:18 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #806: [gtk+/gtk3] do reparent, button control is fully filled in container. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.806&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Tue Oct 13 01:11:55 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 23:11:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #806: [gtk+/gtk3] do reparent, button control is fully filled in container. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.806&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in revision #7409. From bugtracker at ...3416... Tue Oct 13 01:28:00 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 23:28:00 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #806: [gtk+/gtk3] do reparent, button control is fully filled in container. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.806&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Tue Oct 13 01:36:25 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 12 Oct 2015 23:36:25 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #808: [gtk3] Form/window can resize without any code for resize in source code In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.808&from=L21haW4- Comment #1 by Beno?t MINISINI: I don't have any problem or strange behaviour with the project you attached, even if I uncomment the line in Form_Open(). From bugtracker at ...3416... Tue Oct 13 02:39:00 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 13 Oct 2015 00:39:00 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #808: [gtk3] Form/window can resize without any code for resize in source code In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.808&from=L21haW4- Comment #2 by Zainudin AHMAD: this my video, this still with the same project video recorder make it slowly From bugtracker at ...3416... Tue Oct 13 02:39:31 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 13 Oct 2015 00:39:31 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #808: [gtk3] Form/window can resize without any code for resize in source code In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.808&from=L21haW4- Zainudin AHMAD added an attachment: vid-1.mkv From shanep1967 at ...169... Tue Oct 13 08:01:47 2015 From: shanep1967 at ...169... (Shane) Date: Tue, 13 Oct 2015 17:01:47 +1100 Subject: [Gambas-user] Printing In-Reply-To: References: <561B5EC2.4020809@...169...> Message-ID: <561C9E4B.5010208@...169...> Hi Fabien I had a look at gb.report and once again I can not make head or tails of it I got stuck at the very first thing all I wanted to to was display an image in the center of the page and some text either side but when i finally got an image to display it would only display in the top left and I could not move it just seem over complicated! On 12/10/15 18:32, Fabien Bodard wrote: > Normally the size is the same... The scaling is done by the paint class. > Be carefull as a point have not the same size between screen and printer. > > Have you try to use gb. report ? > Le 12 oct. 2015 09:19, "Shane" a ?crit : > >> What am I doing wrong here I'm trying to print something the same size on >> the printer as on the screen >> but when it goes to the printer it huge ? >> I'm using Paint.Scale and from what the doc's say this should scale the >> fonts ? >> >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas.fr at ...626... Tue Oct 13 18:47:55 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 13 Oct 2015 18:47:55 +0200 Subject: [Gambas-user] Printing In-Reply-To: <561C9E4B.5010208@...169...> References: <561B5EC2.4020809@...169...> <561C9E4B.5010208@...169...> Message-ID: Well gb.report is based on a similar arrangement routine than the forms. To center a picture on the page you have 2 way. - playing with the containers to center it - set the ignore property of the image to true and setup the left and top properties (or X and Y) To setup a text just add a reportlabel and give to it a text. you can setup the page padding by setting the report padding. Gambas report have all the job to resolve font size... you need to play around it to understand who do what. It seem complex only because it use a not traditional way to describe a page. A report is a set of sections that can contains containers. Each section is like a report, but share things like page size and orientation. My two actual dark point are the picture resolution on rendering, because of the resolution... but i will find how to do that son. Multilevel recurssivity... my old problem on automation. But it is not a problem for filled reports. you can see some of my reports here : https://plus.google.com/u/0/communities/113475756360896510823 2015-10-13 8:01 GMT+02:00 Shane : > Hi Fabien I had a look at gb.report and once again I can not make head > or tails of it I got stuck > at the very first thing all I wanted to to was display an image in the > center of the page and some text > either side but when i finally got an image to display it would only > display in the top left and I could not move it just seem over complicated! > > On 12/10/15 18:32, Fabien Bodard wrote: >> Normally the size is the same... The scaling is done by the paint class. >> Be carefull as a point have not the same size between screen and printer. >> >> Have you try to use gb. report ? >> Le 12 oct. 2015 09:19, "Shane" a ?crit : >> >>> What am I doing wrong here I'm trying to print something the same size on >>> the printer as on the screen >>> but when it goes to the printer it huge ? >>> I'm using Paint.Scale and from what the doc's say this should scale the >>> fonts ? >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >>> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard From matti.eber at ...3240... Tue Oct 13 19:26:50 2015 From: matti.eber at ...3240... (Matti) Date: Tue, 13 Oct 2015 19:26:50 +0200 Subject: [Gambas-user] More Questions about WebView Message-ID: <561D3EDA.6000704@...3240...> 1. Everything I write into WebView using '.Eval("document.execCommand('insertHTML'...)' is written in the source code in one line. There is no formatting at all, and '\n' etc are not accepted. So, the whole document from to is just one line, including text and tables and and... The HTML source code is absolutely illegibile this way. How could I get this beast to format the source code like a 'normal' HTML code, with new lines and indentation? 2. If I have made changes in the source code, I refresh WebView with 'WebView.HTML = ...' Works fine - except for images and images inside ' References: <561D3EDA.6000704@...3240...> Message-ID: <8a2406f138082e78853fafa4ad89bf84@...3488...> 1. You can use Tidy HTML through Shell From matti.eber at ...3240... Tue Oct 13 20:28:20 2015 From: matti.eber at ...3240... (Matti) Date: Tue, 13 Oct 2015 20:28:20 +0200 Subject: [Gambas-user] More Questions about WebView In-Reply-To: <8a2406f138082e78853fafa4ad89bf84@...3488...> References: <561D3EDA.6000704@...3240...> <8a2406f138082e78853fafa4ad89bf84@...3488...> Message-ID: <561D4D44.6030403@...3240...> Hmm. Yes, maybe. But I spent almost 1 hour now trying to download this and getting it to work. Without luck. It's very old, and the binary doesn't react to anything... I imagine something that a possible user of my program coulld use, too. Am 13.10.2015 um 19:37 schrieb Moviga Technologies: > > > 1. You can use Tidy HTML through Shell > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From moviga at ...3488... Tue Oct 13 21:50:07 2015 From: moviga at ...3488... (Moviga Technologies) Date: Tue, 13 Oct 2015 21:50:07 +0200 Subject: [Gambas-user] More Questions about WebView In-Reply-To: <561D4D44.6030403@...3240...> References: <561D3EDA.6000704@...3240...> <8a2406f138082e78853fafa4ad89bf84@...3488...> <561D4D44.6030403@...3240...> Message-ID: <318878bd3371bc685c8e80c3c60d468a@...3488...> What distro are you using? It is very strange that tidy is not included in your repo. I have it on my Arch system, and I see that Ubuntu has it too (http://packages.ubuntu.com/search?keywords=tidy). From moviga at ...3488... Tue Oct 13 21:51:30 2015 From: moviga at ...3488... (Moviga Technologies) Date: Tue, 13 Oct 2015 21:51:30 +0200 Subject: [Gambas-user] More Questions about WebView In-Reply-To: <561D4D44.6030403@...3240...> References: <561D3EDA.6000704@...3240...> <8a2406f138082e78853fafa4ad89bf84@...3488...> <561D4D44.6030403@...3240...> Message-ID: <2d84567de21e8de36ab6a5ea7bf564f4@...3488...> There is a newer version/fork called tidy-html5 though, but this is normally not in the official repos (yet). From matti.eber at ...3240... Tue Oct 13 22:03:22 2015 From: matti.eber at ...3240... (Matti) Date: Tue, 13 Oct 2015 22:03:22 +0200 Subject: [Gambas-user] More Questions about WebView In-Reply-To: <318878bd3371bc685c8e80c3c60d468a@...3488...> References: <561D3EDA.6000704@...3240...> <8a2406f138082e78853fafa4ad89bf84@...3488...> <561D4D44.6030403@...3240...> <318878bd3371bc685c8e80c3c60d468a@...3488...> Message-ID: <561D638A.7050108@...3240...> My fault. Didn't look in my repos (openSuSe 13.2) - and there it is. Will have a look at it tomorrow. Am 13.10.2015 um 21:50 schrieb Moviga Technologies: > > > What distro are you using? It is very strange that tidy is not included > in your repo. I have it on my Arch system, and I see that Ubuntu has it > too (http://packages.ubuntu.com/search?keywords=tidy). > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From moviga at ...3488... Tue Oct 13 22:06:30 2015 From: moviga at ...3488... (Moviga Technologies) Date: Tue, 13 Oct 2015 22:06:30 +0200 Subject: [Gambas-user] More Questions about WebView In-Reply-To: <561D638A.7050108@...3240...> References: <561D3EDA.6000704@...3240...> <8a2406f138082e78853fafa4ad89bf84@...3488...> <561D4D44.6030403@...3240...> <318878bd3371bc685c8e80c3c60d468a@...3488...> <561D638A.7050108@...3240...> Message-ID: Hah! So, where do you normally look when you look for packages :) From matti.eber at ...3240... Tue Oct 13 22:17:49 2015 From: matti.eber at ...3240... (Matti) Date: Tue, 13 Oct 2015 22:17:49 +0200 Subject: [Gambas-user] More Questions about WebView In-Reply-To: References: <561D3EDA.6000704@...3240...> <8a2406f138082e78853fafa4ad89bf84@...3488...> <561D4D44.6030403@...3240...> <318878bd3371bc685c8e80c3c60d468a@...3488...> <561D638A.7050108@...3240...> Message-ID: <561D66ED.1090600@...3240...> Yes, yes, you are right :-[ . But often, when I think something is unusual, I search www instead of YaSt... I will remember. Am 13.10.2015 um 22:06 schrieb Moviga Technologies: > > > Hah! So, where do you normally look when you look for packages :) > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From shanep1967 at ...169... Tue Oct 13 23:02:12 2015 From: shanep1967 at ...169... (Shane) Date: Wed, 14 Oct 2015 08:02:12 +1100 Subject: [Gambas-user] Printing In-Reply-To: References: <561B5EC2.4020809@...169...> <561C9E4B.5010208@...169...> Message-ID: <561D7154.1090002@...169...> Thanks Fabien I had a quick look at setting ignore to true and I can now move things where i want so it might work for me after all Thanks. On 14/10/15 03:47, Fabien Bodard wrote: > Well gb.report is based on a similar arrangement routine than the forms. > > To center a picture on the page you have 2 way. > > - playing with the containers to center it > - set the ignore property of the image to true and setup the left and > top properties (or X and Y) > > To setup a text just add a reportlabel and give to it a text. > > you can setup the page padding by setting the report padding. > > Gambas report have all the job to resolve font size... you need to > play around it to understand who do what. > > It seem complex only because it use a not traditional way to describe > a page. A report is a set of sections that can contains containers. > Each section is like a report, but share things like page size and > orientation. > > My two actual dark point are the picture resolution on rendering, > because of the resolution... but i will find how to do that son. > Multilevel recurssivity... my old problem on automation. But it is not > a problem for filled reports. > > you can see some of my reports here : > https://plus.google.com/u/0/communities/113475756360896510823 > > > > > > > > > > > > > > > 2015-10-13 8:01 GMT+02:00 Shane : >> Hi Fabien I had a look at gb.report and once again I can not make head >> or tails of it I got stuck >> at the very first thing all I wanted to to was display an image in the >> center of the page and some text >> either side but when i finally got an image to display it would only >> display in the top left and I could not move it just seem over complicated! >> >> On 12/10/15 18:32, Fabien Bodard wrote: >>> Normally the size is the same... The scaling is done by the paint class. >>> Be carefull as a point have not the same size between screen and printer. >>> >>> Have you try to use gb. report ? >>> Le 12 oct. 2015 09:19, "Shane" a ?crit : >>> >>>> What am I doing wrong here I'm trying to print something the same size on >>>> the printer as on the screen >>>> but when it goes to the printer it huge ? >>>> I'm using Paint.Scale and from what the doc's say this should scale the >>>> fonts ? >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> Gambas-user mailing list >>>> Gambas-user at lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>> >>>> >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user > > From shanep1967 at ...169... Tue Oct 13 23:15:13 2015 From: shanep1967 at ...169... (Shane) Date: Wed, 14 Oct 2015 08:15:13 +1100 Subject: [Gambas-user] Printing In-Reply-To: <561D7154.1090002@...169...> References: <561B5EC2.4020809@...169...> <561C9E4B.5010208@...169...> <561D7154.1090002@...169...> Message-ID: <561D7461.40804@...169...> Is there a way to stop ReportImage from scaling up to fill the page On 14/10/15 08:02, Shane wrote: > Thanks Fabien I had a quick look at setting ignore to true and I can now > move things where i want > so it might work for me after all Thanks. > > > On 14/10/15 03:47, Fabien Bodard wrote: >> Well gb.report is based on a similar arrangement routine than the forms. >> >> To center a picture on the page you have 2 way. >> >> - playing with the containers to center it >> - set the ignore property of the image to true and setup the left and >> top properties (or X and Y) >> >> To setup a text just add a reportlabel and give to it a text. >> >> you can setup the page padding by setting the report padding. >> >> Gambas report have all the job to resolve font size... you need to >> play around it to understand who do what. >> >> It seem complex only because it use a not traditional way to describe >> a page. A report is a set of sections that can contains containers. >> Each section is like a report, but share things like page size and >> orientation. >> >> My two actual dark point are the picture resolution on rendering, >> because of the resolution... but i will find how to do that son. >> Multilevel recurssivity... my old problem on automation. But it is not >> a problem for filled reports. >> >> you can see some of my reports here : >> https://plus.google.com/u/0/communities/113475756360896510823 >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> 2015-10-13 8:01 GMT+02:00 Shane : >>> Hi Fabien I had a look at gb.report and once again I can not make head >>> or tails of it I got stuck >>> at the very first thing all I wanted to to was display an image in the >>> center of the page and some text >>> either side but when i finally got an image to display it would only >>> display in the top left and I could not move it just seem over complicated! >>> >>> On 12/10/15 18:32, Fabien Bodard wrote: >>>> Normally the size is the same... The scaling is done by the paint class. >>>> Be carefull as a point have not the same size between screen and printer. >>>> >>>> Have you try to use gb. report ? >>>> Le 12 oct. 2015 09:19, "Shane" a ?crit : >>>> >>>>> What am I doing wrong here I'm trying to print something the same size on >>>>> the printer as on the screen >>>>> but when it goes to the printer it huge ? >>>>> I'm using Paint.Scale and from what the doc's say this should scale the >>>>> fonts ? >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> >>>>> _______________________________________________ >>>>> Gambas-user mailing list >>>>> Gambas-user at lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>>> >>>>> >>>> ------------------------------------------------------------------------------ >>>> _______________________________________________ >>>> Gambas-user mailing list >>>> Gambas-user at lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From moviga at ...3488... Wed Oct 14 00:21:03 2015 From: moviga at ...3488... (Moviga Technologies) Date: Wed, 14 Oct 2015 00:21:03 +0200 Subject: [Gambas-user] Can FontChooser retur a Font object? Message-ID: I can only find FontChooser.SelectedFont which returns a comma separated string. Are there really no way for a Font object and the FontChooser to "communicate", either by the FontChooser returning a Font object, or by the Font object receiving a comma separated string? I see that it works the other way, with Font.ToString... From bugtracker at ...3416... Wed Oct 14 01:32:45 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 13 Oct 2015 23:32:45 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Help feature in Property Editor only show Spinner. Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- This happens when using offline and online documentation. (attach pic-1) reproduce bug : 1) remove a control - select a control in form designer - remove a control I get help feature only show Spinner 2) press tool button reload in toolbar form designer, - select a control in form designer - press tool button reload I get help feature only show Spinner 3) change control with "change into" menu - select a control in form designer - right click, after that menu show - choose "change into" menu - choose a control in menu (attach pic-2) after control change to an other control, I get help feature only show Spinner -- attach project -- System information ------------------ [System] Gambas=3.8.90 r7406 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-txk36QM2UB,guid=0d538f2bd46694d6ee8c4d4600000028 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-e7Tizy GNOME_KEYRING_PID=1703 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1694 SSH_AUTH_SOCK=/tmp/keyring-e7Tizy/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444570868.11933-1831176069 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1664 From bugtracker at ...3416... Wed Oct 14 01:32:58 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 13 Oct 2015 23:32:58 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Wed Oct 14 01:33:10 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 13 Oct 2015 23:33:10 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Wed Oct 14 01:33:17 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 13 Oct 2015 23:33:17 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Zainudin AHMAD added an attachment: test-0.0.1.tar.gz From bugtracker at ...3416... Wed Oct 14 01:41:52 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 13 Oct 2015 23:41:52 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Comment #1 by Zainudin AHMAD: it is back normal if I select a control in form designer From moviga at ...3488... Wed Oct 14 02:20:10 2015 From: moviga at ...3488... (Moviga Technologies) Date: Wed, 14 Oct 2015 02:20:10 +0200 Subject: [Gambas-user] String length of Key.Text Message-ID: <1277cc7a2c6c6ab263e73ce1fa3de909@...3488...> If I hit Ctrl+W on the keyboard, 'Debug Key.Text' prints '^W'. If I do 'Debug String.Len(Key.Text)' this prints 1... I understand that ^ represents Ctrl, but it is still a character?? Why is it not counted? From d4t4full at ...626... Wed Oct 14 02:38:58 2015 From: d4t4full at ...626... (...) Date: Tue, 13 Oct 2015 21:38:58 -0300 Subject: [Gambas-user] String length of Key.Text In-Reply-To: <1277cc7a2c6c6ab263e73ce1fa3de909@...3488...> References: <1277cc7a2c6c6ab263e73ce1fa3de909@...3488...> Message-ID: <23e138c4-4517-475f-90b4-29d3c276860f@...3493...> Ctrl is actually a modifier key. It just lowers (resets, or sets to zero) bit 6 (bit weight is 64 decimal) of the character it modifies. For example, ASCII code 7 is BEL. It's represented by Ctrl-G. The ASCII code of G is 71. 71 - 64? = 7. If you look for the ASCII code of W (87) and subtract 64 from it you will get the ASCII code for ^W (23, called "ETB" for "End of Transmit Block"). In short, what you get IS a single character represented VISUALLY by the combination of two (printable) characters. Hope it helps, zxMarce. On Oct 13, 2015, 21:21, at 21:21, Moviga Technologies wrote: > > >If I hit Ctrl+W on the keyboard, 'Debug Key.Text' prints '^W'. If I do >'Debug String.Len(Key.Text)' this prints 1... I understand that ^ >represents Ctrl, but it is still a character?? Why is it not counted? >------------------------------------------------------------------------------ >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas.fr at ...626... Wed Oct 14 07:17:17 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Wed, 14 Oct 2015 07:17:17 +0200 Subject: [Gambas-user] Printing In-Reply-To: <561D7461.40804@...169...> References: <561B5EC2.4020809@...169...> <561C9E4B.5010208@...169...> <561D7154.1090002@...169...> <561D7461.40804@...169...> Message-ID: Le 13 oct. 2015 23:16, "Shane" a ?crit : > > Is there a way to stop ReportImage from scaling up to fill the page > Hum. Change the height and width. If they are 0 then autoresize is used. > > > On 14/10/15 08:02, Shane wrote: > > Thanks Fabien I had a quick look at setting ignore to true and I can now > > move things where i want > > so it might work for me after all Thanks. > > > > > > On 14/10/15 03:47, Fabien Bodard wrote: > >> Well gb.report is based on a similar arrangement routine than the forms. > >> > >> To center a picture on the page you have 2 way. > >> > >> - playing with the containers to center it > >> - set the ignore property of the image to true and setup the left and > >> top properties (or X and Y) > >> > >> To setup a text just add a reportlabel and give to it a text. > >> > >> you can setup the page padding by setting the report padding. > >> > >> Gambas report have all the job to resolve font size... you need to > >> play around it to understand who do what. > >> > >> It seem complex only because it use a not traditional way to describe > >> a page. A report is a set of sections that can contains containers. > >> Each section is like a report, but share things like page size and > >> orientation. > >> > >> My two actual dark point are the picture resolution on rendering, > >> because of the resolution... but i will find how to do that son. > >> Multilevel recurssivity... my old problem on automation. But it is not > >> a problem for filled reports. > >> > >> you can see some of my reports here : > >> https://plus.google.com/u/0/communities/113475756360896510823 > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> 2015-10-13 8:01 GMT+02:00 Shane : > >>> Hi Fabien I had a look at gb.report and once again I can not make head > >>> or tails of it I got stuck > >>> at the very first thing all I wanted to to was display an image in the > >>> center of the page and some text > >>> either side but when i finally got an image to display it would only > >>> display in the top left and I could not move it just seem over complicated! > >>> > >>> On 12/10/15 18:32, Fabien Bodard wrote: > >>>> Normally the size is the same... The scaling is done by the paint class. > >>>> Be carefull as a point have not the same size between screen and printer. > >>>> > >>>> Have you try to use gb. report ? > >>>> Le 12 oct. 2015 09:19, "Shane" a ?crit : > >>>> > >>>>> What am I doing wrong here I'm trying to print something the same size on > >>>>> the printer as on the screen > >>>>> but when it goes to the printer it huge ? > >>>>> I'm using Paint.Scale and from what the doc's say this should scale the > >>>>> fonts ? > >>>>> > >>>>> > >>>>> > >>>>> ------------------------------------------------------------------------------ > >>>>> > >>>>> _______________________________________________ > >>>>> Gambas-user mailing list > >>>>> Gambas-user at lists.sourceforge.net > >>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user > >>>>> > >>>>> > >>>> ------------------------------------------------------------------------------ > >>>> _______________________________________________ > >>>> Gambas-user mailing list > >>>> Gambas-user at lists.sourceforge.net > >>>> https://lists.sourceforge.net/lists/listinfo/gambas-user > >>> ------------------------------------------------------------------------------ > >>> _______________________________________________ > >>> Gambas-user mailing list > >>> Gambas-user at lists.sourceforge.net > >>> https://lists.sourceforge.net/lists/listinfo/gambas-user > >> > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From taboege at ...626... Wed Oct 14 07:38:05 2015 From: taboege at ...626... (Tobias Boege) Date: Wed, 14 Oct 2015 07:38:05 +0200 Subject: [Gambas-user] Can FontChooser retur a Font object? In-Reply-To: References: Message-ID: <20151014053805.GA669@...2774...> On Wed, 14 Oct 2015, Moviga Technologies wrote: > > > I can only find FontChooser.SelectedFont which returns a comma separated > string. > > Are there really no way for a Font object and the FontChooser to > "communicate", either by the FontChooser returning a Font object, or by > the Font object receiving a comma separated string? I see that it works > the other way, with Font.ToString... Do you mean the array accessors of Font? hFont = Font[myFontChooser.SelectedFont] Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From eilert-sprachen at ...221... Wed Oct 14 09:10:27 2015 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Wed, 14 Oct 2015 09:10:27 +0200 Subject: [Gambas-user] Printing a PDF Message-ID: <561DFFE3.2040502@...221...> Maybe somewhat silly, but I got stuck here: From a Gambas program I try to print a PDF file. Up to now (old version in Gambas2), with PS files, I do Exec ["kprinter", "--nodialog", "-d", drucker.Name, feld[1]] Wait where feld[1] holds the path to the ps-file to be printed. Now when I want a PDF this way, up comes the message "no file to be printed". So I guess, kprinter isn't the right way. But what instead? Thanks for your help Rolf From gambas.fr at ...626... Wed Oct 14 10:09:23 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Wed, 14 Oct 2015 10:09:23 +0200 Subject: [Gambas-user] Printing a PDF In-Reply-To: <561DFFE3.2040502@...221...> References: <561DFFE3.2040502@...221...> Message-ID: Gambas it's able to generate a pdf file itself by setting the printer file property. Le 14 oct. 2015 09:11, "Rolf-Werner Eilert" a ?crit : > Maybe somewhat silly, but I got stuck here: > > From a Gambas program I try to print a PDF file. Up to now (old version > in Gambas2), with PS files, I do > > Exec ["kprinter", "--nodialog", "-d", drucker.Name, feld[1]] Wait > > where feld[1] holds the path to the ps-file to be printed. > > Now when I want a PDF this way, up comes the message "no file to be > printed". > > So I guess, kprinter isn't the right way. But what instead? > > Thanks for your help > > Rolf > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From eilert-sprachen at ...221... Wed Oct 14 10:25:34 2015 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Wed, 14 Oct 2015 10:25:34 +0200 Subject: [Gambas-user] Printing a PDF In-Reply-To: References: <561DFFE3.2040502@...221...> Message-ID: <561E117E.4000708@...221...> Yes, that's exactly what I do, Fabien. And when I have a PDF then, what would be the easiest way to send it to the printer? I tried drucker.OutputFile = feld[1] drucker.Print but nothing happened. Rolf Am 14.10.2015 10:09, schrieb Fabien Bodard: > Gambas it's able to generate a pdf file itself by setting the printer file > property. > Le 14 oct. 2015 09:11, "Rolf-Werner Eilert" a > ?crit : > >> Maybe somewhat silly, but I got stuck here: >> >> From a Gambas program I try to print a PDF file. Up to now (old version >> in Gambas2), with PS files, I do >> >> Exec ["kprinter", "--nodialog", "-d", drucker.Name, feld[1]] Wait >> >> where feld[1] holds the path to the ps-file to be printed. >> >> Now when I want a PDF this way, up comes the message "no file to be >> printed". >> >> So I guess, kprinter isn't the right way. But what instead? >> >> Thanks for your help >> >> Rolf >> >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From eilert-sprachen at ...221... Wed Oct 14 10:39:00 2015 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Wed, 14 Oct 2015 10:39:00 +0200 Subject: [Gambas-user] Printing a PDF In-Reply-To: References: <561DFFE3.2040502@...221...> Message-ID: <561E14A4.8090202@...221...> I found it! The shell or the kprinter or lp or whatever need a complete path, like /home/mydir/thefile.pdf. But I had a "~" instead. So now it's running like expected, at least. Rolf Am 14.10.2015 10:09, schrieb Fabien Bodard: > Gambas it's able to generate a pdf file itself by setting the printer file > property. > Le 14 oct. 2015 09:11, "Rolf-Werner Eilert" a > ?crit : > >> Maybe somewhat silly, but I got stuck here: >> >> From a Gambas program I try to print a PDF file. Up to now (old version >> in Gambas2), with PS files, I do >> >> Exec ["kprinter", "--nodialog", "-d", drucker.Name, feld[1]] Wait >> >> where feld[1] holds the path to the ps-file to be printed. >> >> Now when I want a PDF this way, up comes the message "no file to be >> printed". >> >> So I guess, kprinter isn't the right way. But what instead? >> >> Thanks for your help >> >> Rolf >> >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From shanep1967 at ...169... Wed Oct 14 10:45:11 2015 From: shanep1967 at ...169... (Shane) Date: Wed, 14 Oct 2015 19:45:11 +1100 Subject: [Gambas-user] Printing In-Reply-To: References: <561B5EC2.4020809@...169...> <561C9E4B.5010208@...169...> <561D7154.1090002@...169...> <561D7461.40804@...169...> Message-ID: <561E1617.8000806@...169...> sorry my bad I think I forgot the ignore property On 14/10/15 16:17, Fabien Bodard wrote: > Le 13 oct. 2015 23:16, "Shane" a ?crit : >> Is there a way to stop ReportImage from scaling up to fill the page >> > Hum. Change the height and width. If they are 0 then autoresize is used. > >> >> On 14/10/15 08:02, Shane wrote: >>> Thanks Fabien I had a quick look at setting ignore to true and I can now >>> move things where i want >>> so it might work for me after all Thanks. >>> >>> >>> On 14/10/15 03:47, Fabien Bodard wrote: >>>> Well gb.report is based on a similar arrangement routine than the > forms. >>>> To center a picture on the page you have 2 way. >>>> >>>> - playing with the containers to center it >>>> - set the ignore property of the image to true and setup the left and >>>> top properties (or X and Y) >>>> >>>> To setup a text just add a reportlabel and give to it a text. >>>> >>>> you can setup the page padding by setting the report padding. >>>> >>>> Gambas report have all the job to resolve font size... you need to >>>> play around it to understand who do what. >>>> >>>> It seem complex only because it use a not traditional way to describe >>>> a page. A report is a set of sections that can contains containers. >>>> Each section is like a report, but share things like page size and >>>> orientation. >>>> >>>> My two actual dark point are the picture resolution on rendering, >>>> because of the resolution... but i will find how to do that son. >>>> Multilevel recurssivity... my old problem on automation. But it is not >>>> a problem for filled reports. >>>> >>>> you can see some of my reports here : >>>> https://plus.google.com/u/0/communities/113475756360896510823 >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> 2015-10-13 8:01 GMT+02:00 Shane : >>>>> Hi Fabien I had a look at gb.report and once again I can not make head >>>>> or tails of it I got stuck >>>>> at the very first thing all I wanted to to was display an image in the >>>>> center of the page and some text >>>>> either side but when i finally got an image to display it would only >>>>> display in the top left and I could not move it just seem over > complicated! >>>>> On 12/10/15 18:32, Fabien Bodard wrote: >>>>>> Normally the size is the same... The scaling is done by the paint > class. >>>>>> Be carefull as a point have not the same size between screen and > printer. >>>>>> Have you try to use gb. report ? >>>>>> Le 12 oct. 2015 09:19, "Shane" a ?crit : >>>>>> >>>>>>> What am I doing wrong here I'm trying to print something the same > size on >>>>>>> the printer as on the screen >>>>>>> but when it goes to the printer it huge ? >>>>>>> I'm using Paint.Scale and from what the doc's say this should scale > the >>>>>>> fonts ? >>>>>>> >>>>>>> >>>>>>> >>>>>>> > ------------------------------------------------------------------------------ >>>>>>> _______________________________________________ >>>>>>> Gambas-user mailing list >>>>>>> Gambas-user at lists.sourceforge.net >>>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>>>>> >>>>>>> > ------------------------------------------------------------------------------ >>>>>> _______________________________________________ >>>>>> Gambas-user mailing list >>>>>> Gambas-user at lists.sourceforge.net >>>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ >>>>> _______________________________________________ >>>>> Gambas-user mailing list >>>>> Gambas-user at lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> > ------------------------------------------------------------------------------ >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> > ------------------------------------------------------------------------------ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From matti.eber at ...3240... Wed Oct 14 11:47:18 2015 From: matti.eber at ...3240... (Matti) Date: Wed, 14 Oct 2015 11:47:18 +0200 Subject: [Gambas-user] More Questions about WebView In-Reply-To: <8a2406f138082e78853fafa4ad89bf84@...3488...> References: <561D3EDA.6000704@...3240...> <8a2406f138082e78853fafa4ad89bf84@...3488...> Message-ID: <561E24A6.4080508@...3240...> Thank you for the hint. Works fine. Am 13.10.2015 um 19:37 schrieb Moviga Technologies: > > > 1. You can use Tidy HTML through Shell > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From moviga at ...3488... Wed Oct 14 13:01:50 2015 From: moviga at ...3488... (Moviga Technologies) Date: Wed, 14 Oct 2015 13:01:50 +0200 Subject: [Gambas-user] More Questions about WebView In-Reply-To: <561E24A6.4080508@...3240...> References: <561D3EDA.6000704@...3240...> <8a2406f138082e78853fafa4ad89bf84@...3488...> <561E24A6.4080508@...3240...> Message-ID: Great (y) From moviga at ...3488... Wed Oct 14 13:05:13 2015 From: moviga at ...3488... (Moviga Technologies) Date: Wed, 14 Oct 2015 13:05:13 +0200 Subject: [Gambas-user] Can FontChooser retur a Font object? In-Reply-To: <20151014053805.GA669@...2774...> References: <20151014053805.GA669@...2774...> Message-ID: <137983beb0317c5c0d10ce08241c0156@...3488...> Yes :) I should investigate this part more from now on: "This class acts like a read-only static array." Thank you! From gambas at ...1... Wed Oct 14 16:35:29 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 14 Oct 2015 16:35:29 +0200 Subject: [Gambas-user] Printing a PDF In-Reply-To: <561E14A4.8090202@...221...> References: <561DFFE3.2040502@...221...> <561E14A4.8090202@...221...> Message-ID: <561E6831.7070502@...1...> Le 14/10/2015 10:39, Rolf-Werner Eilert a ?crit : > I found it! The shell or the kprinter or lp or whatever need a complete > path, like /home/mydir/thefile.pdf. But I had a "~" instead. > > So now it's running like expected, at least. > > Rolf > Beware : When you use "EXEC", you run your program directly, so there is no shell to automatically convert your "~" into "/home/xxxx". -- Beno?t Minisini From eilert-sprachen at ...221... Wed Oct 14 17:14:04 2015 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Wed, 14 Oct 2015 17:14:04 +0200 Subject: [Gambas-user] Printing a PDF In-Reply-To: <561E6831.7070502@...1...> References: <561DFFE3.2040502@...221...> <561E14A4.8090202@...221...> <561E6831.7070502@...1...> Message-ID: <561E713C.1050607@...221...> Am 14.10.2015 16:35, schrieb Beno?t Minisini: > Le 14/10/2015 10:39, Rolf-Werner Eilert a ?crit : >> I found it! The shell or the kprinter or lp or whatever need a complete >> path, like /home/mydir/thefile.pdf. But I had a "~" instead. >> >> So now it's running like expected, at least. >> >> Rolf >> > Beware : When you use "EXEC", you run your program directly, so there is > no shell to automatically convert your "~" into "/home/xxxx". > Yes Benoit, that was the reason :) I changed it using Replace(thePath, "~", User.Home) That runs fine now. Regards Rolf From moviga at ...3488... Thu Oct 15 01:20:08 2015 From: moviga at ...3488... (Moviga Technologies) Date: Thu, 15 Oct 2015 01:20:08 +0200 Subject: [Gambas-user] String length of Key.Text In-Reply-To: <23e138c4-4517-475f-90b4-29d3c276860f@...3493...> References: <1277cc7a2c6c6ab263e73ce1fa3de909@...3488...> <23e138c4-4517-475f-90b4-29d3c276860f@...3493...> Message-ID: <645e77970cda030745c64e4823c76290@...3488...> Thank you! That makes sense! I was looking for a way to determine that a printable character key was pressed. Any suggestions? From bugtracker at ...3416... Thu Oct 15 01:31:55 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 14 Oct 2015 23:31:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #810: Moving parent class to a new folder, leaves sub class behind. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.810&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Thu Oct 15 02:08:03 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 00:08:03 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #812: Database Manager, Can't create template type with New Connection Dialog Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.812&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Database Manager, Can't create template type with New Connection Dialog Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- When I try to create a template type, I only get a balloon "Please enter the name of the Database". (attach pic) System information ------------------ [System] Gambas=3.8.90 r7406 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-txk36QM2UB,guid=0d538f2bd46694d6ee8c4d4600000028 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-e7Tizy GNOME_KEYRING_PID=1703 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1694 SSH_AUTH_SOCK=/tmp/keyring-e7Tizy/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444570868.11933-1831176069 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1664 From bugtracker at ...3416... Thu Oct 15 02:08:14 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 00:08:14 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #812: Database Manager, Can't create template type with New Connection Dialog In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.812&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Thu Oct 15 02:19:38 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 00:19:38 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #812: Database Manager, Can't create template type with New Connection Dialog In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.812&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Thu Oct 15 02:20:52 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 00:20:52 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #812: Database Manager, Can't create template type with New Connection Dialog In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.812&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in revision #7410. This was a not yet implemented feature. From bugtracker at ...3416... Thu Oct 15 02:21:10 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 00:21:10 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #812: Database Manager, Can't create template type with New Connection Dialog In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.812&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Thu Oct 15 02:22:55 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 00:22:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Thu Oct 15 02:31:53 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 00:31:53 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in revision #7411. From bugtracker at ...3416... Thu Oct 15 02:31:55 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 00:31:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #811: Help feature in Property Editor only show Spinner. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.811&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Thu Oct 15 02:32:55 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 00:32:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- This happens only with SQLite and ODBC When trying to make a new conection only the name of connection have filled the other data is empty, after that click buttonBox database. I get IDE Crash without any message. (attach pic) System information ------------------ [System] Gambas=3.8.90 r7406 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-txk36QM2UB,guid=0d538f2bd46694d6ee8c4d4600000028 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-e7Tizy GNOME_KEYRING_PID=1703 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1694 SSH_AUTH_SOCK=/tmp/keyring-e7Tizy/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444570868.11933-1831176069 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1664 From bugtracker at ...3416... Thu Oct 15 02:33:07 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 00:33:07 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Thu Oct 15 02:42:29 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 00:42:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #814: [Database Manager] Click button Import, always get "Directory not found" message Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.814&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- [Database Manager] Click button Import, always get "Directory not found" message Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- Just click button Import, MessageBox "Directory not found" always show. it's fine with 3.7.1 version (attach pic) System information ------------------ [System] Gambas=3.8.90 r7406 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-txk36QM2UB,guid=0d538f2bd46694d6ee8c4d4600000028 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-e7Tizy GNOME_KEYRING_PID=1703 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1694 SSH_AUTH_SOCK=/tmp/keyring-e7Tizy/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444570868.11933-1831176069 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1664 From bugtracker at ...3416... Thu Oct 15 02:42:39 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 00:42:39 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #814: [Database Manager] Click button Import, always get "Directory not found" message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.814&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From d4t4full at ...626... Thu Oct 15 02:43:33 2015 From: d4t4full at ...626... (zxMarce) Date: Wed, 14 Oct 2015 17:43:33 -0700 (MST) Subject: [Gambas-user] String length of Key.Text In-Reply-To: <645e77970cda030745c64e4823c76290@...3488...> References: <1277cc7a2c6c6ab263e73ce1fa3de909@...3488...> <23e138c4-4517-475f-90b4-29d3c276860f@...3493...> <645e77970cda030745c64e4823c76290@...3488...> Message-ID: <1444869813829-54049.post@...3046...> Hey, don't thank me, it was already that way when I came in! Now seriously, all printable ASCII are *&H20* (32 dec, corresponds to the *SPACE*) to *&H7E* (126, corresponds to the tilde "*~*"), *&H7F* being non-printable ASCII *DEL*. All 7-bit codes below *&H20* (space) and above *&H7E* are non-printable, but of course, the almighty IBM PC "extended" the original 7-bit ASCII to full 8-bit, adding accents, making some nice table graphs, math symbols and so on starting at *&H80* (128 dec) up to *&HFF* (255 dec). So, in summary, codes *&H20*-*&H7E* are 100% printable. Codes *&H80*-*&HFF* 'may be' printable, but what you see depends on the system's several things, like what the hell the selected font has drawn there, and the font localisation (western, east asian, cyrillic, etc). Any other symbol may print like *Ctrl-XXX*, print rubbish, or simply print nothing at all. One of the nice rules about ASCII is that all numerals have 'round' (or adequate) hex codes: *&H30* is "*0*", *&H31* is "*1*", and so on up to *&H39* for "*9*". In decimal, these codes are of no help (*&H30* is *48* dec). Hope it helps, zxMarce. -- View this message in context: http://gambas.8142.n7.nabble.com/String-length-of-Key-Text-tp54021p54049.html Sent from the gambas-user mailing list archive at Nabble.com. From bugtracker at ...3416... Thu Oct 15 04:13:16 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 02:13:16 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- Comment #1 by zxMarce: Ahmad, I'm trying to help Beno?t get a properly-working ODBC driver for Gambas. The old one did not work, and had its quirks and shortcuts after making it work. I just tried an ODBC connection from my home laptop to one of my work's MSSQL Servers via ODBC/FreeTDS and it worked with the wizard. Anyway, the wizard is not the top priority I'm giving the driver. Proper functionality is first, and the driver still lacks some of it. For the Gambas ODBC driver to work you must have unixODBC installed and configured (I do not know if iODBC would work), and at least one ODBC DB driver configured and tested working. In my case I'm successfully using Gambas 3.8.2 (stable) and 3.8.90 (dev) against unixODBC and FreeTDS to connect to MSSQL 2005 and 2008. By the way, I can tell you that the recently updated ODBC driver now accepts both DSN or a properly formed Connection String as the Connection's Host property. A connection string is of the form: "DRIVER=;SERVER=;PORT=;DATABASE=;UID=;PWD=". It may have driver modifiers, like in my test, where I added a clause "TDS_Version=7.2" right between the DRIVER and SERVER portions. I wanted to attach a pic of my test with the successful connection, but I cannot figure out how. Hope this helps, zxMarce. From bugtracker at ...3416... Thu Oct 15 04:13:45 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 02:13:45 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- zxMarce added an attachment: ODBC Conn Wizard Gambas3.8.2.png From bugtracker at ...3416... Thu Oct 15 07:45:57 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 05:45:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #815: Software Farm: Projects updates Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.815&from=L21haW4- C THALHOFER reported a new bug. Summary ------- Software Farm: Projects updates Type : Request Priority : Low Gambas version : Unknown Product : Unknown Description ----------- In Software Farm projects can be inserted and deleted but not updated, if a new version of the project is available. If updates would be possible, the number of downloads and so the popularity of that project would be preserved. From bugtracker at ...3416... Thu Oct 15 08:54:38 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 06:54:38 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- Comment #2 by Zainudin AHMAD: I am wrong, this issue not about IDE (Database Manager). I think this about Database component or may be Interpreter ???. I get this "Segmentation fault" message. (attach pic-1) for reproduce bug: 1) run this project (attach project) 2) choose sqlite or odbc. 3) press button test. From bugtracker at ...3416... Thu Oct 15 08:54:55 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 06:54:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Thu Oct 15 08:55:18 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 06:55:18 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- Zainudin AHMAD added an attachment: test-db-0.0.1.tar.gz From bugtracker at ...3416... Thu Oct 15 09:00:14 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 07:00:14 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- Comment #3 by Zainudin AHMAD: @zxMarce it's great, gambas can play with MSSQL Server DB. From bugtracker at ...3416... Thu Oct 15 13:18:44 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 11:18:44 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #816: Login in page should redirect to requested link Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.816&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary ------- Login in page should redirect to requested link Type : Request Priority : Medium Gambas version : Unknown Product : Bugtracker Description ----------- When for example I click a link in my mail and am redirected to the login page, the login page should after a successful login redirect me to the page initially requested, and not the main page of the bugtracker. System information ------------------ [System] Gambas=3.8.90 r7312 OperatingSystem=Linux Kernel=4.1.6-1-ARCH Architecture=x86_64 Distribution=arch Desktop=KDE5 Theme=Proxy Language=nb_NO.UTF-8 Memory=9901M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.2.0 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.3 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.28 GTK+3=libgtk-3.so.0.1600.6 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.52.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.0 SDL=libSDL-1.2.so.0.11.4 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-7rvPN8rlRD,guid=75534cfdb433e848ad9f896a55f965a8 DESKTOP_SESSION=plasma DISPLAY=:0 GB_GUI=gb.qt5 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_MODULES=canberra-gtk-module GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HOME= KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=nb_NO.UTF-8 LANGUAGE=nb LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PAM_KWALLET5_LOGIN=/tmp/kwallet5_.socket PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_IM_MODULE=compose QT_NO_GLIB=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/899,unix/:/tmp/.ICE-unix/899 SHELL=/bin/bash SHLVL=1 SSH_ASKPASS=/usr/bin/ksshaskpass TZ=:/etc/localtime USER= XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_SIZE=0 XCURSOR_THEME=Breeze_Snow XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 _=/usr/lib/kf5/start_kdeinit_wrapper From bugtracker at ...3416... Thu Oct 15 16:54:28 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 14:54:28 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- Comment #4 by zxMarce: Ahmad, Although I agree in that no driver should SEGFAULT in your face just because it misses a property value, your project code is not complete. In the ODBC case (I will not speak for SQLite, as I don't know it), you must fill either one or three properties, depending on how you want to connect: Direct Connection String (new since Gambas 3.8.1): .Host = DSN (using unixODBC and driver INI files): .Host = .User = .Password = Please make sure you have unixODBC and a database driver installed and configured correctly. Beno?t and I already patched the driver so it checks for some missing properties, but I don't know what would happen if unixODBC -at least- is not installed. It may well SEGFAULT just because it's trying to access a library that does not exist. The easier method (does not need configuring FreeTDS, just unixODBC) is to connect with a ConnectionString. Check the attached captures. From bugtracker at ...3416... Thu Oct 15 16:54:44 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 14:54:44 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- zxMarce added an attachment: Sample ODBC Program and Output - Normal.png From bugtracker at ...3416... Thu Oct 15 16:54:57 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 14:54:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- zxMarce added an attachment: Sample ODBC Program and Output - No HOST set.png From eilert-sprachen at ...221... Thu Oct 15 17:51:22 2015 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Thu, 15 Oct 2015 17:51:22 +0200 Subject: [Gambas-user] Endless DATA event in Table Message-ID: <561FCB7A.80201@...221...> In my project there is a TabView with 4 tabs, on two of them there is a TableView. And there is a TreeView with names. When I choose a name, and the first Tab is open, the Table there is filled with data, and there it stops and waits. So the DATA event runs through only once after it was triggered by setting Rows.Count. When I click on the other Tab with the other Table, it keeps filling and filling and filling, so the program is slowed down. But Rows.Count is set only once there, too. And there is nothing within the Data event loop which could set it again while filling. As soon as I click on another Tab, it stops filling that Table. Same when I click on some root entry in the TreeView which empties the Tables. So when GUI moves the focus away from that Table, it stops as expected. My problem is, I cannot find any reason for that specific TableView to be triggered over and over again. Does anyone here have had such a case and could me point where to start looking? Thanks for any hints! Rolf From bugtracker at ...3416... Thu Oct 15 17:52:01 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 15:52:01 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #817: FileChooser can't navigate to hidden directories when ShowHidden = False Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.817&from=L21haW4- Tobias BOEGE reported a new bug. Summary ------- FileChooser can't navigate to hidden directories when ShowHidden = False Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : GUI components Description ----------- Try to set FileChooser.SelectedPath to a hidden directory when ShowHidden = False. It does not change the directory view. This especially bothers me with the IDE's source archive save dialog (which goes to FileChooser via gb.form.dialog) as I need to export some source archives very often into a special hidden directory during development. From bugtracker at ...3416... Thu Oct 15 17:52:43 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 15 Oct 2015 15:52:43 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #817: FileChooser can't navigate to hidden directories when ShowHidden = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.817&from=L21haW4- Tobias BOEGE added an attachment: test-0.0.1.tar.gz From gambas at ...1... Thu Oct 15 18:11:06 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 15 Oct 2015 18:11:06 +0200 Subject: [Gambas-user] Endless DATA event in Table In-Reply-To: <561FCB7A.80201@...221...> References: <561FCB7A.80201@...221...> Message-ID: <561FD01A.7010007@...1...> Le 15/10/2015 17:51, Rolf-Werner Eilert a ?crit : > In my project there is a TabView with 4 tabs, on two of them there is a > TableView. And there is a TreeView with names. > > When I choose a name, and the first Tab is open, the Table there is > filled with data, and there it stops and waits. So the DATA event runs > through only once after it was triggered by setting Rows.Count. > > When I click on the other Tab with the other Table, it keeps filling and > filling and filling, so the program is slowed down. But Rows.Count is > set only once there, too. And there is nothing within the Data event > loop which could set it again while filling. > > As soon as I click on another Tab, it stops filling that Table. Same > when I click on some root entry in the TreeView which empties the > Tables. So when GUI moves the focus away from that Table, it stops as > expected. > > My problem is, I cannot find any reason for that specific TableView to > be triggered over and over again. Does anyone here have had such a case > and could me point where to start looking? > > Thanks for any hints! > > Rolf > Can you provide a project? -- Beno?t Minisini From eilert-sprachen at ...221... Thu Oct 15 18:23:05 2015 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Thu, 15 Oct 2015 18:23:05 +0200 Subject: [Gambas-user] Endless DATA event in Table In-Reply-To: <561FD01A.7010007@...1...> References: <561FCB7A.80201@...221...> <561FD01A.7010007@...1...> Message-ID: <561FD2E9.6060804@...221...> Am 15.10.2015 18:11, schrieb Beno?t Minisini: > Le 15/10/2015 17:51, Rolf-Werner Eilert a ?crit : >> In my project there is a TabView with 4 tabs, on two of them there is a >> TableView. And there is a TreeView with names. >> >> When I choose a name, and the first Tab is open, the Table there is >> filled with data, and there it stops and waits. So the DATA event runs >> through only once after it was triggered by setting Rows.Count. >> >> When I click on the other Tab with the other Table, it keeps filling and >> filling and filling, so the program is slowed down. But Rows.Count is >> set only once there, too. And there is nothing within the Data event >> loop which could set it again while filling. >> >> As soon as I click on another Tab, it stops filling that Table. Same >> when I click on some root entry in the TreeView which empties the >> Tables. So when GUI moves the focus away from that Table, it stops as >> expected. >> >> My problem is, I cannot find any reason for that specific TableView to >> be triggered over and over again. Does anyone here have had such a case >> and could me point where to start looking? >> >> Thanks for any hints! >> >> Rolf >> > Can you provide a project? > Hm no, it's way too large... but I can show excerpts if you like: This is the table "tbd" which runs normally: ldsv.ListeFelder(baum.Current.Key, links, rechts) tbd.Rows.Count = links.Count tbd.Columns.Count = 2 tbd.Columns[1].Width = tbd.Columns[0].Width * 3 Public Sub tbd_Data(Row As Integer, Column As Integer) If TabelleAnzeigen Then tbd.Data.Text = TabellenZelle(tblDaten[Row + 2], Column + 1) Else If Column = 0 Then tbd.Data.Text = links[Row] Else If Column = 1 Then tbd.Data.Text = rechts[Row] End If End If End This is the table "tbk" which is running over and over again: ldsv.ListeKonto(baum.Current.Key, ktNr, ktDatum, ktText, ktSoll, ktHaben, ktModus) konto.ListeKTXbisJetzt(baum.Current.Key, text, soll) konto.ListeKTXansKonto(ktNr, ktDatum, ktText, ktSoll, ktHaben, ktModus, text, soll, nix) tbk.Rows.Count = ktNr.Count tbk.Columns.Count = 5 tbk.Columns[1].Width = tbk.Columns[0].Width * 2 tbk.Columns[2].Width = tbk.Columns[0].Width / 1.5 tbk.Columns[3].Width = tbk.Columns[0].Width / 1.5 tbk.Columns[4].Width = tbk.Columns[0].Width / 3 tbk.Columns[0].Text = "Datum" tbk.Columns[1].Text = "Text" tbk.Columns[2].Text = tbkRechtsbuendig(2, "Soll") tbk.Columns[3].Text = tbkRechtsbuendig(3, "Haben") tbk.Columns[4].Text = "Modus" If ktModus[ktModus.Count - 1] = "O" Then 'altes Konto tbk.Font.Name = "Courier" 'Schrift Courier Else 'neues Konto tbk.Font.Name = tbd.Font.Name 'Schrift wie Datentabelle End If tbk.MoveTo(tbk.Rows.Count - 1, tbk.Columns.Count - 1) tbk.Current.EnsureVisible Public Sub tbk_Data(Row As Integer, Column As Integer) Select Case Column Case 0 tbk.Data.Text = ktDatum[Row] If ktDatum[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = Color.RGB(230, 230, 230) Else tbk.Background = color.White End If Case 1 tbk.Data.Text = ktText[Row] If ktText[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = color.RGB(230, 230, 230) If ktModus[Row] = "K" Then tbk.Data.RichText = "" & ktText[Row] & "" End If Case 2 tbk.Data.Text = cent2wert(ktSoll[Row]) tbk.Data.Alignment = Align.Right If ktSoll[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = Color.RGB(230, 230, 230) If ktModus[Row] = "K" Then tbk.Background = color.RGB(230, 230, 230) Case 3 Select Case saldoZeile(Row) Case -1 'Minderbetrag If Trim$(ktHaben[Row]) = "" Then tbk.Data.RichText = "" & "-,--" & "" Else tbk.Data.RichText = "" & cent2wert(ktHaben[Row]) & "" End If Case 0 'Ausgleich tbk.Data.RichText = "" & cent2wert(ktHaben[Row]) & "" Case 1 '?berzahlung tbk.Data.RichText = "" & cent2wert(ktHaben[Row]) & "" End Select tbk.Data.Alignment = Align.Right If ktHaben[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = Color.RGB(230, 230, 230) If ktModus[Row] = "K" Then tbk.Background = Color.RGB(230, 230, 230) Case 4 tbk.Data.Text = ktModus[Row] If ktModus[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = color.RGB(230, 230, 230) End Select End As soon as I can see, it doesn't contain any code that would trigger it all over (if that is possible anyway). Thanks Rolf From gambas at ...1... Thu Oct 15 18:53:32 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 15 Oct 2015 18:53:32 +0200 Subject: [Gambas-user] Endless DATA event in Table In-Reply-To: <561FD2E9.6060804@...221...> References: <561FCB7A.80201@...221...> <561FD01A.7010007@...1...> <561FD2E9.6060804@...221...> Message-ID: <561FDA0C.20809@...1...> Le 15/10/2015 18:23, Rolf-Werner Eilert a ?crit : > > Am 15.10.2015 18:11, schrieb Beno?t Minisini: >> Le 15/10/2015 17:51, Rolf-Werner Eilert a ?crit : >>> In my project there is a TabView with 4 tabs, on two of them there is a >>> TableView. And there is a TreeView with names. >>> >>> When I choose a name, and the first Tab is open, the Table there is >>> filled with data, and there it stops and waits. So the DATA event runs >>> through only once after it was triggered by setting Rows.Count. >>> >>> When I click on the other Tab with the other Table, it keeps filling and >>> filling and filling, so the program is slowed down. But Rows.Count is >>> set only once there, too. And there is nothing within the Data event >>> loop which could set it again while filling. >>> >>> As soon as I click on another Tab, it stops filling that Table. Same >>> when I click on some root entry in the TreeView which empties the >>> Tables. So when GUI moves the focus away from that Table, it stops as >>> expected. >>> >>> My problem is, I cannot find any reason for that specific TableView to >>> be triggered over and over again. Does anyone here have had such a case >>> and could me point where to start looking? >>> >>> Thanks for any hints! >>> >>> Rolf >>> >> Can you provide a project? >> > > Hm no, it's way too large... but I can show excerpts if you like: > > This is the table "tbd" which runs normally: > > ldsv.ListeFelder(baum.Current.Key, links, rechts) > tbd.Rows.Count = links.Count > tbd.Columns.Count = 2 > tbd.Columns[1].Width = tbd.Columns[0].Width * 3 > > > Public Sub tbd_Data(Row As Integer, Column As Integer) > > If TabelleAnzeigen Then > tbd.Data.Text = TabellenZelle(tblDaten[Row + 2], Column + 1) > > Else > If Column = 0 Then > tbd.Data.Text = links[Row] > Else If Column = 1 Then > tbd.Data.Text = rechts[Row] > End If > End If > > End > > This is the table "tbk" which is running over and over again: > > ldsv.ListeKonto(baum.Current.Key, ktNr, ktDatum, ktText, ktSoll, > ktHaben, ktModus) > > konto.ListeKTXbisJetzt(baum.Current.Key, text, soll) > > konto.ListeKTXansKonto(ktNr, ktDatum, ktText, ktSoll, ktHaben, > ktModus, text, soll, nix) > > tbk.Rows.Count = ktNr.Count > tbk.Columns.Count = 5 > tbk.Columns[1].Width = tbk.Columns[0].Width * 2 > tbk.Columns[2].Width = tbk.Columns[0].Width / 1.5 > tbk.Columns[3].Width = tbk.Columns[0].Width / 1.5 > tbk.Columns[4].Width = tbk.Columns[0].Width / 3 > tbk.Columns[0].Text = "Datum" > tbk.Columns[1].Text = "Text" > tbk.Columns[2].Text = tbkRechtsbuendig(2, "Soll") > tbk.Columns[3].Text = tbkRechtsbuendig(3, "Haben") > tbk.Columns[4].Text = "Modus" > > If ktModus[ktModus.Count - 1] = "O" Then 'altes Konto > tbk.Font.Name = "Courier" 'Schrift Courier > Else 'neues Konto > tbk.Font.Name = tbd.Font.Name 'Schrift wie Datentabelle > End If > > tbk.MoveTo(tbk.Rows.Count - 1, tbk.Columns.Count - 1) > tbk.Current.EnsureVisible > > > Public Sub tbk_Data(Row As Integer, Column As Integer) > > Select Case Column > Case 0 > tbk.Data.Text = ktDatum[Row] > If ktDatum[Row] <> "" And ktModus[Row] <> "N" Then > tbk.Background = Color.RGB(230, 230, 230) > Else > tbk.Background = color.White > End If > > Case 1 > tbk.Data.Text = ktText[Row] > If ktText[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = > color.RGB(230, 230, 230) > If ktModus[Row] = "K" Then > tbk.Data.RichText = "" & > ktText[Row] & "" > End If > > Case 2 > tbk.Data.Text = cent2wert(ktSoll[Row]) > tbk.Data.Alignment = Align.Right > If ktSoll[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = > Color.RGB(230, 230, 230) > If ktModus[Row] = "K" Then tbk.Background = color.RGB(230, 230, 230) > > Case 3 > Select Case saldoZeile(Row) > Case -1 'Minderbetrag > If Trim$(ktHaben[Row]) = "" Then > tbk.Data.RichText = "" & "-,--" & > "" > Else > tbk.Data.RichText = "" & > cent2wert(ktHaben[Row]) & "" > End If > Case 0 'Ausgleich > tbk.Data.RichText = "" & > cent2wert(ktHaben[Row]) & "" > Case 1 '?berzahlung > tbk.Data.RichText = "" & > cent2wert(ktHaben[Row]) & "" > End Select > tbk.Data.Alignment = Align.Right > If ktHaben[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = > Color.RGB(230, 230, 230) > If ktModus[Row] = "K" Then tbk.Background = Color.RGB(230, 230, 230) > > Case 4 > tbk.Data.Text = ktModus[Row] > If ktModus[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = > color.RGB(230, 230, 230) > > End Select > > End > > As soon as I can see, it doesn't contain any code that would trigger it > all over (if that is possible anyway). > > Thanks > Rolf > If you put a breakpoint at the beginning of the Data event handler, what is the stack backtrace? -- Beno?t Minisini From matti.eber at ...3240... Thu Oct 15 21:22:39 2015 From: matti.eber at ...3240... (Matti) Date: Thu, 15 Oct 2015 21:22:39 +0200 Subject: [Gambas-user] WebView, again Message-ID: <561FFCFF.8000606@...3240...> This is driving me crazy: I have to retrieve the HTML tags that the actual cursor position is inside. For example: '

' or '
' or ' References: <561FFCFF.8000606@...3240...> Message-ID: <731f6c67f6e1d304d04e6fde2ffbf7f6@...3488...> Perhaps something like this could get you started: http://jsfiddle.net/vv9gD/93/ Then, read up on traversing the DOM (that's easiest to do with JQuery in my opinion) From eilert-sprachen at ...221... Fri Oct 16 08:40:19 2015 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Fri, 16 Oct 2015 08:40:19 +0200 Subject: [Gambas-user] Endless DATA event in Table In-Reply-To: <561FDA0C.20809@...1...> References: <561FCB7A.80201@...221...> <561FD01A.7010007@...1...> <561FD2E9.6060804@...221...> <561FDA0C.20809@...1...> Message-ID: <56209BD3.5050703@...221...> Am 15.10.2015 18:53, schrieb Beno?t Minisini: > Le 15/10/2015 18:23, Rolf-Werner Eilert a ?crit : >> Am 15.10.2015 18:11, schrieb Beno?t Minisini: >>> Le 15/10/2015 17:51, Rolf-Werner Eilert a ?crit : >>>> In my project there is a TabView with 4 tabs, on two of them there is a >>>> TableView. And there is a TreeView with names. >>>> >>>> When I choose a name, and the first Tab is open, the Table there is >>>> filled with data, and there it stops and waits. So the DATA event runs >>>> through only once after it was triggered by setting Rows.Count. >>>> >>>> When I click on the other Tab with the other Table, it keeps filling and >>>> filling and filling, so the program is slowed down. But Rows.Count is >>>> set only once there, too. And there is nothing within the Data event >>>> loop which could set it again while filling. >>>> >>>> As soon as I click on another Tab, it stops filling that Table. Same >>>> when I click on some root entry in the TreeView which empties the >>>> Tables. So when GUI moves the focus away from that Table, it stops as >>>> expected. >>>> >>>> My problem is, I cannot find any reason for that specific TableView to >>>> be triggered over and over again. Does anyone here have had such a case >>>> and could me point where to start looking? >>>> >>>> Thanks for any hints! >>>> >>>> Rolf >>>> >>> Can you provide a project? >>> >> Hm no, it's way too large... but I can show excerpts if you like: >> >> This is the table "tbd" which runs normally: >> >> ldsv.ListeFelder(baum.Current.Key, links, rechts) >> tbd.Rows.Count = links.Count >> tbd.Columns.Count = 2 >> tbd.Columns[1].Width = tbd.Columns[0].Width * 3 >> >> >> Public Sub tbd_Data(Row As Integer, Column As Integer) >> >> If TabelleAnzeigen Then >> tbd.Data.Text = TabellenZelle(tblDaten[Row + 2], Column + 1) >> >> Else >> If Column = 0 Then >> tbd.Data.Text = links[Row] >> Else If Column = 1 Then >> tbd.Data.Text = rechts[Row] >> End If >> End If >> >> End >> >> This is the table "tbk" which is running over and over again: >> >> ldsv.ListeKonto(baum.Current.Key, ktNr, ktDatum, ktText, ktSoll, >> ktHaben, ktModus) >> >> konto.ListeKTXbisJetzt(baum.Current.Key, text, soll) >> >> konto.ListeKTXansKonto(ktNr, ktDatum, ktText, ktSoll, ktHaben, >> ktModus, text, soll, nix) >> >> tbk.Rows.Count = ktNr.Count >> tbk.Columns.Count = 5 >> tbk.Columns[1].Width = tbk.Columns[0].Width * 2 >> tbk.Columns[2].Width = tbk.Columns[0].Width / 1.5 >> tbk.Columns[3].Width = tbk.Columns[0].Width / 1.5 >> tbk.Columns[4].Width = tbk.Columns[0].Width / 3 >> tbk.Columns[0].Text = "Datum" >> tbk.Columns[1].Text = "Text" >> tbk.Columns[2].Text = tbkRechtsbuendig(2, "Soll") >> tbk.Columns[3].Text = tbkRechtsbuendig(3, "Haben") >> tbk.Columns[4].Text = "Modus" >> >> If ktModus[ktModus.Count - 1] = "O" Then 'altes Konto >> tbk.Font.Name = "Courier" 'Schrift Courier >> Else 'neues Konto >> tbk.Font.Name = tbd.Font.Name 'Schrift wie Datentabelle >> End If >> >> tbk.MoveTo(tbk.Rows.Count - 1, tbk.Columns.Count - 1) >> tbk.Current.EnsureVisible >> >> >> Public Sub tbk_Data(Row As Integer, Column As Integer) >> >> Select Case Column >> Case 0 >> tbk.Data.Text = ktDatum[Row] >> If ktDatum[Row] <> "" And ktModus[Row] <> "N" Then >> tbk.Background = Color.RGB(230, 230, 230) >> Else >> tbk.Background = color.White >> End If >> >> Case 1 >> tbk.Data.Text = ktText[Row] >> If ktText[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = >> color.RGB(230, 230, 230) >> If ktModus[Row] = "K" Then >> tbk.Data.RichText = "" & >> ktText[Row] & "" >> End If >> >> Case 2 >> tbk.Data.Text = cent2wert(ktSoll[Row]) >> tbk.Data.Alignment = Align.Right >> If ktSoll[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = >> Color.RGB(230, 230, 230) >> If ktModus[Row] = "K" Then tbk.Background = color.RGB(230, 230, 230) >> >> Case 3 >> Select Case saldoZeile(Row) >> Case -1 'Minderbetrag >> If Trim$(ktHaben[Row]) = "" Then >> tbk.Data.RichText = "" & "-,--" & >> "" >> Else >> tbk.Data.RichText = "" & >> cent2wert(ktHaben[Row]) & "" >> End If >> Case 0 'Ausgleich >> tbk.Data.RichText = "" & >> cent2wert(ktHaben[Row]) & "" >> Case 1 '?berzahlung >> tbk.Data.RichText = "" & >> cent2wert(ktHaben[Row]) & "" >> End Select >> tbk.Data.Alignment = Align.Right >> If ktHaben[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = >> Color.RGB(230, 230, 230) >> If ktModus[Row] = "K" Then tbk.Background = Color.RGB(230, 230, 230) >> >> Case 4 >> tbk.Data.Text = ktModus[Row] >> If ktModus[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = >> color.RGB(230, 230, 230) >> >> End Select >> >> End >> >> As soon as I can see, it doesn't contain any code that would trigger it >> all over (if that is possible anyway). >> >> Thanks >> Rolf >> > If you put a breakpoint at the beginning of the Data event handler, what > is the stack backtrace? > Bonjour Benoit, you mean the list on the bottom right? How could I copy it? Ok, it's not that much, I'll type it here: Form1.tbk_Data.2429 (Native Code) GridView_GetCellData.1228 GridView.ScrollArea_Draw.623 (Native Code) ScrollArea.DrawingArea_Draw.430 Anyway, this made me look up what class the two things are, and I found that "tbd" is a GridView but "tbk" is a TableView. No idea why I chose this, maybe I wanted to use RichText? Or does GridView handle RichText too? Too long ago, old code, you know... Regards Rolf From bugtracker at ...3416... Fri Oct 16 09:25:59 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 07:25:59 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #814: [Database Manager] Click button Import, always get "Directory not found" message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.814&from=L21haW4- Comment #1 by Zainudin AHMAD: for reproduce the bug: - run gambas with default configuration. - click button import compare with 3.7.1 (attach pic-1) From bugtracker at ...3416... Fri Oct 16 09:26:20 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 07:26:20 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #814: [Database Manager] Click button Import, always get "Directory not found" message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.814&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Fri Oct 16 12:44:22 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 10:44:22 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #818: [Database Manager] Table deleted, when rename table into "tblhalo-hola" (contain character "-") Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.818&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- [Database Manager] Table deleted, when rename table into "tblhalo-hola" (contain character "-") Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- When I try to rename table "tblHalo" into "tblHalo-hola" (contain character "-") and click reload, table "tblHalo" deleted. extract project in /tmp directory (attach project) reproduce bug : (attach pic) I am use SQLite. System information ------------------ [System] Gambas=3.8.90 r7411 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-9bw3tZzwXJ,guid=ae79c419047c92ecd05ac64400000039 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-LuG903 GNOME_KEYRING_PID=1560 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1551 SSH_AUTH_SOCK=/tmp/keyring-LuG903/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444898018.454421-575734200 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1521 From bugtracker at ...3416... Fri Oct 16 12:44:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 10:44:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #818: [Database Manager] Table deleted, when rename table into "tblhalo-hola" (contain character "-") In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.818&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Fri Oct 16 12:44:56 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 10:44:56 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #818: [Database Manager] Table deleted, when rename table into "tblhalo-hola" (contain character "-") In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.818&from=L21haW4- Zainudin AHMAD added an attachment: test-db-0.0.1.tar.gz From bugtracker at ...3416... Fri Oct 16 13:52:43 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 11:52:43 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Fri Oct 16 13:53:13 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 11:53:13 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- Comment #5 by Beno?t MINISINI: The SQLite bug has been fixed in revision #7412. From bugtracker at ...3416... Fri Oct 16 13:54:26 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 11:54:26 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- Comment #6 by Beno?t MINISINI: As for the ODBC problem, I didn't look at it yet. Please create another issue if there is really a bug. From bugtracker at ...3416... Fri Oct 16 13:54:31 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 11:54:31 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #813: [Database Manager] IDE Crash, when trying to make a new connection for SQLite or ODBC. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.813&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Fri Oct 16 13:57:47 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 11:57:47 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #814: [Database Manager] Click button Import, always get "Directory not found" message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.814&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From abbat.81 at ...787... Fri Oct 16 14:41:41 2015 From: abbat.81 at ...787... (abbat81) Date: Fri, 16 Oct 2015 05:41:41 -0700 (MST) Subject: [Gambas-user] TableView Row Select RMB Message-ID: <1444999301820-54080.post@...3046...> How can I select a row in a Tableview using Right Mouse Button like Left Mouse Button? Thanks before -- View this message in context: http://gambas.8142.n7.nabble.com/TableView-Row-Select-RMB-tp54080.html Sent from the gambas-user mailing list archive at Nabble.com. From matti.eber at ...3240... Fri Oct 16 15:43:15 2015 From: matti.eber at ...3240... (Matti) Date: Fri, 16 Oct 2015 15:43:15 +0200 Subject: [Gambas-user] WebView, again In-Reply-To: <731f6c67f6e1d304d04e6fde2ffbf7f6@...3488...> References: <561FFCFF.8000606@...3240...> <731f6c67f6e1d304d04e6fde2ffbf7f6@...3488...> Message-ID: <5620FEF3.5010500@...3240...> Thanks. I see, I still have to learn Javascript and JQuery in my old age...! Am 15.10.2015 um 23:46 schrieb Moviga Technologies: > > > Perhaps something like this could get you started: > > http://jsfiddle.net/vv9gD/93/ > > Then, read up on traversing the DOM (that's easiest to do with JQuery in > my opinion) > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From moviga at ...3488... Fri Oct 16 15:52:20 2015 From: moviga at ...3488... (Moviga Technologies) Date: Fri, 16 Oct 2015 15:52:20 +0200 Subject: [Gambas-user] WebView, again In-Reply-To: <5620FEF3.5010500@...3240...> References: <561FFCFF.8000606@...3240...> <731f6c67f6e1d304d04e6fde2ffbf7f6@...3488...> <5620FEF3.5010500@...3240...> Message-ID: <0c39d252982bedc8d1e4f1e48dc443c8@...3488...> If you want to use web technologies, that is almost a must. But, you can get pretty far by just searching for examples on Google and modifying them to suit your needs. There are millions of questions asked about JS on the net, and very often what you are looking for. I found this example by searching for something like "contentEditable caret parent". When you find the element in focus, you can simply use this Jquery method: http://api.jquery.com/parents/ It will tell you all the parent(ancestors) elements, while this http://api.jquery.com/parent/ will tell you the parent. It is pretty simple :) From bugtracker at ...3416... Fri Oct 16 19:20:04 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 17:20:04 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #819: IDE: Ctrl+Return in a text file crashes Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.819&from=L21haW4- Tobias BOEGE reported a new bug. Summary ------- IDE: Ctrl+Return in a text file crashes Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- Create a text file in the IDE and hit Ctrl+Return in it. Over here, this crashes with "Out of bounds" in CDocument.Info.646. From vuott at ...325... Fri Oct 16 20:06:18 2015 From: vuott at ...325... (Ru Vuott) Date: Fri, 16 Oct 2015 19:06:18 +0100 Subject: [Gambas-user] GridView1_Menu() works twice. Message-ID: <1445018778.63287.YahooMailBasic@...3268...> Hello, I do not understand why from this simple routine: Public Sub GridView1_Menu() Print "a" End I obtain 3 "a" letters in console: a a a Regards vuott My system: [System] Gambas=3.8.90 r7413 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17.1 Rebecca Desktop=GNOME Theme=Cleanlooks Language=it_IT.UTF-8 Memory=3953M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 From vuott at ...325... Fri Oct 16 20:11:01 2015 From: vuott at ...325... (Ru Vuott) Date: Fri, 16 Oct 2015 19:11:01 +0100 Subject: [Gambas-user] R: GridView1_Menu() works twice. In-Reply-To: <1445018778.63287.YahooMailBasic@...3268...> Message-ID: <1445019061.48654.YahooMailBasic@...3268...> Excuse me, text of my post is not "twice", but " three times ". vuott -------------------------------------------- Ven 16/10/15, Ru Vuott ha scritto: Oggetto: [Gambas-user] GridView1_Menu() works twice. A: gambas-user at lists.sourceforge.net Data: Venerd? 16 ottobre 2015, 20:06 Hello, I do not understand why from this simple routine: Public Sub GridView1_Menu() ???Print "a" End I obtain 3 "a" letters in console: a a a Regards vuott My system: [System] Gambas=3.8.90 r7413 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17.1 Rebecca Desktop=GNOME Theme=Cleanlooks Language=it_IT.UTF-8 Memory=3953M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From bugtracker at ...3416... Sat Oct 17 00:56:04 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 22:56:04 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #820: [ODBC Connection] Interpreter crash, when trying to open connection with host = null. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.820&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- [ODBC Connection] Interpreter crash, when trying to open connection with host = null. Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : ODBC driver Description ----------- when trying to open connection with host = null. I get "segmentation fault" dialog and this result in console : Can't alloc filename Unable to locate database /tmp/test.mdb (attach pic-1) this is info for data source property(attach pic-2) note : there is no file test.mdb in /tmp directory System information ------------------ [System] Gambas=3.8.90 r7411 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-9bw3tZzwXJ,guid=ae79c419047c92ecd05ac64400000039 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-LuG903 GNOME_KEYRING_PID=1560 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1551 SSH_AUTH_SOCK=/tmp/keyring-LuG903/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1444898018.454421-575734200 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1521 From bugtracker at ...3416... Sat Oct 17 00:56:23 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 22:56:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #820: [ODBC Connection] Interpreter crash, when trying to open connection with host = null. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.820&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Sat Oct 17 00:56:32 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 22:56:32 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #820: [ODBC Connection] Interpreter crash, when trying to open connection with host = null. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.820&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Sat Oct 17 00:57:24 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 22:57:24 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #820: [ODBC Connection] Interpreter crash, when trying to open connection with host = null. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.820&from=L21haW4- Zainudin AHMAD added an attachment: test-odbc-0.0.1.tar.gz From bugtracker at ...3416... Sat Oct 17 01:23:22 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 16 Oct 2015 23:23:22 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #820: [ODBC Connection] Interpreter crash, when trying to open connection with host = null. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.820&from=L21haW4- Comment #1 by Zainudin AHMAD: More info: $ odbcinst -j unixODBC 2.2.14 DRIVERS............: /etc/odbcinst.ini SYSTEM DATA SOURCES: /etc/odbc.ini FILE DATA SOURCES..: /etc/ODBCDataSources USER DATA SOURCES..: /home/user/.odbc.ini SQLULEN Size.......: 4 SQLLEN Size........: 4 SQLSETPOSIROW Size.: 2 note: if test.mdb file exist in /tmp directory, interpreter crash too but no result in console(only debug info) From bugtracker at ...3416... Sat Oct 17 03:15:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 01:15:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #809: Gambas looks for Oxygen icon theme on pure KDE5 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.809&from=L21haW4- Comment #4 by Beno?t MINISINI: Can you run your program from a terminal with GB_STOCK_DEBUG=1 set, and send the output? From bugtracker at ...3416... Sat Oct 17 03:17:46 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 01:17:46 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #817: FileChooser can't navigate to hidden directories when ShowHidden = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.817&from=L21haW4- Comment #1 by Beno?t MINISINI: What would you like? That ShowHidden would be automatically set to TRUE if the initial path is hidden? From bugtracker at ...3416... Sat Oct 17 03:44:02 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 01:44:02 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #819: IDE: Ctrl+Return in a text file crashes In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.819&from=L21haW4- Comment #1 by Zainudin AHMAD: I get this issue if use the default configuration or turn on the procedure folding (attach pic) feature. From bugtracker at ...3416... Sat Oct 17 03:44:13 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 01:44:13 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #819: IDE: Ctrl+Return in a text file crashes In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.819&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Sat Oct 17 03:59:55 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 01:59:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #817: FileChooser can't navigate to hidden directories when ShowHidden = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.817&from=L21haW4- Comment #2 by Beno?t MINISINI: It should be fixed in revision #7414. From bugtracker at ...3416... Sat Oct 17 03:59:59 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 01:59:59 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #817: FileChooser can't navigate to hidden directories when ShowHidden = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.817&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat Oct 17 04:04:56 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 02:04:56 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #820: [ODBC Connection] Interpreter crash, when trying to open connection with host = null. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.820&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sat Oct 17 04:05:26 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 02:05:26 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #820: [ODBC Connection] Interpreter crash, when trying to open connection with host = null. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.820&from=L21haW4- Comment #2 by Beno?t MINISINI: It does not crash anymore in revision #7415. Instead you have an error message, but it is a bit cryptic... From bugtracker at ...3416... Sat Oct 17 04:05:31 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 02:05:31 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #820: [ODBC Connection] Interpreter crash, when trying to open connection with host = null. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.820&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat Oct 17 04:11:08 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 02:11:08 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #819: IDE: Ctrl+Return in a text file crashes In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.819&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in revision #7416. From bugtracker at ...3416... Sat Oct 17 04:11:13 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 02:11:13 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #819: IDE: Ctrl+Return in a text file crashes In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.819&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat Oct 17 11:39:41 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 09:39:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #817: FileChooser can't navigate to hidden directories when ShowHidden = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.817&from=L21haW4- Comment #3 by Tobias BOEGE: > What would you like? That ShowHidden would be automatically set to TRUE if the initial path is hidden? Not necessarily, but I bet it simplified the fix by a good amount :-) I have no problem with that solution. In fact, with the current implementation of File.IsHidden(), one can turn on ShowHidden by giving a directory like /path/to/dir/./ :-) From bugtracker at ...3416... Sat Oct 17 13:41:50 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 11:41:50 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #821: After a Revert from Version control, Code window's Combo shows Subs or Functions that don't existed on the previous version. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.821&from=L21haW4- Martin CRISTIA reported a new bug. Summary ------- After a Revert from Version control, Code window's Combo shows Subs or Functions that don't existed on the previous version. Type : Bug Priority : Low Gambas version : 3.8 Product : Development Environment Description ----------- In a version controlled program, if you Revert from your actual code ('cause you messed up alot) and you had new functions that weren't in the older code, the code window's combo that shows all Subs and Functions in the file, keeps showing them and pointing to lines somewhere. From bugtracker at ...3416... Sat Oct 17 20:37:26 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 18:37:26 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #807: [qt4] Use Mask property in a Form, I get the image has a black spot on the edges In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.807&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in revision #7417. From bugtracker at ...3416... Sat Oct 17 20:37:36 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 18:37:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #807: [qt4] Use Mask property in a Form, I get the image has a black spot on the edges In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.807&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat Oct 17 20:38:23 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 18:38:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #808: [gtk3] Form/window can resize without any code for resize in source code In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.808&from=L21haW4- Comment #3 by Beno?t MINISINI: No way to reproduce it. I guess this is a weird behavior of the window manager... From bugtracker at ...3416... Sat Oct 17 20:38:29 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 18:38:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #808: [gtk3] Form/window can resize without any code for resize in source code In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.808&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sat Oct 17 20:41:52 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 18:41:52 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #817: FileChooser can't navigate to hidden directories when ShowHidden = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.817&from=L21haW4- Comment #4 by Beno?t MINISINI: Fixed in revision #7418. From bugtracker at ...3416... Sat Oct 17 21:36:19 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 19:36:19 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #808: [gtk3] Form/window can resize without any code for resize in source code In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.808&from=L21haW4- Comment #4 by Zainudin AHMAD: I am not sure this issue from the window manager, I have tried to use kwin (kwin --replace) and xfwm4 but still get this issue. From bugtracker at ...3416... Sat Oct 17 22:50:36 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 20:50:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #814: [Database Manager] Click button Import, always get "Directory not found" message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.814&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in revision #7418. From bugtracker at ...3416... Sat Oct 17 22:50:39 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 20:50:39 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #814: [Database Manager] Click button Import, always get "Directory not found" message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.814&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sun Oct 18 01:27:48 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 23:27:48 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #805: [gtk3] Without any child(control) , scroll bar in scrollView is show In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.805&from=L21haW4- Comment #1 by Beno?t MINISINI: It should be fixed in revision #7420. From bugtracker at ...3416... Sun Oct 18 01:27:51 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 23:27:51 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #805: [gtk3] Without any child(control) , scroll bar in scrollView is show In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.805&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sun Oct 18 01:29:23 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 17 Oct 2015 23:29:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #818: [Database Manager] Table deleted, when rename table into "tblhalo-hola" (contain character "-") In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.818&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sun Oct 18 02:30:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 00:30:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #818: [Database Manager] Table deleted, when rename table into "tblhalo-hola" (contain character "-") In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.818&from=L21haW4- Comment #1 by Beno?t MINISINI: It should be fixed in revision #7421. From bugtracker at ...3416... Sun Oct 18 02:30:43 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 00:30:43 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #818: [Database Manager] Table deleted, when rename table into "tblhalo-hola" (contain character "-") In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.818&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sun Oct 18 11:07:28 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 09:07:28 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #821: After a Revert from Version control, Code window's Combo shows Subs or Functions that don't existed on the previous version. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.821&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sun Oct 18 11:09:44 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 09:09:44 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #821: After a Revert from Version control, Code window's Combo shows Subs or Functions that don't existed on the previous version. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.821&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in revision #7423. From bugtracker at ...3416... Sun Oct 18 11:09:47 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 09:09:47 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #821: After a Revert from Version control, Code window's Combo shows Subs or Functions that don't existed on the previous version. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.821&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sun Oct 18 11:44:50 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 09:44:50 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #810: Moving parent class to a new folder, leaves sub class behind. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.810&from=L21haW4- Comment #1 by Beno?t MINISINI: In revision #7424 I chose a slightly different solution: Now a child class is always displayed in its directory. It is displayed under its parent class only if they are in the same directory. Consequently, you can drag & drop a child class in any directory. If you want the child class to follow its parent class, you have to move both files explicitly. From bugtracker at ...3416... Sun Oct 18 11:44:56 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 09:44:56 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #810: Moving parent class to a new folder, leaves sub class behind. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.810&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From abbat.81 at ...787... Sun Oct 18 11:29:06 2015 From: abbat.81 at ...787... (abbat81) Date: Sun, 18 Oct 2015 02:29:06 -0700 (MST) Subject: [Gambas-user] Control possition Foreground-Background Message-ID: <1445160546028-54127.post@...3046...> How to move in code a control possition to over-under other controls? Thanks before. -- View this message in context: http://gambas.8142.n7.nabble.com/Control-possition-Foreground-Background-tp54127.html Sent from the gambas-user mailing list archive at Nabble.com. From bugtracker at ...3416... Sun Oct 18 14:01:24 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 12:01:24 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #816: Login in page should redirect to requested link In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.816&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sun Oct 18 14:01:44 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 12:01:44 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #816: Login in page should redirect to requested link In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.816&from=L21haW4- Comment #1 by Beno?t MINISINI: It should work that way now. From bugtracker at ...3416... Sun Oct 18 14:01:48 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 12:01:48 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #816: Login in page should redirect to requested link In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.816&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sun Oct 18 15:16:19 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 13:16:19 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #706: Drag&Drop in Project view In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.706&from=L21haW4- Comment #5 by Beno?t MINISINI: It's done in revision #7425, but it is not well tested. From bugtracker at ...3416... Sun Oct 18 15:16:23 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 13:16:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #706: Drag&Drop in Project view In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.706&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sun Oct 18 15:26:04 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 18 Oct 2015 13:26:04 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #816: Login in page should redirect to requested link In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.816&from=L21haW4- Comment #2 by Moviga TECHNOLOGIES: Yep :) I tested it on the mail for this report, and it works! From jussi.lahtinen at ...626... Sun Oct 18 16:09:21 2015 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Sun, 18 Oct 2015 17:09:21 +0300 Subject: [Gambas-user] Control possition Foreground-Background In-Reply-To: <1445160546028-54127.post@...3046...> References: <1445160546028-54127.post@...3046...> Message-ID: hObject.Lower? And hObject.Raise? Jussi On Sun, Oct 18, 2015 at 12:29 PM, abbat81 wrote: > How to move in code a control possition to over-under other controls? > > Thanks before. > > > > -- > View this message in context: > http://gambas.8142.n7.nabble.com/Control-possition-Foreground-Background-tp54127.html > Sent from the gambas-user mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bugtracker at ...3416... Mon Oct 19 05:17:10 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 19 Oct 2015 03:17:10 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #822: still can enter "$$" character to entry box (vendor name, vendor prefix and tag). Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.822&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- still can enter "$$" character to entry box (vendor name, vendor prefix and tag). Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- in a normal condition, I can't enter any character like $&^* etc to vendor name. with paste feature I can do that. some entry box have this issue: - window preference, vendor name and vendore prefix (ctrl+v and menu>paste). attach pic-1 - window Make Installation Package, vendor name and vendore prefix (ctrl+v and menu>paste). attach pic-2 - window Publish software [step 1], vendor name (ctrl+v and menu>paste). attach pic-3 - window Publish software [step 2], tag (only menu>paste). attach pic-4 - window Gambas Sofware Farm, tag (only menu>paste). attach pic-5 System information ------------------ [System] Gambas=3.8.90 r7422 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-TmeCopTAoN,guid=2e6d8e9f5d45a0a397071e040000002d DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-P36Zvu GNOME_KEYRING_PID=1609 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1600 SSH_AUTH_SOCK=/tmp/keyring-P36Zvu/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1445221586.946573-1187166573 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1570 From bugtracker at ...3416... Mon Oct 19 05:17:24 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 19 Oct 2015 03:17:24 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #822: still can enter "$$" character to entry box (vendor name, vendor prefix and tag). In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.822&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Mon Oct 19 05:17:33 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 19 Oct 2015 03:17:33 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #822: still can enter "$$" character to entry box (vendor name, vendor prefix and tag). In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.822&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Mon Oct 19 05:17:45 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 19 Oct 2015 03:17:45 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #822: still can enter "$$" character to entry box (vendor name, vendor prefix and tag). In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.822&from=L21haW4- Zainudin AHMAD added an attachment: pic-3.png From bugtracker at ...3416... Mon Oct 19 05:17:54 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 19 Oct 2015 03:17:54 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #822: still can enter "$$" character to entry box (vendor name, vendor prefix and tag). In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.822&from=L21haW4- Zainudin AHMAD added an attachment: pic-4.png From bugtracker at ...3416... Mon Oct 19 05:18:04 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 19 Oct 2015 03:18:04 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #822: still can enter "$$" character to entry box (vendor name, vendor prefix and tag). In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.822&from=L21haW4- Zainudin AHMAD added an attachment: pic-5.png From bugtracker at ...3416... Mon Oct 19 05:28:29 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 19 Oct 2015 03:28:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #805: [gtk3] Without any child(control) , scroll bar in scrollView is show In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.805&from=L21haW4- Comment #2 by Zainudin AHMAD: (with r7422) still get this issue (not fix). attach pic From bugtracker at ...3416... Mon Oct 19 05:28:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 19 Oct 2015 03:28:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #805: [gtk3] Without any child(control) , scroll bar in scrollView is show In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.805&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From johny.provoost at ...27... Mon Oct 19 17:38:37 2015 From: johny.provoost at ...27... (Johny Provoost) Date: Mon, 19 Oct 2015 17:38:37 +0200 Subject: [Gambas-user] Sqlite, Delete field from table Message-ID: <56250E7D.3000900@...27...> Hallo, Is it possible to delete a field in a table from a SQLite database through gambas code? with FMain.tmpSQL = "ALTER TABLE " & FMain.lstTables.Text & " ADD " & FieldNew.txtFieldname.Text & " " & FieldNew.cmbFieldType.Text FMain.openSQL = FMain.$hConnLocl.EXEC(FMain.tmpSQL) I can add a new field, but if I replace " ADD " with DEL or DELETE, I get errors. I search the internet, but found nothing to delete directly the field. There's always a workaround through create tmp table, copy the fields to save to it, delete the old table and rename the tmp table back to old table. But if it is can be done directly it is much easier. -- *Vriendelijke Groeten* *Johny Provoost* *mailto: johny.provoost at ...27... * *mailto: johny.provoost at ...626... * *Website:* *http://www.johnyprovoost.net* From gambas at ...1... Mon Oct 19 17:55:32 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 19 Oct 2015 17:55:32 +0200 Subject: [Gambas-user] Sqlite, Delete field from table In-Reply-To: <56250E7D.3000900@...27...> References: <56250E7D.3000900@...27...> Message-ID: <56251274.2030807@...1...> Le 19/10/2015 17:38, Johny Provoost a ?crit : > Hallo, > > Is it possible to delete a field in a table from a SQLite database > through gambas code? > > with > FMain.tmpSQL = "ALTER TABLE " & FMain.lstTables.Text & " ADD " & > FieldNew.txtFieldname.Text & " " & FieldNew.cmbFieldType.Text > FMain.openSQL = FMain.$hConnLocl.EXEC(FMain.tmpSQL) > > I can add a new field, but if I replace " ADD " with DEL or DELETE, I > get errors. I search the internet, but found nothing to delete directly > the field. > > There's always a workaround through create tmp table, copy the fields to > save to it, delete the old table and rename the tmp table back to old > table. But if it is can be done directly it is much easier. > If you can do that with a sqlite SQL request, then you can do that with Gambas and the Exec() method. Then it's just a matter of reading the sqlite documentation: https://sqlite.org/lang_altertable.html Apparently you can't remove a field with just a SQL request. You have to follow your workaround as detailed in the SQLite documentation. Regards, -- Beno?t Minisini From johny.provoost at ...27... Mon Oct 19 18:11:14 2015 From: johny.provoost at ...27... (Johny Provoost) Date: Mon, 19 Oct 2015 18:11:14 +0200 Subject: [Gambas-user] Sqlite, Delete field from table In-Reply-To: <56251274.2030807@...1...> References: <56250E7D.3000900@...27...> <56251274.2030807@...1...> Message-ID: <56251622.800@...27...> Op 19-10-15 om 17:55 schreef Beno?t Minisini: Le 19/10/2015 17:38, Johny Provoost a ?crit : Hallo, Is it possible to delete a field in a table from a SQLite database through gambas code? with FMain.tmpSQL = "ALTER TABLE " & FMain.lstTables.Text & " ADD " & FieldNew.txtFieldname.Text & " " & FieldNew.cmbFieldType.Text FMain.openSQL = FMain.$hConnLocl.EXEC(FMain.tmpSQL) I can add a new field, but if I replace " ADD " with DEL or DELETE, I get errors. I search the internet, but found nothing to delete directly the field. There's always a workaround through create tmp table, copy the fields to save to it, delete the old table and rename the tmp table back to old table. But if it is can be done directly it is much easier. If you can do that with a sqlite SQL request, then you can do that with Gambas and the Exec() method. Then it's just a matter of reading the sqlite documentation: [1]https://sqlite.org/lang_altertable.html Apparently you can't remove a field with just a SQL request. You have to follow your workaround as detailed in the SQLite documentation. Regards, Thank you, I was 'afraid' of that. I'm going for the workaround. -- Vriendelijke Groeten Johny Provoost mailto: [2]johny.provoost at ...27... mailto: [3]johny.provoost at ...626... Website: [4]http://www.johnyprovoost.net References 1. https://sqlite.org/lang_altertable.html 2. mailto:johny.provoost at ...27... 3. mailto:johny.provoost at ...626... 4. http://www.johnyprovoost.net/ From eilert-sprachen at ...221... Mon Oct 19 19:20:43 2015 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Mon, 19 Oct 2015 19:20:43 +0200 Subject: [Gambas-user] Endless DATA event in Table In-Reply-To: <561FDA0C.20809@...1...> References: <561FCB7A.80201@...221...> <561FD01A.7010007@...1...> <561FD2E9.6060804@...221...> <561FDA0C.20809@...1...> Message-ID: <5625266B.7040304@...221...> Am 15.10.2015 18:53, schrieb Beno?t Minisini: > Le 15/10/2015 18:23, Rolf-Werner Eilert a ?crit : >> Am 15.10.2015 18:11, schrieb Beno?t Minisini: >>> Le 15/10/2015 17:51, Rolf-Werner Eilert a ?crit : >>>> In my project there is a TabView with 4 tabs, on two of them there is a >>>> TableView. And there is a TreeView with names. >>>> >>>> When I choose a name, and the first Tab is open, the Table there is >>>> filled with data, and there it stops and waits. So the DATA event runs >>>> through only once after it was triggered by setting Rows.Count. >>>> >>>> When I click on the other Tab with the other Table, it keeps filling and >>>> filling and filling, so the program is slowed down. But Rows.Count is >>>> set only once there, too. And there is nothing within the Data event >>>> loop which could set it again while filling. >>>> >>>> As soon as I click on another Tab, it stops filling that Table. Same >>>> when I click on some root entry in the TreeView which empties the >>>> Tables. So when GUI moves the focus away from that Table, it stops as >>>> expected. >>>> >>>> My problem is, I cannot find any reason for that specific TableView to >>>> be triggered over and over again. Does anyone here have had such a case >>>> and could me point where to start looking? >>>> >>>> Thanks for any hints! >>>> >>>> Rolf >>>> >>> Can you provide a project? >>> >> Hm no, it's way too large... but I can show excerpts if you like: >> >> This is the table "tbd" which runs normally: >> >> ldsv.ListeFelder(baum.Current.Key, links, rechts) >> tbd.Rows.Count = links.Count >> tbd.Columns.Count = 2 >> tbd.Columns[1].Width = tbd.Columns[0].Width * 3 >> >> >> Public Sub tbd_Data(Row As Integer, Column As Integer) >> >> If TabelleAnzeigen Then >> tbd.Data.Text = TabellenZelle(tblDaten[Row + 2], Column + 1) >> >> Else >> If Column = 0 Then >> tbd.Data.Text = links[Row] >> Else If Column = 1 Then >> tbd.Data.Text = rechts[Row] >> End If >> End If >> >> End >> >> This is the table "tbk" which is running over and over again: >> >> ldsv.ListeKonto(baum.Current.Key, ktNr, ktDatum, ktText, ktSoll, >> ktHaben, ktModus) >> >> konto.ListeKTXbisJetzt(baum.Current.Key, text, soll) >> >> konto.ListeKTXansKonto(ktNr, ktDatum, ktText, ktSoll, ktHaben, >> ktModus, text, soll, nix) >> >> tbk.Rows.Count = ktNr.Count >> tbk.Columns.Count = 5 >> tbk.Columns[1].Width = tbk.Columns[0].Width * 2 >> tbk.Columns[2].Width = tbk.Columns[0].Width / 1.5 >> tbk.Columns[3].Width = tbk.Columns[0].Width / 1.5 >> tbk.Columns[4].Width = tbk.Columns[0].Width / 3 >> tbk.Columns[0].Text = "Datum" >> tbk.Columns[1].Text = "Text" >> tbk.Columns[2].Text = tbkRechtsbuendig(2, "Soll") >> tbk.Columns[3].Text = tbkRechtsbuendig(3, "Haben") >> tbk.Columns[4].Text = "Modus" >> >> If ktModus[ktModus.Count - 1] = "O" Then 'altes Konto >> tbk.Font.Name = "Courier" 'Schrift Courier >> Else 'neues Konto >> tbk.Font.Name = tbd.Font.Name 'Schrift wie Datentabelle >> End If >> >> tbk.MoveTo(tbk.Rows.Count - 1, tbk.Columns.Count - 1) >> tbk.Current.EnsureVisible >> >> >> Public Sub tbk_Data(Row As Integer, Column As Integer) >> >> Select Case Column >> Case 0 >> tbk.Data.Text = ktDatum[Row] >> If ktDatum[Row] <> "" And ktModus[Row] <> "N" Then >> tbk.Background = Color.RGB(230, 230, 230) >> Else >> tbk.Background = color.White >> End If >> >> Case 1 >> tbk.Data.Text = ktText[Row] >> If ktText[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = >> color.RGB(230, 230, 230) >> If ktModus[Row] = "K" Then >> tbk.Data.RichText = "" & >> ktText[Row] & "" >> End If >> >> Case 2 >> tbk.Data.Text = cent2wert(ktSoll[Row]) >> tbk.Data.Alignment = Align.Right >> If ktSoll[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = >> Color.RGB(230, 230, 230) >> If ktModus[Row] = "K" Then tbk.Background = color.RGB(230, 230, 230) >> >> Case 3 >> Select Case saldoZeile(Row) >> Case -1 'Minderbetrag >> If Trim$(ktHaben[Row]) = "" Then >> tbk.Data.RichText = "" & "-,--" & >> "" >> Else >> tbk.Data.RichText = "" & >> cent2wert(ktHaben[Row]) & "" >> End If >> Case 0 'Ausgleich >> tbk.Data.RichText = "" & >> cent2wert(ktHaben[Row]) & "" >> Case 1 '?berzahlung >> tbk.Data.RichText = "" & >> cent2wert(ktHaben[Row]) & "" >> End Select >> tbk.Data.Alignment = Align.Right >> If ktHaben[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = >> Color.RGB(230, 230, 230) >> If ktModus[Row] = "K" Then tbk.Background = Color.RGB(230, 230, 230) >> >> Case 4 >> tbk.Data.Text = ktModus[Row] >> If ktModus[Row] <> "" And ktModus[Row] <> "N" Then tbk.Background = >> color.RGB(230, 230, 230) >> >> End Select >> >> End >> >> As soon as I can see, it doesn't contain any code that would trigger it >> all over (if that is possible anyway). >> >> Thanks >> Rolf >> > If you put a breakpoint at the beginning of the Data event handler, what > is the stack backtrace? > Finally, I found the reason: I must write tbk.Data.Background, not tbk.Background. That made it so slow! Regards Rolf From gambas at ...1... Mon Oct 19 19:34:42 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 19 Oct 2015 19:34:42 +0200 Subject: [Gambas-user] Endless DATA event in Table In-Reply-To: <5625266B.7040304@...221...> References: <561FCB7A.80201@...221...> <561FD01A.7010007@...1...> <561FD2E9.6060804@...221...> <561FDA0C.20809@...1...> <5625266B.7040304@...221...> Message-ID: <562529B2.8040502@...1...> Le 19/10/2015 19:20, Rolf-Werner Eilert a ?crit : >> > > Finally, I found the reason: I must write tbk.Data.Background, not > tbk.Background. > > That made it so slow! > > Regards > Rolf > Of course, sorry that I didn't see that! It triggers a refresh, and so you get your infinite redraw loop. -- Beno?t Minisini From moviga at ...3488... Tue Oct 20 00:54:45 2015 From: moviga at ...3488... (Moviga Technologies) Date: Tue, 20 Oct 2015 00:54:45 +0200 Subject: [Gambas-user] What happened to the wiki? Message-ID: <57394d9acbe4668002fffc64ed1e7ae6@...3488...> What happened to the wiki? See screenshot. -------------- next part -------------- A non-text attachment was scrubbed... Name: wiki.png Type: image/png Size: 50762 bytes Desc: not available URL: From gambas at ...1... Tue Oct 20 01:00:00 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 20 Oct 2015 01:00:00 +0200 Subject: [Gambas-user] What happened to the wiki? In-Reply-To: <57394d9acbe4668002fffc64ed1e7ae6@...3488...> References: <57394d9acbe4668002fffc64ed1e7ae6@...3488...> Message-ID: <562575F0.2060103@...1...> Le 20/10/2015 00:54, Moviga Technologies a ?crit : > > > What happened to the wiki? See screenshot. > I changed the style sheet. -- Beno?t Minisini From moviga at ...3488... Tue Oct 20 01:10:02 2015 From: moviga at ...3488... (Moviga Technologies) Date: Tue, 20 Oct 2015 01:10:02 +0200 Subject: [Gambas-user] What happened to the wiki? In-Reply-To: <562575F0.2060103@...1...> References: <57394d9acbe4668002fffc64ed1e7ae6@...3488...> <562575F0.2060103@...1...> Message-ID: Oh! OK:) From bugtracker at ...3416... Tue Oct 20 03:17:43 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 20 Oct 2015 01:17:43 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #823: Strange Eval Behavior in gb.qt4.webkit Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.823&from=L21haW4- Jonathan LEE reported a new bug. Summary ------- Strange Eval Behavior in gb.qt4.webkit Type : Bug Priority : Low Gambas version : 3.8 Product : QT4 component Description ----------- So with the example WebBrowser I have the following assigned to the ZoomIn control's Click event: Public Sub btnZoomIn_Click() GetView().Eval("var oDoc; if(document.getElementById(\"gsft_main\")) { oDoc = document.getElementById(\"gsft_main\").contentWindow.document; }") End This is run against a Service-Now website, and upon clicking the Zoom button, the program freezes for about 10 seconds while this simple script finishes being parsed. If I change the code to this... Public Sub btnZoomIn_Click() GetView().Eval("var oDoc; if(document.getElementById(\"gsft_main\")) { oDoc = document.getElementById(\"gsft_main\").contentWindow.document; } 1 = 1;") End ...the script finishes immediately. I tried to make this example as simple as possible to make it easier to duplicate, but this is actually originally concerning a much larger project. Running this same javascript in the console of Chrome or Firefox executes immediately, so it seems to be something specific to GAMBAS' implementation of WebKit in this component. The problem can be replicated on the public sandbox of Service-Now. The problem can also be duplicated on this site with some tweaking --> http://www.angelfire.com/super/badwebs/ Just for quick comparison if you have this for Zoom In... Public Sub btnZoomIn_Click() GetView().Eval("var oDoc; if(document.getElementsByName(\"main\")[0]) { oDoc = document.getElementsByName(\"main\")[0].contentWindow.document; }") GetView().Eval("alert('Done');") End ...and this for Zoom Out... Public Sub btnZoomOut_Click() GetView().Eval("var oDoc; if(document.getElementsByName(\"main\")[0]) { oDoc = document.getElementsByName(\"main\")[0].contentWindow.document; } 1 = 1;") GetView().Eval("alert('Done');") End ...you'll notice that on "The World's Worst Website" when you click the Zoom In button it takes a good 10 seconds to get the "Done" alert, while it pops up immediately if you click Zoom Out instead. Seems odd that adding an arbitrary assignment statement (like "1 = 1") would overcome the performance issue, but that's what seems to happen. System information ------------------ [System] Gambas=3.8.2 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17.2 Rafaela Desktop=GNOME Theme=Plastique Language=en_US.UTF-8 Memory=7984M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 [Environment] CINNAMON_VERSION=2.6.13 CLUTTER_BACKEND=x11 DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-eUd0Qo1FQP,guid=7559ca448d3849821b3ada8e562550e7 DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path DESKTOP_SESSION=cinnamon DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=cinnamon GDM_XSERVER_LOCATION=local GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=20400 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL=/run/user/1000/keyring-yH21vu GPG_AGENT_INFO=/run/user/1000/keyring-yH21vu/gpg:0:1 HOME= JAVA_HOME=/usr/lib/jvm/default-java LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path MDMSESSION=cinnamon MDM_LANG=en_US.UTF-8 MDM_XSERVER_LOCATION=local PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1435,unix/:/tmp/.ICE-unix/1435 SHELL=/bin/bash SSH_AGENT_PID=1777 SSH_AUTH_SOCK=/run/user/1000/keyring-yH21vu/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=8 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg XDG_CURRENT_DESKTOP=X-Cinnamon XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_COOKIE=db14662cac502ddc972d861753a16b0d-1445286116.905481-1424729098 XDG_SESSION_DESKTOP=cinnamon XDG_SESSION_ID=c2 XDG_VTNR=8 From bugtracker at ...3416... Tue Oct 20 03:47:00 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 20 Oct 2015 01:47:00 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #823: Strange Eval Behavior in gb.qt4.webkit In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.823&from=L21haW4- Comment #1 by Beno?t MINISINI: You should provide a project. Gambas has no implementation of WebKit nor JavaScript on its own. Everything is provided by the QT4 library. I mean, GetView().Eval() is just a call to the QT4 evaluateJavascript() method on the QT frame object. So there's 99.9% chance that this is a problem in QT4 JavaScript implementation. From bugtracker at ...3416... Tue Oct 20 03:47:12 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 20 Oct 2015 01:47:12 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #823: Strange Eval Behavior in gb.qt4.webkit In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.823&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at ...3416... Tue Oct 20 03:48:28 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 20 Oct 2015 01:48:28 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #822: still can enter "$$" character to entry box (vendor name, vendor prefix and tag). In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.822&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Tue Oct 20 03:49:31 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 20 Oct 2015 01:49:31 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #822: still can enter "$$" character to entry box (vendor name, vendor prefix and tag). In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.822&from=L21haW4- Comment #1 by Beno?t MINISINI: Mmm... Not easy to fix correctly. From kevinfishburne at ...1887... Tue Oct 20 07:40:55 2015 From: kevinfishburne at ...1887... (Kevin Fishburne) Date: Tue, 20 Oct 2015 01:40:55 -0400 Subject: [Gambas-user] OpenAL (gb.openal) example code In-Reply-To: <55F7B15E.1080500@...1887...> References: <55D6AB69.7090101@...1887...> <55D77320.9000309@...1...> <55D88D8F.9070004@...1887...> <55D94C38.3000609@...1887...> <55D94F79.105@...1887...> <55ED23D6.7050804@...1887...> <55F23890.5040007@...1887...> <55F23D90.5030003@...1...> <55F7B15E.1080500@...1887...> Message-ID: <5625D3E7.9060402@...1887...> On 09/15/2015 01:49 AM, Kevin Fishburne wrote: > > Currently using Alure.BufferDataFromFile to load sound files into > OpenAL buffers I'm unable to get the buffer properties using the > Al.GetBufferi function. I don't know if this is because I'm using > Alure versus the regular Al method, but this code should work and > doesn't (see attached project): > > ' Load audio data from .wav file into audio buffer. > Print "Load buffer data from wav file:" & Gb.CrLf & " "; > Print Alure.BufferDataFromFile("./test.ogg", AudioBuffer[0]) > > ' Display audio data properties. > Print "Audio frequency in Hz:" & Gb.CrLf & " "; > Print Al.GetBufferi(AudioBuffer[0], Al.FREQUENCY) > Print "Audio buffer bit depth:" & Gb.CrLf & " "; > Print Al.GetBufferi(AudioBuffer[0], Al.BITS) > Print "Audio channels:" & Gb.CrLf & " "; > Print Al.GetBufferi(AudioBuffer[0], Al.CHANNELS) > Print "Audio data size in bytes:" & Gb.CrLf & " "; > Print Al.GetBufferi(AudioBuffer[0], Al.SIZE) > > It returns zeros instead of the proper values. In particular I need > the Size property returned, as this can be used to calculate an offset > from which to start playing a sample once attached to a source. This > is necessary because multiple sources created and played > simultaneously using the same buffer will result in the waveforms > being combined at the same sample point, which creates a metallic, > flange-like effect. If I can find a buffer's size I can offset the > position at which a source begins to play randomly between zero and > the buffer's size like this: > > Al.Sourcei(Ship[ShipIndex].AudioSourceVelocity[0], Al.BYTE_OFFSET, > Rnd(0, Al.GetBufferi(AudioBufferVelocity[0], Al.SIZE))) > > For now I'm going to have to use something like Rnd(0, 100000) for the > offset and simply hope it doesn't exceed the buffer's size, which > silently returns an error and plays the source at zero (no offset). Having not gotten a response I'll try again. There's now a second critical use case where I need to retrieve the properties of an OpenAL buffer. According to multiple Internet posts such as this one: http://stackoverflow.com/questions/7978912/how-to-get-length-duration-of-a-source-with-single-buffer-in-openal I'm using the correct method with the possible exception of relying upon Alure to load the buffer (which you'd think would be irrelevant since a buffer is a buffer is a buffer and all). Please see the OpenAL example in the GAMBAS software farm to test the failing code. I'm using Mint 17.2 amd64 and GAMBAS from the stable PPA. There (as usual) is a possibility I'm just doing something really stupid, or there could be a legitimate problem with the OpenAL implementation in Alure or GAMBAS. On an unrelated note, I finally watched Beno?t's interview. A few things... First Beno?t's English was good enough that I could understand about 80%+ of what he was saying. Second, the two guys doing the interview didn't seem to know their assholes from their elbows, especially the older Mac guy. Beno?t, you were outstanding and your passion for both GAMBAS and BASIC really shone through; nice work and it was awesome seeing and hearing you talk about your (and our) passion. Also around the 23:00 mark you gave me a shout-out by name. I nearly shit myself. :) -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sales at ...1887... phone: (770) 853-6271 From bagonergi at ...626... Tue Oct 20 10:59:57 2015 From: bagonergi at ...626... (Gianluigi) Date: Tue, 20 Oct 2015 10:59:57 +0200 Subject: [Gambas-user] What happened to the wiki? In-Reply-To: References: <57394d9acbe4668002fffc64ed1e7ae6@...3488...> <562575F0.2060103@...1...> Message-ID: I do not see anything ??? http://gambaswiki.org/wiki 2015-10-20 1:10 GMT+02:00 Moviga Technologies : > > > Oh! OK:) > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From Karl.Reinl at ...2345... Tue Oct 20 12:19:22 2015 From: Karl.Reinl at ...2345... (Charlie Reinl) Date: Tue, 20 Oct 2015 12:19:22 +0200 Subject: [Gambas-user] What happened to the wiki? In-Reply-To: References: <57394d9acbe4668002fffc64ed1e7ae6@...3488...> <562575F0.2060103@...1...> Message-ID: <1445336362.3573.4.camel@...40...> Am Dienstag, den 20.10.2015, 10:59 +0200 schrieb Gianluigi: > I do not see anything > ??? > > http://gambaswiki.org/wiki > > 2015-10-20 1:10 GMT+02:00 Moviga Technologies : > > > > > > > Oh! OK:) and gambasfarm.org don't answer -- Amicalement Charlie From moviga at ...3488... Tue Oct 20 22:25:18 2015 From: moviga at ...3488... (Moviga Technologies) Date: Tue, 20 Oct 2015 22:25:18 +0200 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #823: Strange Eval Behavior in gb.qt4.webkit In-Reply-To: References: Message-ID: <810c06343b421156c8dd72edee9b24a9@...3488...> Just a note! You can use single quotes in Javascript, so that you don't have to escape them :) From gambas at ...1... Tue Oct 20 23:45:30 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 20 Oct 2015 23:45:30 +0200 Subject: [Gambas-user] OpenAL (gb.openal) example code In-Reply-To: <5625D3E7.9060402@...1887...> References: <55D6AB69.7090101@...1887...> <55D77320.9000309@...1...> <55D88D8F.9070004@...1887...> <55D94C38.3000609@...1887...> <55D94F79.105@...1887...> <55ED23D6.7050804@...1887...> <55F23890.5040007@...1887...> <55F23D90.5030003@...1...> <55F7B15E.1080500@...1887...> <5625D3E7.9060402@...1887...> Message-ID: <5626B5FA.1070902@...1...> Le 20/10/2015 07:40, Kevin Fishburne a ?crit : > On 09/15/2015 01:49 AM, Kevin Fishburne wrote: >> >> Currently using Alure.BufferDataFromFile to load sound files into >> OpenAL buffers I'm unable to get the buffer properties using the >> Al.GetBufferi function. I don't know if this is because I'm using >> Alure versus the regular Al method, but this code should work and >> doesn't (see attached project): >> >> ' Load audio data from .wav file into audio buffer. >> Print "Load buffer data from wav file:" & Gb.CrLf & " "; >> Print Alure.BufferDataFromFile("./test.ogg", AudioBuffer[0]) >> >> ' Display audio data properties. >> Print "Audio frequency in Hz:" & Gb.CrLf & " "; >> Print Al.GetBufferi(AudioBuffer[0], Al.FREQUENCY) >> Print "Audio buffer bit depth:" & Gb.CrLf & " "; >> Print Al.GetBufferi(AudioBuffer[0], Al.BITS) >> Print "Audio channels:" & Gb.CrLf & " "; >> Print Al.GetBufferi(AudioBuffer[0], Al.CHANNELS) >> Print "Audio data size in bytes:" & Gb.CrLf & " "; >> Print Al.GetBufferi(AudioBuffer[0], Al.SIZE) >> >> It returns zeros instead of the proper values. In particular I need >> the Size property returned, as this can be used to calculate an offset >> from which to start playing a sample once attached to a source. This >> is necessary because multiple sources created and played >> simultaneously using the same buffer will result in the waveforms >> being combined at the same sample point, which creates a metallic, >> flange-like effect. If I can find a buffer's size I can offset the >> position at which a source begins to play randomly between zero and >> the buffer's size like this: >> >> Al.Sourcei(Ship[ShipIndex].AudioSourceVelocity[0], Al.BYTE_OFFSET, >> Rnd(0, Al.GetBufferi(AudioBufferVelocity[0], Al.SIZE))) >> >> For now I'm going to have to use something like Rnd(0, 100000) for the >> offset and simply hope it doesn't exceed the buffer's size, which >> silently returns an error and plays the source at zero (no offset). > > Having not gotten a response I'll try again. There's now a second > critical use case where I need to retrieve the properties of an OpenAL > buffer. According to multiple Internet posts such as this one: > > http://stackoverflow.com/questions/7978912/how-to-get-length-duration-of-a-source-with-single-buffer-in-openal > > I'm using the correct method with the possible exception of relying upon > Alure to load the buffer (which you'd think would be irrelevant since a > buffer is a buffer is a buffer and all). Please see the OpenAL example > in the GAMBAS software farm to test the failing code. I'm using Mint > 17.2 amd64 and GAMBAS from the stable PPA. There (as usual) is a > possibility I'm just doing something really stupid, or there could be a > legitimate problem with the OpenAL implementation in Alure or GAMBAS. Sorry, I forgot to look at your problems... > > On an unrelated note, I finally watched Beno?t's interview. A few > things... First Beno?t's English was good enough that I could understand > about 80%+ of what he was saying. Second, the two guys doing the > interview didn't seem to know their assholes from their elbows, > especially the older Mac guy. Beno?t, you were outstanding and your > passion for both GAMBAS and BASIC really shone through; nice work and it > was awesome seeing and hearing you talk about your (and our) passion. > Also around the 23:00 mark you gave me a shout-out by name. I nearly > shit myself. :) > ...maybe this is the reason why I mentioned your name: I knew unconsciously that I had something to do relative to you. :-) -- Beno?t Minisini From adamnt42 at ...626... Wed Oct 21 03:12:59 2015 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Wed, 21 Oct 2015 11:42:59 +1030 Subject: [Gambas-user] Super quickie - array equality Message-ID: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> If anyone is awake. Can I test that an integer array of the form (x,y) is equal to [0,0] simply? In other words Dim MyDimensions as Integer[]=[0,0] (some user stuff happens) If MyDimensions=[0,0} then ... tia bruce -- B Bruen From adamnt42 at ...626... Wed Oct 21 03:30:35 2015 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Wed, 21 Oct 2015 12:00:35 +1030 Subject: [Gambas-user] Super quickie - array equality In-Reply-To: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> References: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> Message-ID: <20151021120035.d98700a87c81344771d10206@...626...> On Wed, 21 Oct 2015 11:42:59 +1030 "adamnt42 at ...626..." wrote: > If anyone is awake. > > Can I test that an integer array of the form (x,y) is equal to [0,0] simply? In other words > > Dim MyDimensions as Integer[]=[0,0] > (some user stuff happens) > If MyDimensions=[0,0} then ... > > tia > bruce > -- > B Bruen Damn. It doesn't work. Oh well. :-( b -- B Bruen From kevinfishburne at ...1887... Wed Oct 21 03:54:10 2015 From: kevinfishburne at ...1887... (Kevin Fishburne) Date: Tue, 20 Oct 2015 21:54:10 -0400 Subject: [Gambas-user] OpenAL (gb.openal) example code In-Reply-To: <5626B5FA.1070902@...1...> References: <55D6AB69.7090101@...1887...> <55D77320.9000309@...1...> <55D88D8F.9070004@...1887...> <55D94C38.3000609@...1887...> <55D94F79.105@...1887...> <55ED23D6.7050804@...1887...> <55F23890.5040007@...1887...> <55F23D90.5030003@...1...> <55F7B15E.1080500@...1887...> <5625D3E7.9060402@...1887...> <5626B5FA.1070902@...1...> Message-ID: <5626F042.4090209@...1887...> On 10/20/2015 05:45 PM, Beno?t Minisini wrote: > Le 20/10/2015 07:40, Kevin Fishburne a ?crit : >> On 09/15/2015 01:49 AM, Kevin Fishburne wrote: >>> Currently using Alure.BufferDataFromFile to load sound files into >>> OpenAL buffers I'm unable to get the buffer properties using the >>> Al.GetBufferi function. I don't know if this is because I'm using >>> Alure versus the regular Al method, but this code should work and >>> doesn't (see attached project): >>> >>> ' Load audio data from .wav file into audio buffer. >>> Print "Load buffer data from wav file:" & Gb.CrLf & " "; >>> Print Alure.BufferDataFromFile("./test.ogg", AudioBuffer[0]) >>> >>> ' Display audio data properties. >>> Print "Audio frequency in Hz:" & Gb.CrLf & " "; >>> Print Al.GetBufferi(AudioBuffer[0], Al.FREQUENCY) >>> Print "Audio buffer bit depth:" & Gb.CrLf & " "; >>> Print Al.GetBufferi(AudioBuffer[0], Al.BITS) >>> Print "Audio channels:" & Gb.CrLf & " "; >>> Print Al.GetBufferi(AudioBuffer[0], Al.CHANNELS) >>> Print "Audio data size in bytes:" & Gb.CrLf & " "; >>> Print Al.GetBufferi(AudioBuffer[0], Al.SIZE) >>> >>> It returns zeros instead of the proper values. In particular I need >>> the Size property returned, as this can be used to calculate an offset >>> from which to start playing a sample once attached to a source. This >>> is necessary because multiple sources created and played >>> simultaneously using the same buffer will result in the waveforms >>> being combined at the same sample point, which creates a metallic, >>> flange-like effect. If I can find a buffer's size I can offset the >>> position at which a source begins to play randomly between zero and >>> the buffer's size like this: >>> >>> Al.Sourcei(Ship[ShipIndex].AudioSourceVelocity[0], Al.BYTE_OFFSET, >>> Rnd(0, Al.GetBufferi(AudioBufferVelocity[0], Al.SIZE))) >>> >>> For now I'm going to have to use something like Rnd(0, 100000) for the >>> offset and simply hope it doesn't exceed the buffer's size, which >>> silently returns an error and plays the source at zero (no offset). >> Having not gotten a response I'll try again. There's now a second >> critical use case where I need to retrieve the properties of an OpenAL >> buffer. According to multiple Internet posts such as this one: >> >> http://stackoverflow.com/questions/7978912/how-to-get-length-duration-of-a-source-with-single-buffer-in-openal >> >> I'm using the correct method with the possible exception of relying upon >> Alure to load the buffer (which you'd think would be irrelevant since a >> buffer is a buffer is a buffer and all). Please see the OpenAL example >> in the GAMBAS software farm to test the failing code. I'm using Mint >> 17.2 amd64 and GAMBAS from the stable PPA. There (as usual) is a >> possibility I'm just doing something really stupid, or there could be a >> legitimate problem with the OpenAL implementation in Alure or GAMBAS. > Sorry, I forgot to look at your problems... > >> On an unrelated note, I finally watched Beno?t's interview. A few >> things... First Beno?t's English was good enough that I could understand >> about 80%+ of what he was saying. Second, the two guys doing the >> interview didn't seem to know their assholes from their elbows, >> especially the older Mac guy. Beno?t, you were outstanding and your >> passion for both GAMBAS and BASIC really shone through; nice work and it >> was awesome seeing and hearing you talk about your (and our) passion. >> Also around the 23:00 mark you gave me a shout-out by name. I nearly >> shit myself. :) >> > ...maybe this is the reason why I mentioned your name: I knew > unconsciously that I had something to do relative to you. :-) > Haha, perhaps. Maybe from now on I'll start submitting formal bug reports. That way they'll stay there waiting, forever, looking at you with their sad, compound eyes until you can provide them a merciful coup de gr?ce. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sales at ...1887... phone: (770) 853-6271 From gambas.fr at ...626... Wed Oct 21 09:31:21 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Wed, 21 Oct 2015 09:31:21 +0200 Subject: [Gambas-user] Super quickie - array equality In-Reply-To: <20151021120035.d98700a87c81344771d10206@...626...> References: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> <20151021120035.d98700a87c81344771d10206@...626...> Message-ID: You can try with an multi object style : Dim MyArray as integer[][] = [[1],[2]] Print MyArray[0][0] '=1 Print "X=" & MyArray.Count '=2 Print "Y=" & MyArray[0].Count '=1 2015-10-21 3:30 GMT+02:00 adamnt42 at ...626... : > On Wed, 21 Oct 2015 11:42:59 +1030 > "adamnt42 at ...626..." wrote: > >> If anyone is awake. >> >> Can I test that an integer array of the form (x,y) is equal to [0,0] simply? In other words >> >> Dim MyDimensions as Integer[]=[0,0] >> (some user stuff happens) >> If MyDimensions=[0,0} then ... >> >> tia >> bruce >> -- >> B Bruen > > Damn. It doesn't work. Oh well. :-( > b > > -- > B Bruen > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard From jussi.lahtinen at ...626... Wed Oct 21 14:30:28 2015 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Wed, 21 Oct 2015 15:30:28 +0300 Subject: [Gambas-user] Super quickie - array equality In-Reply-To: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> References: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> Message-ID: I don't get what you mean... do you want to test array bounds, or value, or..? Jussi On Wed, Oct 21, 2015 at 4:12 AM, adamnt42 at ...626... wrote: > If anyone is awake. > > Can I test that an integer array of the form (x,y) is equal to [0,0] > simply? In other words > > Dim MyDimensions as Integer[]=[0,0] > (some user stuff happens) > If MyDimensions=[0,0} then ... > > tia > bruce > -- > B Bruen > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas.fr at ...626... Wed Oct 21 15:17:37 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Wed, 21 Oct 2015 15:17:37 +0200 Subject: [Gambas-user] Super quickie - array equality In-Reply-To: References: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> Message-ID: well after a quick re read it seem i've not understand the question myself. Sorry for the wrong answer. But at least tell us what you want to compare ... the entry value or the array size ? 2015-10-21 14:30 GMT+02:00 Jussi Lahtinen : > I don't get what you mean... do you want to test array bounds, or value, > or..? > > > Jussi > > On Wed, Oct 21, 2015 at 4:12 AM, adamnt42 at ...626... > wrote: > >> If anyone is awake. >> >> Can I test that an integer array of the form (x,y) is equal to [0,0] >> simply? In other words >> >> Dim MyDimensions as Integer[]=[0,0] >> (some user stuff happens) >> If MyDimensions=[0,0} then ... >> >> tia >> bruce >> -- >> B Bruen >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard From bugtracker at ...3416... Wed Oct 21 15:50:45 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 21 Oct 2015 13:50:45 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #824: Spin Box(major, minor, release) control for enter data "compatible until version" always disabled Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.824&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Spin Box(major, minor, release) control for enter data "compatible until version" always disabled Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- I had checklists a check box "compatible until version" but spin box(major, minor, release) is still disabled. attach pic-1 Some picture may be can help : - Public Sub chkCompat_Click(). attach pic-2 - Private Sub WriteComponent(). attach pic-3 - Private Sub ReadComponentFile(). attach pic-4 System information ------------------ [System] Gambas=3.8.90 r7422 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-TmeCopTAoN,guid=2e6d8e9f5d45a0a397071e040000002d DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-P36Zvu GNOME_KEYRING_PID=1609 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1600 SSH_AUTH_SOCK=/tmp/keyring-P36Zvu/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1445221586.946573-1187166573 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1570 From bugtracker at ...3416... Wed Oct 21 15:51:21 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 21 Oct 2015 13:51:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #824: Spin Box(major, minor, release) control for enter data "compatible until version" always disabled In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.824&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Wed Oct 21 15:52:09 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 21 Oct 2015 13:52:09 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #824: Spin Box(major, minor, release) control for enter data "compatible until version" always disabled In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.824&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Wed Oct 21 15:52:57 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 21 Oct 2015 13:52:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #824: Spin Box(major, minor, release) control for enter data "compatible until version" always disabled In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.824&from=L21haW4- Zainudin AHMAD added an attachment: pic-3.png From bugtracker at ...3416... Wed Oct 21 15:53:57 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 21 Oct 2015 13:53:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #824: Spin Box(major, minor, release) control for enter data "compatible until version" always disabled In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.824&from=L21haW4- Zainudin AHMAD added an attachment: pic-4.png From jussi.lahtinen at ...626... Wed Oct 21 18:33:41 2015 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Wed, 21 Oct 2015 19:33:41 +0300 Subject: [Gambas-user] Super quickie - array equality In-Reply-To: References: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> Message-ID: ...or object reference? Jussi On Wed, Oct 21, 2015 at 4:17 PM, Fabien Bodard wrote: > well after a quick re read it seem i've not understand the question > myself. Sorry for the wrong answer. > > But at least tell us what you want to compare ... the entry value or > the array size ? > > 2015-10-21 14:30 GMT+02:00 Jussi Lahtinen : > > I don't get what you mean... do you want to test array bounds, or value, > > or..? > > > > > > Jussi > > > > On Wed, Oct 21, 2015 at 4:12 AM, adamnt42 at ...626... > > wrote: > > > >> If anyone is awake. > >> > >> Can I test that an integer array of the form (x,y) is equal to [0,0] > >> simply? In other words > >> > >> Dim MyDimensions as Integer[]=[0,0] > >> (some user stuff happens) > >> If MyDimensions=[0,0} then ... > >> > >> tia > >> bruce > >> -- > >> B Bruen > >> > >> > >> > ------------------------------------------------------------------------------ > >> _______________________________________________ > >> Gambas-user mailing list > >> Gambas-user at lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/gambas-user > >> > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > -- > Fabien Bodard > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From adamnt42 at ...626... Wed Oct 21 21:26:16 2015 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Thu, 22 Oct 2015 05:56:16 +1030 Subject: [Gambas-user] Super quickie - array equality In-Reply-To: References: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> Message-ID: <20151022055616.b4765b6a78eee7be5b445165@...626...> The value, I need to know if the user has changed the default value from [0,0] to something else. [0,0] is a special case and I just thought that maybe there was a quick way to check it that I didn't know of. cheers bruce On Wed, 21 Oct 2015 15:30:28 +0300 Jussi Lahtinen wrote: > I don't get what you mean... do you want to test array bounds, or value, > or..? > > > Jussi > > On Wed, Oct 21, 2015 at 4:12 AM, adamnt42 at ...626... > wrote: > > > If anyone is awake. > > > > Can I test that an integer array of the form (x,y) is equal to [0,0] > > simply? In other words > > > > Dim MyDimensions as Integer[]=[0,0] > > (some user stuff happens) > > If MyDimensions=[0,0} then ... > > > > tia > > bruce > > -- > > B Bruen > > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- B Bruen From jussi.lahtinen at ...626... Wed Oct 21 21:54:48 2015 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Wed, 21 Oct 2015 22:54:48 +0300 Subject: [Gambas-user] Super quickie - array equality In-Reply-To: <20151022055616.b4765b6a78eee7be5b445165@...626...> References: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> <20151022055616.b4765b6a78eee7be5b445165@...626...> Message-ID: Your original question hinted at 2D arrays, but [0, 0] is one dimensional array with two values. So, in other words you would like quick way to check first two values of the array? I think this is the simplest: If myArray[0] = 0 And If myArray[1] = 0 Then However, why you need an array for only two values? Jussi On Wed, Oct 21, 2015 at 10:26 PM, adamnt42 at ...626... wrote: > The value, I need to know if the user has changed the default value from > [0,0] to something else. [0,0] is a special case and I just thought that > maybe there was a quick way to check it that I didn't know of. > > cheers > bruce > > On Wed, 21 Oct 2015 15:30:28 +0300 > Jussi Lahtinen wrote: > > > I don't get what you mean... do you want to test array bounds, or value, > > or..? > > > > > > Jussi > > > > On Wed, Oct 21, 2015 at 4:12 AM, adamnt42 at ...626... > > wrote: > > > > > If anyone is awake. > > > > > > Can I test that an integer array of the form (x,y) is equal to [0,0] > > > simply? In other words > > > > > > Dim MyDimensions as Integer[]=[0,0] > > > (some user stuff happens) > > > If MyDimensions=[0,0} then ... > > > > > > tia > > > bruce > > > -- > > > B Bruen > > > > > > > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > -- > B Bruen > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Wed Oct 21 22:26:15 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 21 Oct 2015 22:26:15 +0200 Subject: [Gambas-user] OpenAL (gb.openal) example code In-Reply-To: <55F7B15E.1080500@...1887...> References: <55D6AB69.7090101@...1887...> <55D77320.9000309@...1...> <55D88D8F.9070004@...1887...> <55D94C38.3000609@...1887...> <55D94F79.105@...1887...> <55ED23D6.7050804@...1887...> <55F23890.5040007@...1887...> <55F23D90.5030003@...1...> <55F7B15E.1080500@...1887...> Message-ID: <5627F4E7.205@...1...> Le 15/09/2015 07:49, Kevin Fishburne a ?crit : > > When I've gotten most everything I need figured out I'll write a > tutorial to accompany the example code. This hopefully will be sooner > than later. > > Currently using Alure.BufferDataFromFile to load sound files into OpenAL > buffers I'm unable to get the buffer properties using the Al.GetBufferi > function. I don't know if this is because I'm using Alure versus the > regular Al method, but this code should work and doesn't (see attached > project): > > ' Load audio data from .wav file into audio buffer. > Print "Load buffer data from wav file:" & Gb.CrLf & " "; > Print Alure.BufferDataFromFile("./test.ogg", AudioBuffer[0]) > > ' Display audio data properties. > Print "Audio frequency in Hz:" & Gb.CrLf & " "; > Print Al.GetBufferi(AudioBuffer[0], Al.FREQUENCY) > Print "Audio buffer bit depth:" & Gb.CrLf & " "; > Print Al.GetBufferi(AudioBuffer[0], Al.BITS) > Print "Audio channels:" & Gb.CrLf & " "; > Print Al.GetBufferi(AudioBuffer[0], Al.CHANNELS) > Print "Audio data size in bytes:" & Gb.CrLf & " "; > Print Al.GetBufferi(AudioBuffer[0], Al.SIZE) > > It returns zeros instead of the proper values. In particular I need the > Size property returned, as this can be used to calculate an offset from > which to start playing a sample once attached to a source. This is > necessary because multiple sources created and played simultaneously > using the same buffer will result in the waveforms being combined at the > same sample point, which creates a metallic, flange-like effect. If I > can find a buffer's size I can offset the position at which a source > begins to play randomly between zero and the buffer's size like this: > > Al.Sourcei(Ship[ShipIndex].AudioSourceVelocity[0], Al.BYTE_OFFSET, > Rnd(0, Al.GetBufferi(AudioBufferVelocity[0], Al.SIZE))) > > For now I'm going to have to use something like Rnd(0, 100000) for the > offset and simply hope it doesn't exceed the buffer's size, which > silently returns an error and plays the source at zero (no offset). > Is is better with revision #7428? -- Beno?t Minisini From herberthguzman at ...626... Wed Oct 21 22:54:27 2015 From: herberthguzman at ...626... (herberth guzman) Date: Wed, 21 Oct 2015 14:54:27 -0600 Subject: [Gambas-user] gb.desktop Desktop.ActiveWindow Message-ID: Greetings to all, I need help please with component gb.desktop.x11 to my Panel(f_panel) I will try to explain: To activate a window the following code: value=last.tag Desktop.Windows.FromHandle (value) .Activate I would like to know how can I ask X11 which windows has focus. For instance, my application(form_taskbar) is running with many others (e.g. firefox, libreoffice, gimp,...) Suppose that at first firefox has focus and that the user clicked on my app which now has the focus. I want that my application put focus on firefox again. Does anyone knows how to achieve this? I leave a link that explains what I need. Please help. http://stackoverflow.com/questions/1014822/how-to-know-which-window-has-focus-and-how-to-change-it Benoit Aidez-moi s'il vous pla?t I'm lost Help me please I'm lost Herberth Guzman From bugtracker at ...3416... Wed Oct 21 23:14:50 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 21 Oct 2015 21:14:50 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #824: Spin Box(major, minor, release) control for enter data "compatible until version" always disabled In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.824&from=L21haW4- Comment #1 by Beno?t MINISINI: It should be fixed in revision #7428. From bugtracker at ...3416... Wed Oct 21 23:16:50 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 21 Oct 2015 21:16:50 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #824: Spin Box(major, minor, release) control for enter data "compatible until version" always disabled In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.824&from=L21haW4- Comment #2 by Beno?t MINISINI: Nope, it's in revision #7430. From bugtracker at ...3416... Wed Oct 21 23:16:54 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 21 Oct 2015 21:16:54 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #824: Spin Box(major, minor, release) control for enter data "compatible until version" always disabled In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.824&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From adamnt42 at ...626... Thu Oct 22 05:41:43 2015 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Thu, 22 Oct 2015 14:11:43 +1030 Subject: [Gambas-user] Super quickie - array equality In-Reply-To: References: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> <20151022055616.b4765b6a78eee7be5b445165@...626...> Message-ID: <20151022141143.b75bb0d56113bceadf167edf@...626...> On Wed, 21 Oct 2015 22:54:48 +0300 Jussi Lahtinen wrote: > Your original question hinted at 2D arrays, but [0, 0] is one dimensional > array with two values. > So, in other words you would like quick way to check first two values of > the array? and that its length is 2. > > I think this is the simplest: > > If myArray[0] = 0 And If myArray[1] = 0 Then so If myArray.Count=2 And If myArray[0] = 0 And If myArray[1] = 0 Then > > However, why you need an array for only two values? It's just for simplicity of passing the two numbers around as parameters... The actual use is a layout for tiling, i.e. x tiles wide by y tiles tall. I could have of course used LayoutX and LayoutY but as the pair is used in may parts of this app and passed as a parameter to many functions it is easier to use an array. (The app is a design tool for a "client" (my sister) who is a mosaic artist and the layout is for the repeating tiles of a design pattern. It was supposed to be a quicky to solve a "simple" problem she had. As ever - simple, hah!) > > > Jussi > > regards bruce -- B Bruen From gambas.fr at ...626... Thu Oct 22 08:34:00 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Thu, 22 Oct 2015 08:34:00 +0200 Subject: [Gambas-user] Super quickie - array equality In-Reply-To: <20151022141143.b75bb0d56113bceadf167edf@...626...> References: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> <20151022055616.b4765b6a78eee7be5b445165@...626...> <20151022141143.b75bb0d56113bceadf167edf@...626...> Message-ID: Le 22 oct. 2015 05:43, "adamnt42 at ...626..." a ?crit : > > On Wed, 21 Oct 2015 22:54:48 +0300 > Jussi Lahtinen wrote: > > > Your original question hinted at 2D arrays, but [0, 0] is one dimensional > > array with two values. > > So, in other words you would like quick way to check first two values of > > the array? > > and that its length is 2. > > > > > I think this is the simplest: > > > > If myArray[0] = 0 And If myArray[1] = 0 Then > > so > If myArray.Count=2 And If myArray[0] = 0 And If myArray[1] = 0 Then > > > > > However, why you need an array for only two values? > It's just for simplicity of passing the two numbers around as parameters... > The actual use is a layout for tiling, i.e. x tiles wide by y tiles tall. > I could have of course used LayoutX and LayoutY but as the pair is used in may parts of this app and passed as a parameter to many functions it is easier to use an array. > (The app is a design tool for a "client" (my sister) who is a mosaic artist and the layout is for the repeating tiles of a design pattern. It was supposed to be a quicky to solve a "simple" problem she had. As ever - simple, hah!) > > As ever ? Maybe an array.compare(array) as Boolean function will be welcome ... And an array.diff(array) as array too.. That can return diff elements in read order. > > > > Jussi > > > > > > regards > bruce > > -- > B Bruen > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From jussi.lahtinen at ...626... Thu Oct 22 15:48:57 2015 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Thu, 22 Oct 2015 16:48:57 +0300 Subject: [Gambas-user] Super quickie - array equality In-Reply-To: <20151022141143.b75bb0d56113bceadf167edf@...626...> References: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> <20151022055616.b4765b6a78eee7be5b445165@...626...> <20151022141143.b75bb0d56113bceadf167edf@...626...> Message-ID: Maybe you could use Point datatype, it does use compare method. So you can compare them like this: If hFirstPoint = hSecondPoint Then Jussi On Thu, Oct 22, 2015 at 6:41 AM, adamnt42 at ...626... wrote: > On Wed, 21 Oct 2015 22:54:48 +0300 > Jussi Lahtinen wrote: > > > Your original question hinted at 2D arrays, but [0, 0] is one dimensional > > array with two values. > > So, in other words you would like quick way to check first two values of > > the array? > > and that its length is 2. > > > > > I think this is the simplest: > > > > If myArray[0] = 0 And If myArray[1] = 0 Then > > so > If myArray.Count=2 And If myArray[0] = 0 And If myArray[1] = 0 Then > > > > > However, why you need an array for only two values? > It's just for simplicity of passing the two numbers around as parameters... > The actual use is a layout for tiling, i.e. x tiles wide by y tiles tall. > I could have of course used LayoutX and LayoutY but as the pair is used in > may parts of this app and passed as a parameter to many functions it is > easier to use an array. > (The app is a design tool for a "client" (my sister) who is a mosaic > artist and the layout is for the repeating tiles of a design pattern. It > was supposed to be a quicky to solve a "simple" problem she had. As ever - > simple, hah!) > > > > > > Jussi > > > > > > regards > bruce > > -- > B Bruen > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bagonergi at ...626... Thu Oct 22 18:03:54 2015 From: bagonergi at ...626... (Gianluigi) Date: Thu, 22 Oct 2015 18:03:54 +0200 Subject: [Gambas-user] gb.desktop Desktop.ActiveWindow In-Reply-To: References: Message-ID: I think you should look at DesktopWatcher Regards GIanluigi 2015-10-21 22:54 GMT+02:00 herberth guzman : > Greetings to all, > I need help please with component gb.desktop.x11 to my Panel(f_panel) > > I will try to explain: > To activate a window the following code: > > value=last.tag > Desktop.Windows.FromHandle (value) .Activate > > I would like to know how can I ask X11 which windows has focus. > For instance, my application(form_taskbar) is running with many others > (e.g. firefox, libreoffice, gimp,...) > > Suppose that at first firefox has focus and that the user clicked on my app > which now has the focus. I want that my application put focus on firefox > again. > > Does anyone knows how to achieve this? > > I leave a link that explains what I need. > Please help. > > > http://stackoverflow.com/questions/1014822/how-to-know-which-window-has-focus-and-how-to-change-it > > Benoit > Aidez-moi s'il vous pla?t > I'm lost > > Help me please > I'm lost > > Herberth Guzman > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas.fr at ...626... Thu Oct 22 18:27:22 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Thu, 22 Oct 2015 18:27:22 +0200 Subject: [Gambas-user] Super quickie - array equality In-Reply-To: References: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> <20151022055616.b4765b6a78eee7be5b445165@...626...> <20151022141143.b75bb0d56113bceadf167edf@...626...> Message-ID: 2015-10-22 15:48 GMT+02:00 Jussi Lahtinen : > Maybe you could use Point datatype, it does use compare method. > > So you can compare them like this: > > If hFirstPoint = hSecondPoint Then > > > > Jussi Jussi is true, for your idea it's maybe better than an array. > > On Thu, Oct 22, 2015 at 6:41 AM, adamnt42 at ...626... > wrote: > >> On Wed, 21 Oct 2015 22:54:48 +0300 >> Jussi Lahtinen wrote: >> >> > Your original question hinted at 2D arrays, but [0, 0] is one dimensional >> > array with two values. >> > So, in other words you would like quick way to check first two values of >> > the array? >> >> and that its length is 2. >> >> > >> > I think this is the simplest: >> > >> > If myArray[0] = 0 And If myArray[1] = 0 Then >> >> so >> If myArray.Count=2 And If myArray[0] = 0 And If myArray[1] = 0 Then >> >> > >> > However, why you need an array for only two values? >> It's just for simplicity of passing the two numbers around as parameters... >> The actual use is a layout for tiling, i.e. x tiles wide by y tiles tall. >> I could have of course used LayoutX and LayoutY but as the pair is used in >> may parts of this app and passed as a parameter to many functions it is >> easier to use an array. >> (The app is a design tool for a "client" (my sister) who is a mosaic >> artist and the layout is for the repeating tiles of a design pattern. It >> was supposed to be a quicky to solve a "simple" problem she had. As ever - >> simple, hah!) >> > >> > >> > Jussi >> > >> > >> >> regards >> bruce >> >> -- >> B Bruen >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard From vuott at ...325... Thu Oct 22 20:05:47 2015 From: vuott at ...325... (Ru Vuott) Date: Thu, 22 Oct 2015 19:05:47 +0100 Subject: [Gambas-user] gb.desktop Desktop.ActiveWindow In-Reply-To: Message-ID: <1445537147.94553.YahooMailBasic@...3275...> Hello, maybe Gianluigi is right: ************************************************************************* Private id As Integer Public Sub Button1_Click() Dim dw As New DesktopWatcher As "Watcher" id = Desktop.Windows[Desktop.Windows.Count - 3].Id ' " -3" if we run a Gambas project from IDE Print Hex(id), Desktop.Windows.FromHandle(id).Name Desktop.Windows.FromHandle(id).Activate End Public Sub Watcher_ActiveWindow() If Desktop.ActiveWindow <> id Then Desktop.Windows.FromHandle(id).Activate End ********************************************************************* regards vuott -------------------------------------------- Gio 22/10/15, Gianluigi ha scritto: Oggetto: Re: [Gambas-user] gb.desktop Desktop.ActiveWindow A: "mailing list for gambas users" Data: Gioved? 22 ottobre 2015, 18:03 I think you should look at DesktopWatcher Regards GIanluigi 2015-10-21 22:54 GMT+02:00 herberth guzman : > Greetings to all, > I need help please with component gb.desktop.x11 to my Panel(f_panel) > > I will try to explain: > To activate a window the following code: > > value=last.tag > Desktop.Windows.FromHandle (value) .Activate > > I would like to know how can I ask X11 which windows has focus. > For instance, my application(form_taskbar) is running with many others > (e.g. firefox, libreoffice, gimp,...) > > Suppose that at first firefox has focus and that the user clicked on my app > which now has the focus. I want that my application put focus on firefox > again. > > Does anyone knows how to achieve this? > > I leave a link that explains what I need. > Please help. > > > http://stackoverflow.com/questions/1014822/how-to-know-which-window-has-focus-and-how-to-change-it > > Benoit > Aidez-moi s'il vous pla?t > I'm lost > > Help me please > I'm lost > > Herberth Guzman > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From bugtracker at ...3416... Fri Oct 23 09:17:37 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 23 Oct 2015 07:17:37 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #825: point of breakpoints have disappeared when clicking the reload button Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.825&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- point of breakpoints have disappeared when clicking the reload button Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- after clicked reload button, point of breakpoint have disappeared but the list of break point still exist.(attach pic-1) System information ------------------ [System] Gambas=3.8.90 r7422 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-TmeCopTAoN,guid=2e6d8e9f5d45a0a397071e040000002d DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-P36Zvu GNOME_KEYRING_PID=1609 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1600 SSH_AUTH_SOCK=/tmp/keyring-P36Zvu/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1445221586.946573-1187166573 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1570 From bugtracker at ...3416... Fri Oct 23 09:17:53 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 23 Oct 2015 07:17:53 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #825: point of breakpoints have disappeared when clicking the reload button In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.825&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From dickfrost at ...2291... Fri Oct 23 19:39:49 2015 From: dickfrost at ...2291... (Dick Frost) Date: Fri, 23 Oct 2015 10:39:49 -0700 Subject: [Gambas-user] important message Message-ID: <0000594c5001$37d12914$00a7726a$@frost-byte.com> Hello! New message, please read Dick Frost From dickfrost at ...2291... Fri Oct 23 19:39:44 2015 From: dickfrost at ...2291... (Dick Frost) Date: Fri, 23 Oct 2015 10:39:44 -0700 Subject: [Gambas-user] important message Message-ID: <0000c177fad9$e4e0a1b2$75e6b22a$@frost-byte.com> Hello! New message, please read Dick Frost From dickfrost at ...2291... Fri Oct 23 19:39:50 2015 From: dickfrost at ...2291... (dickfrost at ...2291...) Date: Fri, 23 Oct 2015 10:39:50 -0700 Subject: [Gambas-user] important message Message-ID: <0000ae1fe591$0d2d2cb0$24aa5fb9$@frost-byte.com> Hello! New message, please read dickfrost at ...2291... From dickfrost at ...2291... Fri Oct 23 19:42:07 2015 From: dickfrost at ...2291... (Robert van der Meulen) Date: Fri, 23 Oct 2015 10:42:07 -0700 Subject: [Gambas-user] important message Message-ID: <00005fca9e26$370352ed$6faf5820$@frost-byte.com> Hello! New message, please read Robert van der Meulen From dickfrost at ...2291... Fri Oct 23 19:42:02 2015 From: dickfrost at ...2291... (Robert van der Meulen) Date: Fri, 23 Oct 2015 10:42:02 -0700 Subject: [Gambas-user] important message Message-ID: <0000696b980e$c293f869$dceb8497$@frost-byte.com> Hello! New message, please read Robert van der Meulen From shlc1 at ...3163... Fri Oct 23 19:49:32 2015 From: shlc1 at ...3163... (shlc1 at ...3163...) Date: Fri, 23 Oct 2015 10:49:32 -0700 Subject: [Gambas-user] important message Message-ID: <000049662175$c47e620e$96cad356$@frost-byte.com> Hello! New message, please read shlc1 at ...3163... From dickfrost at ...2291... Fri Oct 23 19:48:59 2015 From: dickfrost at ...2291... (Dave Johnston) Date: Fri, 23 Oct 2015 10:48:59 -0700 Subject: [Gambas-user] important message Message-ID: <00006e708364$598837d9$445a0ea0$@frost-byte.com> Hello! New message, please read Dave Johnston From dickfrost at ...2291... Fri Oct 23 19:41:23 2015 From: dickfrost at ...2291... (Donna Hostetler) Date: Fri, 23 Oct 2015 10:41:23 -0700 Subject: [Gambas-user] important message Message-ID: <000012101ef1$c6214445$e446fd7a$@frost-byte.com> Hello! New message, please read Donna Hostetler From dickfrost at ...2291... Fri Oct 23 19:52:04 2015 From: dickfrost at ...2291... (Richard Frost) Date: Fri, 23 Oct 2015 10:52:04 -0700 Subject: [Gambas-user] important message Message-ID: <000034362090$083eb1e9$85a897bc$@frost-byte.com> Hello! New message, please read Richard Frost From dickfrost at ...2291... Fri Oct 23 19:40:56 2015 From: dickfrost at ...2291... (Paul Neuland) Date: Fri, 23 Oct 2015 10:40:56 -0700 Subject: [Gambas-user] important message Message-ID: <00000c804395$d11a5af6$2b97c726$@frost-byte.com> Hello! New message, please read Paul Neuland From dickfrost at ...2291... Fri Oct 23 19:57:12 2015 From: dickfrost at ...2291... (Dave Johnston) Date: Fri, 23 Oct 2015 10:57:12 -0700 Subject: [Gambas-user] important message Message-ID: <0000e49b00eb$d1630216$2b2b3969$@frost-byte.com> Hello! New message, please read Dave Johnston From dickfrost at ...2291... Fri Oct 23 19:42:20 2015 From: dickfrost at ...2291... (Steve Harants) Date: Fri, 23 Oct 2015 10:42:20 -0700 Subject: [Gambas-user] important message Message-ID: <000027b52b98$038b3e90$197ba65a$@frost-byte.com> Hello! New message, please read Steve Harants From bugtracker at ...3416... Sat Oct 24 10:41:47 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 24 Oct 2015 08:41:47 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #826: Redirect links to gambasdoc.org/lang to gambaswiki/wiki/lang Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.826&from=L21haW4- C THALHOFER reported a new bug. Summary ------- Redirect links to gambasdoc.org/lang to gambaswiki/wiki/lang Type : Request Priority : Medium Gambas version : Unknown Product : Wiki Description ----------- There is a german site, http://www.gambas-buch.de, its translated name is "Gambas Book". This site is result of a lot of work and it contains many many links to gambasdoc.org/lang. Since gambasdoc.org is (intentionally, I think) down, all these links are broken. Thats bad not only for gambas-buch.de but also for Gambas' importance at Google. Look at the code example here (scroll down): http://www.gambas-buch.de/dw/doku.php?id=k18:k18.10:start Solution could be to redirect links to gambasdoc.org/lang to gambaswiki/wiki/lang or even better gambasdoc.org to gambaswiki/wiki From gambas.fr at ...626... Sat Oct 24 14:17:45 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Sat, 24 Oct 2015 14:17:45 +0200 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #826: Redirect links to gambasdoc.org/lang to gambaswiki/wiki/lang In-Reply-To: References: Message-ID: Is there no way to treat directly the database content to make a replace of all http://gambasdoc.org occurences by http://gambaswiki.org/wiki or http://gambasfarm.org/wiki 2015-10-24 10:41 GMT+02:00 : > http://gambaswiki.org/bugtracker/edit?object=BUG.826&from=L21haW4- > > C THALHOFER reported a new bug. > > Summary > ------- > > Redirect links to gambasdoc.org/lang to gambaswiki/wiki/lang > > Type : Request > Priority : Medium > Gambas version : Unknown > Product : Wiki > > > Description > ----------- > > There is a german site, http://www.gambas-buch.de, its translated name is "Gambas Book". This site is result of a lot of work and it contains many many links to gambasdoc.org/lang. Since gambasdoc.org is (intentionally, I think) down, all these links are broken. Thats bad not only for gambas-buch.de but also for Gambas' importance at Google. > > Look at the code example here (scroll down): > http://www.gambas-buch.de/dw/doku.php?id=k18:k18.10:start > > Solution could be to redirect links to gambasdoc.org/lang to gambaswiki/wiki/lang > or even better gambasdoc.org to gambaswiki/wiki > > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard From bugtracker at ...3416... Sat Oct 24 20:45:01 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 24 Oct 2015 18:45:01 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #825: point of breakpoints have disappeared when clicking the reload button In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.825&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sat Oct 24 23:20:25 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 24 Oct 2015 21:20:25 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #822: still can enter "$$" character to entry box (vendor name, vendor prefix and tag). In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.822&from=L21haW4- Comment #2 by Beno?t MINISINI: It should be fixed in revision #7433. From bugtracker at ...3416... Sat Oct 24 23:20:29 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 24 Oct 2015 21:20:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #822: still can enter "$$" character to entry box (vendor name, vendor prefix and tag). In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.822&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat Oct 24 23:23:03 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 24 Oct 2015 21:23:03 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #826: Redirect links to gambasdoc.org/lang to gambaswiki/wiki/lang In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.826&from=L21haW4- Comment #1 by Beno?t MINISINI: gambasdoc.org has been deprecated, and was maintained during a year so that people can do the transition. Now I don't own it anymore, and it's up to gambas-buch.de to fix their links: you should contact them. From bugtracker at ...3416... Sat Oct 24 23:23:17 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 24 Oct 2015 21:23:17 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #826: Redirect links to gambasdoc.org/lang to gambaswiki/wiki/lang In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.826&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at ...3416... Sat Oct 24 23:28:24 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 24 Oct 2015 21:28:24 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #825: point of breakpoints have disappeared when clicking the reload button In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.825&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in revision #7434. From bugtracker at ...3416... Sat Oct 24 23:29:01 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 24 Oct 2015 21:29:01 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #825: point of breakpoints have disappeared when clicking the reload button In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.825&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat Oct 24 23:29:38 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 24 Oct 2015 21:29:38 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #809: Gambas looks for Oxygen icon theme on pure KDE5 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.809&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Waiting. From taboege at ...626... Sun Oct 25 14:25:09 2015 From: taboege at ...626... (Tobias Boege) Date: Sun, 25 Oct 2015 14:25:09 +0100 Subject: [Gambas-user] Wiki style sheet Message-ID: <20151025132509.GG707@...2774...> Hi, the wiki looks ill. Is this intended (we have autumn after all) or does my browser miss some new features to correctly render the perfectly healthy style sheet? Do others have thoughts about it? Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From gambas at ...1... Sun Oct 25 14:33:07 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 25 Oct 2015 14:33:07 +0100 Subject: [Gambas-user] Wiki style sheet In-Reply-To: <20151025132509.GG707@...2774...> References: <20151025132509.GG707@...2774...> Message-ID: <562CDA13.3090807@...1...> Le 25/10/2015 14:25, Tobias Boege a ?crit : > Hi, > > the wiki looks ill. Is this intended (we have autumn after all) or does my > browser miss some new features to correctly render the perfectly healthy > style sheet? Do others have thoughts about it? > > Regards, > Tobi > I just removed all the colors. Did you force a page refresh? I want to integrate both wiki and bugtracker in a "tabbed" interface through frames, but I have to find a way to implement single authentication... -- Beno?t Minisini From taboege at ...626... Sun Oct 25 14:48:12 2015 From: taboege at ...626... (Tobias Boege) Date: Sun, 25 Oct 2015 14:48:12 +0100 Subject: [Gambas-user] Wiki style sheet In-Reply-To: <562CDA13.3090807@...1...> References: <20151025132509.GG707@...2774...> <562CDA13.3090807@...1...> Message-ID: <20151025134812.GH707@...2774...> On Sun, 25 Oct 2015, Beno??t Minisini wrote: > Le 25/10/2015 14:25, Tobias Boege a ?crit : > > Hi, > > > > the wiki looks ill. Is this intended (we have autumn after all) or does my > > browser miss some new features to correctly render the perfectly healthy > > style sheet? Do others have thoughts about it? > > > > Regards, > > Tobi > > > > I just removed all the colors. Did you force a page refresh? > I meant the missing colors. Attached is a small screenshot of how it is rendered here. It somehow looks cold and broken without any color or logo. > I want to integrate both wiki and bugtracker in a "tabbed" interface > through frames, but I have to find a way to implement single > authentication... > So is this the new style you propose for the wiki or did you just disable the colors for your development on that tabbing feature? Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk -------------- next part -------------- A non-text attachment was scrubbed... Name: gambaswiki.png Type: image/png Size: 73919 bytes Desc: not available URL: From gambas at ...1... Sun Oct 25 14:51:18 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 25 Oct 2015 14:51:18 +0100 Subject: [Gambas-user] Wiki style sheet In-Reply-To: <20151025134812.GH707@...2774...> References: <20151025132509.GG707@...2774...> <562CDA13.3090807@...1...> <20151025134812.GH707@...2774...> Message-ID: <562CDE56.4060709@...1...> Le 25/10/2015 14:48, Tobias Boege a ?crit : > On Sun, 25 Oct 2015, Beno??t Minisini wrote: >> Le 25/10/2015 14:25, Tobias Boege a ?crit : >>> Hi, >>> >>> the wiki looks ill. Is this intended (we have autumn after all) or does my >>> browser miss some new features to correctly render the perfectly healthy >>> style sheet? Do others have thoughts about it? >>> >>> Regards, >>> Tobi >>> >> >> I just removed all the colors. Did you force a page refresh? >> > > I meant the missing colors. Attached is a small screenshot of how it is > rendered here. It somehow looks cold and broken without any color or logo. > Yes, that's it. >> I want to integrate both wiki and bugtracker in a "tabbed" interface >> through frames, but I have to find a way to implement single >> authentication... >> > > So is this the new style you propose for the wiki or did you just disable > the colors for your development on that tabbing feature? > > Regards, > Tobi > Nothing is definitive, I expect the colors to come from the global page. And I prefer the wiki not to have colors because of the integration in the IDE online help. Regards, -- Beno?t Minisini From chrisml at ...3340... Sun Oct 25 14:54:42 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Sun, 25 Oct 2015 14:54:42 +0100 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #826: Redirect links to gambasdoc.org/lang to gambaswiki/wiki/lang In-Reply-To: References: Message-ID: <562CDF22.5030603@...3340...> Am 24.10.2015 um 14:17 schrieb Fabien Bodard: > Is there no way to treat directly the database content to make a > replace of all http://gambasdoc.org occurences by > http://gambaswiki.org/wiki or http://gambasfarm.org/wiki There is sure a way. I will ask them. But gambas-buch.de is just an example, there are a lot of links in the wild which are broken now. A good rule for SEO and web designers (and may be for the future of Gambas): Never destroy links because you would loose relevance on search engines. Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From gambas at ...1... Sun Oct 25 20:02:28 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 25 Oct 2015 20:02:28 +0100 Subject: [Gambas-user] Changes in wiki authentication Message-ID: <562D2744.3060105@...1...> Hi, I'm currently working on unifying authentication between the wiki and the bugtracker. In a few minutes, the wiki is going to use the users defined in the bugtracker. So every wiki account will be deprecated, and you will have to have your bugtracker account to edit the wiki. Regards, -- Beno?t Minisini From gambas at ...1... Sun Oct 25 20:04:19 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 25 Oct 2015 20:04:19 +0100 Subject: [Gambas-user] Changes in wiki authentication In-Reply-To: <562D2744.3060105@...1...> References: <562D2744.3060105@...1...> Message-ID: <562D27B3.8050301@...1...> Le 25/10/2015 20:02, Beno?t Minisini a ?crit : > Hi, > > I'm currently working on unifying authentication between the wiki and > the bugtracker. > > In a few minutes, the wiki is going to use the users defined in the > bugtracker. So every wiki account will be deprecated, and you will have > to have your bugtracker account to edit the wiki. oops --> "to use your bugtracker account" -- Beno?t Minisini From adamnt42 at ...626... Fri Oct 23 00:57:10 2015 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Fri, 23 Oct 2015 09:27:10 +1030 Subject: [Gambas-user] Super quickie - array equality In-Reply-To: References: <20151021114259.1ab5cd24589220d06f8f67fa@...626...> <20151022055616.b4765b6a78eee7be5b445165@...626...> <20151022141143.b75bb0d56113bceadf167edf@...626...> Message-ID: <20151023092710.02903d574208362eb725ca0c@...626...> On Thu, 22 Oct 2015 18:27:22 +0200 Fabien Bodard wrote: > 2015-10-22 15:48 GMT+02:00 Jussi Lahtinen : > > Maybe you could use Point datatype, it does use compare method. > > > > So you can compare them like this: > > > > If hFirstPoint = hSecondPoint Then > > > > > > > > Jussi > > Jussi is true, for your idea it's maybe better than an array. > Ha! You guys are brilliant! It is exactly what I need. If Layout=Point() then ... thanks bruce -- B Bruen From gambas.fr at ...626... Mon Oct 26 12:32:03 2015 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 26 Oct 2015 12:32:03 +0100 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #826: Redirect links to gambasdoc.org/lang to gambaswiki/wiki/lang In-Reply-To: <562CDF22.5030603@...3340...> References: <562CDF22.5030603@...3340...> Message-ID: 2015-10-25 14:54 GMT+01:00 Christof Thalhofer : > Am 24.10.2015 um 14:17 schrieb Fabien Bodard: > >> Is there no way to treat directly the database content to make a >> replace of all http://gambasdoc.org occurences by >> http://gambaswiki.org/wiki or http://gambasfarm.org/wiki > > There is sure a way. I will ask them. But gambas-buch.de is just an > example, there are a lot of links in the wild which are broken now. > > A good rule for SEO and web designers (and may be for the future of > Gambas): Never destroy links because you would loose relevance on search > engines. > > > Alles Gute > > Christof Thalhofer If i remember well the server was down and we are not proprietary of the domain name. That's the reason for this change. but as often these choices are guided by the current difficulties. For years, the site was hosted by gambasdoc.org a contributor, but he could not make us continue this service. I thank him again for all these years of support. He had to find another host and it is the company 'Benoit' who offered us storage space. However we have not been able to keep the dns. So much for the story ... what I remember me. > > -- > Dies ist keine Signatur > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard From gambas at ...1... Mon Oct 26 15:49:43 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 26 Oct 2015 15:49:43 +0100 Subject: [Gambas-user] New website design in beta version Message-ID: <562E3D87.6070502@...1...> Hi, I have uploaded a beta version of a new website design at: http://gambas.sourceforge.net/en/test.html You still have to login both on the wiki and the bugtracker, but the accounts are the same. The all contents is now stored in the wiki, so updates and translations will be easier. Only the top header needs to be translated through the "MakeWebSite" project located in '/trunk/app/others'. And the arabic version layout needs polishing too. I'm waiting for your comments and suggestions now... :-) -- Beno?t Minisini From matti.eber at ...3240... Mon Oct 26 21:51:46 2015 From: matti.eber at ...3240... (Matti) Date: Mon, 26 Oct 2015 21:51:46 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <562E3D87.6070502@...1...> References: <562E3D87.6070502@...1...> Message-ID: <562E9262.70009@...3240...> "You still have to login both on the wiki..." Why login on the wiki? The wiki works without login now, and that's correct. Or do you want to reject people who are searching for something? Am 26.10.2015 um 15:49 schrieb Beno?t Minisini: > Hi, > > I have uploaded a beta version of a new website design at: > > http://gambas.sourceforge.net/en/test.html > > You still have to login both on the wiki and the bugtracker, but the > accounts are the same. > > The all contents is now stored in the wiki, so updates and translations > will be easier. > > Only the top header needs to be translated through the "MakeWebSite" > project located in '/trunk/app/others'. And the arabic version layout > needs polishing too. > > I'm waiting for your comments and suggestions now... :-) > From gambas at ...1... Mon Oct 26 21:54:02 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 26 Oct 2015 21:54:02 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <562E9262.70009@...3240...> References: <562E3D87.6070502@...1...> <562E9262.70009@...3240...> Message-ID: <562E92EA.2020501@...1...> Le 26/10/2015 21:51, Matti a ?crit : > "You still have to login both on the wiki..." > Why login on the wiki? > The wiki works without login now, and that's correct. > Or do you want to reject people who are searching for something? > You must login if you want to modify it only! -- Beno?t Minisini From matti.eber at ...3240... Mon Oct 26 22:01:39 2015 From: matti.eber at ...3240... (Matti) Date: Mon, 26 Oct 2015 22:01:39 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <562E92EA.2020501@...1...> References: <562E3D87.6070502@...1...> <562E9262.70009@...3240...> <562E92EA.2020501@...1...> Message-ID: <562E94B3.1040501@...3240...> yes, of course, ok. Am 26.10.2015 um 21:54 schrieb Beno?t Minisini: > Le 26/10/2015 21:51, Matti a ?crit : >> "You still have to login both on the wiki..." >> Why login on the wiki? >> The wiki works without login now, and that's correct. >> Or do you want to reject people who are searching for something? >> > You must login if you want to modify it only! > From chrisml at ...3340... Tue Oct 27 08:03:18 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Tue, 27 Oct 2015 08:03:18 +0100 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #826: Redirect links to gambasdoc.org/lang to gambaswiki/wiki/lang In-Reply-To: References: <562CDF22.5030603@...3340...> Message-ID: <562F21B6.1090207@...3340...> Am 26.10.2015 um 12:32 schrieb Fabien Bodard: > If i remember well the server was down and we are not proprietary of > the domain name. That's the reason for this change. > > but as often these choices are guided by the current difficulties. For > years, the site was hosted by gambasdoc.org a contributor, but he > could not make us continue this service. I thank him again for all > these years of support. He had to find another host and it is the > company 'Benoit' who offered us storage space. However we have not > been able to keep the dns. Ok. So this was by accident, not by design. > So much for the story ... what I remember me. Thanks. Do you know Robert Kudla? > Domain Name:GAMBASDOC.ORG > Domain ID: D105868913-LROR > Creation Date: 2005-03-11T17:54:15Z > Updated Date: 2015-03-12T01:40:38Z > Registry Expiry Date: 2016-03-11T17:54:15Z > Sponsoring Registrar:New Dream Network, LLC dba DreamHost Web Hosting (R173-LROR) > Sponsoring Registrar IANA ID: 431 > WHOIS Server: > Referral URL: > Domain Status: ok -- http://www.icann.org/epp#ok > Registrant ID:ndn-1635912 > Registrant Name:Robert Kudla > Registrant Organization:Robert Kudla > Registrant Street: 5 Southside Dr. #206 > Registrant City:Clifton Park > Registrant State/Province:NY > Registrant Postal Code:12065 > Registrant Country:US > Registrant Phone:+1.5184068469 > Registrant Phone Ext: > Registrant Fax: > Registrant Fax Ext: > Registrant Email:hostmaster at ...94... > Admin ID:ndn-1635912 > Admin Name:Robert Kudla > Admin Organization:Robert Kudla The domain is unused. Why not ask him if he would give the domain back to the community? Or did you? Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From eilert-sprachen at ...221... Tue Oct 27 11:37:29 2015 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Tue, 27 Oct 2015 11:37:29 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <562E3D87.6070502@...1...> References: <562E3D87.6070502@...1...> Message-ID: <562F53E9.7040900@...221...> Am 26.10.2015 15:49, schrieb Beno?t Minisini: > Hi, > > I have uploaded a beta version of a new website design at: > > http://gambas.sourceforge.net/en/test.html > > You still have to login both on the wiki and the bugtracker, but the > accounts are the same. > > The all contents is now stored in the wiki, so updates and translations > will be easier. > > Only the top header needs to be translated through the "MakeWebSite" > project located in '/trunk/app/others'. And the arabic version layout > needs polishing too. > > I'm waiting for your comments and suggestions now... :-) > Great new look! I love it! Just some spontaneous thoughts I had: Do you insist on making this comparison with VB? What do you think about "an IDE as easy as VB and a language as powerful as Java" or something like that? "english teacher" - the "E" should be a capital. Regards Rolf From chrisml at ...3340... Tue Oct 27 15:54:11 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Tue, 27 Oct 2015 15:54:11 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <562E3D87.6070502@...1...> References: <562E3D87.6070502@...1...> Message-ID: <562F9013.9040301@...3340...> Am 26.10.2015 um 15:49 schrieb Beno?t Minisini: > I have uploaded a beta version of a new website design at: > > http://gambas.sourceforge.net/en/test.html > > You still have to login both on the wiki and the bugtracker, but the > accounts are the same. > > The all contents is now stored in the wiki, so updates and translations > will be easier. And eventually disappear from sourceforge. > Only the top header needs to be translated through the "MakeWebSite" > project located in '/trunk/app/others'. And the arabic version layout > needs polishing too. > > I'm waiting for your comments and suggestions now... :-) Very cool. :-) The Language selector has some caveats. When I first choose language "de", I am nailed to the english page, but after I choose "it" and then "de", I geht the german page, but when I then choose "en" I am nailed at the german page. Funny :) Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From kevinfishburne at ...1887... Tue Oct 27 17:15:21 2015 From: kevinfishburne at ...1887... (Kevin Fishburne) Date: Tue, 27 Oct 2015 12:15:21 -0400 Subject: [Gambas-user] New website design in beta version In-Reply-To: <562F53E9.7040900@...221...> References: <562E3D87.6070502@...1...> <562F53E9.7040900@...221...> Message-ID: <562FA319.10504@...1887...> On 10/27/2015 06:37 AM, Rolf-Werner Eilert wrote: > Am 26.10.2015 15:49, schrieb Beno?t Minisini: >> Hi, >> >> I have uploaded a beta version of a new website design at: >> >> http://gambas.sourceforge.net/en/test.html >> >> You still have to login both on the wiki and the bugtracker, but the >> accounts are the same. >> >> The all contents is now stored in the wiki, so updates and translations >> will be easier. >> >> Only the top header needs to be translated through the "MakeWebSite" >> project located in '/trunk/app/others'. And the arabic version layout >> needs polishing too. >> >> I'm waiting for your comments and suggestions now... :-) >> > Great new look! I love it! > > Just some spontaneous thoughts I had: > > Do you insist on making this comparison with VB? What do you think about > "an IDE as easy as VB and a language as powerful as Java" or something > like that? > > "english teacher" - the "E" should be a capital. It does look awesome. My two cents on the VB thing... Based on my conversations with other programmers and what I've seen/read elsewhere there are a lot of programmers who think any BASIC dialect is shit, not a real programming language, and generally something to be laughed at and avoided. There are also programmers who liked Visual Basic (or at least the "promise" of it), and are seeking a more modern alternative: https://en.wikipedia.org/wiki/Visual_Basic "In 2014 there are tens of thousands of developers who still prefer Visual Basic 6.0 over Visual Basic .NET. Moreover, in recent years some developers lobbied aggressively for a new version of Visual Basic 6.0." Based on the FLOSS weekly interview and conversations with a programmer friend of mine, the prejudice against BASIC is so strong they have difficulty accepting the power and elegance of Gambas. So I guess the real question here is does comparing it to Visual Basic push more people away than it brings in. I like Rolf-Werner's "an IDE as easy as VB and a language as powerful as Java". I also think it might be a good idea to create a demonstration video, upload it to YouTube and embed it in the front page. When people see with their own eyes the IDE, available components and just how quickly an application can be built it will say more than any tagline ever could. Like the allure of an infomercial they'll see themselves using it that way before they've even installed it. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sales at ...1887... phone: (770) 853-6271 From moviga at ...3488... Tue Oct 27 19:05:32 2015 From: moviga at ...3488... (Moviga Technologies) Date: Tue, 27 Oct 2015 19:05:32 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <562FA319.10504@...1887...> References: <562E3D87.6070502@...1...> <562F53E9.7040900@...221...> <562FA319.10504@...1887...> Message-ID: <1633d41ea500d41b99ff6400fefb7e7b@...3488...> > I also think it might be a good idea to create a demonstration > video, upload it to YouTube and embed it in the front page. When people > see with their own eyes the IDE, available components and just how > quickly an application can be built it will say more than any tagline > ever could. Like the allure of an infomercial they'll see themselves > using it that way before they've even installed it. That's a good idea! To me, two big hindrances for Gambas to gain popularity is a lack of PR and resources to get people going. If we could have a professional video displaying the core strengths of Gambas, that could be a very good way to get more people involved. A quality video series on Gambas would also be really great. Somebody also recently talked about getting Gambas on this programming show on Twit... how's that going? From gambas at ...1... Tue Oct 27 19:44:13 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 27 Oct 2015 19:44:13 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <562F53E9.7040900@...221...> References: <562E3D87.6070502@...1...> <562F53E9.7040900@...221...> Message-ID: <562FC5FD.80801@...1...> Le 27/10/2015 11:37, Rolf-Werner Eilert a ?crit : > Great new look! I love it! > > Just some spontaneous thoughts I had: > > Do you insist on making this comparison with VB? What do you think about > "an IDE as easy as VB and a language as powerful as Java" or something > like that? > > "english teacher" - the "E" should be a capital. > > Regards > Rolf > > I changed the home page sentence, following your proposal (easy now, everything is in the wiki...). I also replaced "english" by "English". Regards, -- Beno?t Minisini From gambas at ...1... Tue Oct 27 19:45:16 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 27 Oct 2015 19:45:16 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <1633d41ea500d41b99ff6400fefb7e7b@...3488...> References: <562E3D87.6070502@...1...> <562F53E9.7040900@...221...> <562FA319.10504@...1887...> <1633d41ea500d41b99ff6400fefb7e7b@...3488...> Message-ID: <562FC63C.6020203@...1...> Le 27/10/2015 19:05, Moviga Technologies a ?crit : >> I also think it might be a good idea to create a demonstration >> video, upload it to YouTube and embed it in the front page. When people >> see with their own eyes the IDE, available components and just how >> quickly an application can be built it will say more than any tagline >> ever could. Like the allure of an infomercial they'll see themselves >> using it that way before they've even installed it. > > That's a good idea! To me, two big hindrances for Gambas to gain > popularity is a lack of PR and resources to get people going. > > If we could have a professional video displaying the core strengths of > Gambas, that could be a very good way to get more people involved. > A quality video series on Gambas would also be really great. Somebody > also recently talked about getting Gambas on this programming show on > Twit... how's that going? > It's a good idea. It's a shame that I am bad at marketing, so if someone can do such a great video, he is welcome! -- Beno?t Minisini From gambas at ...1... Tue Oct 27 19:46:10 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 27 Oct 2015 19:46:10 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <562F9013.9040301@...3340...> References: <562E3D87.6070502@...1...> <562F9013.9040301@...3340...> Message-ID: <562FC672.6000502@...1...> Le 27/10/2015 15:54, Christof Thalhofer a ?crit : > > Very cool. :-) > > The Language selector has some caveats. When I first choose language > "de", I am nailed to the english page, but after I choose "it" and then > "de", I geht the german page, but when I then choose "en" I am nailed at > the german page. Funny :) > > Alles Gute > > Christof Thalhofer > You mean the wiki language selection? Yes, for some reason, it is buggy now... -- Beno?t Minisini From chrisml at ...3340... Wed Oct 28 00:47:20 2015 From: chrisml at ...3340... (Christof Thalhofer) Date: Wed, 28 Oct 2015 00:47:20 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <562FC672.6000502@...1...> References: <562E3D87.6070502@...1...> <562F9013.9040301@...3340...> <562FC672.6000502@...1...> Message-ID: <56300D08.404@...3340...> Am 27.10.2015 um 19:46 schrieb Beno?t Minisini: > You mean the wiki language selection? Yes, for some reason, it is buggy > now... Yes, but I think this is a very minor problem. The website looks really good now! I like the friendlyness coming through the colors and the happy logo. The webdesign could been improved by making it responsive ... later ... Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: From adamnt42 at ...626... Wed Oct 28 01:21:25 2015 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Wed, 28 Oct 2015 10:51:25 +1030 Subject: [Gambas-user] Dialog and relative paths Message-ID: <20151028105125.2c2b6d4e130d7746d1f16a22@...626...> I have an executable archive that contains several text files with some metadata in them pertinent to that executable. Suffice to say they are text files with a ".def" extension. At run time the user needs to select one of these files to be loaded. Is there some way I can use the standard Dialog.OpenFile to achieve this? i.e. is there some way to make the Dialog.Path a relative path so it will show the files contained in the executable? tia bruce -- B Bruen From adamnt42 at ...626... Wed Oct 28 01:44:25 2015 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Wed, 28 Oct 2015 11:14:25 +1030 Subject: [Gambas-user] New website design in beta version In-Reply-To: <562E3D87.6070502@...1...> References: <562E3D87.6070502@...1...> Message-ID: <20151028111425.70af37fd7f8a41d53b928102@...626...> On Mon, 26 Oct 2015 15:49:43 +0100 Beno?t Minisini wrote: > Hi, > > I have uploaded a beta version of a new website design at: > > http://gambas.sourceforge.net/en/test.html > > You still have to login both on the wiki and the bugtracker, but the > accounts are the same. > > The all contents is now stored in the wiki, so updates and translations > will be easier. > > Only the top header needs to be translated through the "MakeWebSite" > project located in '/trunk/app/others'. And the arabic version layout > needs polishing too. > > I'm waiting for your comments and suggestions now... :-) > > -- > Beno?t Minisini > A couple of negatives (sorry). 1. The clustrmaps image does not appear and the link is a 404. 2. and this is just a personal "I hate" Why use a menu bar that is part icon and part text? The Home and Language items are icons and the rest is text. 3. The news dates are rendering incorrectly. 4. (personal again) The Home page message intent is confusing, is it intended to be a "news" page for experienced users or a "welcome to the world of Gambas" for new visitors? regards bruce -- B Bruen From gambas at ...1... Wed Oct 28 03:16:16 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 28 Oct 2015 03:16:16 +0100 Subject: [Gambas-user] Dialog and relative paths In-Reply-To: <20151028105125.2c2b6d4e130d7746d1f16a22@...626...> References: <20151028105125.2c2b6d4e130d7746d1f16a22@...626...> Message-ID: <56302FF0.5020405@...1...> Le 28/10/2015 01:21, adamnt42 at ...626... a ?crit : > I have an executable archive that contains several text files with > some metadata in them pertinent to that executable. Suffice to say > they are text files with a ".def" extension. > > At run time the user needs to select one of these files to be > loaded. > > Is there some way I can use the standard Dialog.OpenFile to achieve > this? i.e. is there some way to make the Dialog.Path a relative path > so it will show the files contained in the executable? > > tia bruce > Files inside archive are not real files anymore, so don't expect to select them with a standard file dialog. -- Beno?t Minisini From gambas at ...1... Wed Oct 28 03:20:57 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 28 Oct 2015 03:20:57 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <20151028111425.70af37fd7f8a41d53b928102@...626...> References: <562E3D87.6070502@...1...> <20151028111425.70af37fd7f8a41d53b928102@...626...> Message-ID: <56303109.7030608@...1...> Le 28/10/2015 01:44, adamnt42 at ...626... a ?crit : > > A couple of negatives (sorry). > 1. The clustrmaps image does not appear and the link is a 404. I have the same problem with firefox. But there is no problem with Chromium. I think I will remove it. > 2. and this is just a personal "I hate" Why use a menu bar that is part icon and part text? The Home and Language items are icons and the rest is text. I have no problem with that, it means that they are functions relative to the website, not relative to Gambas. And it is two less strings to translate. :-) > 3. The news dates are rendering incorrectly. What do you mean exactly? > 4. (personal again) The Home page message intent is confusing, is it intended to be a "news" page for experienced users or a "welcome to the world of Gambas" for new visitors? Mmm... both? It's usually the way web sites main pages are made, isn't it? A project presentation in a few lines and the last news? (for example, gimp.org). It's better if you send a drawing of what you would see, because it's difficult to explain a page design just with words. Regards, -- Beno?t Minisini From adamnt42 at ...626... Wed Oct 28 04:40:50 2015 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Wed, 28 Oct 2015 14:10:50 +1030 Subject: [Gambas-user] Dialog and relative paths In-Reply-To: <56302FF0.5020405@...1...> References: <20151028105125.2c2b6d4e130d7746d1f16a22@...626...> <56302FF0.5020405@...1...> Message-ID: <20151028141050.0b69ee29b3cc7d82a469e4c0@...626...> On Wed, 28 Oct 2015 03:16:16 +0100 Beno?t Minisini wrote: > Le 28/10/2015 01:21, adamnt42 at ...626... a ?crit : > > I have an executable archive that contains several text files with > > some metadata in them pertinent to that executable. Suffice to say > > they are text files with a ".def" extension. > > > > At run time the user needs to select one of these files to be > > loaded. > > > > Is there some way I can use the standard Dialog.OpenFile to achieve > > this? i.e. is there some way to make the Dialog.Path a relative path > > so it will show the files contained in the executable? > > > > tia bruce > > > > Files inside archive are not real files anymore, so don't expect to > select them with a standard file dialog. > > -- > Beno?t Minisini > Mmm, so any "elegant" way to allow user to select a "file" inside the archive.... ? Actually, in fact is there any way to gba and get the "file" list? tia bruce -- B Bruen From adamnt42 at ...626... Wed Oct 28 04:45:35 2015 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Wed, 28 Oct 2015 14:15:35 +1030 Subject: [Gambas-user] New website design in beta version In-Reply-To: <56303109.7030608@...1...> References: <562E3D87.6070502@...1...> <20151028111425.70af37fd7f8a41d53b928102@...626...> <56303109.7030608@...1...> Message-ID: <20151028141535.19425e8abd9ac52ea4f9eb2b@...626...> On Wed, 28 Oct 2015 03:20:57 +0100 Beno?t Minisini wrote: > Le 28/10/2015 01:44, adamnt42 at ...626... a ?crit : > > > > A couple of negatives (sorry). > > 1. The clustrmaps image does not appear and the link is a 404. > > I have the same problem with firefox. But there is no problem with > Chromium. I think I will remove it. > > > 2. and this is just a personal "I hate" Why use a menu bar that is part icon and part text? The Home and Language items are icons and the rest is text. > > I have no problem with that, it means that they are functions relative > to the website, not relative to Gambas. And it is two less strings to > translate. :-) > > > 3. The news dates are rendering incorrectly. > > What do you mean exactly? See attached - firefox again? > > > 4. (personal again) The Home page message intent is confusing, is it intended to be a "news" page for experienced users or a "welcome to the world of Gambas" for new visitors? > > Mmm... both? It's usually the way web sites main pages are made, isn't > it? A project presentation in a few lines and the last news? (for > example, gimp.org). > > It's better if you send a drawing of what you would see, because it's > difficult to explain a page design just with words. > > Regards, > > -- > Beno?t Minisini > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- B Bruen -------------- next part -------------- A non-text attachment was scrubbed... Name: Selection_133.png Type: image/png Size: 40895 bytes Desc: not available URL: From gambas at ...1... Wed Oct 28 04:47:53 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 28 Oct 2015 04:47:53 +0100 Subject: [Gambas-user] Dialog and relative paths In-Reply-To: <20151028141050.0b69ee29b3cc7d82a469e4c0@...626...> References: <20151028105125.2c2b6d4e130d7746d1f16a22@...626...> <56302FF0.5020405@...1...> <20151028141050.0b69ee29b3cc7d82a469e4c0@...626...> Message-ID: <56304569.8000202@...1...> Le 28/10/2015 04:40, adamnt42 at ...626... a ?crit : > On Wed, 28 Oct 2015 03:16:16 +0100 > Beno?t Minisini wrote: > >> Le 28/10/2015 01:21, adamnt42 at ...626... a ?crit : >>> I have an executable archive that contains several text files with >>> some metadata in them pertinent to that executable. Suffice to say >>> they are text files with a ".def" extension. >>> >>> At run time the user needs to select one of these files to be >>> loaded. >>> >>> Is there some way I can use the standard Dialog.OpenFile to achieve >>> this? i.e. is there some way to make the Dialog.Path a relative path >>> so it will show the files contained in the executable? >>> >>> tia bruce >>> >> >> Files inside archive are not real files anymore, so don't expect to >> select them with a standard file dialog. >> >> -- >> Beno?t Minisini >> > > Mmm, so any "elegant" way to allow user to select a "file" inside the archive.... ? > Actually, in fact is there any way to gba and get the "file" list? > > tia > bruce > This is not the problem: you can use the Dir() method to browse the archive contents. But you have to write your own selection dialog. Why wanting to use a file selector dialog to select something that is not a true file? -- Beno?t Minisini From gambas at ...1... Wed Oct 28 04:50:23 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 28 Oct 2015 04:50:23 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <20151028141535.19425e8abd9ac52ea4f9eb2b@...626...> References: <562E3D87.6070502@...1...> <20151028111425.70af37fd7f8a41d53b928102@...626...> <56303109.7030608@...1...> <20151028141535.19425e8abd9ac52ea4f9eb2b@...626...> Message-ID: <563045FF.9060707@...1...> Le 28/10/2015 04:45, adamnt42 at ...626... a ?crit : > On Wed, 28 Oct 2015 03:20:57 +0100 > Beno?t Minisini wrote: > >> Le 28/10/2015 01:44, adamnt42 at ...626... a ?crit : >>> >>> A couple of negatives (sorry). >>> 1. The clustrmaps image does not appear and the link is a 404. >> >> I have the same problem with firefox. But there is no problem with >> Chromium. I think I will remove it. >> >>> 2. and this is just a personal "I hate" Why use a menu bar that is part icon and part text? The Home and Language items are icons and the rest is text. >> >> I have no problem with that, it means that they are functions relative >> to the website, not relative to Gambas. And it is two less strings to >> translate. :-) >> >>> 3. The news dates are rendering incorrectly. >> >> What do you mean exactly? > See attached - firefox again? > You must refresh the browser to force the style sheet reloading, or void your browser cache. -- Beno?t Minisini From bugtracker at ...3416... Wed Oct 28 07:02:17 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 06:02:17 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #827: Some links has been broken or outdated or changed. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.827&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- Some links has been broken or outdated or changed. Type : Bug Priority : Low Gambas version : Unknown Product : Wiki Description ----------- when I try some links in gambas website I get this : http://gambaswiki.org/wiki/doc/whatisgambas?nh (attach pic-1) http://gambaswiki.org/wiki/doc/intro?nh (attach pic-2) documentation > Books (attach pic-3) documentation > License (attach pic-4) System information ------------------ [System] Gambas=3.8.90 r7431 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-BKf6Z67CLC,guid=5314cdd357fcc56246fcf4c500000027 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-53fWbj GNOME_KEYRING_PID=1574 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1565 SSH_AUTH_SOCK=/tmp/keyring-53fWbj/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1445663785.797739-491310291 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1535 From bugtracker at ...3416... Wed Oct 28 07:02:29 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 06:02:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #827: Some links has been broken or outdated or changed. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.827&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Wed Oct 28 07:02:39 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 06:02:39 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #827: Some links has been broken or outdated or changed. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.827&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Wed Oct 28 07:03:25 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 06:03:25 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #827: Some links has been broken or outdated or changed. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.827&from=L21haW4- Zainudin AHMAD added an attachment: pic-3.png From bugtracker at ...3416... Wed Oct 28 07:03:42 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 06:03:42 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #827: Some links has been broken or outdated or changed. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.827&from=L21haW4- Zainudin AHMAD added an attachment: pic-4.png From bugtracker at ...3416... Wed Oct 28 10:20:54 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 09:20:54 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #828: Newline in Project description breaks build of debian installation package Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.828&from=L21haW4- C THALHOFER reported a new bug. Summary ------- Newline in Project description breaks build of debian installation package Type : Bug Priority : Medium Gambas version : 3.8 Product : Development Environment Description ----------- Since V 3.8 a project of mine cannot been packaged for debian any more. The process of building stops with: dpkg-source: Fehler: Syntaxfehler in gambas3-gb-deg-form-3.8.1/debian/control in Zeile 14: Zeile mit unbekanntem Format (nicht Feld-Doppelpunkt-Wert) That means: syntax error in gambas3-gb-deg-form-3.8.1/debian/control in Line 14: line with unknown format (no field-colon-value) That is because in the project description there are newlines. If I remove them, the project builds flawlessly as before with Gambas 3.7 From bugtracker at ...3416... Wed Oct 28 10:21:06 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 09:21:06 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #828: Newline in Project description breaks build of debian installation package In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.828&from=L21haW4- C THALHOFER added an attachment: gb.deg.form-3.8.1.tar.gz From jussi.lahtinen at ...626... Wed Oct 28 14:17:24 2015 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Wed, 28 Oct 2015 15:17:24 +0200 Subject: [Gambas-user] New website design in beta version In-Reply-To: <20151028111425.70af37fd7f8a41d53b928102@...626...> References: <562E3D87.6070502@...1...> <20151028111425.70af37fd7f8a41d53b928102@...626...> Message-ID: > 2. and this is just a personal "I hate" Why use a menu bar that is part > icon and part text? The Home and Language items are icons and the rest is > text. > Language icon is more user friendly, than "language" in language you might not understand. Jussi From tercoide at ...67... Wed Oct 28 21:17:11 2015 From: tercoide at ...67... (martin p cristia) Date: Wed, 28 Oct 2015 17:17:11 -0300 Subject: [Gambas-user] Debian installlation package problem In-Reply-To: References: Message-ID: The .deb installer for my program creates odd folders at the mount point: /'/usr/lib' /'/usr/share/estru3d' as well as the correct folders: /usr/lib/ my lib.so /usr/share/estru3d/ my stuff here This is the output: Guardando archivo CHANGELOG. ============================================================================== CREANDO PAQUETE PARA UBUNTU / KUBUNTU / MINT.... Creando el directorio de construcci?n. Creando archivo de escritorio... Se est?n debianizando los fuentes. Creando paquete... cd '/home/martin/estru3d/ubuntu/estru3d-0.0.8' dpkg-buildpackage -d -rfakeroot dpkg-buildpackage: paquete fuente estru3d dpkg-buildpackage: versi?n de las fuentes 0.0.8-0ubuntu9 dpkg-buildpackage: distribuci?n de las fuentes unstable dpkg-buildpackage: fuentes modificadas por martin dpkg-buildpackage: arquitectura del sistema amd64 dpkg-source --before-build estru3d-0.0.8 fakeroot debian/rules clean dh_testdir dh_testroot rm -Rf `find . -name ".gambas"` rm -Rf `find . -name "*.gambas"` rm -f build-stamp install-stamp dh_clean dpkg-source -b estru3d-0.0.8 dpkg-source: informaci?n: usando el formato de fuente ?1.0? dpkg-source: aviso: El n?mero de versi?n sugiere cambios para Ubuntu, pero ?Maintainer:? no tiene una direcci?n de correo de Ubuntu dpkg-source: aviso: El n?mero de versi?n sugiere cambios para Ubuntu, pero no hay ning?n campo ?XSBC-Original-Maintainer? dpkg-source: informaci?n: construyendo estru3d en estru3d_0.0.8.orig.tar.gz dpkg-source: informaci?n: construyendo estru3d en estru3d_0.0.8-0ubuntu9.diff.gz dpkg-source: aviso: ignorando la eliminaci?n del directorio ?src/estru3d/.gambas? dpkg-source: informaci?n: construyendo estru3d en estru3d_0.0.8-0ubuntu9.dsc debian/rules build dh_testdir touch build-stamp /usr/bin/gbc3 -e -a -t -x src/estru3d OK gba3 -o 'src/estru3d/estru3d' src/estru3d fakeroot debian/rules binary dh_testdir dh_testroot dh_prep dh_installdirs touch install-stamp dh_testdir -i dh_testroot -i dh_installdocs -i dh_installchangelogs -i dh_install -i dh_installmenu dh_compress -i dh_fixperms -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i dpkg-deb: construyendo el paquete `estru3d' en `../estru3d_0.0.8-0ubuntu9_all.deb'. dh_testdir dpkg-genchanges >../estru3d_0.0.8-0ubuntu9_amd64.changes dpkg-genchanges: incluyendo el c?digo fuente completo en la subida dpkg-source --after-build estru3d-0.0.8 dpkg-buildpackage: subida completa (se incluye la fuente original) signfile estru3d_0.0.8-0ubuntu9.dsc gpg: failed to create temporary file `/home/martin/.gnupg/.#lk0x11e50f0.martin-Aspire-V5-572G.3935': Permiso denegado gpg: /home/martin/.gnupg/secring.gpg: recurso de bloqueo de claves: Error general gpg: failed to create temporary file `/home/martin/.gnupg/.#lk0x11e9aa0.martin-Aspire-V5-572G.3935': Permiso denegado gpg: /home/martin/.gnupg/pubring.gpg: recurso de bloqueo de claves: Error general gpg: omitido ?martin ?: clave secreta no disponible gpg: dpkg-sign.4HSDZCH_/estru3d_0.0.8-0ubuntu9.dsc: clearsign failed: clave secreta no disponible dpkg-buildpackage: fallo: fallo al firmar los ficheros ?.dsc? y ?.changes? La creaci?n del paquete ha fallado. Package.MakeDebPackage.991: 'dpkg-buildpackage' ha fallado. -- Saludos Ing. Martin P Cristia From bugtracker at ...3416... Wed Oct 28 23:01:52 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 22:01:52 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #827: Some links has been broken or outdated or changed. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.827&from=L21haW4- Comment #1 by Zainudin AHMAD: the other one documentation > Mailing list/Forum (attach pic-1, pic-2 and pic-3) From bugtracker at ...3416... Wed Oct 28 23:02:02 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 22:02:02 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #827: Some links has been broken or outdated or changed. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.827&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Wed Oct 28 23:02:10 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 22:02:10 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #827: Some links has been broken or outdated or changed. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.827&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Wed Oct 28 23:02:19 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 22:02:19 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #827: Some links has been broken or outdated or changed. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.827&from=L21haW4- Zainudin AHMAD added an attachment: pic-3.png From bugtracker at ...3416... Thu Oct 29 00:10:22 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 23:10:22 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #827: Some links has been broken or outdated or changed. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.827&from=L21haW4- Comment #2 by Beno?t MINISINI: Thanks for the report, I will fix them. Note that actually anybody having a wiki account can do that. From bugtracker at ...3416... Thu Oct 29 00:10:26 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 28 Oct 2015 23:10:26 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #827: Some links has been broken or outdated or changed. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.827&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From gambas at ...1... Thu Oct 29 00:12:05 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 29 Oct 2015 00:12:05 +0100 Subject: [Gambas-user] Debian installlation package problem In-Reply-To: References: Message-ID: <56315645.8060508@...1...> Le 28/10/2015 21:17, martin p cristia a ?crit : > The .deb installer for my program creates odd folders at the mount point: > > /'/usr/lib' > > /'/usr/share/estru3d' > > as well as the correct folders: > > /usr/lib/ my lib.so > > /usr/share/estru3d/ my stuff here > ... Strange that you are talking about a package wherea the packager said that it failed to create the package. Can you send me your project so that I run the packager on my own system? -- Beno?t Minisini From bugtracker at ...3416... Thu Oct 29 01:28:01 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 29 Oct 2015 00:28:01 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #827: Some links has been broken or outdated or changed. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.827&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From adamnt42 at ...626... Thu Oct 29 06:11:26 2015 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Thu, 29 Oct 2015 15:41:26 +1030 Subject: [Gambas-user] Dialog and relative paths In-Reply-To: <56304569.8000202@...1...> References: <20151028105125.2c2b6d4e130d7746d1f16a22@...626...> <56302FF0.5020405@...1...> <20151028141050.0b69ee29b3cc7d82a469e4c0@...626...> <56304569.8000202@...1...> Message-ID: <20151029154126.02a77cc03b8b3a8dbd676357@...626...> On Wed, 28 Oct 2015 04:47:53 +0100 Beno?t Minisini wrote: > Le 28/10/2015 04:40, adamnt42 at ...626... a ?crit : > > On Wed, 28 Oct 2015 03:16:16 +0100 > > Beno?t Minisini wrote: > > > >> Le 28/10/2015 01:21, adamnt42 at ...626... a ?crit : > >>> I have an executable archive that contains several text files with > >>> some metadata in them pertinent to that executable. Suffice to say > >>> they are text files with a ".def" extension. > >>> > >>> At run time the user needs to select one of these files to be > >>> loaded. > >>> > >>> Is there some way I can use the standard Dialog.OpenFile to achieve > >>> this? i.e. is there some way to make the Dialog.Path a relative path > >>> so it will show the files contained in the executable? > >>> > >>> tia bruce > >>> > >> > >> Files inside archive are not real files anymore, so don't expect to > >> select them with a standard file dialog. > >> > >> -- > >> Beno?t Minisini > >> > > > > Mmm, so any "elegant" way to allow user to select a "file" inside the archive.... ? > > Actually, in fact is there any way to gba and get the "file" list? > > > > tia > > bruce > > > > This is not the problem: you can use the Dir() method to browse the > archive contents. But you have to write your own selection dialog. Yep, OK. I didn't think of the DIr() method. That works well. Selection dialog is a matter of minutes... > > Why wanting to use a file selector dialog to select something that is > not a true file? (You had to ask!) It's back to my old problem of parsing horse auction online data. We use a set of "maps" now that let us extract the salient information from various sources. These maps are XML files that describe how the source doc is set out. However, sometimes, the provider uses this or that format (depending on whether Doris or Mabel or Gustav sent the source file/page/email). 98% of the time we can get it right automatically but sometimes we need to try a few different maps in order to be able to parse the source document correctly. SO... there are about 30 or so parser programs and over 120 maps. I thought it might be easier to manage the whole mess if the maps were contained within the executable, rather than having a "config" type of directory etc etc etc. So its just for an internal tool and I thought there may be a way to use the standard Dialog somehow. Doesn't matter. > > -- > Beno?t Minisini > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user regards b -- B Bruen From taboege at ...626... Thu Oct 29 10:00:30 2015 From: taboege at ...626... (Tobias Boege) Date: Thu, 29 Oct 2015 10:00:30 +0100 Subject: [Gambas-user] New website design in beta version In-Reply-To: <562E3D87.6070502@...1...> References: <562E3D87.6070502@...1...> Message-ID: <20151029090030.GA668@...2774...> On Mon, 26 Oct 2015, Beno??t Minisini wrote: > Hi, > > I have uploaded a beta version of a new website design at: > > http://gambas.sourceforge.net/en/test.html > > You still have to login both on the wiki and the bugtracker, but the > accounts are the same. > > The all contents is now stored in the wiki, so updates and translations > will be easier. > > Only the top header needs to be translated through the "MakeWebSite" > project located in '/trunk/app/others'. And the arabic version layout > needs polishing too. > > I'm waiting for your comments and suggestions now... :-) > Sorry, I have been sick and couldn't bother to look at it. Yes, it's pretty, and I also have greetings to transmit from Hans who likes it very much and congratulates the developers :-) Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From bugtracker at ...3416... Thu Oct 29 18:47:52 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 29 Oct 2015 17:47:52 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #829: Unable to Insert Time value in postgresql database Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.829&from=L21haW4- Safiur RAHMAN reported a new bug. Summary ------- Unable to Insert Time value in postgresql database Type : Bug Priority : High Gambas version : 3.8 Product : PostgreSQL driver Description ----------- I supply Time value from DateBox which is in TimeOnly mode In MySQL I can insert Time easily res["fldtime"] = DateBox1.Value In gambas 3.7 I could insert Time value in PostgreSQL as res["fldtime"] = Time(DateBox1.Value) In gambas 3.8 I can't insert Time value res["fldtime"] = DateBox1.Value gives error res["fldtime"] = Time(DateBox1.Value) gives error Is there any other standard way of inserting Time into postgresql database System information ------------------ [System] Gambas=3.8.2 OperatingSystem=Linux Kernel=3.19.0-31-generic Architecture=x86_64 Distribution=Ubuntu 14.04.3 LTS Desktop=GNOME Theme=Gtk Language=en_US.UTF-8 Memory=3884M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_IM_MODULE=xim COMPIZ_BIN_PATH=/usr/bin/ COMPIZ_CONFIG_PROFILE=ubuntu DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-k0VpE3F2xZ DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=ubuntu GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=23066 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL=/run/user/1000/keyring-IGSXyK GNOME_KEYRING_PID=2260 GPG_AGENT_INFO=/run/user/1000/keyring-IGSXyK/gpg:0:1 GTK_IM_MODULE=ibus GTK_MODULES=overlay-scrollbar:unity-gtk-module HOME= IM_CONFIG_PHASE=1 INSTANCE= JOB=dbus LANG=en_US.UTF-8 LANGUAGE=en_US LC_ADDRESS=ne_NP LC_IDENTIFICATION=ne_NP LC_MEASUREMENT=ne_NP LC_MONETARY=ne_NP LC_NAME=ne_NP LC_NUMERIC=ne_NP LC_PAPER=ne_NP LC_TELEPHONE=ne_NP LC_TIME=ne_NP LOGNAME= MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT4_IM_MODULE=xim QT_IM_MODULE=ibus QT_QPA_PLATFORMTHEME=appmenu-qt5 SELINUX_INIT=YES SESSION=ubuntu SESSIONTYPE=gnome-session SESSION_MANAGER=local/:@/tmp/.ICE-unix/2421,unix/:/tmp/.ICE-unix/2421 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring-IGSXyK/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/2262 USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg XDG_CURRENT_DESKTOP=Unity XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/ XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_VTNR=7 XMODIFIERS=@...3498...=ibus From bugtracker at ...3416... Thu Oct 29 18:48:04 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 29 Oct 2015 17:48:04 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #829: Unable to Insert Time value in postgresql database In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.829&from=L21haW4- Safiur RAHMAN added an attachment: imagedatabase.tar.gz From bugtracker at ...3416... Fri Oct 30 02:56:11 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 01:56:11 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #829: Unable to Insert Time value in postgresql database In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.829&from=L21haW4- Comment #1 by Beno?t MINISINI: Please tell me which version of PostgreSQL server you use, and which error message you get exactly. Thanks! From bugtracker at ...3416... Fri Oct 30 02:56:15 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 01:56:15 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #829: Unable to Insert Time value in postgresql database In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.829&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Waiting. From bugtracker at ...3416... Fri Oct 30 05:30:03 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 04:30:03 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #829: Unable to Insert Time value in postgresql database In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.829&from=L21haW4- Comment #2 by Safiur RAHMAN: Hi I use postgresql version 9.3 available in Ubuntu 14.04 official repository. The Error.Text is: Cannot create record: ERROR: date/time field value out of range: "0000-00-00 10:14:00" LINE 1: INSERT INTO "tblimage" ( "fldtime" ) VALUES ( '0000-00-00 10... Thanks From bugtracker at ...3416... Fri Oct 30 05:30:54 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 04:30:54 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #829: Unable to Insert Time value in postgresql database In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.829&from=L21haW4- Safiur RAHMAN added an attachment: imagedatabase.tar.gz From bugtracker at ...3416... Fri Oct 30 05:34:46 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 04:34:46 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #829: Unable to Insert Time value in postgresql database In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.829&from=L21haW4- Comment #3 by Safiur RAHMAN: Hi When I create Postgresql database using hTable = $newCon.Tables.Add("tblimage") hTable.Fields.Add("fldid", db.Serial) hTable.Fields.Add("fldtime", gb.Date) hTable.PrimaryKey = ["fldid"] hTable.Update It creates date field in timestamp without time zone format. When I insert time only in this using datebox it tries to insert "0000-00-00" date before time (eg. 0000-00-00 10:14:00 ). This gives error. From bugtracker at ...3416... Fri Oct 30 11:48:54 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 10:48:54 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #830: Running Gambas on Xubuntu 15.10 can't access SQLite files Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.830&from=L21haW4- dac CIALDELLA reported a new bug. Summary ------- Running Gambas on Xubuntu 15.10 can't access SQLite files Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- I have a project with Gambas + SQLite. I updated my notebook from Xubuntu 15.04 to 15.10 (new kernel is 4.2.0-16) then the access from Gambas3 3.5.4 to SQLite file 3.8.11 crash, sometimes all fields in tables looks as Strings sometimes simple can't read the file (SQlite) I verify all and It started with migration from 15.04 to 15.10 I use SQLitebrowser and the tool works perfect (after and before). thanks dac From bugtracker at ...3416... Fri Oct 30 11:54:21 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 10:54:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #830: Running Gambas on Xubuntu 15.10 can't access SQLite files In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.830&from=L21haW4- Comment #1 by dac CIALDELLA: When I try to create a new connections (in a Project) and say "SQLite" Error "Application has raise an unexpected error and must abort" [43] access Forbidden Settings.save.134 From bugtracker at ...3416... Fri Oct 30 13:25:40 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 12:25:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #830: Running Gambas on Xubuntu 15.10 can't access SQLite files In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.830&from=L21haW4- Comment #2 by dac CIALDELLA: I added the Gambas3 REPO (Daily) to my Ubuntu 15.10 reinstall gambas3 (now I have the version 3.8.2) and my project working again. may be make no sense to invest time to solve my original bug. anyway thanks !!! dac From bugtracker at ...3416... Fri Oct 30 18:25:07 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 17:25:07 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #831: .WebSetting.Cache.Path say some strange things and not work. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.831&from=L21haW4- Fabien BODARD reported a new bug. Summary ------- .WebSetting.Cache.Path say some strange things and not work. Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : QT4 component Description ----------- When i want to define the path of the cache the websetting tel me it must be in ~/.cache, ok ... but even if i give it the required path it fail. See the attached picture. From bugtracker at ...3416... Fri Oct 30 18:25:58 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 17:25:58 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #831: .WebSetting.Cache.Path say some strange things and not work. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.831&from=L21haW4- Fabien BODARD added an attachment: Capture.png From herberthguzman at ...626... Fri Oct 30 18:52:41 2015 From: herberthguzman at ...626... (herberth guzman) Date: Fri, 30 Oct 2015 11:52:41 -0600 Subject: [Gambas-user] gb.desktop Desktop.ActiveWindow Message-ID: Gianluigi greetings and Vuotto Thanks for your answers. Attach Example of MyPanel and if I work with DesktopWatcher. The problem that I have long ago (when I started the project) MyPanel is not working as a panel (taskbar) example "lxpanel", "fbpanel", "Tint2". I have worked on improving this project (Innova_Desktop), MyPanel is a deficiency. You can see my code, and someone please help me. MyPanel: If activate a window If minimize a windows if not is minimized It does not activate if it is not in the foreground (active behind another window) Try the example and will know what I mean Excuse me for my bad English. Regards Herberth Guzm?n -------------- next part -------------- A non-text attachment was scrubbed... Name: SystemTray-1.0.3.tar.gz Type: application/x-gzip Size: 25259 bytes Desc: not available URL: From pata.karlsson at ...626... Fri Oct 30 19:54:01 2015 From: pata.karlsson at ...626... (Patrik Karlsson) Date: Fri, 30 Oct 2015 19:54:01 +0100 Subject: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2 Message-ID: Hi, I added the ppa and installed gambas as usual (apt-get install gambas3). When I try to start gambas it segfaults. Is it because of me, the ppa or gambas? :) pata at ...3521...:~$ gambas3 Segmentation fault (core dumped) pata at ...3521...:~$ gambas3 -V 3.8.2 pata at ...3521...:~$ uname -a Linux rpi2 4.1.10-v7+ #821 SMP PREEMPT Sat Oct 10 00:16:28 BST 2015 armv7l armv7l armv7l GNU/Linux From bugtracker at ...3416... Fri Oct 30 23:10:17 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 22:10:17 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #832: "Gambas link" latest version still 3.8.1 at sourceforge Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.832&from=L21haW4- Zainudin AHMAD reported a new bug. Summary ------- "Gambas link" latest version still 3.8.1 at sourceforge Type : Bug Priority : Low Gambas version : Unknown Product : Unknown Description ----------- when I look at sourceforge, version is still 3.8.1. (attach pic-1 & pic-2) System information ------------------ [System] Gambas=3.8.90 r7431 OperatingSystem=Linux Kernel=3.2.0-88-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.7.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 QT5=libQt5Core.so.5.0.2 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-BKf6Z67CLC,guid=5314cdd357fcc56246fcf4c500000027 DEFAULTS_PATH=/usr/share/gconf/Lubuntu.default.path DESKTOP_SESSION=Lubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=Lubuntu GNOME_KEYRING_CONTROL=/tmp/keyring-53fWbj GNOME_KEYRING_PID=1574 HOME= LANG=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/Lubuntu.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1565 SSH_AUTH_SOCK=/tmp/keyring-53fWbj/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/lubuntu/:/etc/xdg/xdg-Lubuntu:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/etc/xdg/lubuntu:/usr/share/Lubuntu:/usr/local/share/:/usr/share/:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=2d9710af0959f6893eb828f100000008-1445663785.797739-491310291 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1535 From bugtracker at ...3416... Fri Oct 30 23:10:49 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 22:10:49 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #832: "Gambas link" latest version still 3.8.1 at sourceforge In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.832&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Fri Oct 30 23:11:02 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 22:11:02 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #832: "Gambas link" latest version still 3.8.1 at sourceforge In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.832&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From gambas at ...1... Sat Oct 31 00:45:15 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 31 Oct 2015 00:45:15 +0100 Subject: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2 In-Reply-To: References: Message-ID: <5634010B.7040500@...1...> Le 30/10/2015 19:54, Patrik Karlsson a ?crit : > Hi, > I added the ppa and installed gambas as usual (apt-get install gambas3). > When I try to start gambas it segfaults. > > Is it because of me, the ppa or gambas? :) > > pata at ...3521...:~$ gambas3 > > Segmentation fault (core dumped) > > pata at ...3521...:~$ gambas3 -V > > 3.8.2 > > pata at ...3521...:~$ uname -a > Linux rpi2 4.1.10-v7+ #821 SMP PREEMPT Sat Oct 10 00:16:28 BST 2015 armv7l > armv7l armv7l GNU/Linux If it segfaults, it's not your fault. It may be the ppa, but it is usually the interpreter. Can you provide a stack backtrace of the crash as explained in the ?5 of the "reporting a problem" website page? Thanks. -- Beno?t Minisini From bugtracker at ...3416... Sat Oct 31 00:47:04 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 23:47:04 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #832: "Gambas link" latest version still 3.8.1 at sourceforge In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.832&from=L21haW4- Comment #1 by Beno?t MINISINI: It's fixed. It will be updated in a few minutes. From bugtracker at ...3416... Sat Oct 31 00:47:08 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 23:47:08 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #832: "Gambas link" latest version still 3.8.1 at sourceforge In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.832&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat Oct 31 00:47:49 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 23:47:49 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #830: Running Gambas on Xubuntu 15.10 can't access SQLite files In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.830&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Invalid. From bugtracker at ...3416... Sat Oct 31 00:58:37 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 23:58:37 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #828: Newline in Project description breaks build of debian installation package In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.828&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sat Oct 31 00:58:53 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 23:58:53 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #828: Newline in Project description breaks build of debian installation package In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.828&from=L21haW4- Comment #1 by Beno?t MINISINI: It should be fixed in revision #7437. From bugtracker at ...3416... Sat Oct 31 00:58:56 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 30 Oct 2015 23:58:56 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #828: Newline in Project description breaks build of debian installation package In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.828&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat Oct 31 01:01:56 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 31 Oct 2015 00:01:56 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #815: Software Farm: Projects updates In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.815&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sat Oct 31 01:02:15 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 31 Oct 2015 00:02:15 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #815: Software Farm: Projects updates In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.815&from=L21haW4- Comment #1 by Beno?t MINISINI: Updates are possible only between versions having the same major and minor numbers. Maybe the solution would be added the number of downloads for all minor versions of the programs? Or for all versions whatever the version is? What do you think? From bugtracker at ...3416... Sat Oct 31 01:02:18 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 31 Oct 2015 00:02:18 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #815: Software Farm: Projects updates In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.815&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Waiting. From bugtracker at ...3416... Sat Oct 31 04:44:59 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 31 Oct 2015 03:44:59 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #833: Application.Dir returns rubbish when just-in-time compilation is enabled Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.833&from=L21haW4- Beno?t MINISINI reported a new bug. Summary ------- Application.Dir returns rubbish when just-in-time compilation is enabled Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Unknown Description ----------- If you run that: Fast Public Sub Main() Print Application.Dir End You get a number! System information ------------------ [System] Gambas=3.8.90 r7256 OperatingSystem=Linux Kernel=3.19.0-28-generic Architecture=x86_64 Distribution=Ubuntu 15.04 Desktop=KDE5 Theme=Proxy Language=fr_FR.UTF-8 Memory=6920M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.9 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.27 GTK+3=libgtk-3.so.0.1400.13 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.49.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.4.1 SDL=libSDL-1.2.so.0.11.4 [Environment] APPMENU_DISPLAY_BOTH=1 CLUTTER_IM_MODULE=xim COLORFGBG=15;0 DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-2t4y2wXGt0,guid=1fc6eb596d9ddf315801f661560543aa DEFAULTS_PATH=/usr/share/gconf/plasma.default.path DESKTOP_SESSION=plasma DISPLAY=:0 EDITOR=kwrite GB_GUI=gb.qt5 GPG_AGENT_INFO=/tmp/gpg-av5n6x/S.gpg-agent:1445:1 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_IM_MODULE=ibus GTK_MODULES=overlay-scrollbar GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HISTFILESIZE=32000 HISTIGNORE=&:ls:bg:fg:exit HISTSIZE=32000 HOME= KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 KONSOLE_DBUS_SERVICE=:1.77 KONSOLE_DBUS_SESSION=/Sessions/6 KONSOLE_DBUS_WINDOW=/Windows/4 KONSOLE_PROFILE_NAME= LANG=fr_FR.UTF-8 LANGUAGE=fr:en_US LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME= LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36: MANDATORY_PATH=/usr/share/gconf/plasma.mandatory.path PAM_KWALLET_LOGIN=/tmp//.socket PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PROFILEHOME=/gambas/3.0/trunk/app/src/gambas3 PWD=/gambas/3.0/trunk/app/src/gambas3 QT4_IM_MODULE=ibus QT_IM_MODULE=ibus QT_NO_GLIB=1 QT_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/qt5/plugins:/lib/kde5/plugins/ QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1665,unix/:/tmp/.ICE-unix/1665 SHELL=/bin/bash SHELL_SESSION_ID=acd5968e5a7a4000bd7e912657887242 SHLVL=2 SSH_AGENT_PID=1444 SSH_AUTH_SOCK=/tmp/ssh-2oD9wLSt0Qfz/agent.1379 TERM=xterm TZ=:/etc/localtime USER= WINDOWID=106954808 XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_THEME=breeze_cursors XDG_CONFIG_DIRS=/etc/xdg/xdg-plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share/plasma:/usr/local/share/:/usr/share/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_COOKIE=f7884399ad4e431ca75cde0ec40003db-1443185578.976142-1967476883 XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@...3498...=ibus _=/usr/bin/gbx3 From bugtracker at ...3416... Sat Oct 31 04:45:19 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 31 Oct 2015 03:45:19 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #833: Application.Dir returns rubbish when just-in-time compilation is enabled In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.833&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sat Oct 31 11:58:20 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 31 Oct 2015 10:58:20 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #829: Unable to Insert Time value in postgresql database In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.829&from=L21haW4- Comment #4 by Beno?t MINISINI: The error seems logical, as "0000-00-00" is not a valid date, but nothing changed in the postgresql driver for a long time! So I guess that "0000-00-00" was supported before... From bugtracker at ...3416... Sat Oct 31 12:57:49 2015 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 31 Oct 2015 11:57:49 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #815: Software Farm: Projects updates In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.815&from=L21haW4- Comment #2 by C THALHOFER: Sorry for the late answer. I think, the choosen version system should belong to the author of the program, not to Gambas Farm. My first intention was to have the opportunity to replace a project with a newer one without loosing the number of downloads, so that the author still can see the popularity of his program. Only the author can know, if SuperProject V-1.0.1 is a complete different program than SuperProject V-0.0.20 or if it is the stabilized version. So the author should have the opportinity to: 1) Replace SuperProject V-0.0.20 with SuperProject V-1.0.1 (without loosing number of dl, this was an Update) 2) Delete SuperProject V-0.0.20 (outdated, deprecated, silly try, bad reputation, whatever), install SuperProject V-1.0.1 (start counting new) 3) Keep SuperProject V-0.0.20 (this is the old version, but still in use), install SuperProject V-1.0.1 (new, but completely rewritten version, start counting new for that version) Hmm?? From pata.karlsson at ...626... Sat Oct 31 15:20:11 2015 From: pata.karlsson at ...626... (Patrik Karlsson) Date: Sat, 31 Oct 2015 15:20:11 +0100 Subject: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2 In-Reply-To: <5634010B.7040500@...1...> References: <5634010B.7040500@...1...> Message-ID: Ok, this is what I got: (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0x6eb81460 (LWP 4656)] [New Thread 0x6e176460 (LWP 4657)] [New Thread 0x6d976460 (LWP 4658)] Program received signal SIGSEGV, Segmentation fault. 0x6ff137ce in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 (gdb) bt #0 0x6ff137ce in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 #1 0x6ff13720 in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 Backtrace stopped: previous frame identical to this frame (corrupt stack?) (gdb) 2015-10-31 0:45 GMT+01:00 Beno?t Minisini : > Le 30/10/2015 19:54, Patrik Karlsson a ?crit : > > Hi, > > I added the ppa and installed gambas as usual (apt-get install gambas3). > > When I try to start gambas it segfaults. > > > > Is it because of me, the ppa or gambas? :) > > > > pata at ...3521...:~$ gambas3 > > > > Segmentation fault (core dumped) > > > > pata at ...3521...:~$ gambas3 -V > > > > 3.8.2 > > > > pata at ...3521...:~$ uname -a > > Linux rpi2 4.1.10-v7+ #821 SMP PREEMPT Sat Oct 10 00:16:28 BST 2015 > armv7l > > armv7l armv7l GNU/Linux > > If it segfaults, it's not your fault. It may be the ppa, but it is > usually the interpreter. > > Can you provide a stack backtrace of the crash as explained in the ?5 of > the "reporting a problem" website page? > > Thanks. > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Sat Oct 31 17:25:42 2015 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 31 Oct 2015 17:25:42 +0100 Subject: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2 In-Reply-To: References: <5634010B.7040500@...1...> Message-ID: <5634EB86.2090905@...1...> Le 31/10/2015 15:20, Patrik Karlsson a ?crit : > Ok, this is what I got: > > (gdb) run > Starting program: /usr/bin/gbx3 > [Thread debugging using libthread_db enabled] > Using host libthread_db library > "/lib/arm-linux-gnueabihf/libthread_db.so.1". > [New Thread 0x6eb81460 (LWP 4656)] > [New Thread 0x6e176460 (LWP 4657)] > [New Thread 0x6d976460 (LWP 4658)] > > Program received signal SIGSEGV, Segmentation fault. > 0x6ff137ce in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 > (gdb) bt > #0 0x6ff137ce in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 > #1 0x6ff13720 in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 > Backtrace stopped: previous frame identical to this frame (corrupt stack?) > (gdb) > I have no idea why the interpreter is inside he libLLVM library. He should be there. Are you sure you have run the gambas 3 IDE? Can you compile Gambas from sources with debugging information on the RPi, so that we get more information? -- Beno?t Minisini From pata.karlsson at ...626... Sat Oct 31 18:27:21 2015 From: pata.karlsson at ...626... (Patrik Karlsson) Date: Sat, 31 Oct 2015 18:27:21 +0100 Subject: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2 In-Reply-To: <5634EB86.2090905@...1...> References: <5634010B.7040500@...1...> <5634EB86.2090905@...1...> Message-ID: Well, I downloaded the source and: cd gambas3-3.8.2/app/src/gambas3/ pata at ...3521...:~/H?mtningar/gambas3-3.8.2/app/src/gambas3$ gbc3 -agt OK pata at ...3521...:~/H?mtningar/gambas3-3.8.2/app/src/gambas3$ gdb gbx3 GNU gdb (Ubuntu 7.10-1ubuntu2) 7.10 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-linux-gnueabihf". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from gbx3...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0x6eb0b460 (LWP 11722)] [New Thread 0x6e106460 (LWP 11723)] [New Thread 0x6d7ff460 (LWP 11724)] Program received signal SIGSEGV, Segmentation fault. 0x6fef07ce in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 (gdb) bt #0 0x6fef07ce in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 #1 0x6fef0720 in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 Backtrace stopped: previous frame identical to this frame (corrupt stack?) (gdb) 2015-10-31 17:25 GMT+01:00 Beno?t Minisini : > Le 31/10/2015 15:20, Patrik Karlsson a ?crit : > > Ok, this is what I got: > > > > (gdb) run > > Starting program: /usr/bin/gbx3 > > [Thread debugging using libthread_db enabled] > > Using host libthread_db library > > "/lib/arm-linux-gnueabihf/libthread_db.so.1". > > [New Thread 0x6eb81460 (LWP 4656)] > > [New Thread 0x6e176460 (LWP 4657)] > > [New Thread 0x6d976460 (LWP 4658)] > > > > Program received signal SIGSEGV, Segmentation fault. > > 0x6ff137ce in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 > > (gdb) bt > > #0 0x6ff137ce in ?? () from > /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 > > #1 0x6ff13720 in ?? () from > /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 > > Backtrace stopped: previous frame identical to this frame (corrupt > stack?) > > (gdb) > > > > I have no idea why the interpreter is inside he libLLVM library. He > should be there. Are you sure you have run the gambas 3 IDE? > > Can you compile Gambas from sources with debugging information on the > RPi, so that we get more information? > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From pata.karlsson at ...626... Sat Oct 31 23:39:16 2015 From: pata.karlsson at ...626... (Patrik Karlsson) Date: Sat, 31 Oct 2015 23:39:16 +0100 Subject: [Gambas-user] gambas3 segfaults on Ubuntu MATE for the Raspberry Pi 2 In-Reply-To: References: <5634010B.7040500@...1...> <5634EB86.2090905@...1...> Message-ID: I built in from source and now the IDE starts ok, however, gb.jit was disabled. Is it possible to solve that one? 2015-10-31 18:27 GMT+01:00 Patrik Karlsson : > Well, I downloaded the source and: > > cd gambas3-3.8.2/app/src/gambas3/ > pata at ...3521...:~/H?mtningar/gambas3-3.8.2/app/src/gambas3$ gbc3 -agt > OK > pata at ...3521...:~/H?mtningar/gambas3-3.8.2/app/src/gambas3$ gdb gbx3 > GNU gdb (Ubuntu 7.10-1ubuntu2) 7.10 > Copyright (C) 2015 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later < > http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "arm-linux-gnueabihf". > Type "show configuration" for configuration details. > For bug reporting instructions, please see: > . > Find the GDB manual and other documentation resources online at: > . > For help, type "help". > Type "apropos word" to search for commands related to "word"... > Reading symbols from gbx3...(no debugging symbols found)...done. > (gdb) run > Starting program: /usr/bin/gbx3 > [Thread debugging using libthread_db enabled] > Using host libthread_db library > "/lib/arm-linux-gnueabihf/libthread_db.so.1". > [New Thread 0x6eb0b460 (LWP 11722)] > [New Thread 0x6e106460 (LWP 11723)] > [New Thread 0x6d7ff460 (LWP 11724)] > > Program received signal SIGSEGV, Segmentation fault. > 0x6fef07ce in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 > (gdb) bt > #0 0x6fef07ce in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 > #1 0x6fef0720 in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 > Backtrace stopped: previous frame identical to this frame (corrupt stack?) > (gdb) > > 2015-10-31 17:25 GMT+01:00 Beno?t Minisini : > >> Le 31/10/2015 15:20, Patrik Karlsson a ?crit : >> > Ok, this is what I got: >> > >> > (gdb) run >> > Starting program: /usr/bin/gbx3 >> > [Thread debugging using libthread_db enabled] >> > Using host libthread_db library >> > "/lib/arm-linux-gnueabihf/libthread_db.so.1". >> > [New Thread 0x6eb81460 (LWP 4656)] >> > [New Thread 0x6e176460 (LWP 4657)] >> > [New Thread 0x6d976460 (LWP 4658)] >> > >> > Program received signal SIGSEGV, Segmentation fault. >> > 0x6ff137ce in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 >> > (gdb) bt >> > #0 0x6ff137ce in ?? () from >> /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 >> > #1 0x6ff13720 in ?? () from >> /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 >> > Backtrace stopped: previous frame identical to this frame (corrupt >> stack?) >> > (gdb) >> > >> >> I have no idea why the interpreter is inside he libLLVM library. He >> should be there. Are you sure you have run the gambas 3 IDE? >> >> Can you compile Gambas from sources with debugging information on the >> RPi, so that we get more information? >> >> -- >> Beno?t Minisini >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > >