[Gambas-user] IconView strange behavior.

Fabien Bodard gambas.fr at ...626...
Thu Jul 6 22:19:24 CEST 2017


You need to call the function Rename of the item.

Public Sub IconView1_MouseUp()

if Mouse.Right then IconView1.Current.Rename

End

2017-07-04 13:33 GMT+02:00 Gianluigi <bagonergi at ...626...>:
> Hi Fabien,
>
> I attach the rename test as required.
>
> Regards
> Gianluigi
>
> 2017-07-04 12:03 GMT+02:00 Fabien Bodard <gambas.fr at ...626...>:
>
>> can you send an example ?
>>
>> 2017-07-04 10:40 GMT+02:00 Gianluigi <bagonergi at ...626...>:
>> > Or I did not understand how it works or ...
>> >
>> > If I set Editable property on true, I expect to be able to change the
>> icon
>> > text and receive the Rename event to complete with Move.
>> >
>> > This does not happen in Trunk 8113, should I report it as an error?
>> >
>> > Regards
>> > Gianluigi
>> > ------------------------------------------------------------
>> ------------------
>> > Check out the vibrant tech community on one of the world's most
>> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> > _______________________________________________
>> > Gambas-user mailing list
>> > Gambas-user at lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
>>
>> --
>> Fabien Bodard
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fabien Bodard




More information about the User mailing list