wx:demo() and selected 'canvas from the menu. It works fine.
I just want to be able to run ex_canvas.erl as standalone program.
I would like to figure out what the Config parameter exactly is.
ex_canvas:start(…)
Yes fizfaz, after years of reading this code in vain your response to RFaithi does help me. The image in my mind is beginning to become a little more visible. Thank you.
Unfortunately, it remains unclear to me how the Config variable in ex_canvas.erl also mentioned on line 51 of demo.erl finds its definition on line 304 of the load_example function? I am guessing it relates to the #state record which holds the Config variables.
I pray someone with your knowledge of this application and access to the manual and demo.erl github code might add a suitable comment for the benefit of future newbies like me.