[Gambas-user] Missing things in ListBox and ListView

PICCORO McKAY Lenz mckaygerhard at gmail.com
Wed May 16 17:15:37 CEST 2018


many many thanks! great! looks like google search pufff

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2018-05-16 10:06 GMT-04:00 Gianluigi <bagonergi at gmail.com>:

> I use this page [0]
>
> [0] https://lists.gambas-basic.org/cgi-bin/search.cgi
>
> 2018-05-16 16:00 GMT+02:00 PICCORO McKAY Lenz <mckaygerhard at gmail.com>:
>
>> the list has a frontend where i can find a relevant old message?
>>
>> how to you find that old messages of the list without use of google (due
>> google need stored first)
>>
>> 2018-05-16 9:33 GMT-04:00 Gianluigi <bagonergi at gmail.com>:
>>
>>> For  ListView You can download the example of Tobias Boege great teacher
>>> :-)
>>> Find it here [0]
>>> And here the explanation in the previous post [1]
>>>
>>> Regards
>>> Gianluigi
>>>
>>> [0] https://lists.gambas-basic.org/pipermail/user/2017-March/059762.html
>>>
>>> [1] https://lists.gambas-basic.org/pipermail/user/2017-March/059758.html
>>>
>>> 2018-05-16 14:32 GMT+02:00 T Lee Davidson <t.lee.davidson at gmail.com>:
>>>
>>>> The List of a ListBox is a string array. As such, it does have .Join
>>>> and .Max methods.
>>>> See: http://gambaswiki.org/wiki/comp/gb.qt4/listbox/list
>>>>
>>>> ListView is not implemented with a string array, however.
>>>>
>>>>
>>>> --
>>>> Lee
>>>>
>>>>
>>>> On 05/16/2018 02:42 AM, Rolf-Werner Eilert wrote:
>>>> > Good morning!
>>>> >
>>>> > Just wanted to write some values from ListBox and ListView into
>>>> strings with TABs.
>>>> >
>>>> > First idea was to do it with a FOR...NEXT loop, but I missed .Max so
>>>> the only way to count would be up to ".Count - 1" (the
>>>> > classic).
>>>> >
>>>> > Then I thought .Join might be more elegant, but there is no .Join for
>>>> ListBox and ListView.
>>>> >
>>>> > So I found that .Max and .Join aren't there, is there a reason for
>>>> that?
>>>> >
>>>> > My Gambas is 3.9.2, and currently I do not have a chance to update.
>>>> >
>>>> > Regards
>>>> > Rolf
>>>> >
>>>>
>>>> --------------------------------------------------
>>>>
>>>> This is the Gambas Mailing List:
>>>> https://lists.gambas-basic.org/listinfo/user
>>>>
>>>> Search the list:
>>>> https://lists.gambas-basic.org/cgi-bin/search.cgi
>>>>
>>>> Hosted by https://www.hostsharing.net
>>>>
>>>
>>>
>>>
>>> --------------------------------------------------
>>>
>>> This is the Gambas Mailing List:
>>> https://lists.gambas-basic.org/listinfo/user
>>>
>>> Search the list:
>>> https://lists.gambas-basic.org/cgi-bin/search.cgi
>>>
>>> Hosted by https://www.hostsharing.net
>>>
>>>
>>
>>
>> --------------------------------------------------
>>
>> This is the Gambas Mailing List:
>> https://lists.gambas-basic.org/listinfo/user
>>
>> Search the list:
>> https://lists.gambas-basic.org/cgi-bin/search.cgi
>>
>> Hosted by https://www.hostsharing.net
>>
>>
>
>
> --------------------------------------------------
>
> This is the Gambas Mailing List:
> https://lists.gambas-basic.org/listinfo/user
>
> Search the list:
> https://lists.gambas-basic.org/cgi-bin/search.cgi
>
> Hosted by https://www.hostsharing.net
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20180516/13e4e5bf/attachment.html>


More information about the User mailing list