Re: [MBS] Cocoa: OpenAsMovieMBS doesn't work but OpenAsMovie does?

2012-12-19 Thread Christian Schmitz
Am 19.12.2012 um 18:12 schrieb Michael Diehr : > > Thanks! > 23472 is not your report - did you mean # 23953 perhaps? yes, of course. Greetings Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ ___ Mbsplugins_monkey

Re: [MBS] Cocoa: OpenAsMovieMBS doesn't work but OpenAsMovie does?

2012-12-19 Thread Michael Diehr
On Dec 19, 2012, at 8:27 AM, Christian Schmitz wrote: > > Am 19.12.2012 um 15:34 schrieb Michael Diehr : > >> Under Cocoa (10.8.2) and MBS 12.5 with RB 2012 R2, it seems that >> OpenAsMovieMBS returns a movie object with .handle=nil, yet the regular old >> OpenAsMovie works just fine. > >

Re: [MBS] Cocoa: OpenAsMovieMBS doesn't work but OpenAsMovie does?

2012-12-19 Thread Christian Schmitz
Am 19.12.2012 um 15:34 schrieb Michael Diehr : > Under Cocoa (10.8.2) and MBS 12.5 with RB 2012 R2, it seems that > OpenAsMovieMBS returns a movie object with .handle=nil, yet the regular old > OpenAsMovie works just fine. I just reported case 23472 for this. Greetings Christian -- Read o

[MBS] Cocoa: OpenAsMovieMBS doesn't work but OpenAsMovie does?

2012-12-19 Thread Michael Diehr
Under Cocoa (10.8.2) and MBS 12.5 with RB 2012 R2, it seems that OpenAsMovieMBS returns a movie object with .handle=nil, yet the regular old OpenAsMovie works just fine. This seems backwards to me. dim f as FolderItem = GetOpenFolderItem("") if f = nil then return // this code works in