Re: [Iup-users] Help needed with intermittent crash (Lua)

2020-09-07 Thread Ranier Vilela
De: helen.wri...@atiras.com Enviado: segunda-feira, 7 de setembro de 2020 16:53 Para: 'IUP discussion list.' Assunto: [Iup-users] Help needed with intermittent crash (Lua) >iuplua.lua:108: bad argument #1 to 'GetAttribute' (invalid Lua object, >destroyed iupHandle in

Re: [Iup-users] Help needed with intermittent crash (Lua)

2020-09-07 Thread Antonio Scuri
Hi Helen, > Are there any known issues I should be aware of. And if so, are there any workarounds? No > If this isn’t a known issue, any suggestions about how I might debug it? No, too. It seems that something destroyed the IUP elements that are reused in the second call. I think

[Iup-users] Help needed with intermittent crash (Lua)

2020-09-07 Thread helen.wright
I'm trying to debug an intermittent crash involving IUP and Lua, but need help/advice. The error text returned says: Lua error iuplua.lua:108: bad argument #1 to 'GetAttribute' (invalid Lua object, destroyed iupHandle in C but not in Lua) stack traceback: [C]: in function 'iuplua.GetAttr

Re: [Iup-users] Help the user (IupGetParam behavior)

2018-07-25 Thread Antonio Scuri
Actually no, because IupGetParam assume that there is a current value in "number" and uses it to initialize the field. But I think you can overwrite that behavior using the callback during the INIT status. You will be able to clear the values you want. Best, Scuri Em qua, 25 de jul de 2018

[Iup-users] Help the user (IupGetParam behavior)

2018-07-25 Thread Ranier VF
Hi Scuri, IupGetParam("Test", NULL, 0, "Number: %i\n", &number); Always show the dialog with 0 filled, this disrupts usability. Aways user must be delete 0 to digit correct number. Is possible change behavior IupGetParam to start with empty value? Best regards, Ranier Vilela ---

Re: [Iup-users] help (Antonio Scuri)

2015-12-08 Thread Antonio Scuri
Ok. There were other reports of problems in mingw64, so I'll make some tests here and let you all know about the results. Best, Scuri On Tue, Dec 8, 2015 at 11:09 AM, Vitalik Batsits wrote: > hi again. I tried Win32 version of libraries on mingw32, and they compiled > good, but with 64-bi

Re: [Iup-users] help (Antonio Scuri)

2015-12-08 Thread Vitalik Batsits
hi again. I tried Win32 version of libraries on mingw32, and they compiled good, but with 64-bit version still have the same problem even on mingw64. -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your use

Re: [Iup-users] help (Antonio Scuri)

2015-12-08 Thread Vitalik Batsits
hi. Your question was like answer. I used mingw32 for 64-bit dll :( -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-

Re: [Iup-users] help

2015-12-07 Thread Antonio Scuri
Hi, Which compiler are you using? I mean, which MingW distribution? Best, Scuri Em 07/12/2015 07:15, "Vitalik Batsits" escreveu: > Hi! I have problem during compiling examples on Windows 10 with > pre-compiled libs Win64_dllw4 > $ gcc > 'C:\Users\batsi\Downloads\iup-3.16_Examples\iup\html\e

[Iup-users] help

2015-12-07 Thread Vitalik Batsits
Hi! I have problem during compiling examples on Windows 10 with pre-compiled libs Win64_dllw4 $ gcc 'C:\Users\batsi\Downloads\iup-3.16_Examples\iup\html\examples\C\dialog1.c' -I 'C:\MinGW\include\iup' -L 'C:\MinGW\lib\iup' -liup C:\WINDOWS\TEMP\cc6c4kHI.o:dialog1.c:(.text+0x26): undefined reference