Re: [Gambas-user] collection of collection problem

2017-03-25 Thread Linus
Fabien, Thank you for this great explication and I completely agree with it. :) Thank you again to all persons that make Gambas possible and usable…since more than 12 years... Olivier Cruilles > Le 25 mars 2017 à 11:51, Fabien Bodard a écrit : > > A long thought in

[Gambas-user] Help about interfacing 'net-snmp' C library with Gambas3

2017-03-16 Thread linus
Hello, I try to create a component in Gambas3 based on the 'net-snmp' C library. I already have a component to manage requests by snmp written in Gambas3 but using directly the various commands given by net-snmp like: - snmpget - snmpwalk - snmpbulk Now I try to use directly the 'net-snmp' C

Re: [Gambas-user] Gridview icon detection

2017-01-19 Thread Linus
Hi Fabien, Thank you for the example but I made a mistake and it’s not for a GRIDVIEW but for ColumnView that I would detect the Icon. Do you have any idea to do that please ? Olivier Cruilles > Le 19 janv. 2017 à 07:46, Gianluigi a écrit : > > Hi Fabien, > > very

Re: [Gambas-user] Pre-release of gambas 3.8.2

2015-10-04 Thread Linus
Hello, Tested last Gambas version 3.8.2 on Fedora 16. Compiled without any problem and quickly tested a lot of projects mine and all seems to work well. No reported any problem for the moment. Continuing to test. Cordialement, Olivier Cruilles > Le 4 oct. 2015 à 15:03, Benoît Minisini

[Gambas-user] Problem to use a TextArea

2010-04-27 Thread linus
Hi all, I'm using a TextArea in a little project like a Text Editor. When I add the part of code to search in the text of this TextArea, I have a problem during search text whith the command 'instr'. In fact, when this command find accented characters, it count 2 characters instead of 1 and

[Gambas-user] ERRATUM: Problem to use a TextArea

2010-04-27 Thread linus
Hi all, I'm using a TextArea in a little project like a Text Editor. When I add the part of code to search in the text of this TextArea, I have a problem during search text whith the command 'instr'. In fact, when this command find accented characters, it count 2 characters instead of 1 and the

Re: [Gambas-user] Problem to use a TextArea

2010-04-27 Thread linus
Thank's Fabien it works fine now. so cool.. Olivier Le mercredi 28 avril 2010 à 01:09 +0200, Fabien Bodard a écrit : it's utf8 use : String.Instr instead Intr http://gambasdoc.org/help/comp/gb/string/instr 2010/4/28 linus linu...@club-internet.fr: Hi all, I'm using a TextArea

Re: [Gambas-user] Fwd: Need help on treeview

2009-04-28 Thread linus
Hi, This my code. I hope that you search for your project: Public sub Compte_Item() DIM KEYSAV as Integer ColumnView1.MoveFirst() WHILE ColumnView1.Available KEYSAV = ColumnView1.Item.Key ' Do what you want here IF ColumnView1.MoveChild() THEN 'PRINT No child