Jonu Posted July 31, 2015 Share Posted July 31, 2015 Hey,in my current Projekt i need two canvas. One for displaying a mountinggraph and the other one for displaying a dynamic diagramm. Can i use two canvas doms and two renderer of pixi or do they interfere with each other ? Thanks in advanceGrettings Jonu Quote Link to comment Share on other sites More sharing options...
xerver Posted July 31, 2015 Share Posted July 31, 2015 Have you tried it? Quote Link to comment Share on other sites More sharing options...
Jonu Posted August 4, 2015 Author Share Posted August 4, 2015 yeah i have and it works somehow but a error is popping up in the log serveral times. Quote Link to comment Share on other sites More sharing options...
xerver Posted August 4, 2015 Share Posted August 4, 2015 Looks like a problem sharing a Graphics across two renderers, or trying to clone a Graphics object. Any of those happening? Quote Link to comment Share on other sites More sharing options...
Jonu Posted August 4, 2015 Author Share Posted August 4, 2015 i dont use graphics in both renderers. I have only a object "node" which contains several datas of a mountingstep and the Pixi.Graphic (Rectangle). In the upper canvas i draw this rectangle which i can move with my mouse.In the lower canvas i have a diagramm with utilization of workertypes in percent. these capacities change how i place a mountingstep. Maybe because i use the nodeobjects to create the diagramm, because the data is stored there, i get conflicts ?When i use normal canvas for my diagramm it works fine. Quote Link to comment Share on other sites More sharing options...
xerver Posted August 4, 2015 Share Posted August 4, 2015 Hmm, hard to say without looking at a running example myself. Could you share? Quote Link to comment Share on other sites More sharing options...
Jonu Posted August 7, 2015 Author Share Posted August 7, 2015 i am sorry. i cant share ... . Quote Link to comment Share on other sites More sharing options...
xerver Posted August 7, 2015 Share Posted August 7, 2015 i am sorry. i cant share ... . Then can you build a simple example app that reproduces the behavior? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.