marcardar / transcriptstudio-isha

Automatically exported from code.google.com/p/transcriptstudio4isha
0 stars 0 forks source link

import bugs #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If event-type collection doesn't exist (when trying to create a new event)
no error message is displayed 

Import dialog allows a single transcript to be exported - but user is able
to associate multiple sessions with it

Original issue reported on code.google.com by swami.ke...@gmail.com on 3 Apr 2009 at 6:06

GoogleCodeExporter commented 9 years ago
Fixed in r317.

In Firefox on Windows I get this exception:

Error: Could not store event file '': 
    at MethodInfo-7331()
    at MethodInfo-4653()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcE
vent()
    at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()
    at mx.rpc::Responder/fault()
    at mx.rpc::AsyncRequest/fault()
    at DirectHTTPMessageResponder/errorHandler()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()

which comes up in a system (I mean flash player) dialog box

Anyway - I've changed from throwing an exception to showing an Alert box.

You can OK out of the Alert box, add the new collection, and then go ahead and 
save
the event/session.

Note - ignoring last bit because this is expected behaviour

Original comment by mjc1...@gmail.com on 4 Apr 2009 at 12:48