Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Solved
    • Unsolved
    1. Home
    2. Tags
    3. representations
    Log in to post

    • jansindl3r

      SOLVED How to customize preview of space center?
      General Questions • space center observers representations • • jansindl3r  

      6
      0
      Votes
      6
      Posts
      53
      Views

      frederik

      or wrap changing fill and stroke inside spaceCenterDrawBackgroundLineView spaceCenterDrawLineView notifications. A multiline view has a _fill and _stroke attribute you can temporarily overwrite. good luck
    • ryan

      UNSOLVED Space center + interpolation
      General Questions • space center interpolation representations • • ryan  

      5
      0
      Votes
      5
      Posts
      43
      Views

      gferreira

      here’s a different approach using representations to cache the interpolated glyphs — this may help in terms of performance…
    • bahman

      SOLVED get nspath representation
      General Questions • defcon representations • • bahman  

      3
      0
      Votes
      3
      Posts
      36
      Views

      gferreira

      hello @bahman, representations are handled by defcon, the docs are here. glyph = CurrentGlyph() path = glyph.naked().getRepresentation("defconAppKit.NSBezierPath") cheers!