| Article: |
Movies and Menus | |
| Subject: | forgot to tell fact | |
| Date: | 2002-02-02 10:32:53 | |
| From: | psheldon | |
|
Response to: tried your ordering and no springs
|
||
|
Window only disappears when I try to play an mp3! Sorry. Caught my omission immediately! |
||
Showing messages 1 through 2 of 2.
-
thanks michele
2002-02-03 21:56:46 psheldon [View]
-
added if before size adjustment to avoid mp3's
2002-02-02 18:50:56 psheldon [View]
if (viewSize.width != 0 && viewSize.height != 0)
{
[movieView showcontroller:YES adjustingSize:YES];
...
}
else
[movieView showcontroller:YES adjustingSize:NO];
and it worked. So, my last second inclusion in above note on leaving the problem awhile proved the answer! I debugged myself in cocoa.



Gotta remember to thank and not merely congratulate myself when I get the fix, so that other folks keep their pizzaz.