Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VA displays wrong characters?

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
beylevem Posted - May 01 2008 : 10:07:57 AM
I have a line where I type

_refFlow = 2.0e-4; //_refVol*0.1;


If VA is turned on, the line displays as

_refFlow = 2.0e-0; //_refVol*0.1;

but if I copy paste ( as I did here), the paste has the correct text

reverting to build 1632 didn't appear to fix the problem, but reverting to build 1626 did.

=================
VA_X.dll file version 10.4.1635.0 built 2008.04.18
DevEnv.exe version 9.0.21022.8
msenv.dll version 9.0.21022.8
Font: Consolas 15(Pixels)
Comctl32.dll version 6.10.6001.18000
Windows Vista 6.0 Build 6001 Service Pack 1
2 processors

Platform: Custom
Stable Includes:

Other Includes:

Stable Source Directories:

6   L A T E S T    R E P L I E S    (Newest First)
support Posted - May 13 2008 : 2:49:11 PM
case=16412 is fixed in build 1638
support Posted - May 13 2008 : 2:49:00 PM
This issue manifested when incomplete font sets were encountered; in this case, Consolas Bold Italic was present on the system but Consolas Bold was not.

case=16412

feline Posted - May 01 2008 : 1:25:56 PM
I have the files, thank you. I have replied via email.
beylevem Posted - May 01 2008 : 12:56:25 PM
Hi Feline:

If I paste your text into my file, the problem manifests. Also, following on Sean's request, I uploaded a file and a screenshot to support
feline Posted - May 01 2008 : 12:37:00 PM
So far I cannot reproduce this problem here. I am using Vista, VS2005, VA 1635, and the same font and size.

Which programming language are you working in?
If you copy / paste this line to another file do you see the same problem there?

I am testing with the code:

static void testGeneralCode()
{
	float _refFlow;
	_refFlow = 2.0e-4; //_refVol*0.1;
}

In a cpp file. Can you copy / paste this function into your project and see if it is displayed correctly?
sean Posted - May 01 2008 : 11:41:08 AM
If you copy that line to a new empty file does it display properly?
Assuming it does, in the original file, are there lines near it that start similarly?
There is probably some combination of lines that you can copy into a new file which cause the problem to occur in the new file. Could you please try a few combinations? Or send in a chunk of the file to us and we'll try to work it out:
http://www.wholetomato.com/support/contact.asp

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000