Thread: WDL-OL
View Single Post
Old 05-03-2012, 10:35 AM   #96
cerberus
Human being with feelings
 
Join Date: Nov 2009
Location: memory
Posts: 633
Default

confirmed that this issue is solved for the example.

however my own source code doesn't seem like it can work with the "chunks" branch, because it forces SerializeState to be called early and often in the constructor, e.g. when MakeDefaultPreset is called.

in my case: SerializeState can't run before the constructor has finished running, all the controls are drawn, and changes that affect control states can actually be applied. There is no "state" before the u.i. is drawn, there are only "params". isn't this the same case for everyone?
cerberus is offline   Reply With Quote