Re: [Gambas-user] Description of symbols as string?

2016-04-28 Thread Christof Thalhofer
Am 28.04.2016 um 22:08 schrieb Benoît Minisini: > There is no good reason to insert comments inside the generated code, > even if these comments are help comments. It would not be comments > anymore then. Yes I understand. > Why do you need that? I have a (old – ported to Gambas)

Re: [Gambas-user] Description of symbols as string?

2016-04-28 Thread Benoît Minisini
Le 28/04/2016 21:51, Christof Thalhofer a écrit : > Hello Tobi, > > Am 28.04.2016 um 14:31 schrieb Tobias Boege: > >>> Can I get the description ("Long description of ...") as a string within >>> my program? >>> >> I can think of a hack which only requires you to export the classes you want >>

Re: [Gambas-user] Description of symbols as string?

2016-04-28 Thread Christof Thalhofer
Hello Tobi, Am 28.04.2016 um 14:31 schrieb Tobias Boege: >> Can I get the description ("Long description of ...") as a string within >> my program? >> > I can think of a hack which only requires you to export the classes you want > this to work with, and then parse the .info file which is

Re: [Gambas-user] Create a Form like Panel on Desktop

2016-04-28 Thread herberth guzman
Greetings Lee, I made a lightweight panel apps as an example of what you need, I hope you serve. You can download it from the Farm Sofware (Innova_Panel) Add some basic functions. Example - Apps Launcher - System Tray - Taskbar - Favorite Apps - Network, etc. This example is part of

Re: [Gambas-user] Embedding the Linux console

2016-04-28 Thread T Lee Davidson
On 04/28/2016 11:31 AM, Jorge Carrión wrote: > Hi, > > I like to embbed a system console, like gnome-terminal or similar, in a > form. We are doing a computer control sistem in the job, and have done a > microsoft-tree-domain inteface. i like implement the feature of open a > ssh-terminal of the

Re: [Gambas-user] Embedding the Linux console

2016-04-28 Thread Alexie
+1 for a release soon :-) 2016-04-28 18:35 GMT+02:00 Benoît Minisini : > Le 28/04/2016 18:24, Jorge Carrión a écrit : > > Aaarrghh!!! WHEN will be released de next estable version  > > > > We only work with estable versions... have more than 60 computers in 6

Re: [Gambas-user] Embedding the Linux console

2016-04-28 Thread Benoît Minisini
Le 28/04/2016 18:24, Jorge Carrión a écrit : > Aaarrghh!!! WHEN will be released de next estable version  > > We only work with estable versions... have more than 60 computers in 6 > differents cities. Can't actualice daily!! > > (No problem, we can wait...) > > Best regards > Mmm... soon?

Re: [Gambas-user] Embedding the Linux console

2016-04-28 Thread Jorge Carrión
Aaarrghh!!! WHEN will be released de next estable version  We only work with estable versions... have more than 60 computers in 6 differents cities. Can't actualice daily!! (No problem, we can wait...) Best regards 2016-04-28 18:18 GMT+02:00 Benoît Minisini

Re: [Gambas-user] Embedding the Linux console

2016-04-28 Thread Benoît Minisini
Le 28/04/2016 17:31, Jorge Carrión a écrit : > Hi, > > I like to embbed a system console, like gnome-terminal or similar, in a > form. We are doing a computer control sistem in the job, and have done a > microsoft-tree-domain inteface. i like implement the feature of open a > ssh-terminal of the

[Gambas-user] Embedding the Linux console

2016-04-28 Thread Jorge Carrión
Hi, I like to embbed a system console, like gnome-terminal or similar, in a form. We are doing a computer control sistem in the job, and have done a microsoft-tree-domain inteface. i like implement the feature of open a ssh-terminal of the showed computers, but adding it a menu bar. Time ago

Re: [Gambas-user] String[] in Sub, what is going wrong

2016-04-28 Thread Jussi Lahtinen
I would guess somewhere in your code there is line, which make fntexc and fontliste to point same memory address. IE "fontliste = fntexc" or perhaps setFontNameList is called twice and that time with fntexc as parameter. Can you try to isolate the problem into small demonstration project? If that

Re: [Gambas-user] Description of symbols as string?

2016-04-28 Thread Tobias Boege
On Thu, 28 Apr 2016, Christof Thalhofer wrote: > Hello, > > If I define in a class: > > > > '' Long description of constant Pink > Public Const Pink as Integer = 1 > > > > Can I get the description ("Long description of ...") as a string within > my program? > I can think of a hack which

[Gambas-user] Description of symbols as string?

2016-04-28 Thread Christof Thalhofer
Hello, If I define in a class: '' Long description of constant Pink Public Const Pink as Integer = 1 Can I get the description ("Long description of ...") as a string within my program? Alles Gute Christof Thalhofer -- Dies ist keine Signatur

Re: [Gambas-user] String[] in Sub, what is going wrong

2016-04-28 Thread Gianluigi
And using classes instead of the modules? See Attachment Regards Gianluigi 2016-04-28 9:00 GMT+02:00 Rolf-Werner Eilert : > > Am 27.04.2016 18:39, schrieb T Lee Davidson: > > On 04/27/2016 12:02 PM, Rolf-Werner Eilert wrote: > >> This is the code: > >> > >> Public

Re: [Gambas-user] FontChooser setting fontname

2016-04-28 Thread Fabien Bodard
You're right Sorry Le 26 avr. 2016 12:59, "Rolf-Werner Eilert" a écrit : > "Courrier" is French, in my list there is "Courier". I can choose it > from the list, but I cannot set the list to this value/index/string. > > Rolf > > Am 26.04.2016 12:39, schrieb Fabien

[Gambas-user] [Gambas Bug Tracker] Bug #931: IDE settings spinbox for tab width too narrow

2016-04-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.931=L21haW4- C THAL added an attachment: gambas-ide-settings.png -- Find and fix application performance issues faster with Applications Manager Applications Manager

[Gambas-user] [Gambas Bug Tracker] Bug #931: IDE settings spinbox for tab width too narrow

2016-04-28 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.931=L21haW4- C THAL reported a new bug. Summary --- IDE settings spinbox for tab width too narrow Type : Bug Priority : Low Gambas version : 3.8 Product : Development Environment Description --- see

Re: [Gambas-user] String[] in Sub, what is going wrong

2016-04-28 Thread Rolf-Werner Eilert
Am 27.04.2016 18:39, schrieb T Lee Davidson: > On 04/27/2016 12:02 PM, Rolf-Werner Eilert wrote: >> This is the code: >> >> Public Sub setFontNameList(fontliste As String[]) >> Dim i As Integer >> >> fntexc.Clear >> >> For i = 0 To fontliste.count - 1 >>fntexc.Add(fontliste[i])