[Gambas-user] [Gambas Bug Tracker] Bug #873: [Project Property dialog] Library item have big size when the "library not found"

2015-12-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.873&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge

[Gambas-user] [Gambas Bug Tracker] Bug #873: [Project Property dialog] Library item have big size when the "library not found"

2015-12-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.873&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge

[Gambas-user] [Gambas Bug Tracker] Bug #873: [Project Property dialog] Library item have big size when the "library not found"

2015-12-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.873&from=L21haW4- Zainudin AHMAD added an attachment: test-app-0.0.1.tar.gz -- ___ Gambas-user mailing list Gambas-user@lists

[Gambas-user] [Gambas Bug Tracker] Bug #873: [Project Property dialog] Library item have big size when the "library not found"

2015-12-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.873&from=L21haW4- Zainudin AHMAD reported a new bug. Summary --- [Project Property dialog] Library item have big size when the "library not found" Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product

[Gambas-user] [Gambas Bug Tracker] Bug #872: Update debhelper version for Debian packages in Packager module.

2015-12-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.872&from=L21haW4- Comment #2 by Benoît MINISINI: Done in revision #7527. Both 'debhelper' version requirement and 'debian/compat' files were updated. Benoît MINISINI changed the state of the bug to: Fixed. -

[Gambas-user] [Gambas Bug Tracker] Bug #872: Update debhelper version for Debian packages in Packager module.

2015-12-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.872&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- ___ Gambas-user mailing list Gambas-user@list

Re: [Gambas-user] Question on gb.gui.qt switcher component and packager

