Closed seanblue closed 10 years ago
@seanblue How the heck does this work? There's no ListPropertyDisplayTemplate so where are you editing the glyph actions from?
You're not creating actions on the glyph list, but on individual glyph VMs. So this PR just asks WidgetVM and subclasses to return a list of other VMs to add for actions. Specifically, USMapVM returns the list of GlyphVMs.
On May 24, 2014, at 3:43 PM, stnguyen09 notifications@github.com wrote:
@seanblue How the heck does this work? There's no ListPropertyDisplayTemplate so where are you editing the glyph actions from?
— Reply to this email directly or view it on GitHub.
Oh…that makes a heck of a lot more sense. Thanks.
Steve Nguyen Drexel University - Computer Science st.nguyen09@gmail.com (484) 602-5138
On Saturday, May 24, 2014 at 3:50 PM, seanblue wrote:
You're not creating actions on the glyph list, but on individual glyph VMs. So this PR just asks WidgetVM and subclasses to return a list of other VMs to add for actions. Specifically, USMapVM returns the list of GlyphVMs.
On May 24, 2014, at 3:43 PM, stnguyen09 <notifications@github.com (mailto:notifications@github.com)> wrote:
@seanblue How the heck does this work? There's no ListPropertyDisplayTemplate so where are you editing the glyph actions from?
—
Reply to this email directly or view it on GitHub.— Reply to this email directly or view it on GitHub (https://github.com/KSHSK/WAVED/pull/270#issuecomment-44098070).
@stnguyen09 If you're done with this you can close it.
This pull request is just for @stnguyen09 to see the diff. If it's good, he will merge it into his branch at some point.