Re: [Gambas-user] Issue 589 in gambas: Interpreter Crash Gambas3 - Calling a library function - BananaPi

2015-01-09 Thread gambas
Updates: Status: WontFix Comment #6 on issue 589 by benoit.m...@gmail.com: Interpreter Crash Gambas3 - Calling a library function - BananaPi https://code.google.com/p/gambas/issues/detail?id=589 > HIDInterface is a structure with a length of 52 bytes. If you don't access the structure,

[Gambas-user] Column Alignment Property

2015-01-09 Thread Lewis Balentine
It appears to me that the Column Alignment Property does not work for some types. Sample Code: Public Sub ButtonCenter_Click() Dim I As Integer For I = 0 To DataView1.View.Columns.Max DataView1.View.Columns[I].Alignment = Align.Center Next Me.Caption = Application.Name & ":

Re: [Gambas-user] Array.Sort

2015-01-09 Thread Tobias Boege
On Fri, 09 Jan 2015, adamn...@gmail.com wrote: > On Fri, 09 Jan 2015 01:12:50 +0100 > Beno?t Minisini wrote: > > > Le 09/01/2015 01:09, T Lee Davidson a ?crit : > > > "The empty set of parentheses is REQUIRED when sort is used as a function > > > to return an array without the optional mode para

Re: [Gambas-user] Array.Sort

2015-01-09 Thread Lewis Balentine
I did not expect this many comments. I believe that the KISS principle should apply to the Wiki particularly for the benefit of new users or those whose first language may not be English (my British friends tell me that English is not my first language). I removed references to "procedure" and

Re: [Gambas-user] Column Alignment Property

2015-01-09 Thread Willy Raets
On vr, 2015-01-09 at 04:11 -0600, Lewis Balentine wrote: > On another note: > I wanted to verify these results with a later verions of GAMBAS. I have > one machien set up with: deb > http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu trusty main. It > reported version 3.6.99 available. I d

Re: [Gambas-user] Column Alignment Property

2015-01-09 Thread Lewis Balentine
Thanks for the version explanation ... A lot of trouble, all for nothing... It happens sometimes. I just wanted to be certain I tried the latest version before I submitted the email... Cheers, Lewis -- Dive into the

[Gambas-user] estru3d

2015-01-09 Thread martin p cristia
Hi all: With the guys @ gambas-es.org forum, Jesus Guardon and Julio Sanchez, I made a port (from VB6) of a structural calculation program I started back in my university days. Now that is in the first beta, and translated to english, I feel the need to put it someplace else so its available f

[Gambas-user] DataView Column Widths

2015-01-09 Thread David Hill
Quick question! Since the Columns property of a DataView is used to set the fields displayed, how can I set the columns widths? TIA Dave [System] Gambas=3.5.3 OperatingSystem=Linux Kernel=3.2.0-4-amd64 Architecture=x86_64 Distribution=Crunchbang Waldorf Desktop=? Theme=QGtk Language=en_GB.UTF-

Re: [Gambas-user] DataView Column Widths

2015-01-09 Thread Benoît Minisini
Le 09/01/2015 18:24, David Hill a écrit : > Quick question! > > Since the Columns property of a DataView is used to set the fields > displayed, how can I set the columns widths? > > TIA > > Dave > DataView has a "View" property that returns its internal TableView control: use it to do what you wa

Re: [Gambas-user] DataView Column Widths

2015-01-09 Thread David Hill
Merci Bien! On 09/01/15 17:35, Benoît Minisini wrote: > Le 09/01/2015 18:24, David Hill a écrit : >> Quick question! >> >> Since the Columns property of a DataView is used to set the fields >> displayed, how can I set the columns widths? >> >> TIA >> >> Dave >> > DataView has a "View" property tha

Re: [Gambas-user] estru3d

2015-01-09 Thread Charlie
Have a look here http://whiteislandsoftware.com -- View this message in context: http://gambas.8142.n7.nabble.com/estru3d-tp50225p50229.html Sent from the gambas-user mailing list archive at Nabble.com. ---

[Gambas-user] Does anyone have experience with gb.openGL and "Not an object"?

2015-01-09 Thread Francis Payne
I've got an interesting issue with the OpenGL component. I've been experimenting with OpenGL by going through the NeHe tutorials and the MD2Model example provided. The problem is that I sometimes get an unexpected message of "Not an object" when GL tries to start. The skeleton of the code is: P

Re: [Gambas-user] Does anyone have experience with gb.openGL and "Not an object"?

2015-01-09 Thread Benoît Minisini
Le 09/01/2015 21:38, Francis Payne a écrit : > I've got an interesting issue with the OpenGL component. > > I've been experimenting with OpenGL by going through the NeHe tutorials > and the MD2Model example provided. The problem is that I sometimes get > an unexpected message of "Not an object" whe

Re: [Gambas-user] Does anyone have experience with gb.openGL and "Not an object"?

2015-01-09 Thread Francis Payne
On 01/10/2015 07:43 AM, Benoît Minisini wrote: > I can't help without the source code and a way to reproduce the problem. > > Regards, > > You're a brave man to offer to look at it ! My feeling that maybe posting the code was excessive was due to its size. Hence I asked for general guidelines to

Re: [Gambas-user] Does anyone have experience with gb.openGL and "Not an object"?

2015-01-09 Thread Benoît Minisini
Le 09/01/2015 23:28, Francis Payne a écrit : > > On 01/10/2015 07:43 AM, Benoît Minisini wrote: >> I can't help without the source code and a way to reproduce the problem. >> >> Regards, >> >> > You're a brave man to offer to look at it ! > > My feeling that maybe posting the code was excessive was

Re: [Gambas-user] Does anyone have experience with gb.openGL and "Not an object"?

2015-01-09 Thread Lewis Balentine
>> but it comes to 57 megabytes. Do you want me to post it to the mailing list >> ? << FYI: My previous experience is that the mailing list would reject it because of size. Lewis -- Dive into the World of Parallel Pro

[Gambas-user] Fieldlist output differs (extended)

2015-01-09 Thread Karl Reinl
Salut Benoît, For the Grid no matters, but use the fields with Eval and there the difference matter. !! finally, my question should also be, 'why EVAL works case sensitive' -- Amicalement Charlie -- Dive int

Re: [Gambas-user] Fieldlist output differs (extended)

2015-01-09 Thread Benoît Minisini
Le 10/01/2015 01:55, Karl Reinl a écrit : > Salut Benoît, > > For the Grid no matters, but use the fields with Eval and there > the difference matter. > > !! finally, my question should also be, 'why EVAL works case sensitive' > > Alas the field names are decided by the database library

Re: [Gambas-user] Column Alignment Property

2015-01-09 Thread Benoît Minisini
Le 09/01/2015 11:11, Lewis Balentine a écrit : > It appears to me that the Column Alignment Property does not work for > some types. > It's the DataView that override column alignments with cell specific alignments for Integer, Float, and unlimited String fields. I'm admit it's not very coherent

Re: [Gambas-user] Column Alignment Property

2015-01-09 Thread Lewis Balentine
Thank you for the clarification. Maybe I should create a property that would tell DataView if it should override or not the alignment? That would be most helpful. :-) I wondered if there was such a property that I missed. regards, Lewis ---

[Gambas-user] estru3D

2015-01-09 Thread martin p cristia
> Have a look here http://whiteislandsoftware.com I'm in touch with Willy already, tnx anyway -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Int

[Gambas-user] Issue 594 in gambas: Container Panel Alineamiento

2015-01-09 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 594 by cojinesr...@gmail.com: Container Panel Alineamiento https://code.google.com/p/gambas/issues/detail?id=594 Describir el problema. El componente Panel no resp