Tagged Questions

0
votes
1answer
25 views

Input in menu item?

Hi! I would like to know if it is possible to have a NSTextField (for example) as a menu item in a menu. Your help will be very appreciated! Sweet day, —Albé
1
vote
1answer
25 views

NSTextField in NSMenuItem

Hi am writing small app for posting twitts on twitter.com I manage to create statusbar icon next to clock and battery monitor, but now I am stacked... I wanted to add menu item text area max length …
1
vote
0answers
92 views

Custom NSStatusItem with custom view - Use NSWindow, NSView, custom NSMenuItem?

I'm trying to create a LSUIElement app that behaves like Spotlight, CoverSutra and other apps of that type. I managed to create a custom NSStatusItem, which popups up an NSWindow but the problem is …
2
votes
1answer
36 views

What’s the cleanest way to bind enumerated properties?

I have a menu which has an item for each value in an enum. The menu: [ ] Sort by Due Date [ ] Sort by Priority [√] Sort by Title The enum: typedef enum CW_TASK_SORT_METHOD { …
1
vote
1answer
184 views

Custom NSView in NSMenuItem not receiving mouse events

I have an NSMenu popping out of an NSStatusItem using popUpStatusItemMenu. These NSMenuItems show a bunch of different links, and each one is connected with setAction: to the openLink: method of a …
0
votes
2answers
199 views

How to draw my own key equivalents in NSMenuItem?

I would need something this owner drawn tab completition key equivalents in my own code. Like TextMate does in this example. I heared that the menu drawing is Carbon based but I don't hope it is such …
0
votes
0answers
24 views

Change in vertical alignment of NSMenuItem

I've noticed that under MacOS 10.3.9 and 10.4.11, an NSMenuItem's attributed title is aligned with the top of its image. In other words, if the menu item's image is higher than its title, the title …