Re: [Iup-users] How do you get Flat controls to work in Lua?

2021-12-04 Thread Andrew Robinson
I monitor conversations here because I presume that if someone brings up an issue, no matter how simple or complicated, that I will have the same issue unless I pay attention to what it being said. I think one of my problems with this particular conversation is the terminology. I'm not sure if when

Re: [Iup-users] How do you get Flat controls to work in Lua?

2021-12-04 Thread Antonio Scuri
> I’m guessing not, since the code format for creating a branch is different from creating a button, but I figured I might as well ask. Yes. The IupTree node only exists after the tree is mapped (created) in the native system. IupFlatTree, because it is drawn by IUP, doesn't have that limitatio

Re: [Iup-users] Is There an Updated Stand-Alone Interpreter?

2021-12-04 Thread Antonio Scuri
> By “reuse” the console, are you advising that I use the original, outdated one (iuplua5.exe) that doesn’t need .dll’s, or can I use iuplua51.exe? No. Reuse the executable without recompiling it from source code. > Are those functions called anywhere or are they triggered automatically? Ca

Re: [Iup-users] Problem with Executeleaf_cb Callback

2021-12-04 Thread Kaz F
I tried some more and I think I got close, but still couldn’t get it right. Below the space are various things I tried, with comments on outcome:    for cat in pairs(cats) do    modtree.addbranch = cat --add a branch for each module category    for _,module in pairs(cats