Re: [Gambas-user] Problem with MySQL syntax with DataSource and DataView

2015-08-03 Thread Martin McGlensey
Some more information. If I create a Result object using the syntax below the SQL query executes properly. Dim sSQL as String = Null Dim hRows as Result = Null sSQL = SELECT tblparcel_numbers.Key FROM tblparcel_numbers WHERE tblparcel_numbers.Key frmEntry.DataControl10.Value hRows =

Re: [Gambas-user] Gambas 3.8 is out ~~~Holidays!

2015-08-03 Thread Fabien Bodard
And what about someting like the gambasforge style ? It need some rework to replace parts like the forge by the farm, but the forum is cool and the style match the actual gambas colors. 2015-08-02 18:40 GMT+02:00 Christof Thalhofer chri...@deganius.de: Hello, Am 01.08.2015 um 17:30 schrieb

[Gambas-user] Installing 3.8 On Debian

2015-08-03 Thread Nigel Verity
I have discovered a cheat method to install Gambas 3.8 on Debian without the need for compilation. Specifically I am running LMDE 2 but the principle should work on any Debian-based system. Dependencies: Access to an Ubuntu or Linux Mint computer onto which 3.8 has been installed from the

Re: [Gambas-user] Problem Iconview Orientation Horizontal

2015-08-03 Thread Adrien Prokopowicz
Le Mon, 03 Aug 2015 22:30:17 +0200, herberth guzman herberthguz...@gmail.com a écrit: Hi Benoit I have a problem with IconView IconView1.Orientation = Arrange.Horizontal Error = Pending Path If you are in Vertical it works well. IconView1.Orientation = Arrange.Vertical I have

Re: [Gambas-user] Launchpad Gambas 3.8.0 broken for Ubuntu 12.04

2015-08-03 Thread Sebastian Kulesz
It should be fixed, but some other thing might have slipped my hand. Please let me know if you find anything else, and sorry again :P On Mon, Aug 3, 2015 at 5:36 PM, Sebastian Kulesz sebi...@gmail.com wrote: Yup. Found the bug, for some reason I added an explicit dependence in gb.eval when it

Re: [Gambas-user] Gambas 3.8 on Launchpad naming error?

2015-08-03 Thread Christof Thalhofer
Am 02.08.2015 um 19:42 schrieb Sebastian Kulesz: No error here. It was a mistake I made while packaging the new component, but I fixed it several weeks ago. I have no idea why this is showing just now, but you can safely delete the old package. Ok, thank you. I had that question, because I

Re: [Gambas-user] about gambas3 3.8.0 in archlinux-like(manjaro) problem

2015-08-03 Thread Tobias Boege
On Mon, 03 Aug 2015, tsukuba GIMP user wrote: because manjaro pacman only have 3.7.1 version gambas so i try goto gambas website download the tar.bz2 package to install gambas 3.8.0 but when i in console run ./reconf-all then console will be always loop in loop start Unescaped left

Re: [Gambas-user] [Re] Problem with MySQL syntax with DataSource

2015-08-03 Thread Charlie Reinl
Am Montag, den 03.08.2015, 09:14 -0400 schrieb Martin McGlensey: Adrien, Thanks for your reply. I am able to execute the query SELECT * FROM tblparcel_numbers WHERE tblparcel_numbers.Key '200'; using MySQL Worrkbench. The query returns the expected data with no errors. So I think that

[Gambas-user] Launchpad Gambas 3.8.0 broken for Ubuntu 12.04

2015-08-03 Thread Alexie
Hi, Just want to mention the PPA for Gambas 3.8.0 Ubuntu 12.04 is broken, it wouldn't install (anymore): root@ubuntu:~# apt-get install gambas3 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that

[Gambas-user] [Re] Problem with MySQL syntax with DataSource

2015-08-03 Thread Martin McGlensey
Adrien, Thanks for your reply. I am able to execute the query SELECT * FROM tblparcel_numbers WHERE tblparcel_numbers.Key '200'; using MySQL Worrkbench. The query returns the expected data with no errors. So I think that the datafile is OK. This is about 1% of a very large project. It will

[Gambas-user] Problem Iconview Orientation Horizontal

2015-08-03 Thread herberth guzman
Hi Benoit I have a problem with IconView IconView1.Orientation = Arrange.Horizontal Error = Pending Path If you are in Vertical it works well. IconView1.Orientation = Arrange.Vertical I have Gambas3 3.8 Rev.7215 Regards, Herberth

Re: [Gambas-user] Launchpad Gambas 3.8.0 broken for Ubuntu 12.04

2015-08-03 Thread Sebastian Kulesz
Yup. Found the bug, for some reason I added an explicit dependence in gb.eval when it is already included in the Gambas runtime. I will fix it as soon as I get home, sorry about that :( On Mon, Aug 3, 2015, 14:06 Alexie uale...@gmail.com wrote: Hi, Just want to mention the PPA for Gambas