MB Software Solutions General Account wrote:
> VFP9SP1
> 
> Our app (written many years ago but now in VFP9) has the minimize,
> maximize, and close buttons in the top right corner as you'd expect. 
> Except the Close button is disabled because we don't want users closing
> the app that way (at least that's the way it was classically
> designed---lol).  One of our user experts wants us to get rid of the X if
> we can't use it to close.  Makes good sense.  BUT, unless I'm
> misunderstanding, I can't get rid of it as it's tied to the Min/Max
> buttons and shown only when the _screen.closable = .T.
> 
> Is there a way to have the min/max buttons, but not the close ( X )
> button?  I don't think so, but I figured I'd check with the community.

I guess the fact that you are working on this (and your users are 
complaining about it) means that there isn't anything taking higher 
priority, which probably means your app is a success. Congratulations!

I don't know the answer, but have noticed that Windows greys out the 
close box instead of hides it in my non-vfp apps too.

If the form is closable, then you should really make it so the user can 
click the little red x. If it isn't closable, then having the disabled 
'x' communicates that. The case you have (dimmed close button while the 
form is actually closable) is the base cause of your current problem. 
Fix that.

Paul

Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to