I forced myself to learn a little bit about Erlang. The following site was a big help.... Learn You Some Erlang
I am happy to report that I have made some progress with this. The good news is that I am able to get the two geometry windows to open. The bad news is that I had to cheat to get there. I added
I need to figure out the right code for the new_viewer function in order to get it to work without cheating...
I am getting compile errors when I try to get that function working in my plugin. Next week I plan to start a new thread on Erlang Compile Errors, in hopes of figuring it out...
oort
I am happy to report that I have made some progress with this. The good news is that I am able to get the two geometry windows to open. The bad news is that I had to cheat to get there. I added
Quote:-export([new_viewer/6]).to the wings.erl module and added
Quote:-import(wings, [new_viewer/6]).to my stereoscopic.erl module.
I need to figure out the right code for the new_viewer function in order to get it to work without cheating...
I am getting compile errors when I try to get that function working in my plugin. Next week I plan to start a new thread on Erlang Compile Errors, in hopes of figuring it out...
oort