TavleView Spell checker problems
Quote from Forum Archives on February 18, 2022, 10:34 amPosted by: eugen.rosu <eugen.rosu@...>
Hi,There is a problem when I use the spell checker. As you can see in the screenshot below, no item menu is checked, when I click the right button of the mouse.
‘=========================
_scrollView1 = 10
_TextView1 = 11VOID LOCAL FN BuilWindow
'~'1
NibWindow 1, @"Window", @"Window"
TextSetString( _TextView1, @"This is a simple text" )
END FN
'~'1Fn BuilWindow
HandleEvents
‘=========================
Thanks,
Eugen
Posted by: eugen.rosu <eugen.rosu@...>
There is a problem when I use the spell checker. As you can see in the screenshot below, no item menu is checked, when I click the right button of the mouse.
‘=========================
_scrollView1 = 10
_TextView1 = 11
VOID LOCAL FN BuilWindow
'~'1
NibWindow 1, @"Window", @"Window"
TextSetString( _TextView1, @"This is a simple text" )
END FN
'~'1
Fn BuilWindow
HandleEvents
‘=========================
Thanks,
Eugen