Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Bebe Stanie

Pages: [1]
1
General Board / Re: Model windows messages processed by a class
« on: November 10, 2002, 11:41:47 pm »
Jaime,

Thanks for the (entertaining) explanation! I'll read the suggested chapter as well.

Bebe

2
General Board / Re: Model windows messages processed by a class
« on: November 07, 2002, 11:16:32 pm »
Jaime.

I'm not familiar with the 'handle' concept, can you please give me a small explanation? Thanks!

Bebe

3
General Board / Re: Syncronising replicas and Lost Information
« on: September 24, 2002, 04:47:37 am »
Hi,

Same thing happened here. We decided not to use replicas anymore, as the outcome of a sychronization seemed almost random  :(

This is a major concern!

B.S.

4
General Board / Random display format of class?
« on: August 09, 2002, 04:19:58 am »
Hi,

When I add a new class CTest to a package MyPackage, the class will get any of the following names (randomly? ???) in the view on the screen:

- CTest
- ::CTest
- MyPackage::CTest

Of course I only want the first one, which was the behaviour a couple of EA versions ago. BTW the class itself is always correctly named CTest, it just looks funny.

B.S.

5
General Board / Bug: Application crash during undo (reproducible)
« on: June 14, 2002, 06:30:40 am »
Hi,

I've encountered the following reproducible crash in EA:

- Create new project
- Add 2 classes, A and B
- Add operation Test() to B
- Draw interaction diagram between A and B, with message Test() from A to B
- Delete the message (it in the undo queue now)
- Delete B in diagram (no undo possible)
- Press undo, and EA crashes  :o (its message in the queue is referring to a non existing class)

Hope you can fix it.

Have a nice weekend,
B.S.

6
General Board / Bug (small): Strange Package behaviour
« on: June 13, 2002, 07:25:07 am »
Hi,

We have encountered yet another strange behaviour (a.k.a. 'bug') (see test case below) in build 494:

- Create new project

- Go to a node in the tree, and click right and select 'Add New Package Here'.

- Call this package 'First Test' and set note (see properties) to 'First Test' as well.

- Go to the same node in the tree, and click right and select 'New Element'.

- Select 'Package' and call it 'Second Test' and set note to 'Second Test'.

And then the 'First Test' has automagically ;D been renamed to 'Second Test' (see note, it's indeed the first one).

Good luck, and keep up the good work.

Regards,
B.S.

7
General Board / Bug: 'Debug Window' when adding attribute to class
« on: June 13, 2002, 12:13:44 am »
Hi,

We have encountered the following problem (see test case below) in at least builds 493 and 494:

- Create new project

- Add new class

- Add first attribute:
The project browser does NOT show the attribute

- Add second attribute:
The project browser does NOT show either of the attributes

- Move the mouse pointer over the class in the project browser:
ONLY the FIRST attribute is shown (if clicked on the '+' to fold out tree) (also a small 'update view' bug here)

- Click on attribute:
The following message shows in the attribute window:

  "DBG: End of set att <name of attribute>"  ???

- Swap order of attributes in the attribute window:
The project browser suddenly shows both attributes.

Hope you can reproduce this behaviour, and can find a solution.

Regards,
B.S.

8
General Board / Re: Selection bug (small)
« on: April 14, 2002, 11:41:55 pm »
Ronnie, Geoff,

Thanks for the advice. Another work around is just to use zoom (-) so that you can see all parts you want to select.

B.S.

9
General Board / Selection bug (small)
« on: April 12, 2002, 01:06:26 am »
Hi,

I want to report a small bug:

I created a state diagram which is larger than the window and wanted to select objects of which some are outside the view. In other tools I usually just draw a selection box with the mouse and move the mouse outside the window, and the view should scroll automatically. EA does not support this.

However, when I keep the left button down and use the scroll wheel simultaneously to force both scrolling and selecting, some strange kind of rectangular shape ;) pops up. Just try and see for yourself.

Happy debugging,
B.S.

10
General Board / Association class - dotted line does not move
« on: April 04, 2002, 06:34:32 am »
Hi,

First: great tool, just started working with it!  :)

Just a small bug to inform you about: When I draw an association class for an association which source and destination are the same class, the dotted line does not move with the association.

Keep up the good work,
B.S.

Pages: [1]