Search the web
Sign In
New User? Sign Up
mac-gui-dev · Mac User Experience Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 111 - 140 of 1007   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
111
Hi, this just came across Apple's HIToolbox-Dev mailing list: ... -- Cheers, M. Uli Kusterer ... "The Witnesses of TeachText are everywhere..." ...
M. Uli Kusterer
witness_of_t...
Offline Send Email
Jul 2, 2005
5:04 pm
112
... It did? I got it back from the list when I sent it, two and a half weeks ago. -- Jens Ayton...
Jens Ayton
jensayton
Offline Send Email
Jul 2, 2005
6:24 pm
113
Time is relative ;-) - Lee...
Lee Morgan
lee_a_morgan
Offline Send Email
Jul 2, 2005
7:01 pm
114
... Depending on which side of the bathroom door you're on, yeah, I know ;-) Seriously, it actually is from the 15th... I just lost it somewhere in my backlog...
M. Uli Kusterer
witness_of_t...
Offline Send Email
Jul 2, 2005
9:51 pm
115
This is a bit more technical than informal, but I was wondering if anyone has any "generic" methods for autosizing a NSTableColumn to fit it's content? I've...
Lee Morgan
lee_a_morgan
Offline Send Email
Jul 3, 2005
3:14 am
116
... Lee, that's okay. This list is intended to cover all aspects of good usability. As such, we can't chicken out when it comes to actually implementing...
M. Uli Kusterer
witness_of_t...
Offline Send Email
Jul 3, 2005
1:57 pm
117
... Well, I thought it was clear enough that I asked the question :-) ... Well I'm using bindings so I don't have a data source so to speak. I did how ever...
Lee Morgan
lee_a_morgan
Offline Send Email
Jul 3, 2005
6:24 pm
118
My application supports the presentation of multiple types of data in one window (from a single document) using a Finder style sidebar (effectively just an...
Jonathan Wight
schwatoo
Offline Send Email
Jul 8, 2005
1:22 am
119
I believe this is the very reason Apple started using their nonstandard "bottom of the view" toolbars in iPhoto and iTunes. They're completely contextual, but...
Chris Clark
caffeinepanic
Offline Send Email
Jul 8, 2005
3:27 am
120
... How many different toolbar options and how much do they differ between modes? If you're talking 5+ different toolbar options for each mode then just ...
Tim Lucas
t.lucas@...
Send Email
Jul 8, 2005
8:40 am
121
I'm not putting much thought into this, but a floating utility window that changes is one possibility....
Brian Krent
brian_samurai
Offline Send Email
Jul 8, 2005
9:41 am
122
... I'm not 100% sure yet. I haven't compiled a list of options. Some of the options would be shared between all modes but some would unique to each mode. ... ...
Jonathan Wight
schwatoo
Offline Send Email
Jul 8, 2005
1:32 pm
123
... Yeah I'm not keen on the idea of a floating palette for this. I've already got a floating inspector that changes depending on context. Actually some of the...
Jonathan Wight
schwatoo
Offline Send Email
Jul 8, 2005
2:04 pm
124
Hi, ... Put universal ones in the application toolbar and context sensitive ones in an inspector palette or drawer which changes depending on which mode you're...
Rory Prior
thinkmac_sof...
Offline Send Email
Jul 8, 2005
4:21 pm
125
... [snip] ... Without seeing what this actually looks like, it seems to me that you ought to visually group the "toolbar" buttons with the tabs they apply to....
m
onlineeddie
Offline Send Email
Jul 8, 2005
4:36 pm
126
Thought I'd take up Uli's invitation to continue a thread that started over on the cocoa-dev list (see <http://www.cocoabuilder.com/archive/message/cocoa/ ...
m
onlineeddie
Offline Send Email
Jul 11, 2005
4:19 am
127
... [snip] ... [snip] ... One concern I have with this approach is whether just lowercasing will do the trick in all localizations? Consider e.g. German ...
Jens Miltner
jmiltner
Offline Send Email
Jul 11, 2005
6:56 am
128
... Yes, I am at a bit of a disadvantage constructing a solution that works for every language since I only know two well and a third not so well. Obviously,...
m
onlineeddie
Offline Send Email
Jul 11, 2005
8:11 am
129
... Unfortunately, I'm not much help here either - I know that German capitalizes nouns, but I don't know many other languages. This fact, however, is the main...
Jens Miltner
jmiltner
Offline Send Email
Jul 11, 2005
8:42 am
130
... I looked into this; it looks as though German is indeed unique in requiring all nouns to be capitalized (despite apparent efforts at reforming this...
m
onlineeddie
Offline Send Email
Jul 12, 2005
12:43 am
131
... I agree. Changing the menu bar would be very confusing to the user. Users' expect menu options to in a fixed location and if they start moving around it...
Andrew Kurtz
akurtz_dance
Offline Send Email
Jul 12, 2005
8:13 am
132
... The fileURL method isn't available earlier than Tiger, so you'll get warnings. This is what I use in my base NSDocument subclass: - (NSString...
Shaun Wexler (MacFOH)
macfoh
Offline Send Email
Jul 12, 2005
8:13 am
133
... Especially if those users (like me ;-) don't even know that this behavior is in effect. In the few occasions, when I have to use MS Office, my impression...
Jens Miltner
jmiltner
Offline Send Email
Jul 12, 2005
9:30 am
134
... I disagree. Acquisition <http://www.acquisitionx.com/>, for example, changes the window toolbar depending on the current view and I think it makes a lot...
Benjamin Ragheb
benzado
Offline Send Email
Jul 13, 2005
10:53 am
135
Hi all, we have urgent requirement for the GUI designers for our client based in banglore, Job title :GUI designer Experience:2+years Location :Banglore...
geetha manjunath
jobsin_it
Offline Send Email
Jul 13, 2005
10:53 am
136
... However, in that case, each toolbar mode must be customizable separately, otherwise it'll drive users nuts if their toolbar items just vanish. My...
Jens Miltner
jmiltner
Offline Send Email
Jul 13, 2005
11:57 am
137
Hi, The HIG recommends a 20 pixel border for non brushed metal windows, and a 14 pixel border for brushed metal windows. When counting this border, how should...
Pandaa
pandaa@...
Send Email
Jul 13, 2005
2:01 pm
138
... 20 pixels of actual "whitespace", then the pixel border ... Yep. ... Yep. This is so that the view essentially stays in the same position. The additional...
Brian Krent
brian_samurai
Offline Send Email
Jul 13, 2005
3:20 pm
139
Folks, I just had to ban the first user, so I thought I'd let you know once more how this list is operated. The general idea is that I want to run a fairly...
Uli Kusterer
witness_of_t...
Offline Send Email
Jul 19, 2005
2:52 pm
140
Yesterday I posted a technical article on my weblog about Making a "Do not show this warning again" alert... ...
Dan Wood
danb5
Offline Send Email
Jul 31, 2005
9:42 am
Messages 111 - 140 of 1007   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help