Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
GeneralPortable MacsHardwareNetworking
Applications
Mac ApplicationsEudoraFirefox / MozillaInternet ExplorerOutlook ExpressMS OfficeEntourageExcelPowerPointWordVirtual PCMedia PlayerOther MS Products
Programming
Mac ProgrammingCodeWarriorPerl
Country Specific
Australian Mac GroupUK Mac Group

Mac Forum / Programming / Mac Programming / April 2008



Tip: Looking for answers? Try searching our database.

F7 key

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
p2 - 16 Apr 2008 11:40 GMT
Hi

F7 key do mirror on/off.
I want to disable mirror on/off, when my application is running.
How can I achive this ?

p2
Ben Artin - 17 Apr 2008 05:29 GMT
> F7 key do mirror on/off.
> I want to disable mirror on/off, when my application is running.
> How can I achive this ?

Why are you trying to do this?

Ben

Signature

If this message helped you, consider buying an item
from my wish list: <http://artins.org/ben/wishlist>

p2 - 19 Apr 2008 07:51 GMT
> In article <a2031055-ebc4-43bf-8b7f-ac905db03...@d26g2000prg.googlegroups.com>,
>
[quoted text clipped - 9 lines]
> If this message helped you, consider buying an item
> from my wish list: <http://artins.org/ben/wishlist>

Reason behind is,
Suppose mirror is turn on and i am projecting my display using
projector.
Now on pressing F7, mirror is turn off. So my projector automatically
take extended display to display on MacBook.

Also one thing i want to know.
Is there more than two display in Mac Laptop or Mac desktop computer ?

p2
David Phillip Oster - 19 Apr 2008 19:54 GMT
In article
<655878a0-ed30-4237-94dc-9c14df02a7bc@f24g2000prh.googlegroups.com>,

> Also one thing i want to know.
> Is there more than two display in Mac Laptop or Mac desktop computer ?

Desktops have card slots. You can put in more video cards and have more
than two displays.

There exist boxes for laptops that accomplish the same thing.
Sherman Pendley - 19 Apr 2008 21:26 GMT
> In article
> <655878a0-ed30-4237-94dc-9c14df02a7bc@f24g2000prh.googlegroups.com>,
[quoted text clipped - 4 lines]
> Desktops have card slots. You can put in more video cards and have more
> than two displays.

Current Mac Pros have room for four cards, each of which can drive two
displays. With 8 cores and a potential of 8 displays, I've often wondered
why is isn't called OctaMac more often.

sherm--

Signature

My blog: http://shermspace.blogspot.com
Cocoa programming in Perl: http://camelbones.sourceforge.net

Ben Artin - 20 Apr 2008 15:49 GMT
> > In article
> > <a2031055-ebc4-43bf-8b7f-ac905db03...@d26g2000prg.googlegroups.com>,
[quoted text clipped - 8 lines]
> Now on pressing F7, mirror is turn off. So my projector automatically
> take extended display to display on MacBook.

I understand that this is how the operating system works. I do not understand
why this is a problem for your application -- every other application behaves
the same way, and it's not a problem in other applications. Please explain
further.

Ben

Signature

If this message helped you, consider buying an item
from my wish list: <http://artins.org/ben/wishlist>

Don Bruder - 20 Apr 2008 16:18 GMT
> In article
> <655878a0-ed30-4237-94dc-9c14df02a7bc@f24g2000prh.googlegroups.com>,
[quoted text clipped - 18 lines]
>
> Ben

When did "Because I want it to be this way" become insufficient reason
to want a system (Whether it be a Mac, a Windows box, or whatever else)
to behave in a specific manner?

In other words, why rake this guy over the coals about the reasons for
wanting to do it the way he wants it done, instead of (assuming you have
an answer to give him) just giving him the "Here's how it can be done"
answer that he's asking for???

Signature

Don Bruder - dakidd@sonic.net - If your "From:" address isn't on my whitelist,
or the subject of the message doesn't contain the exact text "PopperAndShadow"
somewhere, any message sent to this address will go in the garbage without my
ever knowing it arrived. Sorry... <http://www.sonic.net/~dakidd> for more info

Ben Artin - 21 Apr 2008 07:14 GMT
> > In article
> > <655878a0-ed30-4237-94dc-9c14df02a7bc@f24g2000prh.googlegroups.com>,
[quoted text clipped - 23 lines]
> answer to give him) just giving him the "Here's how it can be done" answer
> that he's asking for???

First of all, I am not raking him over the coals. I am politely requesting
additional information about the nature of the problem.

Second, my answer depends not only on what the original poster thinks what he
wants, but also on understanding how he got there. In my experience, when people
ask "how do I do X" and X is unusual, there is a good chance that there is an
approach that they did not think of or think through.

I consider it a matter of professional responsibility to make sure that when I
am answering someone else's question I make an effort to understand it as well
as I would if I were working on it myself.

Ben

Signature

If this message helped you, consider buying an item
from my wish list: <http://artins.org/ben/wishlist>

Jolly Roger - 21 Apr 2008 08:18 GMT
> I consider it a matter of professional responsibility to make sure that when
> I am answering someone else's question I make an effort to understand it as
> well as I would if I were working on it myself.

Good man.

Signature

Please send all responses to the relevant news group. E-mail sent to
this address may be devoured by my very hungry SPAM filter. I do not
read posts from Google Groups. Use a real news reader if you want me to
see your posts.

JR

p2 - 23 Apr 2008 13:17 GMT
> In article <FL-dndNFhdhEw5bVnZ2dnUVZ_onin...@comcast.com>,
>
[quoted text clipped - 47 lines]
>
> - Show quoted text -

Thanks,
David Phillip Oster - 20 Apr 2008 18:37 GMT
In article
<a2031055-ebc4-43bf-8b7f-ac905db030c1@d26g2000prg.googlegroups.com>,

> F7 key do mirror on/off.
> I want to disable mirror on/off, when my application is running.
> How can I achive this ?

Consider, at startup, detecting that there are multiple displays, and
giving the user the option of running on the second display. Your app
would use Core Graphics calls to capture the display, signalling to the
O.S. that your app owns the display, so the displays should not be
mirrored.

I am, at this moment, writing this on a multi-display Tiger (10.4)
desktop system, and F7 does not change the whether the displays are
mirrored or not.

See: CGDisplayConfiguration.h

file:///Developer/ADC%20Reference%20Library/documentation/GraphicsImaging
/Conceptual/QuartzDisplayServicesConceptual
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.