Re: [Gambas-user] fullscreen

2015-01-05 Thread Alexie
Can you retest it with Gambas3? Gambas2 isn't supported anymore. 2015-01-05 14:21 GMT+01:00 Reiner Goerlach : > After switching from Form1 to Form2 and back to Form1, Form1 is still in > Fullscreen-Mode. If I do it scond time, Form1 shows still > Fullscreen-Mode, but in reality it has turned to m

Re: [Gambas-user] fullscreen

2015-01-06 Thread Alexie
Hi Reiner, When i look at the supported Ubuntu releases, only 10.04 SERVER is still supported. The desktop is already out of support for 2 years: https://wiki.ubuntu.com/Releases The 2.24.0 has been released on 9-Apr-2012, almost 3 years ago now ... Unless a Gambas developer is willing to fix th

Re: [Gambas-user] JSON Parsing

2015-01-16 Thread Alexie
JSON.Decode is standard in Gambas and works very good. It is in the "gb.web" component. If you read the data as "string", you can do as follows: Dim c As New Collection Dim s As String = "{ "id": 1} c = JSON.Decode(s) Or if you want ""/Null in your JSON collection: Dim c As New JSONCollection

Re: [Gambas-user] Rpi

2015-02-09 Thread Alexie
Gambas 3.6.2 is running fine on the Pi2 (using the Raspberry Pi DEBs). It is noticeable faster :-) 2015-02-09 15:41 GMT+01:00 CJ : > @Antonio: > > Good compariosn link. Have you tried the Odroid C1 with Gambas? I mean > are there C libs for accessing I/O ports etc. > > What I really like with Odr

Re: [Gambas-user] Rpi 2

2015-02-13 Thread Alexie
Hi Mike, Compiling Gambas3 on a Pi / Pi2 is a long task, so for the DomotiGa project we created pre-compiled packages of Gambas 3.6.2 (and when new version are released, we will update ofcourse). You can download/install as follows: $ wget -O - https://domotiga.nl/apt/public.gpg.key | sudo apt-k

Re: [Gambas-user] datediff problem

2015-08-01 Thread Alexie
Hi Benoit, I also found a bug with ToolBox, and sent the project to your gmail address ... Maybe it is something you can fix (hoping :-)). Regards, Alex 2015-08-01 18:16 GMT+02:00 Benoît Minisini : > Le 01/08/2015 17:52, Benoît Minisini a écrit : > > Le 01/08/2015 17:33, nando a écrit : > >> He

[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

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

2015-08-03 Thread Alexie
eady 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 wrote: > > > >> Hi, > >> > >> Just want to mention the PPA for Gambas 3.8.0 & Ubuntu 12.04 is > &

Re: [Gambas-user] Gambas 3.8 seems to work odd

2015-08-25 Thread Alexie
Can you supply an example project? Normally Benoit fixes these things extremely quick (if he can reproduce it) 2015-08-25 8:28 GMT+02:00 Ivan Kern : > Hello, > No you are not alone. My Gambas3-3.5.2 project which worked very well under > Ubuntu10.04 not work with Gambas3-8.0 under Ubuntu14.04 and

[Gambas-user] Gambas3, ServerSocket and SSL support

2015-09-25 Thread Alexie
Hi All, Gambas3 has a lot of networking features, including acting like a (Web) Server. Only thing what is lacking is SSL support and IPv6 (separate topic :-)) ... I made some code for DomotiGa, to support SSL in the ServerSocket. I basically create a wrapper around the ServerSocket and Socket, ca

Re: [Gambas-user] Embedding the Linux console

2016-04-28 Thread Alexie
+1 for a release soon :-) 2016-04-28 18:35 GMT+02:00 Benoît Minisini : > Le 28/04/2016 18:24, Jorge Carrión a écrit : > > Aaarrghh!!! WHEN will be released de next estable version 😁😁 > > > > We only work with estable versions... have more than 60 computers in 6 > > differents cities. Can't ac

Re: [Gambas-user] qt5

2016-05-01 Thread Alexie
I can confirm, the gambas3 3.8.4 packages on the PPA do *not* work on Ubuntu 16.04. The daily-build works fine. 2016-05-01 17:11 GMT+02:00 Benoît Minisini : > Le 01/05/2016 16:01, Charlie a écrit : > > Thanks for the reply Benoît. Ubuntu 16.04 has Gambas 3.8.4 which I also > use > > on Linux Mint

Re: [Gambas-user] qt5

2016-05-01 Thread Alexie
The owner of the PPA is 'sebikul', not sure if he is around in this group? 2016-05-01 17:33 GMT+02:00 Charlie : > Are you able to add a 'xenial' repository to the Gambas ppa so that we can > download the stable version that will work from there? > > > > -- > View this message in context: > http:/

Re: [Gambas-user] qt5

2016-05-01 Thread Alexie
I see a newer build (3 hours ago) for gambas3 3.8.4 and Ubuntu 16.04 in the PPA ... Maybe this one works ;-) 2016-05-01 18:54 GMT+02:00 Alexie : > The owner of the PPA is 'sebikul', not sure if he is around in this group? > > 2016-05-01 17:33 GMT+02:00 Charlie : > &g

Re: [Gambas-user] qt5

2016-05-02 Thread Alexie
@Sebastian: Now i see it ... Ubuntu 16.04 has gambas3 3.8.4 too ... which makes the bl**dy mess of it: *root@ubuntu*:*/etc/apt/sources.list.d*# apt-cache policy gambas3 gambas3: Installed: (none) Candidate: 3.8.4-2ubuntu3 Version table: 3.8.4-2ubuntu3 500 500 http://us.a

Re: [Gambas-user] qt5

2016-05-02 Thread Alexie
Thanks, i will give it a try in a few hours :-) 2016-05-02 18:39 GMT+02:00 Sebastian Kulesz : > I'm building a new package with a greater version number. Give it an hour > or two to finish and the update should show up when you do apt-get update & > upgrade > > On Mon, M

Re: [Gambas-user] qt5

2016-05-02 Thread Alexie
Just looked, and this PPA is now automatically selected ... And this one works on Ubuntu 16.04 ! ... Thanks Sebastian! ​ -- Find and fix application performance issues faster with Applications Manager Applications Manager p

Re: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04

2016-05-05 Thread Alexie
Raspbian (jessie) & gambas3 3.8.4 works fine here: https://www.domotiga.nl/projects/domotiga/wiki/DomotiGa_Installation#Gambas-From-PPA-Raspberry-Pi-Pi-2-Pi-3 Also note the gambas3 3.8.4 in the Ubuntu 16.04 repo isn't working either on x86/x86_64 ... So most likely it is broken too in the Pi rele

Re: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04

2016-05-05 Thread Alexie
You're welcome ;-) We compile the gambas3 on the Pi yourself, and publish it on domotiga.nl ... for other people to use it, because the Pi is one of the few architectures where there is no 'good' recent gambas3 release. 2016-05-05 21:10 GMT+02:00 Wolfgang <1...@dl7nb.de>:

Re: [Gambas-user] Serial Port issues and events.

2016-06-30 Thread Alexie
Do you have a better/working example? Using multiple serialport works fine in Gambas (we use it in DomotiGa). You can read byte for byte, or read it into an array (latter one i recommend). Then you just loop through the array until you find STX/ETX characters ;-) 2016-06-30 12:17 GMT+02:00 zxMarce

Re: [Gambas-user] Serial Port issues and events.

2016-06-30 Thread Alexie
g) is the incorrect thinking > > -Fernando > > > > -- > > Open WebMail Project (http://openwebmail.org) > > > > > > -- Original Message --- > > From: ML > > To: gambas-user@lists.sourceforge.net > > Sent: Thu, 30 Jun

Re: [Gambas-user] [Gambas Bug Tracker] Bug #960: Cannot get dynamically created SerialPort control events to raise.

2016-07-01 Thread Alexie
You are aware events like _Read() only will be called in 'wait' loop? If you call 'sleep' or only process data without waiting on anything, the event will NEVER be called. In you example "SerPort_Read" has no real usage, you declare it as event, but is never used as event. 2016-07-01 13:47 GMT+02

Re: [Gambas-user] Gambas on OSX

2016-07-11 Thread Alexie
I don't think there is a dmg to be downloaded, but did you try yourself to compile Gambas with XCode? 2016-07-11 8:13 GMT+02:00 Roel Touwen : > Anybody? > > > Op 08-07-16 om 11:41 schreef Roel Touwen: > > Hi All, > > > > Browsing on the internet I found someone who already in 2011 succeeded > > i

Re: [Gambas-user] Gambas 3.4.1 won't compile on mint linux

2013-07-17 Thread Alexie
Normal steps are: ./reconf-all ./configure -C make sudo make install I think you forgot the "./reconf-all" :-) 2013/7/18 paulwheeler > >I downloaded the bz2 file from sourceforge for gambas3-3.4.1 at about > 5:30 >gmt >Looked at Installation instructions ("INSTALL") which said to

