Book a Demo

Author Topic: How can we change the tab title using API ?  (Read 5248 times)

wildrat

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
How can we change the tab title using API ?
« on: October 22, 2014, 12:56:10 pm »
I want to change the content of tab caption while my addin running.
The API supports to add, remove, show and hide a tab window, but how can we change the title(caption) of tab window after it's created ?
(I'm afraid it's possible only when we create it.)

Does someone know good solution for it ?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: How can we change the tab title using API ?
« Reply #1 on: October 22, 2014, 04:50:14 pm »
I guess the only thing you can do is remove it and replace it with a new one.

Geert

Ian Mitchell

  • EA User
  • **
  • Posts: 507
  • Karma: +22/-4
  • The eaDocX and Model Expert guy
    • View Profile
Re: How can we change the tab title using API ?
« Reply #2 on: October 22, 2014, 10:03:26 pm »
We'd like to be able to do this as well. We've reached the same conclusion as Geert, which is to close the window and open it with a new title.
@Sparxians: any chance of a new API ??
Ian Mitchell, Designer, eaDocX


www.eaDocX.com
www.theartfulmodeller.com

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: How can we change the tab title using API ?
« Reply #3 on: October 23, 2014, 04:44:06 am »
Quote
@Sparxians: any chance of a new API ??
ROFL

q.

wildrat

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: How can we change the tab title using API ?
« Reply #4 on: October 23, 2014, 09:17:11 am »
Thanks for all.

I'll take the way re-creating tab window.
And really hope API will support this feature.