Author Topic: Create a custom dock window using python  (Read 4250 times)

sandeep bhat

  • EA User
  • **
  • Posts: 36
  • Karma: +0/-0
    • View Profile
Create a custom dock window using python
« 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

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Create a custom dock window using python
« Reply #1 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.