Re: [Gambas-user] Pre-release of Gambas 3.10.0 two confirme bug since 3.5 by Cristof

2017-07-23 Thread PICCORO McKAY Lenz
ok i see it but there's still the problem of line handling, if the cursor
go to the end.. i must still pulse 8 times more to ide show the rest of the
line

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2017-07-23 5:02 GMT-04:30 Christof Thalhofer :

> Am 22.07.2017 um 13:08 schrieb PICCORO McKAY Lenz:
> > i confirme the two bugs of Christof:
> >
> >
> >> I just tested Gambas daily, it does some weird thing with indentation in
> >> the editor of the IDE when a string before an "If" goes over more than
> >> one line.
> >
> > the "weird!" IDE line hanglind are since gambas 3.5, the line has some
> > strange behaviour..
>
> No. That what I reported was not in 3.9, and it is already fixed.
>
>
> Alles Gute
>
> Christof Thalhofer
>
> --
> Dies ist keine Signatur
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0 two confirme bug since 3.5 by Cristof

2017-07-23 Thread Christof Thalhofer
Am 22.07.2017 um 13:08 schrieb PICCORO McKAY Lenz:
> i confirme the two bugs of Christof:
> 
> 
>> I just tested Gambas daily, it does some weird thing with indentation in
>> the editor of the IDE when a string before an "If" goes over more than
>> one line.
> 
> the "weird!" IDE line hanglind are since gambas 3.5, the line has some
> strange behaviour..

No. That what I reported was not in 3.9, and it is already fixed.


Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur



signature.asc
Description: OpenPGP digital signature
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-22 Thread Benoît Minisini via Gambas-user

Le 22/07/2017 à 10:38, Christof Thalhofer a écrit :

Am 20.07.2017 um 22:49 schrieb Christof Thalhofer:


I will try it out at the weekend ... then I have time.


I just tested Gambas daily, it does some weird thing with indentation in
the editor of the IDE when a string before an "If" goes over more than
one line.

I have installed:

3.9.90+svn8165+build3~ubuntu16.04.1

Attached there is a piece of code copied out of the editor. If you look at

"If msg Then"

This If has not the right indentation.

Alles Gute

Christof Thalhofer



That bug should have been fixed in revision #8166.

Regards,

--
Benoît Minisini

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0 two confirme bug since 3.5 by Cristof

2017-07-22 Thread PICCORO McKAY Lenz
i confirme the two bugs of Christof:


> I just tested Gambas daily, it does some weird thing with indentation in
> the editor of the IDE when a string before an "If" goes over more than
> one line.

the "weird!" IDE line hanglind are since gambas 3.5, the line has some
strange behaviour..

1) when a string before an "If" goes over more than one line. if the
identation was set by user, when just push "intro" to make a new line, the
identation always goes to 2 spaces, and the user set identation are not
used.

2) when the ide has a large line that does not word wrap, the next last 8
chars of the line that are close to the limit of the screen are not showed,
user must push/move more chars to the right to show complete and discover
the left of the line, i mean if the line are too  large, in the limits of
the screen 8 chars are never showed

2017-07-22 4:37 GMT-04:30 Christof Thalhofer :

> I have a query against a Postgresql function which returns the
> postgresql type "date".
>

This its a well knowed "another bug" respect the databases support in
gambas, reported by me some time ago, i can't find where, but was before
new bugtraker , there many other .. due too much focus in mysql...

In Gambas 3.9.99 I get:
>
> 10/01/2012 02:00:00
> 11/01/2012 02:00:00
>
> In Gambas 3.9 stable I got:
>
> 10/01/2012
> 11/01/2012
>
> (All my statistics with gnuplot are fucked up now ...)
> (Yes I know, I should have to format the date)
>
>
> Alles Gute
>
> Christof Thalhofer
>
> --
> Dies ist keine Signatur
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-22 Thread Christof Thalhofer
Am 20.07.2017 um 22:49 schrieb Christof Thalhofer:

> I will try it out at the weekend ... then I have time.

I just tested Gambas daily, it does some weird thing with indentation in
the editor of the IDE when a string before an "If" goes over more than
one line.

I have installed:

3.9.90+svn8165+build3~ubuntu16.04.1

Attached there is a piece of code copied out of the editor. If you look at

"If msg Then"

This If has not the right indentation.

Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur
' Gambas class file

Sub ShowBadIndentation()

  Dim msg as String
  
  If strusername = LocalSettings.Username And NoOwnDelete = False Then
msg = "This is first line" &
  "this is second"

  If msg Then
  Print "ahh thats wrong indentation"
End If
  End If

End


signature.asc
Description: OpenPGP digital signature
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-22 Thread Fabien Bodard
Le 22 juil. 2017 03:56, "Benoît Minisini via Gambas-user" <
gambas-user@lists.sourceforge.net> a écrit :

Le 19/07/2017 à 17:01, Sebastián Kulesz a écrit :

> Hi Benoît,
>
> I wanted to ask you what were the component changes since the last release.
> I am on an exchange in Germany and couldn't really follow the progress on
> this development cycle.
> Specifically, any added or removed components. And any changes of
> dependencies. With that information, and as soon as I have time, I will
> update the PPAs.
>
> Regards,
> Sebastian
>
>
Mmm... I can tell you the new components:

- gb.term : written in C, depends only on the libc.

- gb.term.form : written in Gambas, depends on gb.term (because of Fabien's
mistake, the dependency is missing. It is fixed in revision #8165, and I
will regenerate a source package).

I'm not sure this component is ready to do something interesting for the
time. Maybe I can work on it on hollidays.



- gb.web.feed : written in Gambas, depends on gb.xml.

Anyway you have to check the dependencies of the binary packages with the
component tables on that page: http://gambaswiki.org/wiki/howto/package

It lists all dependencies dynamically from the component information files,
so it is up to date.

For dependencies on system libraries, I have updated the Ubuntu
installation page: http://gambaswiki.org/wiki/install/ubuntu

AFAIK, the only boring dependency is "postgresql-server-dev-X.Y", because
there is the version inside the package name, so you have to change the
package according to the Ubuntu version.

Regards,

-- 
Benoît Minisini



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-21 Thread Benoît Minisini via Gambas-user

Le 19/07/2017 à 17:01, Sebastián Kulesz a écrit :

Hi Benoît,

I wanted to ask you what were the component changes since the last release.
I am on an exchange in Germany and couldn't really follow the progress on
this development cycle.
Specifically, any added or removed components. And any changes of
dependencies. With that information, and as soon as I have time, I will
update the PPAs.

Regards,
Sebastian



Mmm... I can tell you the new components:

- gb.term : written in C, depends only on the libc.

