Re: [Gambas-user] Program picture icon

2013-10-23 Thread Ricardo Díaz Martín
I think we're talking about different things... Of course when you set form icon you'll see it as the form icon and in taskbar when this form is open. But when you compile the project, the "exe" file haven't this icon. Sorry for the noise 2013/10/23 Johny Provoost > >op 23-10-13 12:22, Ri

[Gambas-user] Conflicting and bewildering help for pipes

2013-10-23 Thread Bruce
>From "Stream & input/Output functions"|"PIPE": 1. If I specify READ WATCH then according to the help "If at least one byte can be read from the pipe, then the event handler File_Read() is called." but what is the name of event handler. Surely it cant be "File_Read"? 2. According to the first exa

[Gambas-user] Issue 471 in gambas: when a form is loaded in workspace then tableview cell doesn't show combobox like behavior when a cell is edited using an array.

2013-10-23 Thread gambas
Status: New Owner: Labels: Version3.5.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 471 by isaf...@gmail.com: when a form is loaded in workspace then tableview cell doesn't show combobox like behavior when a cell is edited using an array. http://co

Re: [Gambas-user] 3.5 - Listview: SelectAll method bug?

2013-10-23 Thread Alain Baudrez
Well, I should have looked at the proposed intellisense methods instead of relying on the docs. ;-) Txs A.J. 2013/10/23 Jussi Lahtinen > Documentation of this seems to be completely messed up. > > > ListView1.SelectAll FALSE ==> returns [Unexpected False] at compile time > > > ListView1.Sel

Re: [Gambas-user] 3.5 - Listview: SelectAll method bug?

2013-10-23 Thread Jussi Lahtinen
Documentation of this seems to be completely messed up. ListView1.SelectAll FALSE ==> returns [Unexpected False] at compile time > ListView1.Selected(FALSE) ==> Returns [Too Many Arguments] at Run time > ListView1.UnSelectAll() Jussi ---

[Gambas-user] Specifications for Gambas 3

2013-10-23 Thread Kende Krisztián
Hi I have read the "How To Package Gambas" document (http://www.gambasdoc.org/help/howto/package?v3#t2) and some things I do not understand: The runtime package contain the gb.gui component, but gambas3-runtime is not depend from gambas3-gb-gtk or gambas3-gb-qt4. Gb.gui does not work without th

Re: [Gambas-user] New custom control "List Manager"

2013-10-23 Thread Jorge Carrión
Thanks Bruce. I've something like that, Compare mode on... Regards 2013/10/23 Bruce > Hi all, > > I just added a new custom control to the wiki "Additional Components" > page (or you can just go here http://paddys-hill.net/wp/?page_id=174). > > It provides a means for the user to manipulate a

Re: [Gambas-user] Program picture icon

2013-10-23 Thread Johny Provoost
op 23-10-13 12:22, Ricardo Díaz Martín schreef: 2013/10/22 Johny Provoost [1] Just get an icon in the icon property in your fmain.form Sorry Johny, but I think you're in a mistake... Could you send us an example of this or a screenshot? -- Vriendelijke Groeten Johny Provoos

Re: [Gambas-user] [Gambas-devel] Gambas hall of fame

2013-10-23 Thread Benoît Minisini
Le 23/10/2013 12:33, Tobias Boege a écrit : > On Tue, 22 Oct 2013, Beno?t Minisini wrote: >> Hi, >> >> The Gambas Hall Of Fame is not really up to date. >> >> I'd like to make something with photographs of each people involved in >> Gambas: developers, main translators, web site / forum maintainers

Re: [Gambas-user] [Gambas-devel] Gambas hall of fame

2013-10-23 Thread Tobias Boege
On Tue, 22 Oct 2013, Beno?t Minisini wrote: > Hi, > > The Gambas Hall Of Fame is not really up to date. > > I'd like to make something with photographs of each people involved in > Gambas: developers, main translators, web site / forum maintainers... I > think it will give a more "friendly" or

Re: [Gambas-user] Program picture icon

2013-10-23 Thread Randall Morgan
If I understand your request, Johny is right. Open the main form of your application. Then in it's property dialog scroll down to icon (will have 3 little ... in the value field). Click the three dots, either navigate to the icon image you want to use or select the "Stock" tab and select and icon f

Re: [Gambas-user] Program picture icon

2013-10-23 Thread Ricardo Díaz Martín
2013/10/22 Johny Provoost > Just get an icon in the icon property in your fmain.form Sorry Johny, but I think you're in a mistake... Could you send us an example of this or a screenshot? -- October Webinars: Code for

Re: [Gambas-user] New custom control "List Manager"

2013-10-23 Thread Tobias Boege
On Wed, 23 Oct 2013, Bruce wrote: > Hi all, > > I just added a new custom control to the wiki "Additional Components" > page (or you can just go here http://paddys-hill.net/wp/?page_id=174). > > It provides a means for the user to manipulate a list of objects. > > I wrote it today after I starte

Re: [Gambas-user] 3.5 - Bug in locked form ?

2013-10-23 Thread Benoît Minisini
Le 23/10/2013 07:02, Alain Baudrez a écrit : > Hello, > > since Revision #5059, when working on a read-only form (locked form) the > list of available events for a control should be visible when > right-clicking a control. > > In the 3.5 it is indeed so, but only the actual events in use for that >

[Gambas-user] New custom control "List Manager"

2013-10-23 Thread Bruce
Hi all, I just added a new custom control to the wiki "Additional Components" page (or you can just go here http://paddys-hill.net/wp/?page_id=174). It provides a means for the user to manipulate a list of objects. I wrote it today after I started (yet again) to implement the same thing directly

Re: [Gambas-user] Gambas hall of fame

2013-10-23 Thread CJ
> The Gambas Hall Of Fame is not really up to date. > > I'd like to make something with photographs of each people > involved in Gambas: developers, main translators, web site / forum > maintainers... I think it will give a more "friendly" or "human" > image of the software. > > Do you think

Re: [Gambas-user] Gambas hall of fame

2013-10-23 Thread Jorge Carrión
Yes. I allways put a face in my mind for the names involved. There will be nice see the true faces. Regards. 2013/10/22 Benoît Minisini > Hi, > > The Gambas Hall Of Fame is not really up to date. > > I'd like to make something with photographs of each people involved in > Gambas: developers,

Re: [Gambas-user] Sorting the human way

2013-10-23 Thread Jorge Carrión
Very interesting. Thanks a lot. Regards 2013/10/23 Alain Baudrez > Hoi, > > I've never been happy with the standard sorting algorithm when dealing with > lists of names. The human eye expects the names to be listed > alphabetically, overlooking spaces, hyphens, accented characters, ... > > Ass

Re: [Gambas-user] Sorting the human way

2013-10-23 Thread Rolf-Werner Eilert
Am 23.10.2013 09:20, schrieb Alain Baudrez: > Hoi, > > I've never been happy with the standard sorting algorithm when dealing with > lists of names. The human eye expects the names to be listed > alphabetically, overlooking spaces, hyphens, accented characters, ... > > Assume the following names:

[Gambas-user] Sorting the human way

2013-10-23 Thread Alain Baudrez
Hoi, I've never been happy with the standard sorting algorithm when dealing with lists of names. The human eye expects the names to be listed alphabetically, overlooking spaces, hyphens, accented characters, ... Assume the following names: - Benoizy - Benoît - Benï Lewis - Ben