Windows 10 1803 update

Xbase++ 2.0 Build 554 or later
Message
Author
Wolfgang Ciriack
Posts: 479
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Windows 10 1803 update

#11 Post 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} )
_______________________
Best Regards
Wolfgang

bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: Windows 10 1803 update

#12 Post by bwolfsohn »

wow... thank you so much.. i must've missed this along the way...
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

Post Reply