Welcome to NeoOffice developer notes and announcements
NeoOffice
Developer notes and announcements
 
 

This website is an archive and is no longer active
NeoOffice announcements have moved to the NeoOffice News website


Support
· Forums
· NeoOffice Support
· NeoWiki


Announcements
· Twitter @NeoOffice


Downloads
· Download NeoOffice


  
NeoOffice :: View topic - NOMu, a menu item for accessing NeoOffice
NOMu, a menu item for accessing NeoOffice
 
   NeoOffice Forum Index -> Random Whatnot
View previous topic :: View next topic  
Author Message
Guest
Guest





PostPosted: Wed May 23, 2007 4:11 pm    Post subject:

Paging lsinger, paging lsinger... Or are you human?
Back to top
lsinger
Blue Pill


Joined: Sep 12, 2007
Posts: 2

PostPosted: Wed Sep 12, 2007 7:51 am    Post subject:

Finally got around to add localizations and some other requests. NOMu 1.2 is now out and can be downloaded, as always, at http://singer.sh/software/nomu/.

If you already have it installed, the auto-update mechanism should install the new version automatically for you.
Back to top
jgd
Agent Smith


Joined: Feb 27, 2005
Posts: 1531
Location: France

PostPosted: Wed Sep 12, 2007 9:12 am    Post subject:

Thank you very much for the French localization Very Happy

Jacqueline
Back to top
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Sun Oct 07, 2007 12:22 am    Post subject:

It's just a little niggle, but is it possible to either provide alternative menubar icons or make the icon editable? I'm trying to use a yet darker ShapeShifter theme (my eyes hate bright screen contrasts à la Aqua) but the NOMu icon disappears into the background in dark menubars. A white version of the current icon would be perfect Smile

- padmavyuha
Back to top
doctype
Oracle


Joined: Dec 08, 2005
Posts: 291
Location: Berlin, Germany

PostPosted: Sun Oct 07, 2007 9:52 am    Post subject:

Leif,
great little app. Thanks!

Another nitpick (sorry):



It seems to me that the logo could be a little bigger (and the "N" could have a pixel more space to breathe) to fit into the overall menu bar logo size.
Back to top
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Wed Jan 30, 2008 1:28 am    Post subject:

Hey, Leif -

I've been in dialogue with the developer of another menubar app ToDo X, and he said he couldn't find info to help him assign a hotkey to drop down the menu. Since you can do that in NOMu, I was going to put him in touch with you, but you sensibly don't have contact details that I can find on your website Smile - could you point me/him to any references that might help him?

thanks...

- padmavyuha
Back to top
lsinger
Blue Pill


Joined: Sep 12, 2007
Posts: 2

PostPosted: Wed Jan 30, 2008 3:03 am    Post subject:

I use ShortcutRecorder to record the shortcut. I can then assign it a callback function to execute when the hotkey is pressed:

Code:

      [globalHotKey setTarget: self];
      [globalHotKey setAction: @selector(hitHotKey:)];
      [[PTHotKeyCenter sharedCenter] registerHotKey: globalHotKey];


The callback function simply activates the menu:

Code:

- (void)hitHotKey:(PTHotKey *)hotKey {
   [statusItem popUpStatusItemMenu:[statusItem menu]];
}


Hope this helps!
lsinger
Back to top
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Wed Jan 30, 2008 4:22 am    Post subject:

Many thanks, I'll pass that on to him.

- padmavyuha

*edit* ...and ToDo X's developer says "Hey, thanks a lot! " which I promised to pass on to you. Long live the collaborative community!
Back to top
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Wed Oct 01, 2008 2:04 am    Post subject:

Hi Leif

I've been using NOMu a lot lately and I was wondering... would it be a big shift to have 10 instead of 5 shortcuts at the top of the menu for the most recently opened docs? Say, numbered from 1 to 0? Smile I'm always wanting the doc that's just dropped off the list...

- padmavyuha
Back to top
Dragonfly14
Sentinel


Joined: Jun 23, 2006
Posts: 20
Location: Tasmania

PostPosted: Wed Oct 01, 2008 2:01 pm    Post subject: NOMu

Ditto Yoxi, 'cept in my case I'd prefer 10 template shortcuts ! (Plus more doc. shortcuts, but that would start being a bit cumbersome I suspect).

Have you tried "smart folders" in the finder ? I've got two for Neo. - one for templates and one for docs. Then every doc/template is listed. Not as elegant as NOMu and of course - no shortcuts. (Hint to somebody much more competent on scripts than I).

Hooroo.
Back to top
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Wed Oct 01, 2008 3:45 pm    Post subject:

Smart Folders - useful tip, I'd never actually used them yet! Now I have one for Writer docs, one for Calc docs, sorted by Last Opened. Should speed things up! It's great being able to preview them in Coverflow too.

I still prefer to be able to do everything by keyboard, where possible, which is why I like NOMu.

- padmavyuha
Back to top
Display posts from previous:   
   NeoOffice Forum Index -> Random Whatnot All times are GMT - 7 Hours
Goto page Previous  1, 2, 3
Page 3 of 3

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001, 2005 phpBB Group

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © Planamesa Inc.
NeoOffice is a registered trademark of Planamesa Inc. and may not be used without permission.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.