From: Alexander S.K. <al...@be...> - 2016-09-28 07:28:12
|
Maurizio la Cecilia пишет: > > > Hi Alex, > > I'm largely using the :refresh() method to update the hedit control > after forcing a new edit value. > As I can see, :title, :value and :gettext() are returning the new value, > but the displayed value isn't refreshed. > > It seems that hwg_Setdlgitemtext() don't works perfectly anymore. > Can you test on your side? > It works normally here. I tried it in two ways in Tutorial's "Dialog with text gets" module, changing few lines: ... Local oGet4, e3 := 10320.54 ... @ 20,125 GET oGet4 VAR e3 SIZE 260, 26 ... @ 180,250 BUTTON "Set" SIZE 100, 32 ON CLICK {||e3 := 20, oGet4:Refresh()} // or: @ 180,250 BUTTON "Set" SIZE 100, 32 ON CLICK {||oGet4:value := 20} Regards, Alexander. |