Rohall
14 Jul 2010, 8:59 AM
Hey Everyone,
I have a bit of a vague question for anyone with experience in EXT JS or Sencha Touch. I'm creating an app and have noticed that at certain points I may need to reference a handler which has functions calls involving two different panels. The function for the handler cannot be written until the panels are created, but that means that you cannot specify the handler for that panel during the initialization.
For those of you who have built applications using this library, what design strategy did you use to overcome this issue (and similar ones)? I'd like to keep my code as clean as possible so any input at all is very welcome. Thanks in advance!
I have a bit of a vague question for anyone with experience in EXT JS or Sencha Touch. I'm creating an app and have noticed that at certain points I may need to reference a handler which has functions calls involving two different panels. The function for the handler cannot be written until the panels are created, but that means that you cannot specify the handler for that panel during the initialization.
For those of you who have built applications using this library, what design strategy did you use to overcome this issue (and similar ones)? I'd like to keep my code as clean as possible so any input at all is very welcome. Thanks in advance!