facebook

Printing the struts config flow model

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #216488 Reply

    fergusom
    Member

    I love the Flow modeller but am I right in thinking that at the moment it is not possible to print this design view – I would love to be able to – or am I just being thick?

    Is this on the cards?

    cheers

    #216695 Reply

    Riyad Kalla
    Member

    I’m not away of any issues with printing the network, just switch to the design view and click Print… if that doesn’t work, try clicking on it then pressing print.

    I know this works because I’ve printed out a graph last week to discuss with a coworker about an application’s flow.

    #217569 Reply

    tsolakp
    Member

    What about having the Struts Editor to able to export to image file?
    The one of the main reasons my team is going to use Struts Modeler is to be able to export the whole Struts Flow diagram into file to be included in Word documents.

    #217570 Reply

    Riyad Kalla
    Member

    Ahh, that’s a good idea. I’ll pass that along.

    #218266 Reply

    bryanhunt
    Member

    @support-rkalla wrote:

    Ahh, that’s a good idea. I’ll pass that along.

    +1

    It isn’t much use being able to visualise this stuff for management types if you can’t export it.

    Printing only produces the first page as well ( trying to print to pdf using both win2pdf and pixjet 6).

    Another usefull enhancement would be the ability to add notes to the diagram like when you are using UML.

    –b

    #218268 Reply

    Riyad Kalla
    Member

    Update on this, we added (or are adding) support for GIF/JPG and PNG I believe, we are looking into PDF but no promises.

    #218325 Reply

    bryanhunt
    Member

    Don’t bother with pdf, it isn’t very usefull and will truncate at the sides.

    Just get png support out there , that would be really usefull and support 99% of users needs.

    I couldn’t believe that it didn’t do export as it is such a simple thing to implement.

    –b

    #218328 Reply

    bryanhunt
    Member

    ImageLoader imageLoader = new ImageLoader();
    imageLoader.data = new ImageData[] {ideaImageData};
    imageLoader.save(“C:/temp/Idea_PureWhite.jpg”,SWT.IMAGE_JPEG);

    #218329 Reply

    Riyad Kalla
    Member

    I couldn’t believe that it didn’t do export as it is such a simple thing to implement.

    We didn’t either, it was just a missed item on a TODO list, sorry about that.

Viewing 9 posts - 1 through 9 (of 9 total)
Reply To: Printing the struts config flow model

You must be logged in to post in the forum log in