Navigation

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

    • bahman

      SOLVED Clipboard content for multiple glyphs
      General Questions • user interaction clipboard • • bahman  

      18
      0
      Votes
      18
      Posts
      103
      Views

      bahman

      Sorry, I just made it public.
    • bahman

      SOLVED Disabling scroll/panning only in GlyphWindow
      Problems & Bugs • user interaction glyph editor • • bahman  

      7
      0
      Votes
      7
      Posts
      35
      Views

      bahman

      @frederik Thank you Frederik, I think I don't see it happening anymore.
    • ryan

      UNSOLVED Set Scale behaving unexpectedly
      Problems & Bugs • user interaction scale image • • ryan  

      4
      0
      Votes
      4
      Posts
      52
      Views

      ryan

      @frederik Oh interesting! After some thought, I wouldn't lock the vertical line to 90 degrees because after you've set the baseline, I'm not sure you'd want your horizontal movement of the x-height point to unexpectedly change the decided baseline setting. Having the angle of the x-height line only react to the baseline points makes sense to me. In terms of UI interaction, the only thing I'd change from the public release is to not draw the vertical line (or maybe draw a lineDash if anything), as it doesn't seem to correspond to any UI in Glyph View. Otherwise, I think it's less about the UI than the unexpected resulting transformation.
    • bahman

      SOLVED Capture glyph cells on drag and drop
      General Questions • user interaction vanilla font overview • • bahman  

      2
      0
      Votes
      2
      Posts
      45
      Views

      gferreira

      hello @bahman, I gave it a try – this seems to work: from vanilla import Window, List from AppKit import NSDragOperationCopy from lib.settings import doodleSelectedGlyphIndexesPboardType class TestWindow: def __init__(self): self.w = Window((400, 200), 'test') self.w.list = List((10, 10, -10, -10), [], selfApplicationDropSettings=dict(type=doodleSelectedGlyphIndexesPboardType, allowDropOnRow=True, allowDropBetweenRows=True, operation=NSDragOperationCopy, callback=self.selfApplicationDropCallback)) self.w.open() def selfApplicationDropCallback(self, sender, dropInfo): isProposal = dropInfo["isProposal"] if not isProposal: glyphs = dropInfo["data"] source = dropInfo["source"] glyphNames = [source[glyphIndex].name for glyphIndex in glyphs] self.w.list.set(glyphNames) return True TestWindow() but using stuff from the lib is not recommended… maybe @frederik knows a better solution. cheers!
    • bahman

      SOLVED Lock offcurve or on curve points when hidden
      Problems & Bugs • user interaction contours points • • bahman  

      2
      0
      Votes
      2
      Posts
      42
      Views

      gferreira

      hello @bahman, have a look at ContoursLock, it allows you to lock individual contours by index. salutations!
    • ryan

      SOLVED Can contour continuation be direction/index agnostic?
      Feature Requests • user interaction contours points • • ryan  

      6
      4
      Votes
      6
      Posts
      103
      Views

      ryan

      Awesome thanks @frederik! And will check that out, thanks.
    • MauriceMeilleur

      UNSOLVED Inspector window/panel and focus, redux
      Feature Requests • user interaction inspector • • MauriceMeilleur  

      1
      0
      Votes
      1
      Posts
      65
      Views

      MauriceMeilleur

      Re: Floating Inspector palette I'd like to resurface Mark's older observation about the behavior of the Inspector palette and its functions. I'm still a new user, but the fact that using the tools/controls in Inspector takes the focus away from my open document—whether I'm in single or multi-window mode—has become a prominent distraction. Is this the result of a tradeoff, does this choice allow some other feature or function that is more important but less visible to this novice's eye?
    • martin

      SOLVED Drag & drop of .glyphConstruction files onto RoboFont
      Extensions • user interaction glyph construction • • martin  

      6
      1
      Votes
      6
      Posts
      396
      Views

      frederik

      support for a file handler on .glyphConstruction is added to glyph construction builder!!
    • bahman

      SOLVED Glyph window became active/inactive event
      General Questions • user interaction observers events • • bahman  

      3
      0
      Votes
      3
      Posts
      291
      Views

      bahman

      @gferreira Thank you Gustavo. I had no idea those notifications are also for the glyph window focus. Great!
    • anya

      SOLVED How to make StatusInteractivePopUpWindow active by default
      General Questions • user interaction vanilla mojo.ui • • anya  

      3
      0
      Votes
      3
      Posts
      340
      Views

      anya

      Thank you so much, Gustavo!
    • ryan

      SOLVED Smooth corners and handle behavior
      General Questions • user interface user interaction points handles smooth • • ryan  

      3
      0
      Votes
      3
      Posts
      387
      Views

      ryan

      Amazing! Thanks @gferreira
    • ryan

      SOLVED Mojo UI questions
      General Questions • user interface user interaction mojo • • ryan  

      3
      0
      Votes
      3
      Posts
      417
      Views

      ryan

      Thanks for the response, @frederik. Looking forward to playing with these things in the beta!
    • bahman

      UNSOLVED Two request regarding composites and connecting nodes
      Feature Requests • user interaction contours components • • bahman  

      5
      0
      Votes
      5
      Posts
      430
      Views

      frederik

      There is no other way :) if the point doesn't align exactly, some points need to be moved and shifted. RF opts to modify the last point (and offcurve) of the contour that is being dragged. great!!
    • ryan

      SOLVED Moving on-curve independent of off-curves, using arrows, maintaining ‘smooth’
      Feature Requests • user interaction • • ryan  

      7
      2
      Votes
      7
      Posts
      553
      Views

      frederik

      this is now hard embedded: caps lock is a nice key as this key can be on without pressing it. Your hyper-key tool has picked caps lock for the same reason :)
    • bahman

      UNSOLVED Disabling scroll in the glyph view
      Feature Requests • user interaction • • bahman  

      1
      1
      Votes
      1
      Posts
      257
      Views

      bahman

      Sorry but I don't know any way of disabling scroll function of the mouse in the glyph view. This especially gets in the way when I'm using an Apple Magic Mouse. With this particular mouse, if I click anywhere, the view also moves very slightly right before the click. There are third-party apps to disable scrolling function of the mouse in some particular apps, but this also disables scrolling in the glyph browsing window. Please add a feature so this can be disabled in the glyph view or at least a way to prevent the scroll to get triggered right before clicking. Thanks!
    • bahman

      SOLVED Remap arrow keys to WASD in glyph view
      Feature Requests • user interaction • • bahman  

      3
      1
      Votes
      3
      Posts
      306
      Views

      frederik

      was reading WASP all the time... but good you solved it :)
    • ryan

      UNSOLVED Ability to select/deselect specific points
      General Questions • user interaction transform • • ryan  

      3
      0
      Votes
      3
      Posts
      369
      Views

      ryan

      I see. Yes that appears to change the reference point for the transformation, but it still transforms all off-curves. With a script, do you mean creating a custom transform tool? It would be great if there were a preference that is point-type-agnostic transformation as well
    • 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.
    • andyclymer

      SOLVED Save sheet
      Extensions • user interaction saving • • andyclymer  

      3
      0
      Votes
      3
      Posts
      531
      Views

      andyclymer

      This is perfect. Thank you!