|
Richard, I guess you want your _javascript_ to be notified when a PPR request is being sent, right? There is a way to do it, but the supporting code is not part of the public API: TrPage.getInstance().getRequestQueue().addStateChangeListener(instance, callback); Here "instance" is an instance of the object used to invoke the listener (it may be null if your listener is global), "callback" is the actual listener function. A single parameter (state) will be passed into your callback: state == TrRequestQueue.STATE_BUSY would indicate that PPR request is about to be sent state == TrRequestQueue.STATE_READY would indicate that PPR request has just returned. As I said before, this code is not part of Trinidad public API, so there are no guarantees that it will continue working in the future. If it is something that you think is generally useful for developers using Trinidad, you can raise a JIRA issue for that. Regards, Max Starets Richard Yee wrote:
|
- [Trinidad] Session is about to expire dialog Richard Yee
- Re: [Trinidad] Session is about to expire dialog Scott O'Bryan
- Re: [Trinidad] Session is about to expire dia... Richard Yee
- Re: [Trinidad] Session is about to expire... Scott O'Bryan
- Re: [Trinidad] Session is about to ex... Richard Yee
- Re: [Trinidad] Session is about ... Scott O'Bryan
- Re: [Trinidad] Session is ab... Richard Yee
- Re: [Trinidad] Session i... Andrew Robinson
- Re: [Trinidad] Session i... Richard Yee
- Re: [Trinidad] Session is about to expire... Max Starets
- Re: [Trinidad] Session is about to ex... Andrew Robinson
- Re: [Trinidad] Session is about ... Max Starets
- Re: [Trinidad] Session is ab... Andrew Robinson
- Re: [Trinidad] Session is ab... Matthias Wessendorf

