Page 2 of 2

Re: Windows 10 1803 update

Posted: Fri Jun 22, 2018 10:27 pm
by Wolfgang Ciriack
Hello Brian,
this is a behavior, which came with version 265 of eXPress.
The solution from Roger was to set this to the beginning of your prog:

Code: Select all

   DC_XbpGetSetInputFocusBlock( {|x,y,o|nil, ;
                IIF(!Empty(o:get:buffer),o:get:pos := o:savePos,nil), ;
                o:DateFlag := .T., ;
                o:Home(), ;
                DC_HiliteGets(o,1,o:getList:getOptions[nGETOPT_HILITECOLOR]), ;
                DC_ColorGets(o,1,o:getList:getOptions[aGETOPT_COLORGETS]), ;
                nil} )

Re: Windows 10 1803 update

Posted: Sat Jun 23, 2018 12:00 am
by bwolfsohn
wow... thank you so much.. i must've missed this along the way...