Re: [Iup-users] Problem with Executeleaf_cb Callback

2021-12-04 Thread Kaz F
8:01 AMTo: IUP discussion list.Subject: Re: [Iup-users] Problem with Executeleaf_cb Callback   I suggest you to store in each node some information that will allow you to retrieve the correct module and be able to show it. Best,Scuri  Em seg., 29 de nov. de 2021 às 23:11, Kaz F <kaz.fox...@gmail

Re: [Iup-users] Problem with Executeleaf_cb Callback

2021-12-03 Thread Kaz F
    end    end I tried a few ways of typing the function, but it didn’t work. How do I make it work like the button version? From: Antonio ScuriSent: Friday, December 3, 2021 8:01 AMTo: IUP discussion list.Subject: Re: [Iup-users] Problem with Executeleaf_cb Callback   I suggest you to sto

Re: [Iup-users] Problem with Executeleaf_cb Callback

2021-12-03 Thread Antonio Scuri
I suggest you to store in each node some information that will allow you to retrieve the correct module and be able to show it. Best, Scuri Em seg., 29 de nov. de 2021 às 23:11, Kaz F escreveu: > I’m trying to populate a tree with the names of modules (leaves) so when > you double-click on t

[Iup-users] Problem with Executeleaf_cb Callback

2021-11-29 Thread Kaz F
I’m trying to populate a tree with the names of modules (leaves) so when you double-click on the name, the module dialog should pop up.It almost works, but for some reason, every leaf opens the same module. How can I fix that?This is the part of the code I have:    local modtree = iup.flattree{