Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[14:33:22 CDT(-0500)] <Bosmon> Justin_o - in general doing anything useful during an onCreate method will be too late

[14:33:46 CDT(-0500)] <Bosmon> Anything related to a component's initialisation process should be expressed in a ginger way

[14:33:49 CDT(-0500)] <Bosmon> Increasingly in the future

[14:34:01 CDT(-0500)] <Bosmon> And the future is really sort of dating from now : P

[14:34:03 CDT(-0500)] <Justin_o> Bosmon: but if i make it an expander, you wouldn't be able to set the repeatingSelectors of the compostiePanel if it needs it's own rendering

[14:34:21 CDT(-0500)] <Bosmon> I already made some improvements to the RendererComponent workflow so that crucial things happen "on time"

[14:34:34 CDT(-0500)] <Bosmon> For example the fabrication of the "refreshView" method which used to be the source of numerous problems

[14:34:35 CDT(-0500)] <Justin_o> Bosmon: any suggestions for when to do this?

[14:34:42 CDT(-0500)] <Bosmon> You and cindyli may remember that we had to patch over this for some years