Book a Demo

Author Topic: Convert a legacy rtf template to new style templat  (Read 3346 times)

alberto

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Convert a legacy rtf template to new style templat
« on: August 23, 2005, 12:32:13 pm »
Hi.
Is possible to use an old RTF Template (legacy) like an New RTF template in order to edit the template or to create a new template from the old one?

Thanks in advance.

Alberto

thomaskilian

  • Guest
Re: Convert a legacy rtf template to new style tem
« Reply #1 on: August 24, 2005, 05:13:54 am »
Not sure whether I got the point, but did you try the Manage Templates button? You can create copies of existing templates.

alberto

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Convert a legacy rtf template to new style tem
« Reply #2 on: August 24, 2005, 08:00:13 am »
Yes I did, when I load templates in legacy rtf report generator it show me 11 templates and if I try to load templates in the new rtf report generator (button "Switch RTF generator..") it only show me 5 templates. (6 lost?).
I mean, How can I edit -with the new rtf template editor- an old rtf template?

Thanks.

thomaskilian

  • Guest
Re: Convert a legacy rtf template to new style tem
« Reply #3 on: August 24, 2005, 01:20:55 pm »
You can't  :( Old template have nothing in common with the new ones.

alberto

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Convert a legacy rtf template to new style tem
« Reply #4 on: August 24, 2005, 05:55:28 pm »
ok, thanks.
How can I do a template that shows:

- Secuences Diagram 1
- Connection´s Table 1
 with (id, name, source, target, notes).  
 My problem is to show source and target´s name and

- Secuences Diagram 2
- Connection´s Table 2

- .....etc.

I have this but doesn´t work.

----------------------------------------------------
diagram >

{Diagram.Name}
{Diagram.Notes}
{Diagram.DiagramImg}
Figura: {Diagram.Name}

connector >

Conector

// Begins the table`s row

// A cell
{Connector.Id}

// Another cell
{Connector.Name}  

// Another cell
source >
element >
{Element.Name}
< element
< source

// Another cell
target >
element >
{Element.Name}
< element
< target

// Another cell
{Connector.Notes}

// end table

< connector
< diagram

---------------------------------------------------------------

And in my project´s tree all diagrams and elements are in the same package.

Thanks in advance.
« Last Edit: August 24, 2005, 05:57:08 pm by alberto »

thomaskilian

  • Guest
Re: Convert a legacy rtf template to new style tem
« Reply #5 on: August 25, 2005, 01:41:49 am »
No idea (not using RTF so much). Someone else please?