1. Couldn`t find it in the docs how to create a string constant, having single or double quotes, or both? Is there something special if i want to use such a constant in a PRAGMA statement of pool dictionary?
-- 2. National symbols in code editor are displayed as question marks ??? How do I fix this? 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 Sergei,
-- see answers below. Best, Solveig Viste Instantiations VA Smalltalk Support On Sunday, March 4, 2018 at 2:21:26 PM UTC-5, [hidden email] wrote:
http://www.instantiations.com/docs/90/wwhelp/wwhimpl/js/html/wwhelp.htm#href=pr/stpr671.html
Can you give an example of the national symbol which does not display correctly? If you are running on Windows, what is your language and locale?
Del and Bs are defined in the pool dictionary CldtConstants Since you are using CwText, look at the following which handle Del and/or Bs as a special case. CwText>>callModifyVerifyCallback: OSLargeText>>wmKeydown:with: OSLargeText>>processCharacter: OSTextEdit>>wmChar:with: You may want to subclass CwText to handle the Del and Bs characters differently.
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. |
Hi Solveig! Thank you for the answer. I appreciate very much your involvement in resolving my difficulties. 1. I understood that I can`t use double quotes in a PRAGMA statement. 2. I attached two text files with national symbols in cp1251 and utf-8 codepages. And the picture how the text should look like in fact. The VA is running on Windows. I don`t know which codepage Windows uses by default, but the codepage of Windows Notepad by default is cp1251. 3. Yes, I guess this is a way out. I will try. Regards, Sergei. вторник, 20 марта 2018 г., 22:46:18 UTC+3 пользователь Solveig написал:
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. |
Dear Instantiations, 1. Are there any plans to fix codepage bugs? For example, I use Windows 10 with codepage 1251, which produces characters as on the pictures. The VA version is 9.1.0. 2. Does anyone knows how to remove deleted methods (those, shown in Methods->Available... menu)? Regards, Sergei. 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. Captured001.jpg (30K) Download Attachment Captured002.jpg (36K) Download Attachment Captured003.jpg (37K) Download Attachment Captured004.jpg (116K) Download Attachment |
Greetings Sergei,
-- Are there any plans to fix codepage bugs? We fixed a lot of codepage bugs in 9.1.0, so yes...we fix codepage bugs:) In this case, I'm assuming you mean issues with our editors (either the windows text control or scintilla editor widget) that are often based on specific regional settings (specifically for non-unicode programs) on windows due to character mapping differences. I've had to work this issue on several occasions for different regional settings. I can't remember off the top of my head, are you on active support with Instantiations? If so, please send in a support request and I'll put an engineer on it. Does anyone knows how to remove deleted methods (those, shown in Methods->Available... menu)? From what I can see, there is no purge capability for compiled methods. Actions like renaming the class or moving it to a different application will effectively do this because it creates new ENVY class records, but it doesn't get rid of them. Selective export out to a different manager will tend to get rid of a lot of these also. - Seth On Sunday, September 30, 2018 at 11:48:54 AM UTC-4, [hidden email] 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. |
Hi Seth, I don`t own a paid version of VA Smalltalk, just in process of learning it, for my pleasure. Nevertheless, thank you for the answer, I`m starting to save up money for future buy :)) воскресенье, 30 сентября 2018 г., 21:50:36 UTC+3 пользователь 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. |
Greetings Sergei,
-- Certainly glad you are here. If you are an open-source committer, you can qualify to get one of our open-source licenses. Doing something for vastgoodies.com is always appreciated;) Click here for more information if your interested. -- Seth On Monday, October 1, 2018 at 7:48:38 AM UTC-4, [hidden email] 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. |
Greetings Sergei,
-- Even without a support license, something we can do is submit a bug report on your behalf. We can't promise to put any engineering resources on it at the moment, but at least it would be documented in our bug tracking system and associated with other code page related cases. This will increase the likelihood that we will address it. If you would like to do this, please send an email to [hidden email] Also described at: http://www.instantiations.com/support/index.html We will need some more information like What version of vast (including bitness) 32 or 64-bit? What are your regional settings..locale? (see attached) The System Transcript uses a windows text control A workspace uses a scintilla widget. These are very different. So please give us a detailed description so we can try and repeat the problem For example, what exact keys are your pressing and what do they show. If you can come up with a small step-by-step scenario, that would help us a lot. Thanks Sergei, -- Seth On Monday, October 1, 2018 at 8:11:01 AM UTC-4, Seth Berman 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. |
Greetings Seth, Good news. I without doubt will send trouble ticket report to the appropriate e-mail. Thanks once more. Sergei. понедельник, 1 октября 2018 г., 22:33:12 UTC+3 пользователь 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. |
Free forum by Nabble | Edit this page |