Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Fill color bug in Diagramming showcase

    There seems to be a bug with the fill color controls in the Diagramming showcase example. The background color will be white no matter what color you select.

    https://www.smartclient.com/smartgwt...e/#diagramming

    #2
    On a similar note, I'm thinking about buying SGWT EE to build similar diagramming tools. Two questions:
    1. Is it possible to change the zoom on an EditContext? So in the showcase example, the whole image in DrawingEditContext would shrink/expand.
    2. Is it possible to add scrollbars to DrawingEditContext? So if your image is larger than the window, you can scroll to the section you need to see.
    Last edited by jclaxton; 31 May 2018, 06:28.

    Comment


      #3
      1. Yes, any attribute (in the Java Beans sense of having a getter and setter) can be part of the defaults on an EditNode, and be managed with an editContext.

      2. DrawPanes do not currently calculate the size of drawn content, so don’t support scroll bars directly, but if you know the size of what you’re drawing, you can place a large DrawPane within a smaller Canvas or other container and turn on scrolling on the Canvas.

      Comment


        #4
        We've applied fixes to SGWT 6.1p/SC 11.1p and newer releases to resolve the issue. They will be in the nightly builds dated 2018-06-01 and beyond.

        Comment

        Working...
        X