[Gambas-user] List of Open Forms?

2013-08-27 Thread Alexie
Hi All, Gambas allows me to open multiple forms within the same application, this works great. Only when i try to quit the application, all forms need to be manually closed too ;-( Is there an option to retrieve the list of opened forms (then i can call the .close option myself) or another option

Re: [Gambas-user] List of Open Forms?

2013-08-27 Thread Alexie
Thanks for the quick answer and i will try it out tonight ... I thought it would be much more complex :-) 2013/8/27 Kende Krisztián > > Hi All, > > > > Gambas allows me to open multiple forms within the same application, > > this works great. Only when i try to quit the application, all forms >

[Gambas-user] MySQL connection gone away, how to re-establish?

2013-09-05 Thread Alexie
Hi, We are connection to a MySQL database (on the local machine) and the application sometimes runs for days/weeks and numerous select, update, delete, etc are going over the connection every hour (so it isn't lack of traffic). We do things like: rResult = Main.hDB.Exec("UPDATE devices_alex SET

Re: [Gambas-user] MySQL connection gone away, how to re-establish?

2013-09-06 Thread Alexie
Version 3.4.2 is used, and after reconnecting, the request will be retried too? Currently i see an error thrown. 2013/9/6 Benoît Minisini > Le 06/09/2013 08:12, Alexie a écrit : > > Hi, > > > > We are connection to a MySQL database (on the local machine) and the > >

[Gambas-user] External library and calling functions?

2013-11-10 Thread Alexie
Hi All, Gambas is very capable of interfacing with external libraries, as documented in: http://gambasdoc.org/help/howto/extern?v3 I got it all working fine, i can call a function inside the library and i get a value back (if there is a return value in the function). Only I want something else n

Re: [Gambas-user] External library and calling functions?

2013-11-11 Thread Alexie
Hi Benoit, That sounds very promsing, but do you have an example of such callback coded in Gambas? I can't really find it in the previous link for external libraries. Regards, Alex 2013/11/11 Benoît Minisini > Le 11/11/2013 07:27, Alexie a écrit : > > Hi All, > > > &

Re: [Gambas-user] External library and calling functions?

2013-11-11 Thread Alexie
Ok, found an example on the following link: http://www.gambasdoc.org/help/lang/extdecl?v3 Will try it out :) 2013/11/11 Alexie > Hi Benoit, > > That sounds very promsing, but do you have an example of such callback > coded in Gambas? I can't really find it in the previous

Re: [Gambas-user] installation problem 3.5.1

2013-11-30 Thread Alexie
The following worked for me on Debian 7.x: sudo apt-get install subversion build-essential autoconf mysql-client libbz2-dev \ libfbclient2 libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev \ libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev \

[Gambas-user] Gambas and TCP "PSH" (push) flag?

2014-01-20 Thread Alexie
Hi, I am writing a client and server application to send data, only for some "raw" TCP communication I need to use the "PSH" (push) flag. This notifies the other side no data will come and the other side can send a response. I tried with the gb.net sockets, but I never get the PSH flag in my TCP

Re: [Gambas-user] New Gambas wiki is online!

2014-03-09 Thread Alexie
Nice new site :-) But can https be enabled for authentication? 2014-03-09 19:08 GMT+01:00 Benoît Minisini : > Hi, > > The new Gambas wiki is now online at: > > http://gambaswiki.org > > Please register to check the registration process, and then play with > it, so that I can eventually fix the a

Re: [Gambas-user] Pre-release of gambas 3.5.4

2014-06-30 Thread Alexie
Hi Benoit, When i download the pre-release, the "gambas3 -V" output still shows 3.5.2: domo@ubuntu1404:~$ gbc3 -V 3.5.4 domo@ubuntu1404:~$ gbx3 -V 3.5.4 domo@ubuntu1404:~$ gambas3 -V 3.5.2 Regards, Alex 2014-06-23 3:36 GMT+02:00 Olivier Cruilles : > Hello, > > I compiled the pre-release

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-08-01 Thread Alexie
Hi Benoit, For #8, i think the problem is that during SSL authentication failure, the openssl isn't killed off properly. Just before the kill, it looks fine: me@ubuntu:~$ ps -ef | grep -i open me 3221 3193 0 14:32 pts/23 00:00:00 /usr/bin/openssl s_client -quiet -connect smtp.gmail.com 465 m

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-08-01 Thread Alexie
Hi Benoit, Not, that doesn't seem to solve the issue. I am looking into the SmtpClient code, maybe i can spot something, i will let you know. Regards, Alex 2014-08-01 14:57 GMT+02:00 Benoît Minisini : > Le 01/08/2014 14:37, Alexie a écrit : > > Hi Benoit, > > > > F

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-08-02 Thread Alexie
08-01 15:26 GMT+02:00 Alexie : > Hi Benoit, > > Not, that doesn't seem to solve the issue. I am looking into the > SmtpClient code, maybe i can spot something, i will let you know. > > Regards, > Alex > > > 2014-08-01 14:57 GMT+02:00 Benoît Minisini : > &

Re: [Gambas-user] Feature suggestion: GAMBAS optional runtime auto-update

2014-08-24 Thread Alexie
To jump in the auto-update, but now from application side ... Does anybody has written a Gambas project, which can auto-update itself from a website (e.g. download gz/tar or git/svn) and restart itself? 2014-08-24 22:36 GMT+02:00 Willy Raets : > On zo, 2014-08-24 at 15:12 -0400, Kevin Fishburn

Re: [Gambas-user] Gambas3 on a banana pi?

2014-09-25 Thread Alexie
If you compile from scratch, following e.g. the Debian or Cubieboard instructions, does it work then? 2014-09-25 12:15 GMT+02:00 Wolfgang, dl7nb : > Hello, > > I try to get the latest Gambas 3.5.4 working on a banana pi. This little > rascal works with a /ARM/-Cortex-A7-Dual-Core-CPU. > When I in

Re: [Gambas-user] rev 5040 make fails ("32 bit error again")

2012-08-14 Thread Alexie
I can successfully compile r5040 on Lubuntu 10.04 32-bits (just did it) 2012/8/14 Benoît Minisini > Le 14/08/2012 13:48, Benoît Minisini a écrit : > > Le 14/08/2012 13:35, Bruce a écrit : > >> Can't build 5040 :-( > >> > >> The last make log is attached, but iirc this is a 32 vs 64 bit error? >

[Gambas-user] Does XML-RPC RpcServer supports SSL?

2012-11-05 Thread Alexie
Hi, We are using XML-RPC (gb.xml.rpc) RpcServer component of gambas in a project, but this is just "plain" (none-encrypted) XML interface. Is it possible to use this interface SSL encrypted? I can't find anything on the internet/documentation. Regards, Alex ---

Re: [Gambas-user] Does XML-RPC RpcServer supports SSL?

2012-11-05 Thread Alexie
asking ... maybe it is a nice feature to implement? :) 2012/11/5 Adrien Prokopowicz > > Hi Alexie, > > There is not, to my knowledge, any function like this in gb.xml.rpc. > But I think you can easily use it through an SSH tunnel to the server. > > Regards, > Adrien. &g

Re: [Gambas-user] svn 5313 Unable to compile gambas3

2012-11-10 Thread Alexie
Same here for Ubuntu 10.04 2012/11/10 wally > SVN 5313 "Unable to compile gambas3" > on OpenSuse 12.2 > > see logs attached > > > > > -- > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynam

