You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the MovieView can not be set programatically e.g.
var node = new DBNode { Name = "testnode" };
var settings = new DBMovieNodeSettings();
settings.MovieView = BrowserViewMode.LASTUSED;
node.AdditionalSettings = settings;
If I put a break point on:
node.AdditionalSettings = settings;
then 'settings.MovieView' still equals BrowserViewMode.LIST. It should be
LASTUSED.
Original issue reported on code.google.com by [email protected] on 26 Feb 2012 at 11:07
The text was updated successfully, but these errors were encountered:
We talked on IRC, but for future us... so that we don't forget, I pasted the
above code into MovingPicturesCore.Initialize() and I was not able to reproduce
the problem. Awaiting additional information from Damien. Hopefully we can
figure out the reason you were seeing this problem, maybe it is context related?
Original comment by conrad.john on 1 Mar 2012 at 6:27
Original issue reported on code.google.com by
[email protected]
on 26 Feb 2012 at 11:07The text was updated successfully, but these errors were encountered: