Author Topic: Beta 5  (Read 8004 times)

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
Beta 5
« on: May 02, 2005, 05:38:00 pm »
Can I run 751 and Beta5 on the same machine?

(Strangely enough I'm beginnign to run short of Windows machines  ::) )

bruce


MOD:  Just want to park this URL here:

http://www.sparxsystems.com.au/registered/reg_bug_report_beta.htm
« Last Edit: May 12, 2005, 10:34:25 pm by sargasso »
"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8086
  • Karma: +118/-20
    • View Profile
Re: Beta 5
« Reply #1 on: May 02, 2005, 06:01:47 pm »
You should be able to.

Just copy your install directory to somewhere else before installing.  (At least it worked for me.)

Simon
« Last Edit: May 02, 2005, 06:25:06 pm by simonm »

thomaskilian

  • Guest
Re: Beta 5
« Reply #2 on: May 03, 2005, 01:53:13 am »
The help file does not seem to be the new one :( It still has 4.51 in the heading and does not seem to describe any of the new functions...
« Last Edit: May 03, 2005, 01:53:35 am by thomaskilian »

bollwahnk

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Beta 5
« Reply #3 on: May 03, 2005, 05:07:56 am »
 ??? A couple of things I need added in the reporting function.
1) The same fuctionality for generating a report on an element from the Project View as from a diagram.  I want to be able to select a single element in the Project View and generate a report without having to do a report on the entire package.  For example, I need a report on one table in the schema and not the entire database.  As it is now, I need a seperate package for each element just for reporting!
2) When generating a report on an element (either from a diagram - and hopefully from the Project View), the report need to include any child diagrams attached to the element.

As always, EA is a great product that just keeps getting better.  I've been trying to sell it to anyone who will listen.  Thanks

thomaskilian

  • Guest
Re: Beta 5
« Reply #4 on: May 03, 2005, 03:01:55 pm »
Tried to import EA DLLs in order to have the automation interface as a model. Unfortunately EA asks for some Visual Studio stuff which I don't have. Where can I get this, is it necessary and will I be able to reverse engineer (e.g.) EA's DLL ??? Questions, questions.... but no help :'(

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
Re: Beta 5
« Reply #5 on: May 03, 2005, 04:11:42 pm »
 :( Comunication message resequencing is still dicky.
"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8607
  • Karma: +257/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Beta 5
« Reply #6 on: May 03, 2005, 11:08:03 pm »
Notwitshanding that Sparx recommend not using Beta5 for produciton models.  Can I still interchange (non critical) models between 4.51 and 5?

I appear to be able to use a 4.51 model with 5.

Can I create a model with 5 and use it with 4.51?

Thanx,
     Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +54/-3
    • View Profile
Re: Beta 5
« Reply #7 on: May 03, 2005, 11:37:44 pm »
Quote
Can I create a model with 5 and use it with 4.51?


Yes you can: there has been no change in database structure.
The Sparx Team
[email protected]

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8607
  • Karma: +257/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Beta5: Element Classifier
« Reply #8 on: May 03, 2005, 11:59:01 pm »
Check out the new Instance Classifier dialog...

There's some interesting additions ???

Anybody know what's going on here?

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

Matt

  • EA User
  • **
  • Posts: 96
  • Karma: +0/-0
    • View Profile
    • Solutions Reality
Re: Beta 5
« Reply #9 on: May 04, 2005, 10:48:28 pm »
Love the new baseline functionality!

Boy, could we have done with that a couple of projects back...

Anyone now if I can generate a difference report from here?  I can't find one for looking!

VMT
Matt

Matt

  • EA User
  • **
  • Posts: 96
  • Karma: +0/-0
    • View Profile
    • Solutions Reality
Re: Beta 5
« Reply #10 on: May 04, 2005, 10:55:29 pm »
Bruce,

Try VM workstation if you are running out of machines....

$199 US gets you as many hot swappable machines as you need!

I have installed 5 on one of my virtual machines so as not to impact my 4.51 version and it runs great!

All developers should be issued with a licence of EA and VMWare!  Life would be much better!

(No, I don't work for either company!)

AshK

  • EA User
  • **
  • Posts: 137
  • Karma: +0/-0
    • View Profile
Re: Beta 5
« Reply #11 on: May 05, 2005, 05:06:15 pm »
Quote
Tried to import EA DLLs in order to have the automation interface as a model. Unfortunately EA asks for some Visual Studio stuff which I don't have. Where can I get this, is it necessary and will I be able to reverse engineer (e.g.) EA's DLL ??? Questions, questions.... but no help :'(


The importer has two means of extraction:
-  C# program that uses the .Net Reflection classes (the .Net runtime is required)
- Ildasm.exe, MS's disassembler packaged with the .Net SDK.

Installing the .Net runtime should correct your problem.

The dialog is currently being reworked so that users are advised of these requirements.

I'm responsible for the lack of help documentation (for this dialog) :-[ - sorry for the annoyance.  I'm currently adding it, and it will be present in the next update of the Beta.
« Last Edit: May 08, 2005, 06:01:59 pm by AshK »
The Sparx Team
[email protected]

thomaskilian

  • Guest
Re: Beta 5
« Reply #12 on: May 06, 2005, 11:39:42 am »
Any help on RTF???

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8607
  • Karma: +257/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Beta 5 & Manage Profile
« Reply #13 on: May 09, 2005, 01:39:44 pm »
If I use the Manage My  Profile link from the Start Page, the Custom Configuration is disabled.  Is that true for others?

Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!

michael_rainwater

  • EA User
  • **
  • Posts: 53
  • Karma: +0/-0
    • View Profile
Re: Beta 5
« Reply #14 on: May 11, 2005, 02:12:37 pm »
Here is a new feature listed in the 5.0 release:

Quote
Added functionality to allow changeable colors for status types


Does anyone know how to make this work?  I've noticed I can now set the colors in the Status Types configuration screen.  I've also discovered that this same screen is where I specify which types of elements to apply the colors to.

But I tried checking the "Class" checkbox under the "Applies to..." button and it didn't seem to do anything.

What am I missing?  I am using version 5.00.762 (Build:762).