Ghetto I just never needed the ProgresBar so I would have never thoguht to look there . Thanks for the tip .
Cosmin On 2/1/06, Michael Waluk <[EMAIL PROTECTED]> wrote: > The ProgressBar demo page uses a "startObject" and a "cancelObject" which > demonstrate the 4 methods that you can provide in your object in order to do > things before and after a particular ajax call. > > I forget where I read about the UpdateObject, but it definitely works (i am > using alpha-7). > > > Thanks, > Michael > > > On 2/1/06, Cosmin Bucur <[EMAIL PROTECTED]> wrote: > > You might be right . However after looking through the > > AjaxDirectLink.jwc and reading the update Object comments , then > > looking through tacos.js it's still not clear to me how this works > > exactly . > > > > It looks to me like the tacos.js is trying to run some methods on this > > update Object . Then it must implement some ... "javaScript interface" > > or something and be a special object ? > > > > From the .jwc i gather that this is a simple string , I was expecting > > to see an eval() on it , but instead some methods are called . . . > > > > Is there an example of it's usage in the Demo maybe , or can anybody > > shed some light on this process ? > > > > Thanks > > Cosmin > > > > On 2/1/06, Michael Waluk <[EMAIL PROTECTED]> wrote: > > > Hi Cosmin, > > > > > > Isn't that what the updateObject is for? Your updateObject's > > > beforeAjaxUpdate and ajaxUpdate methods will be called to handle this > before > > > and after the Ajax call. I might have misunderstood the question, but > > > thought I would try. > > > > > > Thanks, > > > Michael > > > > > > > > > On 2/1/06, Cosmin Bucur <[EMAIL PROTECTED]> wrote: > > > > > > > > yes / no > > > > > > > > is it to obvious that i just don't see it ? > > > > I'm having a dificult time understanding how and what arguments are > > > > beeing passed to the tacos method on click of the AjaxDirectLink ? > > > > > > > > On 1/28/06, Cosmin Bucur < [EMAIL PROTECTED]> wrote: > > > > > I have an AjaxDirectLink which i'd also like to use as a dojo togler > > > > > for a FloatingPane . I want to run .maximizeWindow() on the dojo > > > > > floating pane , right before i send the request . This will make the > > > > > pane explode with a message saying that content is beeing loaded . > > > > > Once the AjaxDirectLink gets the response and process is it , the > > > > > "loading message" from the floating pane will be replaced by the > > > > > incoming html elements . > > > > > > > > > > > > > > > Is there a tacos standard way for me to tell tacos.defaultLinkAction > > > > > to call a few other methods before sending the request so that I > could > > > > > achieve my use case ? If not please let me know , as I'll have to > > > > > think of a way to implement it once i know it can't be done > > > > > > > > > > Thanks , > > > > > Cosmin > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > > files > > > > for problems? Stop! Download the new AJAX search engine that makes > > > > searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > > > > > > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642 > > > > _______________________________________________ > > > > Tacos-devel mailing list > > > > [email protected] > > > > > https://lists.sourceforge.net/lists/listinfo/tacos-devel > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642 > > _______________________________________________ > > Tacos-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/tacos-devel > > > > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
