Re: [Gambas-user] Error messages from library?

2016-04-26 Thread Christof Thalhofer
Am 27.04.2016 um 00:40 schrieb Jussi Lahtinen: > Not that simple. The library has embedded data etc, and to avoid conflicts > I would need to modify the code. Hm... can you pack that data in a separated lib? I did so with some of my libs which grew too much. One big lib became 4 smaller ones. Tha

[Gambas-user] How to set HttpClient Accept headers?

2016-04-26 Thread T Lee Davidson
I know that the ACCEPT_ENCODING client header can be set using HttpClient.Encoding per the wiki. And, I believe HttpClient.Headers are only the server response headers. Is it possible to also set the ACCEPT and ACCEPT_LANGUAGE client headers for HttpClient? -- Lee __ "Artificial Int

[Gambas-user] [Gambas Bug Tracker] Bug #929: Dir command doesn't work in executable

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.929&from=L21haW4- Comment #2 by Benoît MINISINI: Remove the slashes at the end of the directory name. The Linux system calls ignore them, but not the interpreter Gambas executable browsing routines. Benoît MINISINI changed the state of the bug to

[Gambas-user] [Gambas Bug Tracker] Bug #752: Gambas shows - gbx3: warning: trying to watch fd #-1

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.752&from=L21haW4- Comment #5 by Benoît MINISINI: It should be fixed in revision #7748. Note that your example code leaks memory by creating an object at each client connection and never releasing it. Benoît MINISINI changed the state of the bug

[Gambas-user] [Gambas Bug Tracker] Bug #929: Dir command doesn't work in executable

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.929&from=L21haW4- Comment #1 by Jussi LAHTINEN: Maybe I'm blind, but attachments should be removable and be closer to the attach button, so that you would notice when the file is attached... -

[Gambas-user] [Gambas Bug Tracker] Bug #929: Dir command doesn't work in executable

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.929&from=L21haW4- Jussi LAHTINEN added an attachment: TestLib-0.0.4.tar.gz -- Find and fix application performance issues faster with Applications Manager Applications M

[Gambas-user] [Gambas Bug Tracker] Bug #929: Dir command doesn't work in executable

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.929&from=L21haW4- Jussi LAHTINEN added an attachment: TestLib-0.0.4.tar.gz -- Find and fix application performance issues faster with Applications Manager Applications M

[Gambas-user] [Gambas Bug Tracker] Bug #929: Dir command doesn't work in executable

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.929&from=L21haW4- Jussi LAHTINEN reported a new bug. Summary --- Dir command doesn't work in executable Type : Bug Priority : Medium Gambas version : Unknown Product : Language Description --- See att

[Gambas-user] [Gambas Bug Tracker] Bug #929: Dir command doesn't work in executable

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.929&from=L21haW4- Jussi LAHTINEN added an attachment: TestLib-0.0.4.tar.gz -- Find and fix application performance issues faster with Applications Manager Applications M

[Gambas-user] [Gambas Bug Tracker] Bug #752: Gambas shows - gbx3: warning: trying to watch fd #-1

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.752&from=L21haW4- Comment #4 by Benoît MINISINI: Thanks! -- Find and fix application performance issues faster with Applications Manager Applications Manager provides de

[Gambas-user] [Gambas Bug Tracker] Bug #752: Gambas shows - gbx3: warning: trying to watch fd #-1

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.752&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Find and fix application performance issues faster with Applications Manager Applications

[Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.918&from=L21haW4- Comment #1 by Benoît MINISINI: Can you provide the project you build the Debian package from? Benoît MINISINI changed the state of the bug to: NeedsInfo.

Re: [Gambas-user] Error messages from library?

2016-04-26 Thread Jussi Lahtinen
Not that simple. The library has embedded data etc, and to avoid conflicts I would need to modify the code. More over I suspect something strange happening in the export. Also generally speaking I hope there is easier way to do this. Jussi On Wed, Apr 27, 2016 at 1:22 AM, Christof Thalhofer

Re: [Gambas-user] Error messages from library?

2016-04-26 Thread Christof Thalhofer
Am 27.04.2016 um 00:07 schrieb Jussi Lahtinen: > I have two projects using same library (made with Gambas). > When same functions are used in project 1, everything is OK, but from > project 2 I got "Out of bounds". How can I see what happens in the library? If you have to debug a lib, simply copy

[Gambas-user] Error messages from library?

2016-04-26 Thread Jussi Lahtinen
Hi! I have two projects using same library (made with Gambas). When same functions are used in project 1, everything is OK, but from project 2 I got "Out of bounds". How can I see what happens in the library? Jussi sysinf Description: Binary data

Re: [Gambas-user] FontChooser setting fontname

2016-04-26 Thread Rolf-Werner Eilert
"Courrier" is French, in my list there is "Courier". I can choose it from the list, but I cannot set the list to this value/index/string. Rolf Am 26.04.2016 12:39, schrieb Fabien Bodard: > Courrier > Le 26 avr. 2016 12:12, "Rolf-Werner Eilert" a > écrit : > >> The docu reads: >> >> FontChooser.

Re: [Gambas-user] FontChooser setting fontname

2016-04-26 Thread Fabien Bodard
Courrier Le 26 avr. 2016 12:12, "Rolf-Werner Eilert" a écrit : > The docu reads: > > FontChooser.SelectedFont (gb.form) > > Property SelectedFont As String > > Returns or sets the selected font as a string. > > When I try to do > > Dim MyFont As String > > MyFont = "Courier" > fcMyFont.SelectedFo

[Gambas-user] FontChooser setting fontname

2016-04-26 Thread Rolf-Werner Eilert
The docu reads: FontChooser.SelectedFont (gb.form) Property SelectedFont As String Returns or sets the selected font as a string. When I try to do Dim MyFont As String MyFont = "Courier" fcMyFont.SelectedFont = MyFont nothing happens. Am I expecting too much? Rolf ---

[Gambas-user] [Gambas Bug Tracker] Bug #928: Would it be possible to be admitted declare when going to be used

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.928&from=L21haW4- Julio SANCHEZ reported a new bug. Summary --- Would it be possible to be admitted declare when going to be used Type : Request Priority : Low Gambas version : Unknown Product : Language Descr

[Gambas-user] [Gambas Bug Tracker] Bug #927: Variable Declaration declaration when used

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.927&from=L21haW4- Julio SANCHEZ reported a new bug. Summary --- Variable Declaration declaration when used Type : Request Priority : Low Gambas version : Unknown Product : Language Description --- Hel

[Gambas-user] [Gambas Bug Tracker] Bug #914: Error using the help offline: CDocumentation.ImplementAndNeed.1138 Not an objectm

2016-04-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.914&from=L21haW4- Julio SANCHEZ changed the state of the bug to: Fixed. -- Find and fix application performance issues faster with Applications Manager Applications Mana