[Gambas-user] [Gambas Bug Tracker] Bug #1086: Settings component can't handle small float values

2017-02-22 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1086=L21haW4- Jussi LAHTINEN reported a new bug. Summary --- Settings component can't handle small float values Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : Language Description

[Gambas-user] [Gambas Bug Tracker] Bug #1085: Saving time and work

2017-02-22 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1085=L21haW4- Víctor PEREZ reported a new bug. Summary --- Saving time and work Type : Request Priority : Low Gambas version : 3.9 Product : Unknown Description --- When you create a property

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-21 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-21 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #7 by hakan UNVER: Dear Benoit . I check my project. And I to notice used modules in code. I change this module places class.. and solved freed objects

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #6 by Benoît MINISINI: If you make a circular reference, the interpreter cannot free them automatically, and so you get that warning message at the end of the program. You must fix them not to get the message

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #5 by hakan UNVER: Yes sure.. I have circular reference modules.. What you think this dangerous ? Or what I do ? -- Check out the vibrant tech

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #4 by Benoît MINISINI: Do you know what a circular reference is? -- Check out the vibrant tech community on one of the world's most engaging tech

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #3 by hakan UNVER: This messages get after under button Quit command.. -- Check out the vibrant tech community on one of the world's most

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #2 by hakan UNVER: allocation(s) non freed. Why ? -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- Comment #1 by Benoît MINISINI: If you created a circular reference in your project, this is normal. Otherwise, without your project, I can't say more. Benoît MINISINI changed the state of the bug to: NeedsInfo

[Gambas-user] [Gambas Bug Tracker] Bug #1084: gbx3: warning: circular references detected:

2017-02-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1084=L21haW4- hakan UNVER reported a new bug. Summary --- gbx3: warning: circular references detected: Type : Bug Priority : Medium Gambas version : 3.9 Product : Unknown Description --- Hello I get

[Gambas-user] [Gambas Bug Tracker] Bug #1047: please add new gambas3 sections for Rust and JavaScript

2017-02-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1047=L21haW4- Comment #3 by Benoît MINISINI: Done in revision #8099. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community

[Gambas-user] [Gambas Bug Tracker] Bug #1075: Make Installation Package fails under Arch

2017-02-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1075=L21haW4- Comment #2 by Benoît MINISINI: No idea where this "desktop-directories" comes from. Can you send your project? Benoît MINISINI changed the state of the bug to:

[Gambas-user] [Gambas Bug Tracker] Bug #1083: Add a Shaded property to DesktopWindows.class

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1083=L21haW4- Comment #1 by Benoît MINISINI: Done in revision #8096. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community

[Gambas-user] [Gambas Bug Tracker] Bug #1078: X11 Systray behaves strangely under GTK or QT5

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1078=L21haW4- Comment #3 by Benoît MINISINI: The X11 systray needs a control associated with a X11 window handle. With gb.gtk, it is the case when you use a DrawingArea. With gb.gtk3, even the DrawingArea does not have a X11 window, so the top

[Gambas-user] [Gambas Bug Tracker] Bug #1082: Desktop.Windows[0].FullScreen Fails with Error Void key

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1082=L21haW4- Comment #1 by Benoît MINISINI: I implemented the last solution in revision #8095 (returning 0 if the atom name is void). Benoît MINISINI changed the state of the bug to: Fixed

[Gambas-user] [Gambas Bug Tracker] Bug #1081: Event TextBox.Change

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1081=L21haW4- Comment #3 by Benoît MINISINI: Fixed in revision #8094. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community

[Gambas-user] [Gambas Bug Tracker] Bug #1080: The top-left Save button does not save the comment

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1080=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1082: Desktop.Windows[0].FullScreen Fails with Error Void key

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1082=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1081: Event TextBox.Change

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1081=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1083: Add a Shaded property to DesktopWindows.class

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1083=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1083: Add a Shaded property to DesktopWindows.class

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1083=L21haW4- Tony MOREHEN reported a new bug. Summary --- Add a Shaded property to DesktopWindows.class Type : Request Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : Unknown Description

