Re: [Gambas-user] IconView strange behavior.

2017-07-06 Thread Gianluigi
Hi Fabien,
thank you very much.

Damn I should have understood it on my own :-(

Regards
Gianluigi

2017-07-06 22:19 GMT+02:00 Fabien Bodard :

> 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 :
> > Hi Fabien,
> >
> > I attach the rename test as required.
> >
> > Regards
> > Gianluigi
> >
> > 2017-07-04 12:03 GMT+02:00 Fabien Bodard :
> >
> >> can you send an example ?
> >>
> >> 2017-07-04 10:40 GMT+02:00 Gianluigi :
> >> > 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@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@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@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@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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IconView strange behavior.

2017-07-06 Thread Fabien Bodard
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 :
> Hi Fabien,
>
> I attach the rename test as required.
>
> Regards
> Gianluigi
>
> 2017-07-04 12:03 GMT+02:00 Fabien Bodard :
>
>> can you send an example ?
>>
>> 2017-07-04 10:40 GMT+02:00 Gianluigi :
>> > 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@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@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@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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IconView strange behavior.

2017-07-04 Thread Gianluigi
Hi Fabien,

I attach the rename test as required.

Regards
Gianluigi

2017-07-04 12:03 GMT+02:00 Fabien Bodard :

> can you send an example ?
>
> 2017-07-04 10:40 GMT+02:00 Gianluigi :
> > 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@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@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>


RenameTest-0.0.1.tar.gz
Description: GNU Zip compressed data
--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IconView strange behavior.

2017-07-04 Thread Fabien Bodard
can you send an example ?

2017-07-04 10:40 GMT+02:00 Gianluigi :
> 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@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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user