Re: Fitts's Law, or do you _really_ know how to make a good UI?




> > So, if you could give me some pointers on another way to do this (or
> > approval of the CORBA method), i'll get started.
> > 
> 
> One possible way to do it is to modify GnomeApp, and make its menubar 
default
> to detached and put it way up at the top of the screen (of course this
> behavior would depend on the user's preferences).  You'd also want to hide
> the menubar when the window loses focus, but that would mess up people with
> pointer driven focus (but probably if they are using pointer driven focus
> they aren't going to have the mac-style menubar).
> 

I think the menubar isue, should have an option on control panel to put 
all menubars on top (this control panel option should be optional).

But a problem is than all menubars from all apps are visible, at all 
time, and this make a mess of menubars. There should be an option to do 
somehting like:

if app.focuseevent==true then
show app.menubar();
hideothermenubars();
endif

but this should be at a gnome level. A transparent level for 
programmers.

> -- 
> Geoffrey Reedy                   Student Network System Administrator
> vader21@imsa.edu                    Illinois Math and Science Academy
> 
> "Unix-to-Unix Copy Program;" said PDP-1.  "You will never find a more
> wretched hive of bugs and flamers.  We must be cautious."
> 				-- DECWARS
> 
> 
> -- 
> To unsubscribe: mail gnome-devel-list-request@gnome.org with "unsubscribe"
> as the Subject.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]