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

2014-01-19 Thread Kevin Fishburne
On 01/17/2014 11:00 PM, Kevin Fishburne wrote: On 01/16/2014 05:07 PM, Benoît Minisini wrote: Le 16/01/2014 22:40, Benoît Minisini a écrit : Le 16/01/2014 06:03, Kevin Fishburne a écrit : The results are in, and they don't tell me much. :( I attached the updated test project, which includes

Re: [Gambas-user] Issue 501 in gambas: IDE does only run code when started from console as superuser

2014-01-19 Thread gambas
Comment #4 on issue 501 by xpistian...@gmail.com: IDE does only run code when started from console as superuser http://code.google.com/p/gambas/issues/detail?id=501 Resolved by compiling from stable branch of SVN instead of download from website. Maybe some files were corrupted? Sorry for

Re: [Gambas-user] Two suggestions about TabPanel + 2 more

2014-01-19 Thread Fabien Bodard
2014/1/18 Bruce bbr...@paddys-hill.net: On Sat, 2014-01-18 at 17:19 +0100, Fabien Bodard wrote: The move left/right arrows must be at the left, because when we are changing doc from code to form. the arrow place position depend of the presence of right property panel. I think the tabs need

Re: [Gambas-user] EXPORT OPTIONAL

2014-01-19 Thread Fabien Bodard
For example if you have a class that use a componant like gb.gui for some use ... but that can work without ... but you need absolutly the align const for example. You can define an Align Class that is loaded only when there is not other existing. 2014/1/19 Bruce bbr...@paddys-hill.net: I have

[Gambas-user] Report label rotate

2014-01-19 Thread Fabien Bodard
Does the value need to be in Degre or Radian ? For me european ... degre is beter ... but what is the standard ? -- Fabien Bodard -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses

Re: [Gambas-user] how to delete all traces of Gambas?

2014-01-19 Thread Jussi Lahtinen
You don't have to edit the script for every revision if you make this little change: svn checkout -r 5750 svn://svn.code.sf.net/p/gambas/code/gambas/trunk --- svn checkout -r $1 svn://svn.code.sf.net/p/gambas/code/gambas/trunk Then run your script example like this: installgb3 5750 Jussi

Re: [Gambas-user] Report label rotate

2014-01-19 Thread Jussi Lahtinen
Radian is SI unit and so I would prefer it. Jussi On Sun, Jan 19, 2014 at 3:33 PM, Fabien Bodard gambas...@gmail.com wrote: Does the value need to be in Degre or Radian ? For me european ... degre is beter ... but what is the standard ? -- Fabien Bodard

Re: [Gambas-user] include/exclude lists for executables, source archives and (autotools) packages

