[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&from=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, SlashDo

[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&from=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 projec

[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&from=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 of

[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&from=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&from=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&from=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&from=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 --- U

[Gambas-user] Problem with gb.media MediaPipeline

2017-02-14 Thread Daniel Wunsch
Hello, My Problem is, how to translate this working line in Gambas-Syntax: gst-launch rtspsrc location=rtsp://uid:pwd@192.168.178.21:554 ! decodebin ! autovideosink -vvv My code is in great parts copied from the MTest.module in Mediaplayer-example. My code fails at hInput.Linkto(hConv). Here t

[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&from=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, Slas

[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&from=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 it

[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&from=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 proce

[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&from=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, Slash

[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&from=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, Slas

[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&from=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 -

Re: [Gambas-user] dynamic created Menus

2017-02-14 Thread Gianluigi
But if it is static, because I can write this? Public Sub Form_Open() Dim foo As New MMenu foo.AddMenuFromModule(MenuCharacters) End I have trouble understanding Regards Gianluigi 2017-02-14 18:46 GMT+01:00 Fabien Bodard : > A module is a class but static. Like i you declare all element

Re: [Gambas-user] dynamic created Menus

2017-02-14 Thread Fabien Bodard
A module is a class but static. Like i you declare all element of a class as static 2017-02-14 17:02 GMT+01:00 Gianluigi : > Hi all, > first let me say that I do not want to teach anybody anything, I take part > in discussions to learn telling you what I think I know. > If I gave a different impre

Re: [Gambas-user] dynamic created Menus

2017-02-14 Thread Gianluigi
Hi all, first let me say that I do not want to teach anybody anything, I take part in discussions to learn telling you what I think I know. If I gave a different impression I apologize, it's my poor English that has struck again. And now the question, how is it that an event is in a module? See at