Why do some config maps not allow you to add required maps? I was easily able to add some required maps to one of my config maps, but on another one the As First..., After, and As Last... menu items are disabled? Any ideas why? Thanks, -Carl 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 post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Hi Carl,
Could it be that it is versioned? Joachim -- 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 post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Administrator
|
In reply to this post by Carl Gundel-2
On Monday, November 3, 2014 8:21:12 AM UTC-8, Carl Gundel wrote:
I'm going to guess you have enough experience to be editing an open edition. :-) So, from looking at the code:
It looks like the only other relevant condition is whether you are the map's manager? 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 post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by jtuchel
Hi Carl and Joachim,
-- On Monday, November 3, 2014 12:10:26 PM UTC-5, Joachim Tuchel wrote: Hi Carl, Or in the box to the left (Config. Expressions) you need to add an item like "True". 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 post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
On Monday, November 3, 2014 12:16:50 PM UTC-5, Louis LaBrunda wrote:
That was it Louis. Everything is so simple once you know how. :-) I didn't realize that the config expressions had any impact on that list. I just thought this was a place to put initialization code. Thanks to everyone for their responses. -Carl 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 post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Hi Carl,
Every config map has a load condition. This condition is defined in the little window in he center of the configuration brwoser right under the list of configuration editions/versions. Here one can define different conditions for eg.g different platforms, or VASmalltalk versions. When you create a new configuration map there is no condition defined. You need to add at least one to be able to add required maps. Select the open editions of configuration map that you want to add a required map to. Do a right click on empty the widget/list below the editions list and add a condition. Just enter "true" and save that. Now zou do not have anz conditions and the required maps are always loaded no matter which VAST version, or platform. These conditions can be as complex as you like. You can e.g. add conditions on your birth date, the current vast user, super user conditions, outside temperatures,... ;-) What ever you like. After that you should be able to add required maps. Cheers! Sebastian Am 03.11.2014 12:24, schrieb Carl Gundel:
-- 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 post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Carl Gundel-2
Hey Carl,
-- Glad it worked! Lou On Monday, November 3, 2014 3:24:55 PM UTC-5, Carl Gundel 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 post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |