+1
Отвечен
Graphics
I am trying to create an app with a web type structure, is there an easy way to connect panels with a line?
Сервис поддержки клиентов работает на платформе UserEcho
Can you post a screenshot of what you are trying to achieve?
<wire>
<main>
<panel name="main" width="100%" height="100%" background="ffffff">
<panel name="ONE" alias="ONE" align="center" valign="center" width="50%" height="5" background="000000" alpha="0"></panel>
<panel name="TWO" width="15%" height="18%" background="ffffff" borderwidth="5" bordercolor="000000" xpos="23%" ypos="21%" onclickup="spin" cornerradius="55"></panel>
</panel>
</main>
<action name="spin" >
<sync>
<rotate time="0" times="1" curve="linear" degrees="45" target="ONE"/>
<alpha value="1" target="ONE" />
</sync>
</action>
</wire>
Of course you could always decide to display this with an image as well.
We are working on a few rarewire apps here at CAPS and could really use some help to get the students started. Is there a way for a wire expert to come to CAPS morning afternoon or both to help the students plan and get started on their project?
Thanks.
email me at community@rarewire.com and we can work out some details. We would be more than happy to come out and see what we can do.