Re: [darktable-dev] Need you help with my darktable lua script

2017-02-25 Thread Holger Klemm
Hallo August, I'm excited. It works! And it was so simple... Many Thanks Holger Am Samstag, 25. Februar 2017, 10:12:36 CET schrieb August Schwerdfeger: > Try moving the declaration of 'combobox' below those of the 'check_button' > widgets. __

Re: [darktable-dev] Need you help with my darktable lua script

2017-02-25 Thread August Schwerdfeger
Try moving the declaration of 'combobox' below those of the 'check_button' widgets. -- August Schwerdfeger aug...@schwerdfeger.name On Feb 25, 2017 5:11 AM, "Holger Klemm" wrote: > Hello, > I need your help to correct my lua script. > I have a darktable lua script with which I want to control v

[darktable-dev] Need you help with my darktable lua script

2017-02-25 Thread Holger Klemm
Hello, I need your help to correct my lua script. I have a darktable lua script with which I want to control via a combobox the check button. The demo script below works but generates the following error: demo.lua:34: attempt to index global 'check_button1' (a nil value)