Yes that helped to find the problem. I still don't understand why this
would cause a problem though.
I had a method in RichTextEdit which refrenced SmalltalkWorkspace as
in the example below.
RichTextEdit>>someMethod
| myVar |
"................ other code ...................."
myVar:=SmalltalkWorkspace name.
".........other code here............."
This causes havoc with the whole package system. Why would this be?
And what is the workaround if I needed to do this?
Regards,
Costas
On Mon, 29 Jul 2002 21:09:40 -0300, "Bruno" <
[hidden email]>
wrote:
>> Any ideas?
>
>Your's packages has cyclic prerequisites.
>
>Open a "Package Browser" the select your package. Then select
>"Prerequisites" tab.
>With right button select "Show Status Icons" to know where is (are) the
>cyclic prerequisite(s).
>
>Regards
>Bruno
>
>
>