I've seen this effect for a long time in some of my own 8.6.3 images and thought that maybe I had broken something.
-- But now I also saw it in some customers' images as well: when you press Ctrl-R, nothing happens. The Menu item "Revert Ctr+R" is disabled in the Transcript's File menu... Why is that, what is this good for, how can I change that? 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 https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Hello Joachim,
-- - Broken in 8.6.3. - Fixed in 9.0 by case by case 61820 - Patch it with code below: EtTranscript>>enableRevert "Private - Answer whether the revert menu option should be enabled. Transcript reverts should always be allowed Answers: <Boolean>" ^true --Seth On Thursday, March 1, 2018 at 8:30:45 AM UTC-5, Joachim Tuchel 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 https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Thanks Seth,
-- good to know there are things in the image that have been broken by people other than myself ;-) I like the clarity of the fix, btw. ;-)) Joachim Am Donnerstag, 1. März 2018 14:38:35 UTC+1 schrieb Seth Berman:
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 https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
... and it even works. Thanks!
-- Am Donnerstag, 1. März 2018 14:46:28 UTC+1 schrieb Joachim Tuchel:
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 https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
and I'm glad I didn't write in my first post that I was somewhat under the impression it works in a fresh image ;-))))
-- Am Donnerstag, 1. März 2018 15:09:46 UTC+1 schrieb Joachim Tuchel:
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 https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
My pleasure...Glad to hear it still works:)
-- -- Seth On Thursday, March 1, 2018 at 9:12:11 AM UTC-5, Joachim Tuchel 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 https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |