[Gambas-user] Intermittent IDE crash when clicking on the run buton

2014-06-23 Thread B Bruen
Recently I have been getting a crash in the IDE when I click on the Run button. It is intermittent and I have not been able to isolate it any further. See attached pic. rev r6340 [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.12.18-pclos2 Architecture=x86 Distribution=PCLinuxOS Desktop=L

Re: [Gambas-user] Dynamic multi-dimensional array?

2014-06-23 Thread Benoît Minisini
Le 23/06/2014 18:12, Rezedent12 . a écrit : > Is it possible to dynamic multi-dimensional arrays? > > Static multi-dimensional array may declare Ps As New Integer [10,100] > > Dynamic dimensional possibly Ps As New Integer [] > > How to declare a dynamic multidimensional array? I tried Ps As New In

Re: [Gambas-user] Dynamic multi-dimensional array?

2014-06-23 Thread Tobias Boege
On Mon, 23 Jun 2014, Rezedent12 . wrote: > Is it possible to dynamic multi-dimensional arrays? > > Static multi-dimensional array may declare Ps As New Integer [10,100] > > Dynamic dimensional possibly Ps As New Integer [] > > How to declare a dynamic multidimensional array? I tried Ps As New In

[Gambas-user] Dynamic multi-dimensional array?

2014-06-23 Thread Rezedent12 .
Is it possible to dynamic multi-dimensional arrays? Static multi-dimensional array may declare Ps As New Integer [10,100] Dynamic dimensional possibly Ps As New Integer [] How to declare a dynamic multidimensional array? I tried Ps As New Integer [,] but it is not syntactically correct. I decide

Re: [Gambas-user] Issue 530 in gambas: Bottom part of Target distribution dialog box is missing

2014-06-23 Thread gambas
Comment #2 on issue 530 by arif_rah...@ymail.com: Bottom part of Target distribution dialog box is missing http://code.google.com/p/gambas/issues/detail?id=530 Thanks. That worked. -- You received this message because this project is configured to send all issue notifications to this addres