Hi All, Lou You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/e9e6758c-69d1-48a6-935c-4575af3c0f11%40googlegroups.com. |
Administrator
|
Typically, you have chosen a second application in which to record the archival code. You can choose to put it in the same application as the GUI in question. Browse the class side of the GUI class (or part class or whichever class you generated archival code for). I don't have an example handy, so I can only vaguely tell you what to look for. You will see methods (most of them private methods) with "part builder" names, as well as "calculate" or "generate" (although I think it's really "calculate"). The method categories may help you identify them all, but I don't remember. Checking for the differences between the version which first includes the archival code and the one which doesn't would also be an effective way to identify what is the generated code. On Saturday, May 9, 2020 at 9:55:49 AM UTC-7, Louis LaBrunda wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/50d0c90c-21ef-4751-a9f6-17712819b818%40googlegroups.com. |
Hi Richard,
-- Thanks for the help. I wasn't able to find the archival code but while looking for it I discovered that a prerequisite for an edit app (not one of mine) was added, probably by doing the archival. Removing it solved my packaging problem. Lou On Saturday, May 9, 2020 at 5:53:23 PM UTC-4, Richard Sargent wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/e0d85e06-e9e9-4835-a6c6-f3b46d4601f6%40googlegroups.com. |
Free forum by Nabble | Edit this page |