Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Full Screen View



Close, actually that code solved one problem that I had, this code seems to help shape the window to the size of the dimensions of the movie.  

What this does is resize the window to take up the full screen, however the title bar of the window and the menu bar still remain, as well as the dock.  

I want to be able to play the content in full screen mode.  I know I can use call method "beginFullScreen" but I don't know how to actually connect the movie to the contents of the full screen view.  

DJ MacIntosh



On Jul 27, 2005, at 5:27 PM, Terry Heaford wrote:

I picked this up somewhere and have not tried it but let me know how you go on.


set mainScreen to call method "mainScreen" of class "NSScreen"

--full frame:
set {x1, y1, x2, y2} to call method "frame" of mainScreen

--frame without menubar and Dock:
set {x1, y1, x2, y2} to call method "visibleFrame" of mainScreen

set bounds of window "main" to {x1, y1, x2, y2}


Regards


Terry


On 27 Jul 2005, at 16:09, DJ MacIntosh wrote:

Ok, I am trying to make a movie play in full screen view.  Thus far I have been able to get the screen to enter full view but no content will play.  Nothing I try will work, but the code I'm suing is this:

             set theWindow to (call method "beginFullScreen")
        set contents of theWindow to movie of movie view "video"

That's pretty much where I ended up last night.  Any way I try to fill in the contents of the full screen view results in a black screen.  

Thanks,
DJ MacIntosh


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-studio mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-studio mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-studio mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-studio/email@hidden

This email sent to email@hidden

References: 
 >Full Screen View (From: DJ MacIntosh <email@hidden>)
 >Re: Full Screen View (From: Terry Heaford <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.