[Gambas-user] [Gambas Bug Tracker] Bug #1082: Desktop.Windows[0].FullScreen Fails with Error Void key

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1082=L21haW4- Tony MOREHEN reported a new bug. Summary --- Desktop.Windows[0].FullScreen Fails with Error Void key Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : Unknown Description

[Gambas-user] [Gambas Bug Tracker] Bug #1081: Event TextBox.Change

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1081=L21haW4- hakan UNVER added an attachment: bug_track.tar.gz -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org

[Gambas-user] [Gambas Bug Tracker] Bug #1081: Event TextBox.Change

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1081=L21haW4- Comment #2 by hakan UNVER: I send sample project Please check hakan UNVER changed the state of the bug to: Opened. -- Check out the vibrant tech

[Gambas-user] [Gambas Bug Tracker] Bug #1081: Event TextBox.Change

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1081=L21haW4- Comment #1 by Fabien BODARD: For information an event name can't have a point in the name. Can you give us a litle project that show the problem, I can't repeat it. Fabien BODARD changed the state of the bug to: NeedsInfo

[Gambas-user] [Gambas Bug Tracker] Bug #1081: Event TextBox.Change

2017-02-17 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1081=L21haW4- hakan UNVER reported a new bug. Summary --- Event TextBox.Change Type : Bug Priority : Medium Gambas version : 3.9 Product : QT4 component Description --- When use this option Event

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #13 by Víctor PEREZ: Sorry I missed putting the icon on the bar (Icon is shown in bar) -- Check out the vibrant tech community on one

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #12 by Víctor PEREZ: Run the test project and the icon appears, Showing this message in console, "Sni-qt / 3372" WARN 17: 15: 39.288 void StatusNotifierItemFactory :: connectToSnw () Invalid interface to S

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #14 by Brian G: Spurious not serious -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #13 by Brian G: Question regarding this, Are you spanning escape sequences across Print calls. That is can I send part on first call and then rest of the sequence on the next call? I am not checking that I send complete

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #12 by Benoît MINISINI: You can ignore these messages. I will remove them, as these escape sequences usually do not have any effect in terminal emulators

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #11 by Brian G: Thank you for making the change, I really appreciate it! -- Check out the vibrant tech community on one of the world's most

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #10 by Brian G: So my question was how do I modify the filter? -- Check out the vibrant tech community on one of the world's most engaging tech

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #9 by Brian G: Ok more details regarding error I receive when text graphics are used the debug console displays TerminalFilter_VT100.Escape.627: Not implemented: "[1034h" TerminalFilter_VT100.Escape.627: Not i

[Gambas-user] [Gambas Bug Tracker] Bug #1076: Error with FAST

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1076=L21haW4- Comment #2 by Gianluigi GRADASCHI: Hi Benoit, thank you for the suggestion Regards Gianluigi -- Check out the vibrant tech community on one

[Gambas-user] [Gambas Bug Tracker] Bug #1076: Error with FAST

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1076=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1080: The top-left Save button does not save the comment

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1080=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary --- The top-left Save button does not save the comment Type : Bug Priority : Medium Gambas version : Unknown Product : Bugtracker Description

[Gambas-user] [Gambas Bug Tracker] Bug #1076: Error with FAST

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1076=L21haW4- Comment #1 by Benoît MINISINI: It seems the Rand() function is not supported by the JIT compiler. As a workaround, you can use the Rnd() function with Int

[Gambas-user] [Gambas Bug Tracker] Bug #1078: X11 Systray behaves strangely under GTK or QT5

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1078=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1075: Make Installation Package fails under Arch

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1075=L21haW4- Comment #1 by Moviga TECHNOLOGIES: Just to clarify, this seems to be an issue with the IDE's tool for making Arch packages, as there is no duplicate folder in the Innova DE

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #8 by Benoît MINISINI: Done in revision #8091. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #7 by Benoît MINISINI: As for the "ALT+anything" thing, I don't know what you are talking about exactly... -- Check out the vi

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #6 by Benoît MINISINI: I will add a Resize event, but, again, you normally don't need it! If you run your software inside the TerminalView with the Exec() or Shell() method, it will receive the terminal resize signal

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #5 by Brian G: When I speak of graphics I am talking about text mode graphics only -- Check out the vibrant tech community on one of the world's

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-15 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #4 by Brian G: Hi I am using the terminal as a separate front end for my application, eventually I will support access to a number of different systems, including rs232 interface for switches , I am using the terminal form

