Re: [Gambas-user] static ? in variables

2017-06-15 Thread PICCORO McKAY Lenz
tobias..now making a library in the ide, the class that not have the "create static" now not permits instanciate the class i only put a variable static, rest of class not have create static Export Private dblocal As String = "file1.txt" Static Public status As Integer = 0 now the class

Re: [Gambas-user] static ? in variables

2017-06-15 Thread PICCORO McKAY Lenz
ok tobias, i reading and property translated to spanish.. thanks for your help.. (umm i thnik was too compresed the info.. but in any case ...) http://gambaswiki.org/wiki/lang/createstatic?l=es please for spanish use revised and compelte if need.. Lenz McKAY Gerardo (PICCORO)

Re: [Gambas-user] static ? in variables

2017-06-15 Thread PICCORO McKAY Lenz
hi tobias, please , change you the now modified wiki page.. i changed maybe before u read it! and also change the spanish too, http://gambaswiki.org/wiki/lang/createstatic?l=es please change you or revised the actual and made right corrections.. i think u visit the wiki after i made the

Re: [Gambas-user] static ? in variables

2017-06-15 Thread Tobias Boege
On Thu, 15 Jun 2017, PICCORO McKAY Lenz wrote: > hi tobias, *the documentation are totally wrong.. due the documentation > makes a explicit citation to the concep in wikipedia*,that's why i ask so > many about it > > now i propose to change by myselft that documentation to a proper paragraph >

Re: [Gambas-user] Working with .so library

2017-06-15 Thread Tobias Boege
> > > > What I don't understand is how I construct the code in my > > > > particular case. > > > > > > > > To make an interface to the library I declare external pointer > > > > like this: > > > > > > > > Extern CreateFptrInterface(ver As Integer) As Pointer > > > > > > > > Then I declare

Re: [Gambas-user] static ? in variables

2017-06-15 Thread PICCORO McKAY Lenz
hi tobias, *the documentation are totally wrong.. due the documentation makes a explicit citation to the concep in wikipedia*,that's why i ask so many about it now i propose to change by myselft that documentation to a proper paragraph that translators can understand without transliterate the

Re: [Gambas-user] static ? in variables

2017-06-15 Thread Tobias Boege
On Thu, 15 Jun 2017, PICCORO McKAY Lenz wrote: > thanks in advance, but i have now more questions: > 2017-06-15 8:41 GMT-04:00 Tobias Boege : > > > No, the word "singleton" here just means you get an automatic instance of > > your class, i.e. you can use the class name as if it

[Gambas-user] [Gambas Bug Tracker] Bug #1113: ODBC driver problem: driver connects but does not exec query

2017-06-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1113=L21haW4- Comment #4 by PICCORO LENZ MCKAY: i'll made your suggestions, but please, pardom me, zxmarce, burt if are a low level driver manager problem why are working in console? with php are working too! there are other minor problems that

[Gambas-user] [Gambas Bug Tracker] Bug #1113: ODBC driver problem: driver connects but does not exec query

2017-06-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1113=L21haW4- Comment #3 by zxMarce: It is unlikely you will see any: If at least one method works, that kind of proves unixODBC and Gambas work with -at least- these combinations. Just in case, please enable DEBUG in the ODBC component and try

[Gambas-user] [Gambas Bug Tracker] Bug #1113: ODBC driver problem: driver connects but does not exec query

2017-06-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1113=L21haW4- Comment #2 by PICCORO LENZ MCKAY: any progress with this bug? i do not see some work in svn -- Check out the vibrant tech community on one of the world's

Re: [Gambas-user] static ? in variables

2017-06-15 Thread PICCORO McKAY Lenz
thanks in advance, but i have now more questions: 2017-06-15 8:41 GMT-04:00 Tobias Boege : > No, the word "singleton" here just means you get an automatic instance of > your class, i.e. you can use the class name as if it were an object. You > automatic instance? maybe its a

[Gambas-user] I ask for examples of regex functions usage

2017-06-15 Thread Fernando Cabral
So far I have confined myself to using Regex.Replace (). Nevertheless, for some applications I understand there are better ways to do things, like compiling the regular expression before searching or replacing. Also, I presume there are other conveniences available. The documentation I have found

Re: [Gambas-user] static ? in variables

2017-06-15 Thread Tobias Boege
On Thu, 15 Jun 2017, PICCORO McKAY Lenz wrote: > "This keyword is used for declaring static variables, static methods and > singleton classes." > > About singleton clases, that mean guarantee a unique instance of.. > No, the word "singleton" here just means you get an automatic instance of your

[Gambas-user] static ? in variables

2017-06-15 Thread PICCORO McKAY Lenz
"This keyword is used for declaring static variables, static methods and singleton classes." About singleton clases, that mean guarantee a unique instance of.. but if the class are not static and have one variable static, what that's means? Lenz McKAY Gerardo (PICCORO)

Re: [Gambas-user] Working with .so library

2017-06-15 Thread ML
On 15/06/17 08:48, Admin wrote: > 15.06.2017 17:54, Admin пишет: >> 15.06.2017 16:19, Tobias Boege пишет: All your help was very important for me, I now have completed my cash register software to the point where it does everything my company needs. I must say Gambas is a great

Re: [Gambas-user] Working with .so library

2017-06-15 Thread Admin
15.06.2017 17:54, Admin пишет: 15.06.2017 16:19, Tobias Boege пишет: All your help was very important for me, I now have completed my cash register software to the point where it does everything my company needs. I must say Gambas is a great language, it's very easy to learn from scratch, I'm

Re: [Gambas-user] Working with .so library

2017-06-15 Thread Tobias Boege
> All your help was very important for me, I now have completed my cash > register software to the point where it does everything my company needs. I > must say Gambas is a great language, it's very easy to learn from scratch, > I'm surprised how obvious everything is. But there is a lot of work