Stream

416
reputation
172 views

Registered User

name Stream
member for 1 year
seen 15 hours ago
website
location Minsk
age
RIA and UI Developer
20h
comment How to prevent a Beep sound if global keyboard shortcut is pressed in the other application?
Thanks for your additions Darren. I'm marking your answer as the right one. Well deserved :)
1d
comment How to prevent a Beep sound if global keyboard shortcut is pressed in the other application?
It's beeping anyway :) Could you please provide some lines of code? Thanks!
Dec
10
comment How to prevent a Beep sound if global keyboard shortcut is pressed in the other application?
So, we still need Carbon :)
Dec
10
revised How to prevent a Beep sound if global keyboard shortcut is pressed in the other application?
fixed grammar
Dec
10
asked How to prevent a Beep sound if global keyboard shortcut is pressed in the other application?
Dec
4
answered Code Snippet Storage on the Mac & local
Nov
1
revised How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?
code example
Nov
1
answered How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?
Nov
1
revised How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?
Answer has been moved to answers
Oct
30
revised How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?
more detailed question
Oct
11
awarded  Yearling
Aug
26
comment How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?
Considering indentation levels. Please take a look at the ‘Music Videos’ item before and after adding new entry to the ‘test’ folder: bit.ly/1U5gkL
Aug
25
comment How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?
However, you should also manage not only scrolling states and 2 views but indentation level, next responders, some hot-keys etc. Question is still open :)
Aug
25
revised How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?
better caption
Aug
25
asked How to keep the last tree item of NSOutlineView in the most bottom of a Sidebar?
Aug
10
revised How to display indeterminate NSProgressIndicator in the NSOutlineView?
polishing of answer
Aug
10
revised User-friendly approach for network streaming, playing and seeking of audio files in Mac OS X 10.5
corrected question to meet new realities
Jul
27
awarded  Favorite Question
Jul
20
awarded  Popular Question
Jul
16
asked How to extract ID tags from MP3 files in Cocoa?
Jul
2
awarded  Popular Question
Jun
30
comment How to display indeterminate NSProgressIndicator in the NSOutlineView?
I've meant that your solution with indicator as outline's sub-view is completely OK but it can be slightly improved by subclassing cells as Vienna does instead of using extra-columns.
Jun
30
comment How to display indeterminate NSProgressIndicator in the NSOutlineView?
Sorry for being pain in the neck but extra-column is not very convenient solution :) I like an implementation used in Mail very much, and Vienna app mentioned in this thread uses viewControl method of the cell to achieve the same results. I'll try to go this way.
Jun
29
comment How to display indeterminate NSProgressIndicator in the NSOutlineView?
It's quite a good solution but sometimes cell text can be trimmed by ellipsis. So the cell should know about ‘external’ indicator to reduce a width of the text: tinyurl.com/mkmfat
Jun
29
asked How to display indeterminate NSProgressIndicator in the NSOutlineView?