Re: [Gambas-user] gridview row heights when cell is wrapped

2013-04-30 Thread Bruce
On Mon, 2013-04-29 at 17:09 +0200, Benoît Minisini wrote: \ > > Mmm, strange... Can you make a little project that reproduces the bug > for me? > [Repost: I don't know whether the reproduction project actually made it?] B demo_gvwheightissue-0.0.1.tar.gz Description: application/compressed-tar

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-30 Thread Randall Morgan
I'm of the opinion that examples coupled with documentation provides a better insight into how to use the language. If the examples came with even a cursory description of the implementation it would be a greater help to end users of the language. On Tue, Apr 30, 2013 at 4:52 PM, David Robertson

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-30 Thread David Robertson
On Tue, 2013-04-30 at 21:37 +0200, Tobias Boege wrote: > On Tue, 30 Apr 2013, Beno?t Minisini wrote: > > Bbe more concrete of what "levels" you want, and then we can use real > > names instead of numbers. > > > > I'd go with the majority's observation: two levels, namely Beginner and > Advanced.

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-30 Thread Sebastian Kulesz
On Apr 30, 2013 5:23 PM, "Tobias Boege" wrote: > > On Tue, 30 Apr 2013, Sebastian Kulesz wrote: > > Maybe there is a way to do this already without changing anything. Consider > > this: > > > > The complexity of an example (project?) *may* be given by the amount of > > components it uses (just thi

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-30 Thread Tobias Boege
On Tue, 30 Apr 2013, Sebastian Kulesz wrote: > Maybe there is a way to do this already without changing anything. Consider > this: > > The complexity of an example (project?) *may* be given by the amount of > components it uses (just thinking out loud). But, if not accurate, it > should be a reall

[Gambas-user] gb.desktop: Trinity desktop (3.5.13)

2013-04-30 Thread Tobias Boege
Hi, I have a local patch to gb.desktop which makes it detect and use the default installation of TDE 3.5.13, i.e. Desktop.Type = "TDE" Desktop.OpenTerminal() runs "konsole" Is there anything else required to support a DE? Should TDE be recognised as KDE? Otherwise, I'll commit it up. Note parti

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-30 Thread Sebastian Kulesz
Maybe there is a way to do this already without changing anything. Consider this: The complexity of an example (project?) *may* be given by the amount of components it uses (just thinking out loud). But, if not accurate, it should be a really good approximation. So, sorting the examples by the am

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-30 Thread Tobias Boege
On Tue, 30 Apr 2013, Beno?t Minisini wrote: > Bbe more concrete of what "levels" you want, and then we can use real > names instead of numbers. > I'd go with the majority's observation: two levels, namely Beginner and Advanced. > The current example grouping is arbitrary. You may have a differe

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-30 Thread Benoît Minisini
Le 30/04/2013 20:47, Tobias Boege a écrit : > On Tue, 30 Apr 2013, Beno?t Minisini wrote: >> Le 30/04/2013 15:39, Tobias Boege a ?crit : >>> On Mon, 29 Apr 2013, Beno?t Minisini wrote: I have never found the time to write good examples so you have my full blessing. Just don't wo

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-30 Thread Tobias Boege
On Tue, 30 Apr 2013, Beno?t Minisini wrote: > Le 30/04/2013 15:39, Tobias Boege a ?crit : > > On Mon, 29 Apr 2013, Beno?t Minisini wrote: > >> I have never found the time to write good examples so you have my full > >> blessing. > >> > >> Just don't work directly on the current examples > >> (/trun

Re: [Gambas-user] Gambas3 SVN compilation Problem ARMEL

2013-04-30 Thread Benoît Minisini
Le 30/04/2013 18:51, mikael klaine a écrit : > one other think the segfault of gbc3 cause this on my terminal but not in > the log. > *** glibc detected *** /usr/bin/gbc3: free(): invalid pointer: 0x0001ffec > *** > Is it possible for you to grant me an ssh access to the ARMEL computer so that I

Re: [Gambas-user] Gambas3 SVN compilation Problem ARMEL

2013-04-30 Thread mikael klaine
one other think the segfault of gbc3 cause this on my terminal but not in the log. *** glibc detected *** /usr/bin/gbc3: free(): invalid pointer: 0x0001ffec *** 2013/4/25 mikael klaine > Hi , i have compilation problem with all my armel debian wheezy config > (even in frech install) . > gambas

Re: [Gambas-user] gridview row heights when cell is wrapped

2013-04-30 Thread Fabien Bodard
are you sure you not have multiple endline in your string ? can you try with replace("your string", "\n","") ? 2013/4/29 Benoît Minisini > Le 29/04/2013 05:41, Bruce a écrit : > > I thought this was solved a long time ago? > > > >gvwinfo[6, 0].Text = "Description" > >gvwinfo[6, 0].A

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-30 Thread Fabien Bodard
2013/4/30 Tobias Boege > On Mon, 29 Apr 2013, Beno?t Minisini wrote: > > I have never found the time to write good examples so you have my full > > blessing. > > > > Just don't work directly on the current examples > > (/trunk/examples/example). Just create a new directory > > ('/trunk/examples/s

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-30 Thread Benoît Minisini
Le 30/04/2013 15:39, Tobias Boege a écrit : > On Mon, 29 Apr 2013, Beno?t Minisini wrote: >> I have never found the time to write good examples so you have my full >> blessing. >> >> Just don't work directly on the current examples >> (/trunk/examples/example). Just create a new directory >> ('/tru

Re: [Gambas-user] Restructuring the official Gambas examples

2013-04-30 Thread Tobias Boege
On Mon, 29 Apr 2013, Beno?t Minisini wrote: > I have never found the time to write good examples so you have my full > blessing. > > Just don't work directly on the current examples > (/trunk/examples/example). Just create a new directory > ('/trunk/examples/src' for... example) where you will

[Gambas-user] IDE FSelectIcon does not show pictures

2013-04-30 Thread Tobias Boege
Hi, the FSelectIcon form in the IDE (aka "Project" -> "Properties" -> Click on the icon to select a project icon) does not show any picture on my system. Changing all the commas to semicolons in the Filter string in FSelectIcon.class:32:Form_Open() solves the problem. Didn't we have sort of this

[Gambas-user] (no subject)

2013-04-30 Thread kadri Yusuf
-- Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download fo

Re: [Gambas-user] How to stop "Greedy" constructors consuming parameters

2013-04-30 Thread Benoît Minisini
Le 30/04/2013 05:05, Ian Haywood a écrit : > On 30/04/13 00:34, Benoît Minisini wrote: > >> If theses twwo arguments must be handled differently between classes, >> then add a public method to handle them. Prefix its name with an >> underscore, to indicate that it must not be called outside of the

Re: [Gambas-user] Another "good" idea but no real ideas

2013-04-30 Thread Tobias Boege
On Tue, 30 Apr 2013, Bruce wrote: > I saw something the other day, it was a multi-windowed terminal in which > each window was running a separate shell. I have attached a mock up of > what I was seeing. > At the time I didn't think a great deal about it, but today it turns out > that something like