Graphical FrontEnd for Uniface application
Author: gianni.sandigliano@unifacesolutions.com (gianni)
For a coming project I need to implement a graphical front-end to a Uniface application module. Browsing my development machine I have noticed these two type libraries: - FlowChartX Professional 4.1 C:\Program Files (x86)\Uniface\U97\common\bin\ugmv20.dll ProgID:Uniface.UFlowChartPro - FlowChartX Professional 4.2 C:\Program Files (x86)\Uniface\U97\common\bin\ugraph30.dll ??? They should be perfect for my case and (more than all everything else) they are distributed with latest Uniface! Unfortunately trying to import the signature (with: /sti /mwr=com /pid Uniface.UFlowChartPro:UFLW_) I got this messages: Error : La classe non dispone della licenza per l'utilizzo. (English should be: Class does not have license to be re-used.) Messages [0] Warnings [0] Errors [1] Signature could not be generated Do I have any chance to reuse these object in my project? As an example, a signature already used from uniface development enabling to: - Accepting in input an empty or filled flowChart object - Enabling to draw basic flow chart shapes (Start, Action, Decision, Arrows, Stop...maybe something else) - Enabling to defined details when a shape is double clicked - Giving back as output flowChart object Regards, Gianni
3 Comments
Local Administrator
I don't believe so, as FlowChartX is under license of MindFusion http://mindfusion.eu/flowchartx.html What about Graphviz? http://www.graphviz.org/ Ingo
Author: istiller (i2stiller@gmx.de)
Local Administrator
Thanks Ingo! I'll take a look to Graphviz for sure... :-) Best Regards, Gianni
Author: gianni (gianni.sandigliano@unifacesolutions.com)
Local Administrator
Hi Gianni, as you have seen in our CHARTJS prototype, browserbased graphical frontends are pretty easy to use, inexpensive and provide a lot of support from their pretty active community. Scan for a product supporting your flowchart requirements as well as your interactive needs ("when a shape is double clicked"). Greetings from a chilly Frankfurt/Germany morning, Uli
Author: ulrich-merkel (ulrichmerkel@web.de)