Since then, $fusebox{isHomeCircuit} was false in the home circuit.

At section 11 from the fusebox.a4l file, I changed $fusebox {"thisCircuit"} := "" to $fusebox{"thisCircuit"} := "home"

        if ($fbx_i > 1)
$fusebox{"thisCircuit"} := $fbx_reverseCircuitPath {$fbx_circuitName}
            $fusebox{"thisLayoutPath"}  := $fbx_curPath + "/"
        else
$fusebox{"thisCircuit"} := "home" // ************ HERE **************
            $fusebox{"thisLayoutPath"}  := $fbx_curPath
        end if

It should be:

  $fusebox{"thisCircuit"} := $fusebox{"homeCircuit"}

"home" is arbitrary, the home circuit can be named anything we want (e.g. "root").

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to