Spotfire文字区域中的进度栏​​

时间:2018-08-14 14:26:14

标签: ironpython spotfire

我正在尝试使用以下链接作为参考在Spotfire文本区域中实现进度栏

https://community.tibco.com/questions/has-anyone-been-able-invoke-progress-bar-or-some-other-method-alert-user-action-being

我正在按预期方式获取数据,但是一旦将数据加载到客户端中,Spotfire似乎崩溃了。

当我在Web上打开同一个文件时,它会为我提供数据,但是即使在加载数据后,“进度”栏似乎也不会消失。

由于在可视化文件中有许多随需应变表,并且用户正在请求一个进度条以获取是否刷新数据的跟踪,因此是否可以在Spotfire中实现进度条。

预先感谢澄清。

San

崩溃后弹出错误:

TIBCO®Spotfire®Analyst 7.11.1 LTS HF-008 R163844 生成版本:7.11.1.0.13 建立日期:6/28/2018

System.Reflection.TargetInvocationException:调用的目标引发了异常。 ---> IronPython.Runtime.UnboundNameException:未定义全局名称“ vis”    在IronPython.Runtime.Operations.PythonOps.GetVariable(CodeContext上下文,字符串名称,布尔isGlobal,布尔lightThrow)    在IronPython.Compiler.LookupGlobalInstruction.Run(InterpretedFrame框架)    在Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame框架)    在Microsoft.Scripting.Interpreter.LightLambda.Run4 [T0,T1,T2,T3,TRet](T0 arg0,T1 arg1,T2 arg2,T3 arg3)    在IronPython.Compiler.PythonCallTargets.OriginalCallTarget3(PythonFunction函数,Object arg0,Object arg1,Object arg2)    在System.Dynamic.UpdateDelegates.UpdateAndExecute2 [T0,T1,TRet](CallSite站点,T0 arg0,T1 arg1)    在Spotfire.Dxp.Data.DataTable.d__a5.MoveNext()    在Spotfire.Dxp.Data.Producers.ExternalColumnProducer.d__37.MoveNext()    在Spotfire.Dxp.Data.DataFunctions.DataFunctionImpl。<> c__DisplayClassf.b__e()    在Spotfire.Dxp.Framework.ApplicationModel.InvocationAttempt.Execute()    ---内部异常堆栈跟踪的结尾---    在Spotfire.Dxp.Framework.ApplicationModel.InvocationAttempt.WaitUntilPerformed()    在Spotfire.Dxp.Forms.Application.FormsProgressService.PerformInvocation(ApplicationInvocation applicationInvocation,布尔值应为Synchronous)    在Spotfire.Dxp.Forms.Application.FormsApplicationThread.Invoke(ApplicationInvocation方法)    在Spotfire.Dxp.Framework.Threading.WorkItem.ReturnItem()    在Spotfire.Dxp.Data.DataFunctions.DataFunctionImpl.ResultHandler_(DataFunctionWorkItem workItem)    在Spotfire.Dxp.Framework.Threading.WorkItem.ReturnItem()    在Spotfire.Dxp.Framework.Threading.Worker 2.DoBatchWorkCore(IList 1个工作项中)    在Spotfire.Dxp.Framework.DocumentModel.Snapshot 1.<>c__DisplayClass7.<ReadCore>b__5() at Spotfire.Dxp.Framework.DocumentModel.ThreadTransactionInfo.EvaluateWithGenerationDependant(ILimitationTarget generationDependant, Executor executor) at Spotfire.Dxp.Framework.DocumentModel.Snapshot 1.ReadCore(Action 1 action) at Spotfire.Dxp.Framework.DocumentModel.Snapshot 1.Read(Action 1 action) at Spotfire.Dxp.Framework.Threading.WorkItem.ReadModel[TModel](Action 1 readAction)    在Spotfire.Dxp.Framework.Threading.Worker 2.HandleWorkItemsCore(IList 1个工作项)

0 个答案:

没有答案