 胖胖龙
		
			胖胖龙
		
		
		
		
		
		
		
		
	
			08-23-2015 08:49 AM
 natasftw
		
			natasftw
		
		
		
		
		
		
		
		
	
			08-23-2015 09:48 AM
You need to define misplaced. Are they off the screen? Are the proprtions different? Are the fonts suddenly larger? Do you have the visual settings at 100, 125, or 150%?
 altenbach
		
			altenbach
		
		
		 
		
		
		
		
		
	
			08-23-2015 11:04 AM
This tpyically happens (1) if the panel or other front panel elements are set to scale with the panel size, or (2) if you use symbolic fonts and the system uses different fonts or font syzes for the dektop theme.
Please show us a screenshot of the panel for each environment so we can get a better idea on what's going on.
08-24-2015 04:09 AM - edited 08-24-2015 04:33 AM
因为现在平板电脑没有在我身边,没有方法截图(临时的解决办法是我在平板电脑上把错位的都修正了)。
错位的意思是:比如控件的标题字体变大了,原先稍长的标题可能显示不全(可能还有其它问题)。
您说的“proprtions different”是什么意思?visual settings at 100, 125, or 150%应当怎么设置,是不是通过ctrl+=放大?
我编写LabVIEW台式机(屏幕所能设置的最低分辨率:1024*768)用的是Windows 8.1系统,平板电脑(屏幕分辨率只能设置为800*600)是Windows XP系统。标题的字体设置为“系统字体”,是不是和这个有关?
所有控件我没有选择“根据窗格缩放对象”。
谢谢您的指导!
 AmandaYi
		
			AmandaYi
		
		
		
		
		
		
		
		
	
			08-24-2015 04:38 AM
在Labview的文件--VI属性--窗口大小中,是否勾选“使用不同分辨率显示器时保持窗口比例”?此外,所有的字体选择为应用程序字体或系统字体试试。
08-24-2015 06:30 AM
 zou
		
			zou
		
		
		
		
		
		
		
		
	
			08-24-2015 09:43 AM
不同的操作系统,系统字体会不同的。
一个办法是不选 “Size to Text",然后调整标题, 预留足够的空间。
或者干脆别用系统字体,选用一种两个操作系统都有的字体。
 altenbach
		
			altenbach
		
		
		 
		
		
		
		
		
	
			08-24-2015 09:47 AM
Don't use system fonts, because they will change according to the desktop theme of the PC. If one PC has larger fonts, the fonts will be larger.
You need to use define fonts (e.g. tahoma 13). You can also overwrite the system fonts in the application ini file.
08-24-2015 09:55 AM
 mzfrank928
		
			mzfrank928
		
		
		
		
		
		
		
		
	
			08-26-2015 02:57 AM
楼上的解答我觉得是正确的,取消勾选系统字体,然后选定某种特定的字体后问题应该会得到改善,另外不同分辨率会影响字体大小么?将调整为文本大小也取消勾选,觉得这样就不会出现更换系统后字体变得很奇怪的问题了。