Navigation

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

    • ryan

      SOLVED RF3: Option-dragging a point moves it rather than pulling out a handle.
      Problems & Bugs • user interaction rf3 • • ryan  

      3
      0
      Votes
      3
      Posts
      1141
      Views

      ryan

      @frederik Oh that makes sense. Neat—I'll get used to that.
    • Guest

      Help: Mojo Canvas, Glyph Navigator Idea
      General Questions • user interaction mojo • • Guest  

      7
      0
      Votes
      7
      Posts
      1058
      Views

      Guest

      Thank you so much for the example, not only for the fact you got the basic functionality there, but also for the comments and tips. I will study it hard :) I can certainly take it from here, It's mostly a learning exercise, but if it turns out to be useful I'll see about making it robust enough for sharing. Thanks again Side note about docs: I think that if you print help it should not print a joke (or broken) link otherwise it leads you to believe you're missing important information that is no longer accessible, perhaps it can be updated? It's a similar story for the "starting with mojo" link on the homepage, I can't count the amount of times I clicked on that thinking that's where I will find answers and there's nothing there. Both examples undermine the authority of the docs that do exist, leaving you wondering if they are incomplete.
    • bahman

      MouseDown Observer detailed info
      General Questions • user interaction observers anchors • • bahman  

      2
      0
      Votes
      2
      Posts
      524
      Views

      frederik

      there is Glyph.selection.Changed notification small example also don't forget to remove the observer when your are done... class SelectionObsever(object): def __init__(self): self.g = CurrentGlyph() self.g.addObserver(self, "selectionChanged", "Glyph.selectionChanged") def selectionChanged(self, notification): glyph = notification.object for anchor in glyph.anchors: print anchor.selected SelectionObsever()
    • nina

      Modify glyph copy/paste behavior for custom contexts?
      Feature Requests • user interaction • • nina  

      3
      0
      Votes
      3
      Posts
      758
      Views

      nina

      Thanks Frederik. That’s a very useful start. I see it does not inherit/use the text attribute of the Vanilla EditText, which I need, but I guess I’ll look into making a subclass of my own ... maybe for the version after next ;)
    • Guest

      1.6 Transformation tool bug?
      Problems & Bugs • user interaction • • Guest  

      4
      0
      Votes
      4
      Posts
      638
      Views

      frederik

      found it, this will be fixed in the next update…
    • jo

      Help please with keyDown Observer
      General Questions • user interaction observers • • jo  

      3
      0
      Votes
      3
      Posts
      616
      Views

      jo

      hey frederik, I was sooo close … Thanks a lot for your help, working perfectly now. jo
    • nina

      Auto resize Window according to AccordionView size/state?
      General Questions • user interaction accordion view • • nina  

      3
      0
      Votes
      3
      Posts
      639
      Views

      nina

      Hmm, thank you. At least now I know what event I’m looking for :)
    • jo

      Lock Image behavior
      Feature Requests • user interaction images • • jo  

      2
      0
      Votes
      2
      Posts
      539
      Views

      frederik

      This is a known issue and will be solved in the next update. The next update will deselect the image when "Lock Image" is enabled. thanks
    • jens

      Line to curve
      Problems & Bugs • user interaction contours • • jens  

      3
      0
      Votes
      3
      Posts
      610
      Views

      frederik

      Thanks Jo, a drag is needed to prevent accidentally adding bcp's
    • jo

      Word Completion language setting
      General Questions • user interaction space center • • jo  

      3
      0
      Votes
      3
      Posts
      625
      Views

      jo

      hello frederik, thanks for the reply. I know this works in other applications (all cocoa apps?) as well. But if I use it in Mail, Safari or TextEdit it always gives me an english WordList (which is my OS language). I cannot think of anyplace in my computer where I set the language to Dutch. That is why I had the idea that it might be possible to change it in RoboFont. Groeten, jo
    • thom

      Tangent point ignore changes
      Problems & Bugs • user interaction • • thom  

      3
      0
      Votes
      3
      Posts
      491
      Views

      frederik

      Behavoir will be similar for both single as multiple points selection in the next version. thanks
    • bas

      Use 45° constrain bug
      Problems & Bugs • user interaction • • bas  

      2
      0
      Votes
      2
      Posts
      415
      Views

      frederik

      this will be fixed in the next update
    • bas

      Enhancements for next version
      Feature Requests • user interaction layers • • bas  

      2
      0
      Votes
      2
      Posts
      453
      Views

      frederik

      in the next version the font object has a font.setLayerDisplay(layerName, option, value) so you can alter the display options easily use double click or the "Close Contour" hot key assign a key combination to a script that is adding the current selection to the current Space Center good luck!
    • jmickel

      Selecting glyphs in Font Overview
      Feature Requests • user interaction • • jmickel  

      2
      0
      Votes
      2
      Posts
      405
      Views

      frederik

      I just fixed this so a selection in the Font Overview is always between the previous selected cell and the current selected cell. Thanks
    • philipp

      Workspace: Saving and Shortcuts?
      Feature Requests • user interaction • • philipp  

      2
      0
      Votes
      2
      Posts
      416
      Views

      frederik

      RoboFont remembers only the size of the last windows, not the position, the position is changing to much and depending on how many documents are open. You can always use the single window mode :) or take a look at the Arrange Windows extension. see https://github.com/typemytype/RoboFontExtensions/tree/master/arrangeWindows To jump to different windows there is the universal OSx cmd + ` shortcut good luck
    • jo

      Keyboard input
      Feature Requests • user interaction inspector • • jo  

      2
      0
      Votes
      2
      Posts
      539
      Views

      frederik

      Was already on the list and will be in the next update Will also be added thanks
    • jo

      Drag and drop features
      Problems & Bugs • user interaction opentype features • • jo  

      3
      0
      Votes
      3
      Posts
      596
      Views

      frederik

      Will be solved in the next update. Is already patched in the code http://code.typesupply.com/changeset/1166 thanks
    • bas

      Close contour
      General Questions • user interaction contours • • bas  

      5
      0
      Votes
      5
      Posts
      766
      Views

      bas

      The problem starts of course when there is more than one open contour… But basically I don't care when RF fucks it up in those cases (you do), if it already works with 1 hotkey and 1 open contour it would be an improvement already.
    • jo

      Anchor behaviour
      Feature Requests • user interaction components anchors • • jo  

      11
      0
      Votes
      11
      Posts
      1352
      Views

      mathieu-christe

      Jo, thanks for the script which I'll use in the meantime. Frederik, thank you for listening and offering a built-in solution.
    • marksimonson

      Floating Inspector palette
      Feature Requests • user interaction • • marksimonson  

      5
      0
      Votes
      5
      Posts
      599
      Views

      marksimonson

      Well, just take a look at how the palettes behave in, say, Photoshop or, really, any other app that has palettes (Pages, BBEdit, er… FontLab). In all these other apps, focus in text fields in palettes is active only temporarily, while you're actively editing text. As soon as you hit [return], focus goes back to the document window. If you click on a button or adjust a slider on a floating palette, the palette only has focus momentarily, and as soon as you are done with the click or the adjustment in the palette, the document immediately has focus again. In Robofont, you often have to click on the document window in order for it to regain focus after doing something in the Inspector palette. I find this behavior to be non-standard and disruptive. It feels unnatural, or at least violates my expectations about how it should work based on experience with palettes in other apps. There is probably something about this in the old Apple HIG (Human Interface Guidelines).