Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: sandeep bhat on May 15, 2014, 08:30:45 pm

Title: Create a custom dock window using python
Post by: sandeep bhat on May 15, 2014, 08:30:45 pm
Hi,
I came across a link on your forum where it says we can custom dock window for Enterprise Architect. There the example is in C#. If at all I want to achieve the same in python how can I do it? I currently use Tkinter to show the dialog’s. Please help me with this

http://www.sparxsystems.com/enterprise_architect_user_guide/10/automation_and_scripting/custom_docked_window.html
Title: Re: Create a custom dock window using python
Post by: qwerty on May 15, 2014, 08:52:45 pm
I once used the TK interface with Perl and had no good experience (aka crashed my app). Maybe with Python it's not that bad or it got better ever since (which I doubt). But you're probable better off to enter the C-train when you want to show dialogues.

q.