franz

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Catching key events in extension window #5978

    franz
    Participant

    Hi Frederik,

    Ouch, I will see if I can get this to work, may thanks!


    franz
    Participant

    For now, I haven’t found a way to directly insert my toolbarItem into the toolbar as I couldn’t get insertItemWithItemIdentifier:()atIndex:() to work in the context of my script/extension, but probably I’m just being daft here.

    So currently I read all the items in the glyph window toolbar, add my item, and use vanilla’s addToolbar method to replace the toolbar. That’s looking good so far, all the previously present items are there, glyph tools work, and my item shows up (not as a button yet, that’s lined up next). RemoveOverlap in the replaced toolbar crashes right now when clicked (I guess I’m somehow breaking the delegate or something), but I hope to get that sorted, too.


    franz
    Participant

    Aarghh. Facepalm. I owe you a beer.


    franz
    Participant

    Hi Frederik,

    again many thanks, esp. for the link to the vanilla docu.

    Now I got the observer working, I have the button and the actual functionality, but I can’t seem to get hold of the window properly to perform all the additional steps to add a toolbar item:

    def glyphWindowDidOpenCallback(self,info):
            gwin = info["window"]
            nswin = gwin.getNSWindow() #or whatever I try here…
    
    

    … gives me:
    AttributeError: ‘DoodleGlyphWindow’ object has no attribute ‘getNSWindow’ (or whatever I try to get from the window)

    I feel it’s just a simple but crucial bit I’m missing here, any leads come greatly appreciated!

    Franz

    p.s. ain’t it funny that the actual functionality mostly comes easy peasy, hooking the thing in the UI doesn’t exactly… :-/


    franz
    Participant

    Ouch, i was hoping it was a tad easier than that.
    Many thanks Frederik, I will give it a try.
    So my extension would need to live as an object independent from BaseEventTool, observe if a glyph win opens and then add an NSButton object to it, correct?

    in reply to: Creating template glyphs? #3899

    franz
    Participant

    Hi Frederik,

    generating them with a script would be the option I’m after.
    Good to hear it’s coming!

    F

    in reply to: Disable single option of vanilla RadioGroup? #3836

    franz
    Participant

    Yes, this is exactly what I need right now! Thanks so much Frederik!
    Franz

    in reply to: Undo for multiple glyphs/list? #3831

    franz
    Participant

    Ok, convinced :-)
    It’s a floating window now.

    Just pushed 1.1 to github:

    http://github.com/franzheidl/SidebearingsEQ

    in reply to: Undo for multiple glyphs/list? #3830

    franz
    Participant

    Many thanks Frederik, I tried that but felt somewhat awkward (at least to me), not in terms of Undo but in the environment of the other windows. Will reconsider though.

    in reply to: Undo for multiple glyphs/list? #3827

    franz
    Participant

    In any event, I have just pushed my first little RoboFont Extension to github:

    http://github.com/franzheidl/SidebearingsEQ

    in reply to: Undo for multiple glyphs/list? #3826

    franz
    Participant

    Hi Frederik,

    one more thing: The Undo/Redo seems to be available in the Edit menu only when the Font Collection or the Glyph Editor window has the focus, not when my own window is in front.

    Am I still doing something wrong or is this OK/expected behaviour?

    Sorry to be a pain, I just want to know if I’m doing ok and learn a bit while at it :-)

    Many thanks,
    Franz

    in reply to: Undo for multiple glyphs/list? #3825

    franz
    Participant

    Hi Frederik,
    many thanks, works a treat!
    I just wasn’t aware the undo manager was bound to the glyph.

    Franz

Viewing 12 posts - 1 through 12 (of 12 total)