Jonathan Giles

Results 122 comments of Jonathan Giles

**Original comment by Dagmar Schlenz (Bitbucket: [dschlenz](https://bitbucket.org/dschlenz), GitHub: Unknown).** ---------------------------------------- This exception also appears when starting ScenicView as a java agent or standalone. It seems that this Exception is the...

**Original comment by Jonathan Giles (Bitbucket: [JonathanGiles](https://bitbucket.org/JonathanGiles), GitHub: [JonathanGiles](https://github.com/JonathanGiles)).** ---------------------------------------- Another option is to add additional API in to SVNode that can return serialized data back to the SV app...

**Original comment by Jonathan Giles (Bitbucket: [JonathanGiles](https://bitbucket.org/JonathanGiles), GitHub: [JonathanGiles](https://github.com/JonathanGiles)).** ---------------------------------------- The basic problem is that getting the Node back to the Scenic View app is not always possible. It might...

**Original comment by Jonathan Giles (Bitbucket: [JonathanGiles](https://bitbucket.org/JonathanGiles), GitHub: [JonathanGiles](https://github.com/JonathanGiles)).** ---------------------------------------- Because SVRemoteNodeAdapter is run within the users application, and it cannot serialize the Node back into Scenic View. SVRealNodeAdapter is...

**Original comment by arnaud nouard (Bitbucket: [insideFX](https://bitbucket.org/insideFX), GitHub: Unknown).** ---------------------------------------- In **SVRemoteNodeAdapter** you are right! But not **SVRealNodeAdapter** ;-). Do you know why SVRemoteNodeAdapter doesn't keep the node like SVRealNodeAdapter...

**Original comment by Jonathan Giles (Bitbucket: [JonathanGiles](https://bitbucket.org/JonathanGiles), GitHub: [JonathanGiles](https://github.com/JonathanGiles)).** ---------------------------------------- The thing is - this method has _always_ returned null! :-)

**Original comment by arnaud nouard (Bitbucket: [insideFX](https://bitbucket.org/insideFX), GitHub: Unknown).** ---------------------------------------- Ok, I got it, SVRemoteNodeAdapter now returns: ``` #!java @Override @Deprecated public Node getImpl() { return **null**; } ``` Jonathan,...

**Original comment by Marcel Vo (Bitbucket: [kogs](https://bitbucket.org/kogs), GitHub: [kogs](https://github.com/kogs)).** ---------------------------------------- On monday i will try to repeuduce the exception and report you how to couse it.

**Original comment by Jonathan Giles (Bitbucket: [JonathanGiles](https://bitbucket.org/JonathanGiles), GitHub: [JonathanGiles](https://github.com/JonathanGiles)).** ---------------------------------------- How are you running Scenic View? I am running it using just 'gradle run' from the command line, and still...

**Original comment by Jonathan Giles (Bitbucket: [JonathanGiles](https://bitbucket.org/JonathanGiles), GitHub: [JonathanGiles](https://github.com/JonathanGiles)).** ---------------------------------------- accidentally closed.