[Gambas-user] Issue 498 in gambas: Cant line break Select lists

2014-01-14 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 498 by adamn...@gmail.com: Cant line break Select lists http://code.google.com/p/gambas/issues/detail?id=498 1) Describe the problem. The list of matches for the Case

[Gambas-user] multi document interface

2014-01-14 Thread Willy Raets
Hi all, Does anyone have a small example of working with a multi document interface. I need one toolbar that works with all opened documents? For example a toolbar with a copy and paste button that can copy a text from one of the opened documents and paste it into an other opened document in the

[Gambas-user] Printing text vertically (using printing or gb.report)

2014-01-14 Thread Willy Raets
Hi all, I have a Dymo Label writer at work and need to print address labels. Thing is that the labels are in portrait and the text needs to be printed vertically instead of horizontally as it happens now. I have tried with both printing and reports but don't manage to get the job done. Text

[Gambas-user] A Gambas-MySql question - Query the result of a query and a table

2014-01-14 Thread Willy Raets
Hi all, In MS Access it was possible to make a query based on a query. I am in the middle of porting all MS Access clients to Gambas 3 and all tables have been migrated to MySql. Is it possible in Gambas to do a query and next do another query on the result of the previous query combined with

Re: [Gambas-user] Issue 494 in gambas: 100% cpu use when using SHELL (FOR READ) and on a process that redirects stdout

2014-01-14 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.5.0 Comment #2 on issue 494 by benoit.m...@gmail.com: 100% cpu use when using SHELL (FOR READ) and on a process that redirects stdout http://code.google.com/p/gambas/issues/detail?id=494 (No comment was entered for this

Re: [Gambas-user] Issue 494 in gambas: 100% cpu use when using SHELL (FOR READ) and on a process that redirects stdout

2014-01-14 Thread gambas
Comment #3 on issue 494 by benoit.m...@gmail.com: 100% cpu use when using SHELL (FOR READ) and on a process that redirects stdout http://code.google.com/p/gambas/issues/detail?id=494 Please don't post two issues inside one! -- You received this message because this project is configured to

[Gambas-user] Issue 499 in gambas: Unable to parse the standard error stream if using Shell ... For Input instead of Shell ... For Read

2014-01-14 Thread gambas
Status: New Owner: benoit.m...@gmail.com Labels: Version-3.5.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 499 by benoit.m...@gmail.com: Unable to parse the standard error stream if using Shell ... For Input instead of Shell ... For Read

Re: [Gambas-user] Issue 494 in gambas: 100% cpu use when using SHELL (FOR READ) and on a process that redirects stdout

2014-01-14 Thread gambas
Updates: Status: Fixed Comment #4 on issue 494 by benoit.m...@gmail.com: 100% cpu use when using SHELL (FOR READ) and on a process that redirects stdout http://code.google.com/p/gambas/issues/detail?id=494 The bug has been fixed in revision #6081. -- You received this message because

Re: [Gambas-user] Issue 499 in gambas: Unable to parse the standard error stream if using Shell ... For Input instead of Shell ... For Read

2014-01-14 Thread gambas
Updates: Status: WontFix Comment #1 on issue 499 by benoit.m...@gmail.com: Unable to parse the standard error stream if using Shell ... For Input instead of Shell ... For Read http://code.google.com/p/gambas/issues/detail?id=499 When a process is run through a virtual terminal, (FOR

Re: [Gambas-user] Issue 500 in gambas: Cannot install rev 6081

2014-01-14 Thread gambas
Comment #1 on issue 500 by sot...@gmail.com: Cannot install rev 6081 http://code.google.com/p/gambas/issues/detail?id=500 System information : System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.8.0-35-generic Architecture=x86_64 Distribution=Ubuntu 13.04 Desktop=GNOME Theme=QGtk

[Gambas-user] Issue 500 in gambas: Cannot install rev 6081

