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

how to manually update gui fields inside nested folders? #38

Open
GoogleCodeExporter opened this issue Oct 30, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create a gui with folders, then put gui widgets in those folders
2. read 
http://workshop.chromeexperiments.com/examples/gui/#10--Updating-the-Display-Man
ually
3. Implementing what is described there does not work

What is the expected output? What do you see instead?

The logic given at 
http://workshop.chromeexperiments.com/examples/gui/#10--Updating-the-Display-Man
ually does not handle the case of a gui using folders. It appears a workable 
solution is to manually retain any folder objects, and then implement logic 
that loops over the retained folder's __controllers in a manner as described by 
http://workshop.chromeexperiments.com/examples/gui/#10--Updating-the-Display-Man
ually.

It would be convenient if a folder exposed an updateDisplay() which operated 
upon its contents. Likewise, if the gui also exposed that, it would be very 
convenient. 

What version of the product are you using? On what operating system?

Using the latest dat.gui version, downloaded from this 
code.google.com/p/dat-gui site on June 4, 2013. Operating system I'm developing 
on is OSX 10.7.5 and Firefox 21.0.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Jun 2013 at 8:36

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