compiler bug with label
Posted: Wed Apr 02, 2008 12:38 am
Hi,
I think there is a compiler bug. When I use this part of code :
There is a compiler error :
error: Cannot locate nested CLR type "System.Windows.Forms.Layout.LayoutUtils+MeasureTextCache" (simple name is "MeasureTextCache").
Compilation failed - 1 error, 0 warnings
Is it wright ?
I think there is a compiler bug. When I use this part of code :
- Code: Select all
class SpecialLabel
inherits Label
def init
base.init
There is a compiler error :
error: Cannot locate nested CLR type "System.Windows.Forms.Layout.LayoutUtils+MeasureTextCache" (simple name is "MeasureTextCache").
Compilation failed - 1 error, 0 warnings
Is it wright ?