Navigation

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

    • bahman

      SOLVED Bug in GlyphSequenceEditText
      Problems & Bugs • space center • • bahman  

      2
      0
      Votes
      2
      Posts
      13
      Views

      frederik

      no, that must be a defcon font object or RFont.naked()
    • bahman

      SOLVED MultiLine View related questions.
      General Questions • space center • • bahman  

      7
      0
      Votes
      7
      Posts
      42
      Views

      bahman

      Thank you for this!
    • jansindl3r

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

      6
      0
      Votes
      6
      Posts
      54
      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
    • jansindl3r

      UNSOLVED Where can I find class of input cell of for spacing in space center?
      General Questions • space center • • jansindl3r  

      3
      0
      Votes
      3
      Posts
      27
      Views

      jansindl3r

      Thanks a lot, I think it is going surprisingly welly well. Please, I just can't understand why is this not enough to rewrite the cell's content? It works but only when double clicking. Could you please link me, what causes this? I can see "testje" only after double clicking into the cell. https://github.com/jansindl3r/Metrics-dynamically/blob/master/metricsDynamically.py#L30
    • ryan

      SOLVED Shift+Return / Return to auto-type "\n" in Space Center
      Feature Requests • space center input text • • ryan  

      5
      1
      Votes
      5
      Posts
      50
      Views

      gferreira

      a new Shift + Enter shortcut to insert a line break character \n in the Space Center is now available in the latest beta. this is a very nice feature, thanks for suggesting it!
    • 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…
    • RafaŁ Buchner

      SOLVED my custom spaceCenter is broken. Maybe a bug?
      Problems & Bugs • space center observers safe mode • • RafaŁ Buchner  

      9
      0
      Votes
      9
      Posts
      53
      Views

      RafaŁ Buchner

      euhm use alt + drag metrics :) to apply the change to all layers... both in glyph view as in a space center HAHAHA, thanks!!! Of course, I had no idea about that. Damn, I love it, I already made a sophisticated observer system, which checks which space center is being used, activates Glyph.LeftMarginDidChange etc, etc… At least now I'm also able to use normal step-by-step spacing for all of the layers :D, not only dragging
    • RafaŁ Buchner

      UNSOLVED how to add custom button to the SpaceCenter’s display menu ?
      General Questions • user interface space center • • RafaŁ Buchner  

      4
      0
      Votes
      4
      Posts
      29
      Views

      RafaŁ Buchner

      @frederik said in how to add custom button to the SpaceCenter's display menu ?: for now this is not possible... Space center menus are on the restructuring table. To split up into a menu for display options and a menu for typographic options. I can imagine adding a similar notification like in a glyph window or font overview So I imagine that it is also not possible for the right-click menu in SpaceCenter? this button, on top of the SC, for now, should be enough. Thanks!
    • ryan

      SOLVED Live update on LSB change
      Feature Requests • space center glyph editor spacing • • ryan  

      3
      0
      Votes
      3
      Posts
      27
      Views

      ryan

      Thanks, Frederik! I think this update on mouseDragged will also make the extension I’m working on much easier.
    • ryan

      SOLVED Recover programmatically wiped Input Samples?
      General Questions • scripting space center preferences • • ryan  

      3
      0
      Votes
      3
      Posts
      30
      Views

      ryan

      Lifesaver! Thanks @frederik
    • RafaŁ Buchner

      UNSOLVED How to get programmatically highlighted glyph in the space center
      General Questions • scripting space center • • RafaŁ Buchner  

      4
      0
      Votes
      4
      Posts
      48
      Views

      frederik

      maybe you have to explain what you want to achieve... A space center object has getRaw which returns the input text as seen in the control and get which returns a list of glyph names, those are parsed from the input controls.
    • erik

      SOLVED Can I get to the SpaceCenter InputText strings from Python?
      General Questions • scripting space center preferences input text • • erik  

      3
      1
      Votes
      3
      Posts
      275
      Views

      okaytype

      I didn't know about spaceCenterInputSamples and managed to get at them through the space center window itself. I should probably look at updating these: https://gist.github.com/okay-type/6e36bfd93e938f5f98253ab31a27f24e https://gist.github.com/okay-type/85e6f60fc35092d5a6249ee26b2bdd4c
    • StephenNixon

      SOLVED Is it possible to export to from Space Center to a multi-page or tall-page PDF?
      General Questions • space center mojo.ui • • StephenNixon  

      13
      0
      Votes
      13
      Posts
      581
      Views

      gferreira

      @StephenNixon this will give you the current width & height of the Space Center window: from mojo.UI import CurrentSpaceCenter (x, y), (w, h) = CurrentSpaceCenter().getNSView().bounds() print(w, h)
    • RicardGarcia

      SOLVED Spacing observer and how to sync metrics to key characters
      General Questions • space center observers spacing • • RicardGarcia  

      9
      0
      Votes
      9
      Posts
      767
      Views

      RicardGarcia

      Hi @gferreira. I already gave it a try and it is working great for me! I'm going to work on a script that will automatically create a list of similar shapes so that I could import them into the extension. Thank you so so much again!
    • benedikt

      UNSOLVED Access Space Center input texts by script
      General Questions • scripting space center python • • benedikt  

      4
      0
      Votes
      4
      Posts
      441
      Views

      frederik

      I see... they will be added
    • ryan

      SOLVED Metrics auto-update upon value change in Inspector with arrows
      Feature Requests • user interaction space center inspector metrics • • ryan  

      8
      0
      Votes
      8
      Posts
      805
      Views

      frederik

      this seems like a vanilla issue, where extra attributes to a vanilla control is requested. please report here https://github.com/robotools/vanilla/issues if you need this urgently a subclass of the nscontrol is necessary to get callbacks for key down.
    • ryan

      SOLVED Keyboard spacing in Space Center with modifiers
      General Questions • user interaction space center • • ryan  

      3
      0
      Votes
      3
      Posts
      515
      Views

      ryan

      Ah ok, great. Good to know the command is still a modifier and not access to RSB as I had thought for some reason. Thanks, Frederik.
    • ryan

      SOLVED Space Center not reflecting (all) glyph changes
      Problems & Bugs • space center preferences • • ryan  

      5
      1
      Votes
      5
      Posts
      534
      Views

      frederik

      the default is 30... this value is set with the idea: you want to see short words while editing, longer text for only spacing.
    • youbringfire

      SOLVED Space Center Not Updating While Drawing – 3.2b
      Problems & Bugs • space center preferences • • youbringfire  

      6
      0
      Votes
      6
      Posts
      639
      Views

      StephenNixon

      Awesome, thank you, @gferreira!