2014-01-14 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 500 by sot...@gmail.com: Cannot install rev 6081 http://code.google.com/p/gambas/issues/detail?id=500 1) Describe the problem. Revision 6081 fails in make install. 2)

Re: [Gambas-user] Issue 500 in gambas: Cannot install rev 6081

2014-01-14 Thread gambas
Updates: Status: Invalid Comment #2 on issue 500 by benoit.m...@gmail.com: Cannot install rev 6081 http://code.google.com/p/gambas/issues/detail?id=500 Please don't post compilation failures for development version there, but on the mailing-list instead. It is usually fixed quickly,

Re: [Gambas-user] Issue 498 in gambas: Cant line break Select lists

2014-01-14 Thread gambas
Comment #3 on issue 498 by adamn...@gmail.com: Cant line break Select lists http://code.google.com/p/gambas/issues/detail?id=498 Thanks Benoit! B -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification

Re: [Gambas-user] What does ... in a menu name signify?

2014-01-14 Thread Caveat
It's a 'standard decoration' signifying there's more behind the chosen item...or that the item needs user confirmation or additional input on a dialogue... http://msdn.microsoft.com/en-us/library/aa511502.aspx#ellipses Kind regards, Caveat On 15/01/14 01:20, Bruce wrote: For example, in the

Re: [Gambas-user] What does ... in a menu name signify?

2014-01-14 Thread Bruce
On Wed, 2014-01-15 at 02:00 +0100, Caveat wrote: It's a 'standard decoration' signifying there's more behind the chosen item...or that the item needs user confirmation or additional input on a dialogue... http://msdn.microsoft.com/en-us/library/aa511502.aspx#ellipses Kind regards,

[Gambas-user] sdl Draw event overhead is killing frame rate

2014-01-14 Thread Kevin Fishburne
I noticed a month or two ago that the frame rate on the server side of my game went from around 300 to 50. I assumed it was an OpenGL driver issue or that I'd added some really inefficient code. It appears this is not the case, but rather it seems the Draw event raised by opening a screen

Re: [Gambas-user] Positioning the editor to a specific line and making it visible

2014-01-14 Thread Benoît Minisini
Le 15/01/2014 01:44, Bruce a écrit : I can't work out how to do this. I have an Editor control with a form definition (xyz.form) in it, I am trying to search for the definition of, say, a toolbar called tbrProjectEdit which starts at line 220. This is initiated by a double click on a

Re: [Gambas-user] What does ... in a menu name signify?

2014-01-14 Thread Benoît Minisini
Le 15/01/2014 01:20, Bruce a écrit : For example, in the IDE menu there are lot's of them, like File|New Project... The reason I ask is that the form definition for those types is different - e.g. { Menu5 Menu Text = (Menu5) ... } I first thought that it was simply to

Re: [Gambas-user] sdl Draw event overhead is killing frame rate

2014-01-14 Thread Benoît Minisini
Le 15/01/2014 03:33, Kevin Fishburne a écrit : I noticed a month or two ago that the frame rate on the server side of my game went from around 300 to 50. I assumed it was an OpenGL driver issue or that I'd added some really inefficient code. It appears this is not the case, but rather it seems

Re: [Gambas-user] sdl Draw event overhead is killing frame rate

2014-01-14 Thread Kevin Fishburne
On 01/14/2014 10:19 PM, Benoît Minisini wrote: Le 15/01/2014 03:33, Kevin Fishburne a écrit : I noticed a month or two ago that the frame rate on the server side of my game went from around 300 to 50. I assumed it was an OpenGL driver issue or that I'd added some really inefficient code. It

Re: [Gambas-user] Positioning the editor to a specific line and making it visible

2014-01-14 Thread Bruce
On Wed, 2014-01-15 at 03:44 +0100, Benoît Minisini wrote: Le 15/01/2014 01:44, Bruce a écrit : I can't work out how to do this. blah, blah, blah tia Bruce The CurrentLine is for highlighting the current line of code during a debugging session. Use the Editor.Goto() method