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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 270 - 299 of 1007   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
270
Hi folks, I have a small question, which I guess may be more a matter of personal preference than objectively decidable, but maybe you have some more arguments...
Uli Kusterer
witness_of_t...
Offline Send Email
Jul 16, 2006
12:36 am
271
If it's a background server process (as in sharing data or similar) I'd use a prefPane to launch and configure it instead of an application. If the application...
Florian Dejako
FDejako
Offline Send Email
Jul 16, 2006
12:52 am
272
There is a strong aversion in the Mac community to apps that do things "behind your back." So if you leave a process running after the app is quit, make sure...
Todd Ransom
toddransom_p...
Offline Send Email
Jul 16, 2006
1:03 am
273
... Ask the user (but don't quit unless the user says yes). Thus, what you're really doing is informing the user that quitting the gui app will quit the ...
Matt Neuburg
mattneub
Offline Send Email
Jul 16, 2006
1:05 am
274
I have a program that requires a scheduling daemon. The problem I ran into with leaving a daemon open is that if the user wants to remove the program, they...
Ryan Britton
wakeboarderrb
Online Now Send Email
Jul 16, 2006
4:30 pm
275
More and more apps rely on background apps to help process work and often times users do NOT want to run the main app (clutters the dock, etc), otherwise --...
Mark Munz (DevList)
yogamark34
Offline Send Email
Jul 16, 2006
7:28 pm
276
... Basically, if you'd quit the server automatically when terminating the app, you could as well have the app itself be the server. If your app really is just...
Jens Miltner
jmiltner
Offline Send Email
Jul 17, 2006
7:30 am
277
... Exactly. ... Kind of like the built-in installer idea I threw around for GNUstep... yeah, we might be able to eventually throw more bundle directories at...
Uli Kusterer
witness_of_t...
Offline Send Email
Jul 17, 2006
10:03 am
278
... Well, the thing is that the server we're talking about in this case is actually a custom installation of Apache. So, I can't simply roll that into my...
Uli Kusterer
witness_of_t...
Offline Send Email
Jul 17, 2006
10:06 am
279
... Doesn't Finder even delete half the bundle, i.e. everything except the daemon? I vaguely remember having that problem, and I had to shoot down the daemon...
Uli Kusterer
witness_of_t...
Offline Send Email
Jul 17, 2006
10:08 am
280
... I wasn't suggesting an installer, but an *un*installer. This would not only remove the copied server executable, but could also remove setting files,...
Jens Miltner
jmiltner
Offline Send Email
Jul 17, 2006
10:15 am
281
... Thanks. Great point! I've used some of this in the design I worked out in my reply to Ryan. Do you think the approach in that mail would work? Cheers, --...
Uli Kusterer
witness_of_t...
Offline Send Email
Jul 17, 2006
10:18 am
282
... Just to be safe, I checked out SMD again. That's a good approach. Though I am acutely aware that there will probably be many users of my server who'd want...
Uli Kusterer
witness_of_t...
Offline Send Email
Jul 17, 2006
10:24 am
283
... Well, in this case I don't want a PrefPane. I really want this to be a single-file experience for the user. Well, single file, one users/passwords file and...
Uli Kusterer
witness_of_t...
Offline Send Email
Jul 17, 2006
10:27 am
284
... In that case, how about a button "Install startup item" that lets the server be started automatically at startup? This would be a clear hint that the...
Jens Miltner
jmiltner
Offline Send Email
Jul 17, 2006
10:28 am
285
... What I hear you saying is that you have an app which would normally be a preference pane... but you are unhappy with the usability of ...
Jon Hull
jhull@...
Send Email
Jul 18, 2006
5:55 am
286
... Is there a particular reason a prefPane is not acceptable? They're a single-file click-install and System Preferences handles them very neatly. The daemon...
Chris Clark
caffeinepanic
Offline Send Email
Jul 18, 2006
6:36 am
287
... At least in Tiger, the prefs pane can even be removed using a context click on the prefs pane's icon in the System Preferences window (although this may...
Jens Miltner
jmiltner
Offline Send Email
Jul 18, 2006
7:09 am
288
... Uninstallation is an issue with PrefPanes. It's easy to be able to tell users to just quit the app and drag it in the trash, and this app is supposed to...
Uli Kusterer
witness_of_t...
Offline Send Email
Jul 18, 2006
8:24 am
289
... Could you elaborate how that would simplify things? As I see it, it's very easy for a user to see that some function will be available while an application...
Uli Kusterer
witness_of_t...
Offline Send Email
Jul 18, 2006
8:29 am
290
... This needs to be tested for whether the contextual menu exists on earlier versions of OS X, but even then may not be an issue if you're only targeting...
Chris Clark
caffeinepanic
Offline Send Email
Jul 18, 2006
9:04 am
291
... That is a good way of thinking about it. I agree that most users would consider the web server as just part of the system (since it is invisible to them)....
Jon Hull
jhull@...
Send Email
Jul 19, 2006
10:39 am
292
... I think the name of the app can influence this perception. Calling it something like "Web Server Controller" can better give the impression that it's a...
David Catmull
dathorc
Offline Send Email
Jul 19, 2006
4:13 pm
293
... Jon, interesting idea. The trouble is that only advanced users install Preference Panes. This is the main problem I have with this approach: They know what...
Uli Kusterer
witness_of_t...
Offline Send Email
Jul 19, 2006
4:20 pm
294
... I can give several examples where an app intended for non-advanced users takes the appearance of a pref pane. Mouse Locator is the most obviously...
Matt Neuburg
mattneub
Offline Send Email
Jul 19, 2006
4:54 pm
295
... Certainly, it's been done. The question is whether it's caused problems for users. I have no data on that, so in the end I'd have to perform a usability...
Uli Kusterer
witness_of_t...
Offline Send Email
Jul 21, 2006
3:54 pm
296
... For what it's worth: I've been distributing software for a few years now that uses a pref pane, to an audience in which a significant portion are well...
Tom Harrington
atomicbird1
Offline Send Email
Jul 22, 2006
10:14 am
297
... Matt, everybody, just following up on this: I had the chance to get my app reviewed at WWDC by John Geleynse, and he agreed with doing it as a PrefPane. ...
Uli Kusterer
witness_of_t...
Offline Send Email
Sep 3, 2006
8:06 am
298
... Hash: SHA1 Hi all, I'm joining this list at the suggestion of Uli, made on the Mac SB list. Thanks, Uli, for your always-helpful comments on the Mac SB...
Kevin Walzer
qfan2002
Offline Send Email
Sep 10, 2006
11:47 pm
299
... Why don't you just try it? Grab a copy of Hillegass' book <http:// www.bignerdranch.com/products/cocoa1.shtml> (less than $30 at Amazon) and go nuts. I...
m
onlineeddie
Offline Send Email
Sep 11, 2006
7:02 am
Messages 270 - 299 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