Note for while

0 votes
asked Jan 15, 2015 in Bug by Hunyi (120 points)

1 Answer

0 votes
answered Jan 15, 2015 by plantuml (294,960 points)

Where do you wish to display the note in such a case ?

We have slightly change you diagram to have some image generated:



Could you use paint/gimp to manually edit the image and show us where you expect the note to be displayed ?

Thanks!

 

commented Jan 15, 2015 by plantuml (294,960 points)
Ok, we've implemented this in the last beta :

https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Thanks for your suggestion!
Is it what you are expecting ?
commented Jan 15, 2015 by Hunyi (120 points)
It's not working for me with ur code :S
I try with this sample code:
@startuml

    start
    :solrAction;
        :$this._helper.viewRenderer.setNoRender(true);
        while ($content) is (true)
        note
        //comments
        end note
        :something;
        endwhile (false)
    stop

@enduml
commented Jan 15, 2015 by plantuml (294,960 points)
Could you test that your are using version 8019beta2 ?

@startuml
version
@enduml

We've just test your example, and the drawing loks fine to us:
https://dl.dropboxusercontent.com/u/13064071/ok101.png
commented Jan 16, 2015 by Hunyi (120 points)
That was the problem :)
i doenload from here the newest one and it is 8018beta5 https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

but the screen is looks fine for me too :)
thx
...