Re: [Gambas-user] Arrays of Structs

2016-11-28 Thread Cam Era
On Tue, Nov 29, 2016 at 3:11 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > ... > --> This creates an inner array of 50 MapObject NULL references. > > Try that: MapObjects[50] As Struct MapObject > > By the way, I strongly suggest not to use Struct, but normal objects. > Struct were

Re: [Gambas-user] Arrays of Structs

2016-11-28 Thread Benoît Minisini
Le 29/11/2016 à 04:40, Cam Era a écrit : > I expect I'm trying to do something that's not possible with Gambas, but > I'll ask this anyway. > > I'm trying to create an n x n array of a STRUCT which itself contains an > array of type STRUCT. > > I have this declaration: > > Public Struct MapObje

Re: [Gambas-user] Arrays of Structs

2016-11-28 Thread Cam Era
On Tue, Nov 29, 2016 at 3:05 PM, Jussi Lahtinen wrote: > Seems that the arrays remain uninitialized... I'm not sure why. > Do you really need embedded arrays and structs? They are mainly for > interacting with libraries written in C, and using Pictures inside of the > struct kind of contradicts t

Re: [Gambas-user] Arrays of Structs

2016-11-28 Thread Jussi Lahtinen
Seems that the arrays remain uninitialized... I'm not sure why. Do you really need embedded arrays and structs? They are mainly for interacting with libraries written in C, and using Pictures inside of the struct kind of contradicts that. I'm mean that all works if you do it with classes and initi

Re: [Gambas-user] Arrays of Structs

2016-11-28 Thread Cam Era
On Tue, Nov 29, 2016 at 2:40 PM, Cam Era wrote: > I expect I'm trying to do something that's not possible with Gambas, but > I'll ask this anyway. > > I'm trying to create an n x n array of a STRUCT which itself contains an > array of type STRUCT. > > I have this declaration: > > Public Struc

[Gambas-user] Arrays of Structs

2016-11-28 Thread Cam Era
I expect I'm trying to do something that's not possible with Gambas, but I'll ask this anyway. I'm trying to create an n x n array of a STRUCT which itself contains an array of type STRUCT. I have this declaration: Public Struct MapObjec xPos As Integer yPos As Integer Obje

[Gambas-user] Setting focus to form.

2016-11-28 Thread Cam Era
Greetings all. I suspect that this is a question with an easy answer, but I've had no luck in finding it. In short, I have a project with two forms. One is the main form, the other a splash screen. While the first form loads, I display the splash screen with: frmGenerating.show and when the

[Gambas-user] [Gambas Bug Tracker] Bug #1039: URLLabel bug

2016-11-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1039&from=L21haW4- Alexander SIGMANOR reported a new bug. Summary --- URLLabel bug Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : GUI components Description --- When pressing o

[Gambas-user] [Gambas Bug Tracker] Bug #1038: URLLabel bug

2016-11-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1038&from=L21haW4- Alexander SIGMANOR reported a new bug. Summary --- URLLabel bug Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : GUI components Description --- When pressing o

Re: [Gambas-user] SimpleEval - Error

2016-11-28 Thread Fabien Bodard
Here it is :-) This is a simple demo of how to do a specific interpreter. You can add variable with value numbers or text. You can set a formula with just numbers function and iif function In the formula in the demo you can see the sum function that is a custom function (that just add the two p

[Gambas-user] [Gambas Bug Tracker] Bug #1037: Backgaund color of tip message in dark themes.

2016-11-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1037&from=L21haW4- Comment #1 by Benoît MINISINI: It has just been fixed in revision #8004. Benoît MINISINI changed the state of the bug to: Fixed. -- _

[Gambas-user] [Gambas Bug Tracker] Bug #1037: Backgaund color of tip message in dark themes.

2016-11-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1037&from=L21haW4- Martín BELMONTE added an attachment: message-white-3.png -- ___ Gambas-user mailing list Gambas-user@lists

[Gambas-user] [Gambas Bug Tracker] Bug #1037: Backgaund color of tip message in dark themes.

2016-11-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1037&from=L21haW4- Martín BELMONTE added an attachment: message-white-2.png -- ___ Gambas-user mailing list Gambas-user@lists

[Gambas-user] [Gambas Bug Tracker] Bug #1037: Backgaund color of tip message in dark themes.

2016-11-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1037&from=L21haW4- Martín BELMONTE added an attachment: message-white-1.png -- ___ Gambas-user mailing list Gambas-user@lists

[Gambas-user] [Gambas Bug Tracker] Bug #1037: Backgaund color of tip message in dark themes.

2016-11-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1037&from=L21haW4- Martín BELMONTE reported a new bug. Summary --- Backgaund color of tip message in dark themes. Type : Request Priority : Low Gambas version : 3.9 Product : Development Environment Descriptio

Re: [Gambas-user] SimpleEval - Error

2016-11-28 Thread Charlie
Hi Fabien, is there any progress on this please. Thanks, Charlie -- View this message in context: http://gambas.8142.n7.nabble.com/SimpleEval-Error-tp57833p57900.html Sent from the gambas-user mailing list archive at Nabble.com. --

[Gambas-user] [Gambas Bug Tracker] Bug #1014: org.freedesktop.DBus.Properties Method:GetALL not implemented?

2016-11-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1014&from=L21haW4- Comment #9 by Antonio OREFICE: Thanks, now the kde plasmoid seems to be able to control basic playback! (Now i've issues with the standard PropertiesChanged signal and argument passing) ---