[Gambas-user] [Gambas Bug Tracker] Bug #1078: X11 Systray behaves strangely under GTK or QT5

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1078=L21haW4- Tony MOREHEN added an attachment: systray-0.0.1.tar.gz -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1078: X11 Systray behaves strangely under GTK or QT5

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1078=L21haW4- Comment #2 by Tony MOREHEN: I've put together a little project and have some new findings. In the little project, I changed the systray component from a drawing area to a panel. Now GTK2 works properly. In the original project

[Gambas-user] [Gambas Bug Tracker] Bug #1078: X11 Systray behaves strangely under GTK or QT5

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1078=L21haW4- Comment #1 by Benoît MINISINI: Can you make a little project that shows exactly what the problem is? -- Check out the vibrant tech community on one

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #11 by Tony MOREHEN: It may be a problem with the gui. I've noticed that the Systray behaves differently depending upon the Gui GTK vs GTK3 vs QT5 vs QT4. I know that the problems I saw are on the Systray server side

[Gambas-user] [Gambas Bug Tracker] Bug #1079: Forms opened using showmodal can only be resized bigger

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1079=L21haW4- Comment #1 by Benoît MINISINI: This is by design. The minimal size of a modal window is its initial size. Benoît MINISINI changed the state of the bug to: Rejected

[Gambas-user] [Gambas Bug Tracker] Bug #1079: Forms opened using showmodal can only be resized bigger

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1079=L21haW4- Tony MOREHEN reported a new bug. Summary --- Forms opened using showmodal can only be resized bigger Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description

[Gambas-user] [Gambas Bug Tracker] Bug #1078: X11 Systray behaves strangely under GTK or QT5

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1078=L21haW4- Tony MOREHEN reported a new bug. Summary --- X11 Systray behaves strangely under GTK or QT5 Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description --- Under

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Benoît MINISINI changed the state of the bug to: Working. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #3 by Benoît MINISINI: I have just done a test: I ran 'bash' inside a TerminalView, then I connect to a remote server through ssh, and run 'vim' on that server. I resized the window, and vim followed the resize. So

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #2 by Benoît MINISINI: If you run a process inside the TerminalView control with the Exec() or Shell() method, then the process virtual terminal output will be resized each time the TerminalView is resized, and the process

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Comment #1 by Brian G: Only try terminal session, please -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Brian G added an attachment: TestSSHProtocol-0.0.1.tar.gz -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1077: gb.form.terminal - Enhancement request

2017-02-14 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1077=L21haW4- Brian G reported a new bug. Summary --- gb.form.terminal - Enhancement request Type : Request Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : QT4 component Description

[Gambas-user] [Gambas Bug Tracker] Bug #1058: Gambas Rnd (Web programming)

2017-02-10 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1058=L21haW4- Comment #3 by Benoît MINISINI: It should be fixed in revision #8089. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #10 by Abdul ZAGIROV: Tried new revision and it works in Ubuntu, KUbuntu and LUbuntu. But the problem still exists in XUbuntu. -- Check out

[Gambas-user] [Gambas Bug Tracker] Bug #961: Compile error at gb.jit

2017-02-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.961=L21haW4- Comment #10 by Benoît MINISINI: It should be fixed in revision #8088. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant

[Gambas-user] [Gambas Bug Tracker] Bug #947: Can't compile gb.jit with 3.5.2 version

2017-02-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.947=L21haW4- Comment #7 by Benoît MINISINI: It should be fixed in revision #8088. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech

[Gambas-user] [Gambas Bug Tracker] Bug #1076: Error with FAST

2017-02-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1076=L21haW4- Gianluigi GRADASCHI added an attachment: SortCasualNunbers-FAST-0.0.1.tar.gz -- Check out the vibrant tech community on one of the world's most engaging

[Gambas-user] [Gambas Bug Tracker] Bug #1076: Error with FAST

2017-02-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1076=L21haW4- Gianluigi GRADASCHI reported a new bug. Summary --- Error with FAST Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : JIT compiler Description --- If I add "

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-05 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #9 by Benoît MINISINI: Can you try revision #8086? I succeeded in showing tray icons on LXDE by using indicators (Ubuntu tray icon protocol) instead of KDE tray icon protocol. Benoît MINISINI changed the state of the bug

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #8 by ABDUL ZAGIROV: I prepared a virtual machine on VirtualBox with XUbuntu 16.04.1 32 bit fro testing purposes. Installed Gambas from daily builds ppa. Made test ones more but, unfortunately, no results

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #7 by ABDUL ZAGIROV: Yes, but only when the revision will be available through gambas ppa ( https://launchpad.net/~gambas-team/+archive/ubuntu/gambas-daily

[Gambas-user] [Gambas Bug Tracker] Bug #1074: Rdir failed to scan remote directories

2017-02-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1074=L21haW4- Comment #3 by Federico ALLEGRETTI: that's the part of fstab to mount the share: #monta lo share di radio stranamore #01 //192.168.1.252/Stranamore /mnt/Stranamore cifs credentials=/root/.credQnap1,iocharset=utf8,file_mode=0777

[Gambas-user] [Gambas Bug Tracker] Bug #1074: Rdir failed to scan remote directories

2017-02-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1074=L21haW4- Comment #2 by Federico ALLEGRETTI: v1p3r@linuxbox:~$ ls -la /mnt/Stranamore totale 2180 drwxrwxrwx 2 root root 0 gen 30 12:41 . drwxr-xr-x 5 root root4096 gen 9 13:20 .. drwxrwxrwx 2 root root 0 set 9 2011

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #6 by Benoît MINISINI: Is it possible for you to test revision #8081? -- Check out the vibrant tech community on one of the world's most engaging

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #5 by Benoît MINISINI: I installed a fresh Lubuntu from scratch, and I confirm the problem. What happens is that a DBus system tray is apparently registered, so Gambas switches to DBus tray icon mode. But nothing appears

[Gambas-user] [Gambas Bug Tracker] Bug #1075: Make Installation Package fails under Arch

2017-02-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1075=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary --- Make Installation Package fails under Arch Type : Bug Priority : Medium Gambas version : 3.9 Product : Unknown Description --- I'm

[Gambas-user] [Gambas Bug Tracker] Bug #1074: Rdir failed to scan remote directories

2017-02-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1074=L21haW4- Comment #1 by Benoît MINISINI: Can you post the result of : $ ls -la /mnt/Stranamore Benoît MINISINI changed the state of the bug to: NeedsInfo

[Gambas-user] [Gambas Bug Tracker] Bug #1074: Rdir failed to scan remote directories

2017-02-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1074=L21haW4- Federico ALLEGRETTI reported a new bug. Summary --- Rdir failed to scan remote directories Type : Bug Priority : Medium Gambas version : 3.9 Product : Language Description --- updating

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- ABDUL ZAGIROV added an attachment: trayicon-xubuntu.tar.gz -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #4 by ABDUL ZAGIROV: Trayicon appears when one uses classical Ubuntu with Unity graphical environment with postinstalled LXDE or XFCE in addition. But it doesnt work when it comes to XUbuntu linux distribution

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #3 by Benoît MINISINI: Please post a little project that reproduces your problem. Benoît MINISINI changed the state of the bug to: NeedsInfo

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Benoît MINISINI added an attachment: trayicon-lxde.png -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #2 by Benoît MINISINI: I have just tested with LXDE on Ubuntu. I have no problem with having a working tray icon. -- Check out the vibrant tech

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Comment #1 by Benoît MINISINI: If you use a modern desktop, the DBUS trayicon protocol is used. Otherwise, the old trayicon protocol is used. I will install LXDE to check the deal

[Gambas-user] [Gambas Bug Tracker] Bug #1065: Icon does not appear in tray

2017-02-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1065=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1072: Image pixelated farm software

2017-02-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1072=L21haW4- Comment #2 by Benoît MINISINI: Fixed in revision #8080. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community

[Gambas-user] [Gambas Bug Tracker] Bug #1072: Image pixelated farm software

2017-02-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1072=L21haW4- Comment #1 by Benoît MINISINI: The screenshots are just stretched to 320 pixels. I will double the resolution. -- Check out the vibrant tech community

[Gambas-user] [Gambas Bug Tracker] Bug #1072: Image pixelated farm software

2017-02-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1072=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1062: DesktopFile for google-chrome.desktop is incomplete

2017-02-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1062=L21haW4- Comment #1 by Fabien BODARD: Fixed in rev #8079 Fabien BODARD changed the state of the bug to: Fixed. -- Check out the vibrant tech community on one

[Gambas-user] [Gambas Bug Tracker] Bug #1062: DesktopFile for google-chrome.desktop is incomplete

2017-01-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1062=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1064: Gtk menus are unreadable when form has dark background, light foreground

2017-01-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1064=L21haW4- Comment #1 by Benoît MINISINI: Fixed in revision #8078. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community

[Gambas-user] [Gambas Bug Tracker] Bug #1066: Interpreter crash on removing database index

2017-01-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1066=L21haW4- Comment #6 by Benoît MINISINI: Fixed in revision #8077. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community

[Gambas-user] [Gambas Bug Tracker] Bug #1066: Interpreter crash on removing database index

2017-01-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1066=L21haW4- Benoît MINISINI changed the state of the bug to: Working. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1073: build failure with gcc-7 (Debian experimental)

2017-01-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1073=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1073: build failure with gcc-7 (Debian experimental)

2017-01-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1073=L21haW4- Comment #1 by Benoît MINISINI: Fixed in revision #8076. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community

[Gambas-user] [Gambas Bug Tracker] Bug #1073: build failure with gcc-7 (Debian experimental)

2017-01-31 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1073=L21haW4- Gianfranco COSTAMAGNA reported a new bug. Summary --- build failure with gcc-7 (Debian experimental) Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description

[Gambas-user] [Gambas Bug Tracker] Bug #1072: Image pixelated farm software

2017-01-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1072=L21haW4- Víctor PEREZ reported a new bug. Summary --- Image pixelated farm software Type : Bug Priority : Low Gambas version : 3.9 Product : Software farm Description --- The images

[Gambas-user] [Gambas Bug Tracker] Bug #1066: Interpreter crash on removing database index

2017-01-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1066=L21haW4- Comment #5 by Safiur RAHMAN: Yes it is gb.db.mysql -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org

[Gambas-user] [Gambas Bug Tracker] Bug #1066: Interpreter crash on removing database index

2017-01-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1066=L21haW4- Safiur RAHMAN added an attachment: imagedatabase.tar.gz -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1066: Interpreter crash on removing database index

2017-01-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1066=L21haW4- Comment #4 by Safiur RAHMAN: Hi Benoit I am sending you a sample project. -- Check out the vibrant tech community on one of the world's most engaging

[Gambas-user] [Gambas Bug Tracker] Bug #1066: Interpreter crash on removing database index

2017-01-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1066=L21haW4- Comment #3 by Benoît MINISINI: Do you mean gb.db.mysql? What was the name of the table and the name of the index? Benoît MINISINI changed the state of the bug to: NeedsInfo

[Gambas-user] [Gambas Bug Tracker] Bug #1070: Error while trying to publish a project

2017-01-21 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1070=L21haW4- Comment #1 by Benoît MINISINI: Please remove the links from your system information, and put... information about your system instead! Thanks. -- Check

[Gambas-user] [Gambas Bug Tracker] Bug #1059: Compilation fails with Qt 5.7

2017-01-21 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1059=L21haW4- Comment #11 by Benoît MINISINI: It should be fixed in revision #8061. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant

<    1   2   3   4   5   6   7   8   9   10   >