Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with setting MovieView programatically for a Node #1085

Open
GoogleCodeExporter opened this issue Aug 9, 2015 · 1 comment
Open

Issue with setting MovieView programatically for a Node #1085

GoogleCodeExporter opened this issue Aug 9, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: NeedAdditionalInfo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant