Basically I have some settings created and saved as objects when the init function is fired, but there is a mechanism where the user can change that data, and the easiest way to do this is to reload the app after the settings are changed.
On May 25, 6:05 pm, Todd Sharp <[email protected]> wrote: > Why do you need to reload your app from the controller? > > Sent from my iPhone > > On May 25, 2009, at 8:12 PM, Jeff Gladnick <[email protected]> > wrote: > > > > > Yeah, > > > I considered that, but was hoping there was a way to call it > > internally intead of via the url > > > On May 25, 2:23 pm, Sean Coyne <[email protected]> wrote: > >> hmm not sure its really the best way to reload the app, but you could > >> do it by doing a cfhttp call to your domain and use the reload key/ > >> password. > > >> so <cfhttp url="http://my.domain.com/mgapp/?init=1" method="get" /> > > >> Or even a cflocation call. > > >> That said seems to me to be an awkward place to reload the app. > > >> Sean > > >> On May 25, 4:07 pm, jeff <[email protected]> wrote: > > >>> Is it possible to reload the entire MG (unity) application from > >>> within > >>> the controller? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