- gb.term.form : written in Gambas, depends on gb.term (because of 
Fabien's mistake, the dependency is missing. It is fixed in revision 
#8165, and I will regenerate a source package).


- gb.web.feed : written in Gambas, depends on gb.xml.

Anyway you have to check the dependencies of the binary packages with 
the component tables on that page: http://gambaswiki.org/wiki/howto/package


It lists all dependencies dynamically from the component information 
files, so it is up to date.


For dependencies on system libraries, I have updated the Ubuntu 
installation page: http://gambaswiki.org/wiki/install/ubuntu


AFAIK, the only boring dependency is "postgresql-server-dev-X.Y", 
because there is the version inside the package name, so you have to 
change the package according to the Ubuntu version.


Regards,

--
Benoît Minisini

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-20 Thread Christof Thalhofer
Hi,

Am 18.07.2017 um 17:56 schrieb Benoît Minisini via Gambas-user:

> I have just uploaded the source tarball of Gambas 3.10 on Sourceforge:
> 
> https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.10.0.tar.bz2/download
> 
> Can people test it and report any problem before I make the release public?
> 
> Thanks in advance!

I will try it out at the weekend ... then I have time.


Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur



signature.asc
Description: OpenPGP digital signature
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-19 Thread Gianluigi
Thank you Benoit,
here it seems to work well.

Regards
Gianluigi

[System]
Gambas=3.10
OperatingSystem=Linux
Kernel=4.4.0-83-generic
Architecture=x86
Distribution=Ubuntu 16.04.2 LTS
Desktop=XFCE
Theme=Cleanlooks
Language=it_IT.UTF-8
Memory=3018M


2017-07-18 17:56 GMT+02:00 Benoît Minisini via Gambas-user <
gambas-user@lists.sourceforge.net>:

> Hi,
>
> I have just uploaded the source tarball of Gambas 3.10 on Sourceforge:
>
> https://sourceforge.net/projects/gambas/files/gambas3/gambas
> 3-3.10.0.tar.bz2/download
>
> Can people test it and report any problem before I make the release public?
>
> Thanks in advance!
>
> --
> Benoît Minisini
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-19 Thread PICCORO McKAY Lenz
i like it:!

> but, alas, KDE and Ubuntu implementations are mutually incompatible! Well
done guys

totally right!!, that's why i dont like such stupid thing and changes..

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2017-07-19 16:19 GMT-04:00 Fabien Bodard :

> you need to use the gb.gui.trayicon component
>
> http://gambaswiki.org/wiki/comp/gb.gui.trayicon
>
> witch  support all the protocols
>
> 2017-07-19 18:40 GMT+02:00 PICCORO McKAY Lenz :
> > 2017-07-19 12:35 GMT-04:00 herberth guzman :
> >
> >> I know that KDE 5 dropped the support for the old system tray protocol.
> >>
> > the gnome-puach also dropped some about it..
> >
> > i think that this component must have a citation that oly works with
> normal
> > desktops.. like lxde and mate..
> > openbox+fbpanel and lxde still use the old/today behaviour.. why follow
> > those desktops that want to change everithig are working?
> >
> >
> >>
> >> It is possible to temporarily run the system tray, please.
> >>
> >>
> >> Thanks
> >>
> >>
> >> Herberth Guzman
> >> 
> >> --
> >> Check out the vibrant tech community on one of the world's most
> >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >> ___
> >> Gambas-user mailing list
> >> Gambas-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> > 
> --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
> --
> Fabien Bodard
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-19 Thread Fabien Bodard
you need to use the gb.gui.trayicon component

http://gambaswiki.org/wiki/comp/gb.gui.trayicon

witch  support all the protocols

2017-07-19 18:40 GMT+02:00 PICCORO McKAY Lenz :
> 2017-07-19 12:35 GMT-04:00 herberth guzman :
>
>> I know that KDE 5 dropped the support for the old system tray protocol.
>>
> the gnome-puach also dropped some about it..
>
> i think that this component must have a citation that oly works with normal
> desktops.. like lxde and mate..
> openbox+fbpanel and lxde still use the old/today behaviour.. why follow
> those desktops that want to change everithig are working?
>
>
>>
>> It is possible to temporarily run the system tray, please.
>>
>>
>> Thanks
>>
>>
>> Herberth Guzman
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-19 Thread PICCORO McKAY Lenz
2017-07-19 12:35 GMT-04:00 herberth guzman :

> I know that KDE 5 dropped the support for the old system tray protocol.
>
the gnome-puach also dropped some about it..

i think that this component must have a citation that oly works with normal
desktops.. like lxde and mate..
openbox+fbpanel and lxde still use the old/today behaviour.. why follow
those desktops that want to change everithig are working?


>
> It is possible to temporarily run the system tray, please.
>
>
> Thanks
>
>
> Herberth Guzman
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-19 Thread herberth guzman
My system tray does not work with gb.qt5.
I remember you had it run in revision # 7098

I know that KDE 5 dropped the support for the old system tray protocol.

It is possible to temporarily run the system tray, please.


Thanks


Herberth Guzman
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-19 Thread PICCORO McKAY Lenz
2017-07-19 12:10 GMT-04:00 herberth guzman :

> "Web Form Application"
> (You can create Web Form)
>
ah right its missing of can at least choose/convert the cgi to a mix of cgi
and form and let user removed manually if not want any of forms

seems something of gtk2 are removed? i only can see gtk3 or i forget
something in compliation!?


>
>
> Herberth Guzman
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-19 Thread herberth guzman
Regards Benoit

In the menu New Project, the list of the types of applications that we want
to create are shown, example:

Application QT
(Application using the component QT5 or QT4)

Application GTK+ 3
(pplication using the component GTK+3)

Application Web
(Scrip CGI).


It is possible to create a new one that says:

"Web Form Application"
(You can create Web Form)


Herberth Guzman
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-19 Thread Sebastián Kulesz
Hi Benoît,

I wanted to ask you what were the component changes since the last release.
I am on an exchange in Germany and couldn't really follow the progress on
this development cycle.
Specifically, any added or removed components. And any changes of
dependencies. With that information, and as soon as I have time, I will
update the PPAs.

Regards,
Sebastian

On Tue, Jul 18, 2017 at 5:56 PM, Benoît Minisini via Gambas-user <
gambas-user@lists.sourceforge.net> wrote:

> Hi,
>
> I have just uploaded the source tarball of Gambas 3.10 on Sourceforge:
>
> https://sourceforge.net/projects/gambas/files/gambas3/gambas
> 3-3.10.0.tar.bz2/download
>
> Can people test it and report any problem before I make the release public?
>
> Thanks in advance!
>
> --
> Benoît Minisini
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-18 Thread PICCORO McKAY Lenz
by second chance fernando you dont have the complete overall of the threath
and also the problem of odbc has all my colaboration... please search for
the bugtracketr..

2017-07-18 19:18 GMT-04:00 Fernando Cabral :

> "2017-07-18 19:27 GMT-03:00 PICCORO McKAY Lenz :
>
> its great that a languaje has so easy to lear.. i really need the odbc
> > componente to fixed due  make programs in gambas are sure for easy! the
> > most easy to make its gambas
> >
> > i dont understand why python its so famous, i understand now! gambas not
> > have enough support and vision!
> >
>
> Piccoro, I want to give you for free my two cents on this issue.
>
> As I see it, Gambas is a free-to-use language. Free and "as is". *No
> guarantees*. It means, take it, or leave it.
>
> It was developed and made available by a volunteer with the eventual help
> of other volunteers. So, I can't understand why you insist in saying things
> like "gambas [has] not enough support and vision!".
>
> I don't think this is a nice thing to say when you have free lunch. The
> least I can say is that you should not look a gift horse in the mouth. Or,
> as the Romans used to say, "Noli equi dentes inspicere donati". This can be
> translated to plain English (I think) as  "don't be ungrateful when you
> receive a gift.
>
> If you need a good ODBC interface and Gambas doesn't provide it, perhaps
> you can develop it yourself and make it available for other people that may
> have the same need. That would be much appreciated, I am sure.
>
> Otherwise, you can use other available libraries (I am sure there are
> many).
> If neither is attractive to you, then you can give up Gambas and try
> something different.
>
> I think saying Gambas has not "enough support and vision" is not a good way
> to obtain what you want.
>
> Those are my two cents. After that, I'll shut my mouth up as far as this
> issue is concerned.
>
> Best regards
>
> - fernando
>
> 2017-07-18 19:27 GMT-03:00 PICCORO McKAY Lenz :
>
> > 2017-07-18 17:10 GMT-04:00 Tony Morehen :
> >
> > > Finally, I'd like to say how amazingly satisfying it is to work with
> > > Gambas.  So far I have developed a Desktop Panel and Menu, a Text
> > Editor, a
> > > File Explorer and a car computer app that runs on a Raspberry Pi and
> > plays
> > > audiovideo and embeds NavIt, plus other projects.  I intend to upload
> > these
> > > to the software farm, testing permitted.  Attached is a screen shot
> > showing
> > > off some of these projects.
> > >
> > its great that a languaje has so easy to lear.. i really need the odbc
> > componente to fixed due  make programs in gambas are sure for easy! the
> > most easy to make its gambas
> >
> > i dont understand why python its so famous, i understand now! gambas not
> > have enough support and vision!
> >
> >
> >
> > > BTW I have several compoments I have been working on.  How do I submit
> > > them for your approval and possible inclusion in Gambas.
> > >
> > > One is Filebrower, based on Dirview.  It's drop in compatible with
> > DirView
> > > but adds two additional properties to allow the display of files in the
> > > tree and to sort folders first.  It also has an added event
> > > GetSpecialIcon(sPath As String, iIconType As Integer), which is like
> the
> > > Icon event but includes a flag specifying folder, open folder or file.
> > >
> > > Another component is UpDown.  It is derived from Spinbar with a
> property
> > > (Showbar) that toggles the display of the bar.  I needed a SpinBox
> with a
> > > float value.
> > >
> > > On a more trivial note, I have a status bar component, based on code I
> > > found floating on the web.
> > >
> > > the best place to put your code its a git repo, please use gitlab due
> > github are close to closed source and privative software
> >
> >
> > > On 2017-07-18 03:39 PM, Benoît Minisini wrote:
> > >
> > >> Le 18/07/2017 à 19:12, Tony Morehen a écrit :
> > >>
> > >>> I'll compile and start using it right away.  In the meantime, a
> feature
> > >>> request:
> > >>>
> > >>> Currently, a menu item with children does nothing before displaying
> its
> > >>> child menu items.  I propose that the parent menu raise a click event
> > >>> before displaying its children.  This would allow you to show/not
> show
> > >>> enable/disable child menu items based on the current state of the app
> > or
> > >>> its environment.
> > >>>
> > >>> For example, when the edit menu is clicked, you can enable/disable
> the
> > >>> paste item based on the state of the clipboard.
> > >>>
> > >>> This change should not affect existing apps as they will not have
> click
> > >>> handlers for parent menus.
> > >>>
> > >>>
> > >> Why don't you use the Show and Hide events?
> > >>
> > >>
> > >
> > > 
> > > --
> > > Check out the vibrant tech community on one of the world's most
> > > 

Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-18 Thread Fernando Cabral
"2017-07-18 19:27 GMT-03:00 PICCORO McKAY Lenz :

its great that a languaje has so easy to lear.. i really need the odbc
> componente to fixed due  make programs in gambas are sure for easy! the
> most easy to make its gambas
>
> i dont understand why python its so famous, i understand now! gambas not
> have enough support and vision!
>

Piccoro, I want to give you for free my two cents on this issue.

As I see it, Gambas is a free-to-use language. Free and "as is". *No
guarantees*. It means, take it, or leave it.

It was developed and made available by a volunteer with the eventual help
of other volunteers. So, I can't understand why you insist in saying things
like "gambas [has] not enough support and vision!".

I don't think this is a nice thing to say when you have free lunch. The
least I can say is that you should not look a gift horse in the mouth. Or,
as the Romans used to say, "Noli equi dentes inspicere donati". This can be
translated to plain English (I think) as  "don't be ungrateful when you
receive a gift.

If you need a good ODBC interface and Gambas doesn't provide it, perhaps
you can develop it yourself and make it available for other people that may
have the same need. That would be much appreciated, I am sure.

Otherwise, you can use other available libraries (I am sure there are many).
If neither is attractive to you, then you can give up Gambas and try
something different.

I think saying Gambas has not "enough support and vision" is not a good way
to obtain what you want.

Those are my two cents. After that, I'll shut my mouth up as far as this
issue is concerned.

Best regards

- fernando

2017-07-18 19:27 GMT-03:00 PICCORO McKAY Lenz :

> 2017-07-18 17:10 GMT-04:00 Tony Morehen :
>
> > Finally, I'd like to say how amazingly satisfying it is to work with
> > Gambas.  So far I have developed a Desktop Panel and Menu, a Text
> Editor, a
> > File Explorer and a car computer app that runs on a Raspberry Pi and
> plays
> > audiovideo and embeds NavIt, plus other projects.  I intend to upload
> these
> > to the software farm, testing permitted.  Attached is a screen shot
> showing
> > off some of these projects.
> >
> its great that a languaje has so easy to lear.. i really need the odbc
> componente to fixed due  make programs in gambas are sure for easy! the
> most easy to make its gambas
>
> i dont understand why python its so famous, i understand now! gambas not
> have enough support and vision!
>
>
>
> > BTW I have several compoments I have been working on.  How do I submit
> > them for your approval and possible inclusion in Gambas.
> >
> > One is Filebrower, based on Dirview.  It's drop in compatible with
> DirView
> > but adds two additional properties to allow the display of files in the
> > tree and to sort folders first.  It also has an added event
> > GetSpecialIcon(sPath As String, iIconType As Integer), which is like the
> > Icon event but includes a flag specifying folder, open folder or file.
> >
> > Another component is UpDown.  It is derived from Spinbar with a property
> > (Showbar) that toggles the display of the bar.  I needed a SpinBox with a
> > float value.
> >
> > On a more trivial note, I have a status bar component, based on code I
> > found floating on the web.
> >
> > the best place to put your code its a git repo, please use gitlab due
> github are close to closed source and privative software
>
>
> > On 2017-07-18 03:39 PM, Benoît Minisini wrote:
> >
> >> Le 18/07/2017 à 19:12, Tony Morehen a écrit :
> >>
> >>> I'll compile and start using it right away.  In the meantime, a feature
> >>> request:
> >>>
> >>> Currently, a menu item with children does nothing before displaying its
> >>> child menu items.  I propose that the parent menu raise a click event
> >>> before displaying its children.  This would allow you to show/not show
> >>> enable/disable child menu items based on the current state of the app
> or
> >>> its environment.
> >>>
> >>> For example, when the edit menu is clicked, you can enable/disable the
> >>> paste item based on the state of the clipboard.
> >>>
> >>> This change should not affect existing apps as they will not have click
> >>> handlers for parent menus.
> >>>
> >>>
> >> Why don't you use the Show and Hide events?
> >>
> >>
> >
> > 
> > --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> >
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> 

Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-18 Thread PICCORO McKAY Lenz
2017-07-18 17:10 GMT-04:00 Tony Morehen :

> Finally, I'd like to say how amazingly satisfying it is to work with
> Gambas.  So far I have developed a Desktop Panel and Menu, a Text Editor, a
> File Explorer and a car computer app that runs on a Raspberry Pi and plays
> audiovideo and embeds NavIt, plus other projects.  I intend to upload these
> to the software farm, testing permitted.  Attached is a screen shot showing
> off some of these projects.
>
its great that a languaje has so easy to lear.. i really need the odbc
componente to fixed due  make programs in gambas are sure for easy! the
most easy to make its gambas

i dont understand why python its so famous, i understand now! gambas not
have enough support and vision!



> BTW I have several compoments I have been working on.  How do I submit
> them for your approval and possible inclusion in Gambas.
>
> One is Filebrower, based on Dirview.  It's drop in compatible with DirView
> but adds two additional properties to allow the display of files in the
> tree and to sort folders first.  It also has an added event
> GetSpecialIcon(sPath As String, iIconType As Integer), which is like the
> Icon event but includes a flag specifying folder, open folder or file.
>
> Another component is UpDown.  It is derived from Spinbar with a property
> (Showbar) that toggles the display of the bar.  I needed a SpinBox with a
> float value.
>
> On a more trivial note, I have a status bar component, based on code I
> found floating on the web.
>
> the best place to put your code its a git repo, please use gitlab due
github are close to closed source and privative software


> On 2017-07-18 03:39 PM, Benoît Minisini wrote:
>
>> Le 18/07/2017 à 19:12, Tony Morehen a écrit :
>>
>>> I'll compile and start using it right away.  In the meantime, a feature
>>> request:
>>>
>>> Currently, a menu item with children does nothing before displaying its
>>> child menu items.  I propose that the parent menu raise a click event
>>> before displaying its children.  This would allow you to show/not show
>>> enable/disable child menu items based on the current state of the app or
>>> its environment.
>>>
>>> For example, when the edit menu is clicked, you can enable/disable the
>>> paste item based on the state of the clipboard.
>>>
>>> This change should not affect existing apps as they will not have click
>>> handlers for parent menus.
>>>
>>>
>> Why don't you use the Show and Hide events?
>>
>>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-18 Thread PICCORO McKAY Lenz
wheantime i do that, but are quite slower and ocmplicated due memory hungy
in large datasets!

also i notes that when i work with collections the IDE becomes slower, some
icons dissapears and then hangs after many minutes of use it!

i'll try to report this before but a low interes happened! the problem
persist in gambas 3.10

2017-07-18 16:29 GMT-04:00 Benoît Minisini :

> Le 18/07/2017 à 22:15, PICCORO McKAY Lenz a écrit :
>
>> SORRY i send and all the conversation was beetwen benoit and me without
>> noted it!!! seerending!
>>
>> 2017-07-18 16:05 GMT-04:00 Benoît Minisini 
>> :
>>
>> Of course, for proprietary databases, this is a problem. We must wait for
>>> zxMarce to fix the driver. That's life...
>>>
>> >
>
>> ... >
>>
>
> Moreover, I think you can workaround the problems of the ODBC driver by
> reimplementing the Result class in Gambas, overriding the accurate
> properties (Count) and methods (Move...), and fixing the default behaviour
> according to the Connection type.
>
> Something like that:
>
> ' Result class
>
> Export
>
> Property Read Count As Integer
>
> Private Sub Count_Read() As Integer
>
>   If Me.Connection.Type = "odbc" Then
> ' workaround
> ...
>   Else
> Return Super.Count
>   Endif
>
> End
>
>
> --
> Benoît Minisini
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-18 Thread Benoît Minisini via Gambas-user

Le 18/07/2017 à 22:15, PICCORO McKAY Lenz a écrit :

SORRY i send and all the conversation was beetwen benoit and me without
noted it!!! seerending!

2017-07-18 16:05 GMT-04:00 Benoît Minisini :


Of course, for proprietary databases, this is a problem. We must wait for
zxMarce to fix the driver. That's life...

>

... >


Moreover, I think you can workaround the problems of the ODBC driver by 
reimplementing the Result class in Gambas, overriding the accurate 
properties (Count) and methods (Move...), and fixing the default 
behaviour according to the Connection type.


Something like that:

' Result class

Export

Property Read Count As Integer

Private Sub Count_Read() As Integer

  If Me.Connection.Type = "odbc" Then
' workaround
...
  Else
Return Super.Count
  Endif

End


--
Benoît Minisini

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-18 Thread PICCORO McKAY Lenz
SORRY i send and all the conversation was beetwen benoit and me without
noted it!!! seerending!

2017-07-18 16:05 GMT-04:00 Benoît Minisini :

> Of course, for proprietary databases, this is a problem. We must wait for
> zxMarce to fix the driver. That's life...


ahhh that's better response rather than "use mysql its great" or "migrate
to mysql".. u

ok the problem its that i cannot upgrade my OS's so i hope gambas will not
raise depends again until this issues wirth odbc have solved!

Help us "zxMarce" you are our only hope!! "you are the chose man" (umm that
sound like a movie frase, sounds familiar ! )

Le 18/07/2017 à 22:00, PICCORO McKAY Lenz a écrit :

> ok but for enterprise and migration tool to those databases i need pleny
> access with gambas to sybase, mssql, informix, gambas had very bad support
> in that DBMS and for worse, the odbc in gambas has some issues with that
> databases...
>
> how can i migrate and promote opensource with mysql if i can access pleny
> with the application in those DBMS?
>
> of course, many here now will said "use another languaje, use another
> platform" or must be that the point?
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-18 Thread Benoît Minisini via Gambas-user

Le 18/07/2017 à 19:12, Tony Morehen a écrit :
I'll compile and start using it right away.  In the meantime, a feature 
request:


Currently, a menu item with children does nothing before displaying its 
child menu items.  I propose that the parent menu raise a click event 
before displaying its children.  This would allow you to show/not show 
enable/disable child menu items based on the current state of the app or 
its environment.


For example, when the edit menu is clicked, you can enable/disable the 
paste item based on the state of the clipboard.


This change should not affect existing apps as they will not have click 
handlers for parent menus.




Why don't you use the Show and Hide events?

--
Benoît Minisini

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-18 Thread PICCORO McKAY Lenz
seems the problems in odbc are still present, why? please gambas witout
odbc are a toy to play with mysql and postgres!

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2017-07-18 13:12 GMT-04:00 Tony Morehen :

> I'll compile and start using it right away.  In the meantime, a feature
> request:
>
> Currently, a menu item with children does nothing before displaying its
> child menu items.  I propose that the parent menu raise a click event
> before displaying its children.  This would allow you to show/not show
> enable/disable child menu items based on the current state of the app or
> its environment.
>
> For example, when the edit menu is clicked, you can enable/disable the
> paste item based on the state of the clipboard.
>
> This change should not affect existing apps as they will not have click
> handlers for parent menus.
>
>
> On 2017-07-18 11:56 AM, Benoît Minisini via Gambas-user wrote:
>
>> Hi,
>>
>> I have just uploaded the source tarball of Gambas 3.10 on Sourceforge:
>>
>> https://sourceforge.net/projects/gambas/files/gambas3/gambas
>> 3-3.10.0.tar.bz2/download
>>
>> Can people test it and report any problem before I make the release
>> public?
>>
>> Thanks in advance!
>>
>>
>
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-18 Thread Tony Morehen
I'll compile and start using it right away.  In the meantime, a feature 
request:


Currently, a menu item with children does nothing before displaying its 
child menu items.  I propose that the parent menu raise a click event 
before displaying its children.  This would allow you to show/not show 
enable/disable child menu items based on the current state of the app or 
its environment.


For example, when the edit menu is clicked, you can enable/disable the 
paste item based on the state of the clipboard.


This change should not affect existing apps as they will not have click 
handlers for parent menus.



On 2017-07-18 11:56 AM, Benoît Minisini via Gambas-user wrote:

Hi,

I have just uploaded the source tarball of Gambas 3.10 on Sourceforge:

https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.10.0.tar.bz2/download 



Can people test it and report any problem before I make the release 
public?


Thanks in advance!





--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Pre-release of Gambas 3.10.0

2017-07-18 Thread Benoît Minisini via Gambas-user

Hi,

I have just uploaded the source tarball of Gambas 3.10 on Sourceforge:

https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.10.0.tar.bz2/download

Can people test it and report any problem before I make the release public?

Thanks in advance!

--
Benoît Minisini

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user