FP 10 has thrown a curve for Cairngorm apps by requiring that
FileReference.upload() and FileReference.download() methods be scoped
within a user initiated action event handler.  This requires substantial
reworking of my app as I had previously implemented all my upload() and
download() calls within Cairngorm business delegates.

I was kind of hoping to work around this by creating my command class
instances in the click event handler scope and therefore bypass this
behavior without having to re-write a bunch of logic, but so far, no
dice. It would be nice if the security implementation was smart enough
to recognize that a series of nested function calls were within the
scope of the UIA event handler. If there's a way to do that, I haven't
come up with it.

Any input appreciated. 

Jeff Battershall
Application Architect
Dow Jones Indexes
[EMAIL PROTECTED]
(609) 520-5637 (p)
(484) 477-9900 (c)

Reply via email to