[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] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread PICCORO McKAY Lenz
2017-03-16 8:02 GMT-04:00 Rolf-Werner Eilert : > Am 16.03.2017 12:57, schrieb PICCORO McKAY Lenz: >> umm WW as mean WorldWar? jajajaja > > WorldWrap :))) or WonderfullyWidecolumnGrid umm too large name... but sound awesome ^_^ > > Rolf > > > >

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread Jorge Carrión
It isn't a bug is the expected behaviour for the example. I set the .expand property of columns to true, so they change it's width at Form's resize If you doesn' like that behaviour, comment this lines in Test.Class For n = 0 To wordWrapGrid1.Columns.Max wordWrapGrid1.Columns[n].Expand = True

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread Jorge Carrión
mmm... maybe wordWrapGrid? A little long, but there is not confusing about it is. I think I'll change it in Fam. Thank you Rolf. Regards 2017-03-16 12:15 GMT+01:00 Rolf-Werner Eilert : > Am 16.03.2017 08:55, schrieb Jorge Carrión: > > Hi > > I've upload to Gambas Farm a

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread Rolf-Werner Eilert
Am 16.03.2017 12:57, schrieb PICCORO McKAY Lenz: > very usefully > 2017-03-16 7:15 GMT-04:00 Rolf-Werner Eilert : > >> >> Why not calling it "wwGridView" or "WWgridview" or "GridVieWW"? >> > > umm WW as mean WorldWar? jajajaja WorldWrap :))) Rolf

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread Rolf-Werner Eilert
Am 16.03.2017 08:55, schrieb Jorge Carrión: > Hi > I've upload to Gambas Farm a new control that I called hGrid (the "h" of > "Height" and yes, I know that h usually means "handle" but I'm lack of > imagination, I'm afraid) > > Its a control that inherits of GridView with a new boolean property >

Re: [Gambas-user] how to know when a form runnig was invoked from another or not?

2017-03-16 Thread PICCORO McKAY Lenz
like it more the "FatherForm" way, many thanks! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-03-16 6:56 GMT-04:00 Gianluigi : > And do such a thing? > > Regards > Gianluigi > > 2017-03-16 4:32 GMT+01:00 adamn...@gmail.com : > > > On

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread PICCORO McKAY Lenz
very usefully 2017-03-16 7:15 GMT-04:00 Rolf-Werner Eilert : > > Why not calling it "wwGridView" or "WWgridview" or "GridVieWW"? > umm WW as mean WorldWar? jajajaja -- Check out the vibrant tech

[Gambas-user] Control Modification Suggestion

2017-03-16 Thread Nigel Verity
Hi In my days as a VB developer I found a feature of the combo control very useful, which perhaps could be considered for Gambas. Each item in the list has a display value (text), and an integer index to describe its position in the list. This is the same as the Gambas combo control. However

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread Michael Layland
Thank you! This was something on my 'Wish List' :-) Michael On 03/16/2017 03:55 AM, Jorge Carrión wrote: > Hi > I've upload to Gambas Farm a new control that I called hGrid (the "h" of > "Height" and yes, I know that h usually means "handle" but I'm lack of > imagination, I'm afraid) > > Its

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread Gianluigi
Very well, thank you Gianluigi 2017-03-16 8:55 GMT+01:00 Jorge Carrión : > Hi > I've upload to Gambas Farm a new control that I called hGrid (the "h" of > "Height" and yes, I know that h usually means "handle" but I'm lack of > imagination, I'm afraid) > > Its a control that

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread Rolf-Werner Eilert
Am 16.03.2017 08:55, schrieb Jorge Carrión: > Hi > I've upload to Gambas Farm a new control that I called hGrid (the "h" of > "Height" and yes, I know that h usually means "handle" but I'm lack of > imagination, I'm afraid) Why not calling it "wwGridView" or "WWgridview" or "GridVieWW"? > > Its

Re: [Gambas-user] how to know when a form runnig was invoked from another or not?

2017-03-16 Thread Gianluigi
And do such a thing? Regards Gianluigi 2017-03-16 4:32 GMT+01:00 adamn...@gmail.com : > On Wed, 15 Mar 2017 17:32:08 -0400 > PICCORO McKAY Lenz wrote: > > > how to know when a form runnig was invoked from another or not? > > > > i mean: > > > >

[Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread Jorge Carrión
Hi I've upload to Gambas Farm a new control that I called hGrid (the "h" of "Height" and yes, I know that h usually means "handle" but I'm lack of imagination, I'm afraid) Its a control that inherits of GridView with a new boolean property "wordWrap". If it is setted to True, the wordWrap