jo

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 40 total)
  • Author
    Posts
  • in reply to: help please with keyDown Observer #5917

    jo
    Participant

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

    in reply to: "safe mode" #5894

    jo
    Participant

    As always, thanks a lot for your fast reply and taking this under consideration.
    jo

    in reply to: tabs in scripting window #5773

    jo
    Participant

    oh.
    thanks for your reply and sorry for not being a bit more specific. talking about scripting a tab is of course an indent.
    i meant it more in a web-browser of finder in OS 10.9 kind of style. so to have all open scripts combined in one window to easily switch between them. a bit like the path browser but then horizontal and just with the open files.
    thanks,
    jo

    in reply to: Line to curve #5703

    jo
    Participant

    I also was a bit confused when I first tried this but you have to also drag the segment while clicking on it.
    cheers, jo

    in reply to: Word Completion language setting #5673

    jo
    Participant

    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

    in reply to: crash with testinstalled font #5626

    jo
    Participant

    thanks for you replay
    unfortunately this does not work after a crash. upon reopening i get the warning. i click ok (no other option given) but the font(s) are still there. textedit still has the font in the menu and I can actually use it. only after a system restart it fully deletes the files.

    in reply to: Measuring value #5621

    jo
    Participant

    UFO was sent via email and Frederik already found a solution for the next version.

    thanks!
    jo

    in reply to: Anchor behaviour #5595

    jo
    Participant

    hmhm

    how about this and assigning a short/hot key to it:

    # Selects all components of currentGlyph
    
    g = CurrentGlyph()
    
    g.prepareUndo("Select Components")
    
    for cont in g.contours:
        cont.selected = False
    for anchor in g.anchors:
        anchor.selected = False
    for comp in g.components:
        comp.selected = True
        
    g.update()
    g.performUndo()
    
    in reply to: Anchor behaviour #5593

    jo
    Participant

    hey mathieu,
    cmd+alt+A gives you a selection of everything (outlines, components, anchors) in the glyph. so if you only have components in your glyph that could work?

    cheers,
    jo

    in reply to: rotate segment #5524

    jo
    Participant

    ok, thanks for the super fast reply.

    in reply to: breakContour() and updateSelection() #5291

    jo
    Participant

    anybody?

    in reply to: copy font info #5197

    jo
    Participant

    hi frederik
    I cannot say for sure. I think I changed something in the Name Setting. Either the General Identification fields or the Postscript Identification. I did not change the values with a script this time but “manually”.
    Sorry I cannot provide any better information.
    jo

    in reply to: copy font info #5191

    jo
    Participant

    ha!
    I finally managed to have the output window in sight and do a screenshot before Robofont crashed.
    Here is the text:
    “/Applications/RoboFont.app/Contents/Resources/lib/python2.7/vanilla/vanillaList.py:466: UninitializedDeallocWarning: leaking an uninitialized object of type VanillaArrayController”
    I don’t know what to do with this.
    Thanks,
    jo

    in reply to: Postscript Underline Dimensions #5190

    jo
    Participant

    I see and somehow understand it.
    But since InDesign does not show any underline with the default settings it should be more obvious that these values have to be changed?

    Thanks, jo

    in reply to: appendBPoint outputs NotImplementedError #5185

    jo
    Participant

    hi frederik,
    that is a great help. segments obviously come along with some points.
    thanks a lot!
    jo

Viewing 15 posts - 16 through 30 (of 40 total)