From: Maurizio la C. <m.l...@gm...> - 2016-09-28 10:34:17
|
Yes, Alex. I did same test and all' is working fine. Anyway my code is very simple and I'm confused about his failing. I'll try to reduce it in a self contained sample. Thanks a lot. -- Maurizio Il 28/set/2016 09:28, "Alexander S.Kresin" <al...@be...> ha scritto: 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. ------------------------------------------------------------ ------------------ _______________________________________________ Hwgui-developers mailing list Hwg...@li... https://lists.sourceforge.net/lists/listinfo/hwgui-developers |