RTView>>cleanAll: does not remove labels

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

RTView>>cleanAll: does not remove labels

jfabry
Hi all,

another small bug in Roassal2: sending cleanAll to a view does not remove the labels attached to nodes in that view.


---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD lab  -  Computer Science Department (DCC)  -  University of Chile


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: RTView>>cleanAll: does not remove labels

abergel
Well spotted!
Fixed in version 0.272 of Roassal

Alexandre


On Jun 8, 2014, at 2:15 PM, Johan Fabry <[hidden email]> wrote:

> Hi all,
>
> another small bug in Roassal2: sending cleanAll to a view does not remove the labels attached to nodes in that view.
>
>
> ---> Save our in-boxes! http://emailcharter.org <---
>
> Johan Fabry   -   http://pleiad.cl/~jfabry
> PLEIAD lab  -  Computer Science Department (DCC)  -  University of Chile
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: RTView>>cleanAll: does not remove labels

jfabry

Cool, It works now. But … if I remove just one element (view removeElement: elt) its associated label is not removed :-(

On Jun 8, 2014, at 4:19 PM, Alexandre Bergel <[hidden email]> wrote:

> Well spotted!
> Fixed in version 0.272 of Roassal
>
> Alexandre
>
>
> On Jun 8, 2014, at 2:15 PM, Johan Fabry <[hidden email]> wrote:
>
>> Hi all,
>>
>> another small bug in Roassal2: sending cleanAll to a view does not remove the labels attached to nodes in that view.
>>
>>
>> ---> Save our in-boxes! http://emailcharter.org <---
>>
>> Johan Fabry   -   http://pleiad.cl/~jfabry
>> PLEIAD lab  -  Computer Science Department (DCC)  -  University of Chile
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>



---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD lab  -  Computer Science Department (DCC)  -  University of Chile


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: RTView>>cleanAll: does not remove labels

abergel
True. I have no solution right now. Are you just reporting a bug or are you stopped by it?

Alexandre


On Jun 8, 2014, at 5:08 PM, Johan Fabry <[hidden email]> wrote:

>
> Cool, It works now. But … if I remove just one element (view removeElement: elt) its associated label is not removed :-(
>
> On Jun 8, 2014, at 4:19 PM, Alexandre Bergel <[hidden email]> wrote:
>
>> Well spotted!
>> Fixed in version 0.272 of Roassal
>>
>> Alexandre
>>
>>
>> On Jun 8, 2014, at 2:15 PM, Johan Fabry <[hidden email]> wrote:
>>
>>> Hi all,
>>>
>>> another small bug in Roassal2: sending cleanAll to a view does not remove the labels attached to nodes in that view.
>>>
>>>
>>> ---> Save our in-boxes! http://emailcharter.org <---
>>>
>>> Johan Fabry   -   http://pleiad.cl/~jfabry
>>> PLEIAD lab  -  Computer Science Department (DCC)  -  University of Chile
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>
>
>
>
> ---> Save our in-boxes! http://emailcharter.org <---
>
> Johan Fabry   -   http://pleiad.cl/~jfabry
> PLEIAD lab  -  Computer Science Department (DCC)  -  University of Chile
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: RTView>>cleanAll: does not remove labels

jfabry

The same issue is present for edges as well. I just tried that.

I am not really stopped by this, I can always force a full redraw ‘by hand', but it would be nice to have this fixed in the medium term. It’s not so convenient to have labels still hanging around long after their nodes and edges have disappeared  ;-)

On Jun 8, 2014, at 5:29 PM, Alexandre Bergel <[hidden email]> wrote:

> True. I have no solution right now. Are you just reporting a bug or are you stopped by it?
>
> Alexandre
>
>
> On Jun 8, 2014, at 5:08 PM, Johan Fabry <[hidden email]> wrote:
>
>>
>> Cool, It works now. But … if I remove just one element (view removeElement: elt) its associated label is not removed :-(
>>
>> On Jun 8, 2014, at 4:19 PM, Alexandre Bergel <[hidden email]> wrote:
>>
>>> Well spotted!
>>> Fixed in version 0.272 of Roassal
>>>
>>> Alexandre
>>>
>>>
>>> On Jun 8, 2014, at 2:15 PM, Johan Fabry <[hidden email]> wrote:
>>>
>>>> Hi all,
>>>>
>>>> another small bug in Roassal2: sending cleanAll to a view does not remove the labels attached to nodes in that view.
>>>>
>>>>
>>>> ---> Save our in-boxes! http://emailcharter.org <---
>>>>
>>>> Johan Fabry   -   http://pleiad.cl/~jfabry
>>>> PLEIAD lab  -  Computer Science Department (DCC)  -  University of Chile
>>>>
>>>>
>>>> _______________________________________________
>>>> Moose-dev mailing list
>>>> [hidden email]
>>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>> _______________________________________________
>>> Moose-dev mailing list
>>> [hidden email]
>>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>>>
>>
>>
>>
>> ---> Save our in-boxes! http://emailcharter.org <---
>>
>> Johan Fabry   -   http://pleiad.cl/~jfabry
>> PLEIAD lab  -  Computer Science Department (DCC)  -  University of Chile
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>



---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD lab  -  Computer Science Department (DCC)  -  University of Chile


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev