Picolab / devtools

Repository for KRL Developer Tools
MIT License
6 stars 4 forks source link

pico parent function returns root pico. #85

Open burdettadam opened 8 years ago

burdettadam commented 8 years ago

Currently there is no way to programmatically get a parent pico that is not the primary pico.

windley commented 8 years ago

is this a KRE limitation or a Devtools limitation?

On Mar 30, 2016, at 11:43 PM, Adam Burdett notifications@github.com wrote:

Currently there is no way to programmatically get a parent pico that is not the primary pico.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/kre/devtools/issues/85

windley commented 8 years ago

This is the pci:parent() always returns the _LOGIN pico rather than the current pico's parent.