2015-12-14 Thread Benoît Minisini
Le 15/12/2015 00:54, Benoît Minisini a écrit : > Le 14/12/2015 22:52, wi...@develop.earthshipeurope.org a écrit : >> Hi, >> >> As I have been developing my Gambas3 applications mainly (all except 1) >> with gb.qt4 component. >> Now, I am facing a problem with the qt5 being rolled out several recent

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread PICCORO McKAY Lenz
2015-12-14 19:07 GMT-04:30 Sebastian Kulesz : > I'm from Argentina, so it's no problem translating my emails. I was doing > it just in case. another user from spain tell me that its a pain search a solution to a specific problem in the archive list of sourgeforce (also take in consideration that sf

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread PICCORO McKAY Lenz
2015-12-14 18:38 GMT-04:30 : > It would be good if those developing would 'now and then' take some time > to check if their developments are at least minimal documented. > All that takes is creating the missing page, without any further > documentation added, so it will at least pop up in the help

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Moviga Technologies
> It would be possible to have an option to hide it from the completion > lists. That will be perfect! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Benoît Minisini
Le 14/12/2015 22:45, Moviga Technologies a écrit : > > > They are the same. > > Benoît, I've been wanting to ask if we could have an option to turn off > one of the sets? As for me, I do not like the ones with dollar signs, > but they are normally suggested first by the intellisense, and I have to

Re: [Gambas-user] Question on gb.gui.qt switcher component and packager

2015-12-14 Thread Benoît Minisini
Le 14/12/2015 22:52, wi...@develop.earthshipeurope.org a écrit : > Hi, > > As I have been developing my Gambas3 applications mainly (all except 1) > with gb.qt4 component. > Now, I am facing a problem with the qt5 being rolled out several recent > distro's, when at the same time the older LTS (so,

[Gambas-user] [Gambas Bug Tracker] Bug #872: Update debhelper version for Debian packages in Packager module.

2015-12-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.872&from=L21haW4- Comment #1 by gbWilly GAMBOS: Note that: Private Const DEBHELPER As String = "(>= 9)" would do as well. -- __

[Gambas-user] [Gambas Bug Tracker] Bug #872: Update debhelper version for Debian packages in Packager module.

2015-12-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.872&from=L21haW4- gbWilly GAMBOS reported a new bug. Summary --- Update debhelper version for Debian packages in Packager module. Type : Request Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Develo

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread Sebastian Kulesz
If you are using an old version of Gambas, you can try to copy the component's source code to your project. It does not use any fancy features introduced lately, so it should work. I'm not 100% sure it will work, but you can try anyway! On Mon, Dec 14, 2015, 20:38 PICCORO McKAY Lenz wrote: > hi

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread Sebastian Kulesz
Glad it was useful! I'm from Argentina, so it's no problem translating my emails. I was doing it just in case. Anyways, the time you don't spend writing an email correctly, is time we, the rest of the list, have to spend trying to decipher it to gasp what you were trying to say. We are all trying

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread PICCORO McKAY Lenz
hi again sebastian, the example works for me in debian wheeze, unfortunatelly does not in squeeze, due the minimun version to implement the logger are 3.4 so i post a link here for those in my particular situatiion that wants implement loggin in older versions of gambas: http://www.gambas-es.org/k

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread PICCORO McKAY Lenz
thanks Sebastian, for example.. i now revised.. in the svn was looking a bit lost that's the part interest me: Dim cLogger As Logger cLogger = New Logger(LogLevel.Error, Null, Logger.Stdout) cLogger.Begin() cLogger.Log("Using the old logger interface", LogLevel.Critical) thanks, If you're

[Gambas-user] [Gambas Bug Tracker] Bug #871: Point of breakpoints have disappeared when clicking the make code pretty

2015-12-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.871&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge

[Gambas-user] [Gambas Bug Tracker] Bug #871: Point of breakpoints have disappeared when clicking the make code pretty

2015-12-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.871&from=L21haW4- Zainudin AHMAD reported a new bug. Summary --- Point of breakpoints have disappeared when clicking the make code pretty Type : Bug Priority : Low Gambas version : 3.8.90 (TRUNK) Product : Devel

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread willy
On 2015-12-14 23:29, PICCORO McKAY Lenz wrote: > hi Toby > > Jussi has right, the wiki before or after me, has some missing points > to newbie programers > > also the http://gambaswiki.org/wiki/lang/replace page has broken > links! around the gb.Case (also info are ambigous) > > we think gambas

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread Sebastian Kulesz
English here, Spanish translation is below! Here [0] is a little example which is available within the component. Otherwise, if you really just want to output text to the console, you can call Logger("This will be logged to the standard output"), or Logger.Log which is a mirror of the previous fun

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread willy
On 2015-12-14 23:24, Tobias Boege wrote: > On Mon, 14 Dec 2015, wi...@develop.earthshipeurope.org wrote: >> On 2015-12-14 23:01, PICCORO McKAY Lenz wrote: >> > i think the problem are again in documentation or some misc-information >> > >> > search at documentation seem that the difference are the

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread PICCORO McKAY Lenz
hi Toby Jussi has right, the wiki before or after me, has some missing points to newbie programers also the http://gambaswiki.org/wiki/lang/replace page has broken links! around the gb.Case (also info are ambigous) we think gambas comunity must designate 2 or 3 mens to watchful the wiki and corr

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Tobias Boege
On Mon, 14 Dec 2015, wi...@develop.earthshipeurope.org wrote: > On 2015-12-14 23:01, PICCORO McKAY Lenz wrote: > > i think the problem are again in documentation or some misc-information > > > > search at documentation seem that the difference are the manipulation > > respect set of > > > > one i

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread PICCORO McKAY Lenz
2015-12-14 17:48 GMT-04:30 Jussi Lahtinen : > St!tring.Left() is for UTF-8. > Left() and Left$() are for ASCII. OK Jussi has right this are wrog on both the modification made by me, and the previous in wiki, the wiki does no clarify that! the wiki said "use the String" but newbie users may confus

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Jussi Lahtinen
No, you are both wrong. String.Left() is for UTF-8. Left() and Left$() are for ASCII. Jussi On Tue, Dec 15, 2015 at 12:12 AM, wrote: > On 2015-12-14 23:01, PICCORO McKAY Lenz wrote: > > i think the problem are again in documentation or some misc-information > > > > search at documentation see

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread willy
On 2015-12-14 23:01, PICCORO McKAY Lenz wrote: > i think the problem are again in documentation or some misc-information > > search at documentation seem that the difference are the manipulation > respect set of > > one its for ACII charset and the other seem are for UTF-8 > > BUT DOCUMENTATIION

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread PICCORO McKAY Lenz
i modify for Mid, Mid$ and Left and Left$ the wiki.. seem the difference are the utf-8 respect ascii http://gambaswiki.org/wiki/comp/gb/string/left i added the "see also" and links for ascii counterparts in the utf-8 docs! if i in wrong way benoit guide me Lenz McKAY Gerardo (PICCORO) http://qg

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread PICCORO McKAY Lenz
i think the problem are again in documentation or some misc-information search at documentation seem that the difference are the manipulation respect set of one its for ACII charset and the other seem are for UTF-8 BUT DOCUMENTATIION refers without linking.. i link with a "see also" and "adverti

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Christof Thalhofer
Am 14.12.2015 um 22:59 schrieb Tobias Boege: > I'm not sure what my brain thinks of it but my fingers *would* miss them :-) :-) You are young, you can train your finger's behaviour new. Alles Gute Christof Thalhofer -- Dies ist keine Signatur ---

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Tobias Boege
On Mon, 14 Dec 2015, wi...@develop.earthshipeurope.org wrote: > On 2015-12-14 22:45, Moviga Technologies wrote: > > They are the same. > > > > Beno??t, I've been wanting to ask if we could have an option to turn off > > one of the sets? As for me, I do not like the ones with dollar signs, > > but

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread willy
On 2015-12-14 22:45, Moviga Technologies wrote: > They are the same. > > Benoît, I've been wanting to ask if we could have an option to turn off > one of the sets? As for me, I do not like the ones with dollar signs, > but they are normally suggested first by the intellisense, and I have > to > d

[Gambas-user] Question on gb.gui.qt switcher component and packager

2015-12-14 Thread willy
Hi, As I have been developing my Gambas3 applications mainly (all except 1) with gb.qt4 component. Now, I am facing a problem with the qt5 being rolled out several recent distro's, when at the same time the older LTS (so, still supported distros) are still on qt4. So, packaging my applicatio

Re: [Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread Moviga Technologies
They are the same. Benoît, I've been wanting to ask if we could have an option to turn off one of the sets? As for me, I do not like the ones with dollar signs, but they are normally suggested first by the intellisense, and I have to do an extra down arrow to get to the one that I want. -

[Gambas-user] whats different between "left$" and "left" string functions

2015-12-14 Thread PICCORO McKAY Lenz
i can see that documentations returns me as same, but why there's two! so whats different between "left$" and "left" string functions i not programer, but try to implement some hardware this month Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread Christof Thalhofer
Am 14.12.2015 um 19:53 schrieb PICCORO McKAY Lenz: > but this need gambas 3.6, i have gambas 3.1 and 3.5 as maximun due i > used debian stable (wheeze) Then use Shell and the command logger. http://gambaswiki.org/wiki/lang/shell http://www.cyberciti.biz/tips/howto-linux-unix-write-to-syslog.html

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread PICCORO McKAY Lenz
i'll waith for u sebastian, Meanwhile i search at the code at component in sf svn Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2015-12-14 14:37 GMT-04:30 Sebastian Kulesz : > I can send you an example project in a few hours if you don't mind waiting. > Meanwhile, check out the so

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread Sebastian Kulesz
I can send you an example project in a few hours if you don't mind waiting. Meanwhile, check out the source code of the component for a mini example on how to use it. -- Puedo mandar un proyecto de ejemplo en unas horas si no te molesta esperar. Mientras tanto, intenta ver el código fuente del c

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread PICCORO McKAY Lenz
but this need gambas 3.6, i have gambas 3.1 and 3.5 as maximun due i used debian stable (wheeze) Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2015-12-14 14:08 GMT-04:30 Benoît Minisini : > Le 14/12/2015 19:33, PICCORO McKAY Lenz a écrit : >> any example of usage gb.logging ? wiki

Re: [Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread Benoît Minisini
Le 14/12/2015 19:33, PICCORO McKAY Lenz a écrit : > any example of usage gb.logging ? wiki does not have any example > > how can i use that component to send log messages event print messages! > > remenber that a compiled gambas program does not send to stdout if are > running in background, so i n

[Gambas-user] an y example of usage gb.logging ? wiki does not have any example

2015-12-14 Thread PICCORO McKAY Lenz
any example of usage gb.logging ? wiki does not have any example how can i use that component to send log messages event print messages! remenber that a compiled gambas program does not send to stdout if are running in background, so i need a loggin implementation.. so can i use that component!

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

2015-12-14 Thread PICCORO McKAY Lenz
hi benoit i sucessfully made a fiscal printer driver with gambas, now i have many questios: in my recent unstable, some Components are disabled (because I used the old lib version): > || - gb.jit this still work with lvvm 3.1? or need explicy >= 3.2, stil can be compiled with 3.0? > || - gb.qt5

Re: [Gambas-user] Variation in output

2015-12-14 Thread Rolf-Werner Eilert
Ok :) Am 14.12.2015 16:39, schrieb Fabien Bodard: > 2015-12-14 10:04 GMT+01:00 Rolf-Werner Eilert : >> Fabien, do you need a real VT terminal to test your component? With RS >> 232 input wide plug, black and white screen... Would be freaky, wouldn't it? >> >> I've got two of those, but with a Germ

Re: [Gambas-user] Variation in output

2015-12-14 Thread Fabien Bodard
2015-12-14 10:04 GMT+01:00 Rolf-Werner Eilert : > Fabien, do you need a real VT terminal to test your component? With RS > 232 input wide plug, black and white screen... Would be freaky, wouldn't it? > > I've got two of those, but with a German keyboard. OH !!! Thanks, but XTerm is sufficient

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

2015-12-14 Thread zainudin ahmad
thanks, success installed in my system With some Components are disabled (because I used the old lib version): || - gb.jit || - gb.qt5 || - gb.qt5.opengl || - gb.qt5.webkit || - gb.sdl2 || - gb.sdl2.audio at the moment I don't have any problem. On Mon, Dec 14, 2015 at 6:33 PM, Benoît Minisini <

Re: [Gambas-user] GridView - Width of row header

2015-12-14 Thread Rolf-Werner Eilert
Am 11.12.2015 13:18, schrieb Benoît Minisini: > Le 11/12/2015 13:14, Rolf-Werner Eilert a écrit : >> Arrgh - Thank you! >> >> Why didn't I find that? Maybe one reason was that the automatic only >> shows GridView.Row and reacts only when you type the 's.' "blindly", and >> then shows the list agai

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

2015-12-14 Thread Benoît Minisini
Le 14/12/2015 09:58, zainudin ahmad a écrit : > attach pic > > On Mon, Dec 14, 2015 at 3:26 PM, Benoît Minisini < > gam...@users.sourceforge.net> wrote: > >> Le 14/12/2015 09:03, zainudin ahmad a écrit : >>> autoreconf: configure.ac: adding subdirectory gb.jit to autoreconf >>> autoreconf: Entering

Re: [Gambas-user] Variation in output

2015-12-14 Thread Rolf-Werner Eilert
Fabien, do you need a real VT terminal to test your component? With RS 232 input wide plug, black and white screen... Would be freaky, wouldn't it? I've got two of those, but with a German keyboard. Regards Rolf Am 14.12.2015 09:29, schrieb Fabien Bodard: > you can use trim first > > http://gam

Re: [Gambas-user] Variation in output

2015-12-14 Thread Fabien Bodard
you can use trim first http://gambaswiki.org/wiki/lang/trim?l=fr&nh and then try to see what to remove or remove all string between chr(27) and ";","h","l" well it will not fix all ... my next project concern a little bit that. I'm writting for my own needs a vt100/102 component. That is able t

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

2015-12-14 Thread Benoît Minisini
Le 14/12/2015 09:03, zainudin ahmad a écrit : > autoreconf: configure.ac: adding subdirectory gb.jit to autoreconf > autoreconf: Entering directory `gb.jit' > aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' > aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/lt

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

2015-12-14 Thread zainudin ahmad
autoreconf: configure.ac: adding subdirectory gb.jit to autoreconf autoreconf: Entering directory `gb.jit' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `