T.R | Title | User | Personal Name | Date | Lines |
---|
382.1 | drawing a long line problem | NSSG::R_SPENCE | Nets don't fail me now... | Thu Oct 04 1990 17:43 | 5 |
| When drawing a line that will need to extend beyond the edge of the map
window, the window does not auto-scroll when you hit the edge like it
does when moving icons.
s/rob
|
382.2 | Cursor forgets shape | NSSG::R_SPENCE | Nets don't fail me now... | Thu Oct 04 1990 17:46 | 5 |
| If, while in line-drawing mode you save the map either via the "File"
pulldown or via the Alt/S the cursor does not return to the crayon
shape.
s/rob
|
382.3 | Add domain error | NSSG::R_SPENCE | Nets don't fail me now... | Thu Oct 04 1990 17:49 | 8 |
| If you try (by accedent in my case) to put a domain icon in a map which
is that same domain, the generated error message is not sufficient to
indicate what you did wrong.
Also, the pop-up appears to want to let you continue to add a domain
icon but will not even if you correct the name.
s/rob
|
382.4 | Icons overlap | NSSG::R_SPENCE | Nets don't fail me now... | Thu Oct 04 1990 17:50 | 3 |
| Icons in the ADD ENTITY box overlap in some cases.
s/rob
|
382.5 | | TOOK::F_MESSINGER | | Fri Oct 05 1990 10:15 | 1 |
| Good ones, Rob!...They are now tabulated.
|
382.6 | Changing size of map window moves content | NSSG::R_SPENCE | Nets don't fail me now... | Fri Oct 05 1990 15:23 | 11 |
| When you change the size of the MAP window by dragging the bottom down,
the content of the window is tied to the bottom of the window and then
moves with respect to the top and the navagation window. It shouldn't.
Then, if you shrink the window back to original size, the content stays
in the new location.
The navigation window is the real map, right? the MAP window is only
a view of part of the map, right?
s/rob
|
382.7 | | TOOK::F_MESSINGER | | Fri Oct 05 1990 16:42 | 15 |
| When you change the size of the MAP window by dragging the bottom down,
the content of the window is tied to the bottom of the window and then
moves with respect to the top and the navagation window. It shouldn't.
>>> Input taken, but may be beyond my control.
Then, if you shrink the window back to original size, the content stays
in the new location.
The navigation window is the real map, right? the MAP window is only
a view of part of the map, right?
>>> In a sense, yup!
|
382.8 | Self referential domains | CAPN::SYLOR | Architect = Buzzword Generator | Mon Oct 08 1990 12:02 | 3 |
| Err, why is adding a domain as a member of itself an error? It is weird, but
I can't think of anything that would break. We certainly allow two domains
to have each other as members so "recursion is prohibitied" isn't the answer...
|
382.9 | | TOOK::STRUTT | Colin Strutt | Mon Oct 08 1990 14:39 | 15 |
| re: .8
Well there are at least two different sorts of domains inside domains.
In the static case, used for navigation only, there is no problem in
having self-referential domains (directly or indirectly) - indeed I
expect this is the norm.
In the dynamic case, where one wishes to pass notifications (eg. alarm
firings) from a 'lower level' domain to a 'higher level' domain, then
recursion (direct or indirect) is not a good idea.
I don't which of these two cases above is/are being implemented - I'll
leave that to the appropriate developers to comment.
Colin
|