2014-01-19 Thread Benoît Minisini
Le 19/01/2014 04:20, Bruce a écrit : Some comments and questions and requests. 1) the gambasdoc Project Directory Structure page ( http://gambasdoc.org/help/doc/project_structure?v3 ) says that a) Other files and directories i.e. the Data folder are not included in the executable. Surely

Re: [Gambas-user] Report label rotate

2014-01-19 Thread Fabien Bodard
you say radian is what ?... unit 2014/1/19 Jussi Lahtinen jussi.lahti...@gmail.com: Radian is SI unit and so I would prefer it. Jussi On Sun, Jan 19, 2014 at 3:33 PM, Fabien Bodard gambas...@gmail.com wrote: Does the value need to be in Degre or Radian ? For me european ... degre is

Re: [Gambas-user] Issue 501 in gambas: IDE does only run code when started from console as superuser

2014-01-19 Thread gambas
Updates: Status: WontFix Comment #5 on issue 501 by benoit.m...@gmail.com: IDE does only run code when started from console as superuser http://code.google.com/p/gambas/issues/detail?id=501 I don't think so, as apparently you are the only one having a problem. Note that your

Re: [Gambas-user] Report label rotate

2014-01-19 Thread Jussi Lahtinen
http://en.wikipedia.org/wiki/International_System_of_Units It's originating from France. Jussi On Sun, Jan 19, 2014 at 5:01 PM, Fabien Bodard gambas...@gmail.com wrote: you say radian is what ?... unit 2014/1/19 Jussi Lahtinen jussi.lahti...@gmail.com: Radian is SI unit and so I would

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

2014-01-19 Thread Benoît Minisini
Le 19/01/2014 09:11, Kevin Fishburne a écrit : On 01/17/2014 11:00 PM, Kevin Fishburne wrote: On 01/16/2014 05:07 PM, Benoît Minisini wrote: Le 16/01/2014 22:40, Benoît Minisini a écrit : Le 16/01/2014 06:03, Kevin Fishburne a écrit : The results are in, and they don't tell me much. :( I

Re: [Gambas-user] Issue 501 in gambas: IDE does only run code when started from console as superuser

2014-01-19 Thread gambas
Comment #6 on issue 501 by xpistian...@gmail.com: IDE does only run code when started from console as superuser http://code.google.com/p/gambas/issues/detail?id=501 What I meant was that the file was downloaded incorrectly, not that the package per se was corrupted. Thanks for having a look,

Re: [Gambas-user] Report label rotate

2014-01-19 Thread Fabien Bodard
2014/1/19 Jussi Lahtinen jussi.lahti...@gmail.com: http://en.wikipedia.org/wiki/International_System_of_Units It's originating from France. Jussi Yes but the current up to date units is Grade ... well it is used only from a few time in the French projection. 360 deg = 2PI Rad = 400 gon Ok

Re: [Gambas-user] Report label rotate

2014-01-19 Thread Jussi Lahtinen
Yes but the current up to date units is Grade Opposite. Grade (now gon) was old unit in French metric system, but it was never international (SI) unit (which is largely same old metric system). Jussi -- CenturyLink

Re: [Gambas-user] Two suggestions about TabPanel

2014-01-19 Thread Benoît Minisini
Le 18/01/2014 17:19, Fabien Bodard a écrit : The move left/right arrows must be at the left, because when we are changing doc from code to form. the arrow place position depend of the presence of right property panel. I think the tabs need to have all the same size if the close button is

Re: [Gambas-user] Two suggestions about TabPanel + 2 more

2014-01-19 Thread Benoît Minisini
Le 18/01/2014 23:01, Bruce a écrit : 3) You cannot set accelerator keys for TabPanel tab titles like you can for TabStrips I'm afraid it is not easy to implement... 4) Mousewheel scrolling through TabPanel tabs only works when the TabPanel itself has the focus. (TabStrip scrolling happens

Re: [Gambas-user] Matrices byref

2014-01-19 Thread Benoît Minisini
Le 17/01/2014 00:15, martin p cristia a écrit : I need this global matrix: Public MatRigGlo[12, 12] As Float that in some cases it needs to be [3,3] or [6,6] I pass that matrix to a C library: Public Extern M8simetrizarSQ(matriz As Float[], lOrden As Long) and the call is

Re: [Gambas-user] TableView Column.Width quick adjust?

2014-01-19 Thread Benoît Minisini
Le 13/01/2014 12:14, Rolf-Werner Eilert a écrit : When I want to adapt the Column.Width of all Columns in a TableView, will I still have to build this into the Data event or iterate through the whole thing, or is there meanwhile a quicker way to programmatically start the fast adaptation (the

Re: [Gambas-user] Two suggestions about TabPanel + 2 more

2014-01-19 Thread Bruce
On Sun, 2014-01-19 at 23:13 +0100, Benoît Minisini wrote: Le 18/01/2014 23:01, Bruce a écrit : 3) You cannot set accelerator keys for TabPanel tab titles like you can for TabStrips I'm afraid it is not easy to implement... Oh well, never mind. (It was just an observation) 4)

Re: [Gambas-user] Error.Backtrace

2014-01-19 Thread Benoît Minisini
Le 17/01/2014 02:33, Ian Haywood a écrit : On 17/01/14 10:11, Benoît Minisini wrote: Le 16/01/2014 23:12, Ian Haywood a écrit : For a TRY that does not call functions, it is not computed, so you get the previous stack backtrace. not computing it is OK (as the combination of Error.Text and

Re: [Gambas-user] multi document interface

2014-01-19 Thread Benoît Minisini
Le 14/01/2014 09:50, Willy Raets a écrit : 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

[Gambas-user] Issue 502 in gambas: IDE code highlighting

2014-01-19 Thread gambas
Status: New Owner: Labels: Version-3.5.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 502 by krisztiankende: IDE code highlighting http://code.google.com/p/gambas/issues/detail?id=502 The Gambas code editor doesn't highlight the following codes: