Announcement

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

    missing edge_center

    Run this testcase - its trying to load edge_center but does not find in resources

    Code:
    isc.Label.create({
        left:200, top:160, width:270,
        contents: "Hello World",
        showEdges:true,
        edgeShowCenter:true,
        edgeSize:3,
        edgeOffset: 25,
    })

    #2
    Not sure what skin this is, but whatever skin it is, we didn't provide a center piece for those edges.

    Comment


      #3
      I am using the Enterprise skin

      Comment


        #4
        If you could just attach the image to this post that would be great.

        Comment


          #5
          Again, not all edge sets include a center piece. We don't have any that we didn't ship - if you'd like one you can create one.

          Comment


            #6
            If you're not including it then why is the css asking for it?

            Comment


              #7
              The CSS is not asking for it, you set edgeShowCenter:true on a set of edges that does not include a center piece.

              Comment

              Working...
              X