Re: [Gambas-user] Issue 354 in gambas: TreeView.RowToItem.296: #13: Null object (gambas3 r5302)

2012-11-10 Thread Alexie
@Benoit: I retested with r5305, but the problem isn't fixed yet. 2012/11/8 > > Comment #3 on issue 354 by uale...@gmail.com: TreeView.RowToItem.296: #13: > Null object (gambas3 r5302) > http://code.google.com/p/gambas/issues/detail?id=354 > > I tested it again with r5305, but it isn't fixed yet

Re: [Gambas-user] svn 5313 Unable to compile gambas3

2012-11-10 Thread Alexie
Thanks Kevin, a fresh copy of the SVN compiles successfully. 2012/11/10 Kevin Fishburne > On 11/10/2012 03:15 AM, Alexie wrote: > >> Same here for Ubuntu 10.04 >> >> 2012/11/10 wally >> >> SVN 5313 "Unable to compile gambas3" >>> on O

Re: [Gambas-user] svn 5313 Unable to compile gambas3

2012-11-10 Thread Alexie
Thanks Benoit, it is compiling and installing fine now. 2012/11/10 Ru Vuott > Yes, now it's OK ! > > vuott > > > > --- Sab 10/11/12, Benoît Minisini ha > scritto: > > > Da: Benoît Minisini > > Oggetto: Re: [Gambas-user] svn 5313 Unable to compile gambas3 > > A: "mailing list for gambas users"

Re: [Gambas-user] Issue 354 in gambas: TreeView.RowToItem.296: #13: Null object (gambas3 r5302)

2012-11-12 Thread Alexie
I tried r5319 and it works fine now. Again thanks for fixing it. 2012/11/12 > > Comment #4 on issue 354 by benoit.m...@gmail.com: TreeView.RowToItem.296: > #13: Null object (gambas3 r5302) > http://code.google.com/p/gambas/issues/detail?id=354 > > It should really be fixed with revision #5316. >

[Gambas-user] When is Gambas 3.3.5 or 3.4.x released?

2013-01-27 Thread Alexie
@Benoit: When is the next "official" version of gambas been release, because there were a lot of fixes in SVN :-) Regards, Alex -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps,

Re: [Gambas-user] When is Gambas 3.3.5 or 3.4.x released?

2013-01-27 Thread Alexie
Thanks Benoit for the quick response and i will wait on that release. 2013/1/27 Benoît Minisini > Le 27/01/2013 21:24, Alexie a écrit : > > @Benoit: > > > > When is the next "official" version of gambas been release, because there > > were a lot of fixes

Re: [Gambas-user] MySQL language problems

2013-02-27 Thread Alexie
The pre-released 3.4.0 does NOT contain the patch, but it is in the official 3.4.0 release. If you install from launchpad, i am not sure what the source is ... 2013/2/27 Jorge Carrión > I think that my version is without the patch. I'm using 3.4.0 version wich > is in the launchpad.nemh reposito

Re: [Gambas-user] Gambas 3.9.1 on Launchpad?

2016-10-12 Thread Alexie
Thanks from me too :-) 2016-10-13 8:09 GMT+02:00 Christof Thalhofer : > Am 13.10.2016 um 03:08 schrieb Sebastián Kulesz: > > The update should be live by now. > > Great! Thank you very much! > > :-) > > Alles Gute > > Christof Thalhofer > > -- > Dies ist keine Signatur > > > -

Re: [Gambas-user] Segmentation fault

2016-11-07 Thread Alexie
I don't get a segmentation fault in 3.9.1, but your need to remove "Merge = True" from your FMain.form and then it runs here successfully. 2016-11-07 12:31 GMT+01:00 Richard Welch : > Of course, this may already have been solved, or even be the expected > behaviour > *I have already found a w

Re: [Gambas-user] Serial I/O with byte data

2017-05-14 Thread Alexie
Following should work for you: Public Sub XXX_Read() Dim iLen As Integer Dim aData As Byte[] iLen = Lof(Last) aData = New Byte[] aData.Resize(iLen) Try aData.Read(Last, 0, iLen) End You need to get the length (lof) first, then resize array ... only then you can read it. 2017-05-14