Re: [Iup-users] About using IUP.Text:action in Lua

2018-01-17 Thread Hernan Cano
Hey, Pete: Thanks for your response. I cannot run your examples. It seems some kind of C/C++ language. I tried to run it with Lua v5.3.3, but I receive " syntax error near 'pGUI' ". I appreciate your feedback. It's difficult for me to understand (by first sight) how can I use ValueChanged_CB.

Re: [Iup-users] About using IUP.Text:action in Lua

2018-01-17 Thread Hernan Cano
Oh, Pete, very good. I'll see this repository Thanks. 2018-01-17 2:05 GMT-05:00 Pete Lomax: > Hi there Hernan, > You might want to visit https://bitbucket.org/petelomax/phix/src and then > click on demo, rosetta, 7guis > > Although written in a different language, all 7 entries are completed.

Re: [Iup-users] About using IUP.Text:action in Lua

2018-01-17 Thread Hernan Cano
Fine, Antonio. Thanks. 2018-01-17 5:42 GMT-05:00 Antonio Scuri: > The action callback is called during value modification, so if you consult > the attribute during the callback it will return the old value. The new > value is passed as a parameter in the callback. >

Re: [Iup-users] About using IUP.Text:action in Lua

2018-01-17 Thread Antonio Scuri
t;jhernanca...@gmail.com> wrote: > > Subject: [Iup-users] About using IUP.Text:action in Lua > To: "IUP discussion list." <iup-users@lists.sourceforge.net> > Date: Wednesday, 17 January, 2018, 5:06 > > Hi, > Antonio and friends.In > the attached file, I sh

Re: [Iup-users] About using IUP.Text:action in Lua

2018-01-16 Thread Pete Lomax via Iup-users
the desired effect. Regards, Pete On Wed, 17/1/18, Hernan Cano <jhernanca...@gmail.com> wrote: Subject: [Iup-users] About using IUP.Text:action in Lua To: "IUP discussion list." <iup-users@lists.sourceforge.net> Date: Wednesday,

[Iup-users] About using IUP.Text:action in Lua

2018-01-16 Thread Hernan Cano
Hi, Antonio and friends. In the attached file, I show an example of a form in Lua language using the IUP gui. The needing is that with every key pressed in the first textbox some calculations be made and the result must be shown in the second textbox. The problem that I found is that it the