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

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

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

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

[Gambas-user] IconView strange behavior.

2017-07-04 Thread 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