UIComponent Based Renderers For MultiScaleImage
Hi,
I have a custom control which extends Canvas. I want to add this control to MultiScalImage control.is there any way to do it ?
Rakesh
I have a custom control which extends Canvas. I want to add this control to MultiScalImage control.is there any way to do it ?
Rakesh
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
The best answer from the company
-
Rakesh,
Thanks for writing. At this point, the MultiScaleImage and consequently the underlying MultiScaleContainer component don't support children (called renderers) based on UIComponent. The reason for this is that the current IMultiScaleScene implementation is based on Sprite rather than UIComponent.
If you'd like to make it work in your case, you can try to develop an implementation of IMultiScaleScene based on UIComponent.
Let me know what you come up with.
Best regards
The company says
this answers the question
-
Inappropriate?Rakesh,
Thanks for writing. At this point, the MultiScaleImage and consequently the underlying MultiScaleContainer component don't support children (called renderers) based on UIComponent. The reason for this is that the current IMultiScaleScene implementation is based on Sprite rather than UIComponent.
If you'd like to make it work in your case, you can try to develop an implementation of IMultiScaleScene based on UIComponent.
Let me know what you come up with.
Best regards
The company says
this answers the question
-
Hi Deniel,
Thanks for reply.
but implementation of IMultiScaleScene which is MultiScaleScene seems tightly coupled with container control in SDK.
then what implications it will have on MultiScaleContainer/MultiScaleImage if it is based on UIComponent.
what about zooming operation ? will it work even for UIComponent ?
can you suggest best UIComponent which can take place without much effort ?
Rakesh -
Inappropriate?Rakesh,
If you manage to correctly implement IMultiScaleScene based on UIComponent, everything else will fall into place, that's the idea behind program to an interface, not an implementation.
The best UIComponent for implementing IMultiScaleScene? I'd say UIComponent. :P
–Daniel
P.S. If you manage to correctly implement it, I'd suggest to create a entirely new component based on MultiScaleContainer but based on your new scene implementation. -
Inappropriate?Hi,
Just want to know if the MultiScaleScene for UIComponent will be available one day. It would be such a nice feature but I totally understand the complexity of it. I quickly look at it and have no clue to do it myself :( -
Inappropriate?Hello,
No, I don't have any plans on implementing support for UIComponent anytime soon.
–Daniel
Loading Profile...




EMPLOYEE