Hi, I am generating a Distributed Smalltalk (DST) component and having a problem with ENVY. In ENVY DST is reserving a Name for my Class (XXXXXXX) in the application Kernel. I am getting an error 108 …… “Cannot make edition XXXXXXX in ExternalLibraryRuntimeSupport because XXXXXXX is not visible” I am not sure how to get around this. Any help would be appreciated.
Thanks!
Michael Gross Solution Center Office: 800-253-3449 / 585-464-8035
(x207)
|
well, it has been years but if I recall there is a way of setting a
particular application to be the default application and you would want to make said application one of yours and I would make sure that there was an open edition of that application. The goal would be to generate the code into an application that you have full permissions to. Again, its been years since I have used ENVY but that's my read on your issue hth, -Charles On Thu, 11 Jan 2007 14:07:49 -0500, Michael Gross <[hidden email]> wrote: > Hi, > > I am generating a Distributed Smalltalk (DST) component > and > having a problem with ENVY. > > In ENVY DST is reserving a Name for my Class (XXXXXXX) in the application > Kernel. I am getting an error 108 .. > > "Cannot make edition XXXXXXX in ExternalLibraryRuntimeSupport because > XXXXXXX is not visible" > > I am not sure how to get around this. Any help would be appreciated. > > > > Thanks! > > > Michael Gross > > Solution Center > Blue Heron Consulting > 90 Airpark Dr, Suite 200 > Rochester, NY 14624 > > www.BlueHeron-Consulting.com <http://www.blueheron-consulting.com/> > > Office: 800-253-3449 / 585-464-8035 (x207) > Fax: 800-464-9901 / 585-464-9760 > > -- Charles A. Monteiro http://wiki.nycsmalltalk.org http://www.monteirosfusion.com http://monteirofusion.blogspot.com |
In reply to this post by Michael Gross-4
Michael,
I'm not sure what you trying to achieve, but you probably need to add the application that defines XXXXXXX to the prerequisites of the application you want to make the extension in. HTH, Adriaan. > Hi, > > I am generating a Distributed Smalltalk (DST) component > and > having a problem with ENVY. > > In ENVY DST is reserving a Name for my Class (XXXXXXX) in the application > Kernel. I am getting an error 108 .. > > "Cannot make edition XXXXXXX in ExternalLibraryRuntimeSupport because > XXXXXXX is not visible" > > I am not sure how to get around this. Any help would be appreciated. > > > > > > Thanks! > > > > Michael Gross > > Solution Center > Blue Heron Consulting > 90 Airpark Dr, Suite 200 > Rochester, NY 14624 > > www.BlueHeron-Consulting.com <http://www.blueheron-consulting.com/> > > Office: 800-253-3449 / 585-464-8035 (x207) > Fax: 800-464-9901 / 585-464-9760 > > > > -- http://vdg38bis.xs4all.nl |
I believe that part of the issue here is that there is dynamic class
generation involved i.e. if I'm reading the problem correctly -Charles On Thu, 11 Jan 2007 14:25:42 -0500, Adriaan van Os <[hidden email]> wrote: > Michael, > > I'm not sure what you trying to achieve, but you probably need to add the > application that defines XXXXXXX to the prerequisites of the application > you want to make the extension in. > > HTH, > Adriaan. > >> Hi, >> >> I am generating a Distributed Smalltalk (DST) component >> and >> having a problem with ENVY. >> >> In ENVY DST is reserving a Name for my Class (XXXXXXX) in the >> application >> Kernel. I am getting an error 108 .. >> >> "Cannot make edition XXXXXXX in ExternalLibraryRuntimeSupport because >> XXXXXXX is not visible" >> >> I am not sure how to get around this. Any help would be appreciated. >> >> >> >> >> >> Thanks! >> >> >> >> Michael Gross >> >> Solution Center >> Blue Heron Consulting >> 90 Airpark Dr, Suite 200 >> Rochester, NY 14624 >> >> www.BlueHeron-Consulting.com <http://www.blueheron-consulting.com/> >> >> Office: 800-253-3449 / 585-464-8035 (x207) >> Fax: 800-464-9901 / 585-464-9760 >> >> >> >> > > -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ |
Charles,
You are right! The generation is trying to put it into ExternalLibraryRuntimeSupport which is part of the Kernel application. Do I need to move ExternalLibraryRuntimeSupport out of the Kernel application? Mike Gross Solution Center Blue Heron Consulting 90 Airpark Dr, Suite 200 Rochester, NY 14624 www.BlueHeron-Consulting.com Office: 800-253-3449 / 585-464-8035 (x207) Fax: 800-464-9901 / 585-464-9760 -----Original Message----- From: Charles A. Monteiro [mailto:[hidden email]] Sent: Thursday, January 11, 2007 2:45 PM To: Adriaan van Os; [hidden email] Subject: Re: Envy Question I believe that part of the issue here is that there is dynamic class generation involved i.e. if I'm reading the problem correctly -Charles On Thu, 11 Jan 2007 14:25:42 -0500, Adriaan van Os <[hidden email]> wrote: > Michael, > > I'm not sure what you trying to achieve, but you probably need to add the > application that defines XXXXXXX to the prerequisites of the application > you want to make the extension in. > > HTH, > Adriaan. > >> Hi, >> >> I am generating a Distributed Smalltalk (DST) component >> and >> having a problem with ENVY. >> >> In ENVY DST is reserving a Name for my Class (XXXXXXX) in the >> application >> Kernel. I am getting an error 108 .. >> >> "Cannot make edition XXXXXXX in ExternalLibraryRuntimeSupport because >> XXXXXXX is not visible" >> >> I am not sure how to get around this. Any help would be appreciated. >> >> >> >> >> >> Thanks! >> >> >> >> Michael Gross >> >> Solution Center >> Blue Heron Consulting >> 90 Airpark Dr, Suite 200 >> Rochester, NY 14624 >> >> www.BlueHeron-Consulting.com <http://www.blueheron-consulting.com/> >> >> Office: 800-253-3449 / 585-464-8035 (x207) >> Fax: 800-464-9901 / 585-464-9760 >> >> >> >> > > -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ |
Michael Gross wrote:
Charles, You are right! The generation is trying to put it into ExternalLibraryRuntimeSupport which is part of the Kernel application. Do I need to move ExternalLibraryRuntimeSupport out of the Kernel application? If the application browser is the same as it is in VA ST, there is a right click menu item in the left most pane that says 'Set as Default'. It's about 2/3 the way down the menu. hth, Donald Mike Gross Solution Center Blue Heron Consulting 90 Airpark Dr, Suite 200 Rochester, NY 14624 www.BlueHeron-Consulting.com Office: 800-253-3449 / 585-464-8035 (x207) Fax: 800-464-9901 / 585-464-9760 -----Original Message----- From: Charles A. Monteiro [[hidden email]] Sent: Thursday, January 11, 2007 2:45 PM To: Adriaan van Os; [hidden email] Subject: Re: Envy Question I believe that part of the issue here is that there is dynamic class generation involved i.e. if I'm reading the problem correctly -Charles On Thu, 11 Jan 2007 14:25:42 -0500, Adriaan van Os [hidden email] wrote:Michael, I'm not sure what you trying to achieve, but you probably need to add the application that defines XXXXXXX to the prerequisites of the application you want to make the extension in. HTH, Adriaan.Hi, I am generating a Distributed Smalltalk (DST) component and having a problem with ENVY. In ENVY DST is reserving a Name for my Class (XXXXXXX) in the application Kernel. I am getting an error 108 .. "Cannot make edition XXXXXXX in ExternalLibraryRuntimeSupport because XXXXXXX is not visible" I am not sure how to get around this. Any help would be appreciated. Thanks! Michael Gross Solution Center Blue Heron Consulting 90 Airpark Dr, Suite 200 Rochester, NY 14624 www.BlueHeron-Consulting.com <http://www.blueheron-consulting.com/> Office: 800-253-3449 / 585-464-8035 (x207) Fax: 800-464-9901 / 585-464-9760 |
In reply to this post by Michael Gross-4
my guess is that ExternalLibraryRuntimeSupport is not an app you own,
right? it sounds vendor-ish, perhaps even Envy-ish, not something that you would mess with, you must have an application obviously setup for your stuff, if you click on this app and pop a menu on it do you not see choices to "make it the default" something to that extent. I wish I had an Envy client with me so that I could check it out for you. Now that I think of it I know somebody that does so I'll check with him in case you don't bump into the solution soon. -Charles On Thu, 11 Jan 2007 14:51:34 -0500, Michael Gross <[hidden email]> wrote: > Charles, > You are right! The generation is trying to put it into > ExternalLibraryRuntimeSupport which is part of the Kernel application. > Do I need to move ExternalLibraryRuntimeSupport out of the Kernel > application? > > Mike Gross > > Solution Center > Blue Heron Consulting > 90 Airpark Dr, Suite 200 > Rochester, NY 14624 > > www.BlueHeron-Consulting.com > > Office: 800-253-3449 / 585-464-8035 (x207) > Fax: 800-464-9901 / 585-464-9760 > > > -----Original Message----- > From: Charles A. Monteiro [mailto:[hidden email]] > Sent: Thursday, January 11, 2007 2:45 PM > To: Adriaan van Os; [hidden email] > Subject: Re: Envy Question > > I believe that part of the issue here is that there is dynamic class > generation involved i.e. if I'm reading the problem correctly > > -Charles > > On Thu, 11 Jan 2007 14:25:42 -0500, Adriaan van Os <[hidden email]> > wrote: > >> Michael, >> >> I'm not sure what you trying to achieve, but you probably need to add >> the >> application that defines XXXXXXX to the prerequisites of the application >> you want to make the extension in. >> >> HTH, >> Adriaan. >> >>> Hi, >>> >>> I am generating a Distributed Smalltalk (DST) >>> component >>> and >>> having a problem with ENVY. >>> >>> In ENVY DST is reserving a Name for my Class (XXXXXXX) in the >>> application >>> Kernel. I am getting an error 108 .. >>> >>> "Cannot make edition XXXXXXX in ExternalLibraryRuntimeSupport because >>> XXXXXXX is not visible" >>> >>> I am not sure how to get around this. Any help would be appreciated. >>> >>> >>> >>> >>> >>> Thanks! >>> >>> >>> >>> Michael Gross >>> >>> Solution Center >>> Blue Heron Consulting >>> 90 Airpark Dr, Suite 200 >>> Rochester, NY 14624 >>> >>> www.BlueHeron-Consulting.com <http://www.blueheron-consulting.com/> >>> >>> Office: 800-253-3449 / 585-464-8035 (x207) >>> Fax: 800-464-9901 / 585-464-9760 >>> >>> >>> >>> >> >> > > > -- Charles A. Monteiro http://wiki.nycsmalltalk.org http://www.monteirosfusion.com http://monteirofusion.blogspot.com |
Thanks guys!
That was the problem. I needed to 'set as default' the Application where I needed generated code to go (DST glue). I am having some trouble with the (DST IDL) but, it looks to be something similar. I am getting an error that the browser had trouble opening correctly but, it looks to be related. Thanks for the help!!! Mike Gross Solution Center Blue Heron Consulting 90 Airpark Dr, Suite 200 Rochester, NY 14624 www.BlueHeron-Consulting.com Office: 800-253-3449 / 585-464-8035 (x207) Fax: 800-464-9901 / 585-464-9760 -----Original Message----- From: Charles A. Monteiro [mailto:[hidden email]] Sent: Friday, January 12, 2007 9:12 AM To: Michael Gross; 'Adriaan van Os'; [hidden email] Subject: Re: Envy Question my guess is that ExternalLibraryRuntimeSupport is not an app you own, right? it sounds vendor-ish, perhaps even Envy-ish, not something that you would mess with, you must have an application obviously setup for your stuff, if you click on this app and pop a menu on it do you not see choices to "make it the default" something to that extent. I wish I had an Envy client with me so that I could check it out for you. Now that I think of it I know somebody that does so I'll check with him in case you don't bump into the solution soon. -Charles On Thu, 11 Jan 2007 14:51:34 -0500, Michael Gross <[hidden email]> wrote: > Charles, > You are right! The generation is trying to put it into > ExternalLibraryRuntimeSupport which is part of the Kernel application. > Do I need to move ExternalLibraryRuntimeSupport out of the Kernel > application? > > Mike Gross > > Solution Center > Blue Heron Consulting > 90 Airpark Dr, Suite 200 > Rochester, NY 14624 > > www.BlueHeron-Consulting.com > > Office: 800-253-3449 / 585-464-8035 (x207) > Fax: 800-464-9901 / 585-464-9760 > > > -----Original Message----- > From: Charles A. Monteiro [mailto:[hidden email]] > Sent: Thursday, January 11, 2007 2:45 PM > To: Adriaan van Os; [hidden email] > Subject: Re: Envy Question > > I believe that part of the issue here is that there is dynamic class > generation involved i.e. if I'm reading the problem correctly > > -Charles > > On Thu, 11 Jan 2007 14:25:42 -0500, Adriaan van Os <[hidden email]> > wrote: > >> Michael, >> >> I'm not sure what you trying to achieve, but you probably need to add >> the >> application that defines XXXXXXX to the prerequisites of the application >> you want to make the extension in. >> >> HTH, >> Adriaan. >> >>> Hi, >>> >>> I am generating a Distributed Smalltalk (DST) >>> component >>> and >>> having a problem with ENVY. >>> >>> In ENVY DST is reserving a Name for my Class (XXXXXXX) in the >>> application >>> Kernel. I am getting an error 108 .. >>> >>> "Cannot make edition XXXXXXX in ExternalLibraryRuntimeSupport because >>> XXXXXXX is not visible" >>> >>> I am not sure how to get around this. Any help would be appreciated. >>> >>> >>> >>> >>> >>> Thanks! >>> >>> >>> >>> Michael Gross >>> >>> Solution Center >>> Blue Heron Consulting >>> 90 Airpark Dr, Suite 200 >>> Rochester, NY 14624 >>> >>> www.BlueHeron-Consulting.com <http://www.blueheron-consulting.com/> >>> >>> Office: 800-253-3449 / 585-464-8035 (x207) >>> Fax: 800-464-9901 / 585-464-9760 >>> >>> >>> >>> >> >> > > > -- Charles A. Monteiro http://wiki.nycsmalltalk.org http://www.monteirosfusion.com http://monteirofusion.blogspot.com |
Free forum by Nabble | Edit this page |