Re: Sheet vs Window updating
Re: Sheet vs Window updating
- Subject: Re: Sheet vs Window updating
- From: Oleg Svirgstin <email@hidden>
- Date: Sat, 15 Mar 2003 06:10:12 +0300
Hi,
All modal species run in a special run loop, I don't remember out of the
head how it spells, but it must have the word "modal" in its name. I think
there is only one with it.
In case of timers in a modal run loop we need to (a) create them (with some
[NSTimer timer...]) and then (b) explicitly add the timer to the proper
RunLoop.
I don't know whether it applies to your situation, but it looks like there
should be involved some timer stuff.
I hope that gives some hint...
Best regards
Oleg
>
From: John Pattenden <email@hidden>
>
Date: Fri, 14 Mar 2003 14:58:55 -0800
>
To: email@hidden
>
Subject: Sheet vs Window updating
>
>
I Have an NSQuickDrawView into which I play a flash movie using the
>
Flash web plugin. It works fine with a regular window but now I need
>
to play a Flash movie in a sheet and strange things begin to happen.
>
Sliders in my Flash movie no longer get clicks or drag properly -
>
buttons only work if I click on them about 5 times really quickly.
>
>
So I assume there is some functional difference in the way a sheet
>
gets events vs a window - or there is some other difference - I
>
assume this should be possible - any suggestions?
>
--
>
>
John Pattenden
>
ScreenTime Media
>
>
Screen Saver creation tools for Flash, Director, PowerPoint and QuickTime
>
Create Supercharged Windows wallpaper from Flash MX
>
http://www.screentime.com/?s=jpsig
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.