You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Gabriele Campi <ga...@medialogic.eu> on 2014/05/14 09:10:46 UTC

zoomable image component

Hi,

I'm looking for an zoomable image component to use in my flex mobile 
application.
Any idea? Thanks.

Gabri

Re: zoomable image component

Posted by Gabriele Campi <ga...@medialogic.eu>.
Thank you, at the end I've created my own component using a 
scroller+group+image and the transform matrix to zoom.
It works great.

------------------------------------------------------------------------
Media Logic 20 Years

*GABRIELE CAMPI*
Graphical Department

address: Via Maestri del Lavoro 10/L - 42122 Reggio Emilia - Italy
phone: +39 0522 854058 <tel:+39%200522%20854058>
fax: +39 0522 854313 <tel:+39%200522%20854313>
email: info@medialogic.eu <ma...@medialogic.eu>
web: www.medialogic.eu <http://www.medialogic.eu>
skype: media.logic.eu <skipe:media.logic.eu?call>

Le informazioni trasmesse sono destinate esclusivamente alla persona o 
alla società in indirizzo e sono da intendersi confidenziali e 
riservate. Ogni trasmissione, inoltro, diffusione o altro uso di queste 
informazioni a persone o società differenti dal destinatario é proibita. 
Se ricevete questa comunicazione per errore, contattate il mittente e 
cancellate le informazioni da ogni computer.
/The information transmitted is intended only for the person or entity 
to which it is addressed and may contain confidential and/or privileged 
material. Any review, retransmission, dissemination or other use of, or 
taking of any action in reliance upon, this information by persons or 
entities other than the intended recipient is prohibited. If you 
received this in error, please contact the sender and delete the 
material from any computer./
Il 15/05/14 22:27, Evyatar Ben Halevi-Arbib ha scritto:
> You can write your own component that listens to the right gesture event
> and changes the scaleX and scaleY  properties accordingly.
>
> Good luck,
> Evyatar
>
>
> On Wed, May 14, 2014 at 10:10 AM, Gabriele Campi <
> gabriele.campi@medialogic.eu> wrote:
>
>> Hi,
>>
>> I'm looking for an zoomable image component to use in my flex mobile
>> application.
>> Any idea? Thanks.
>>
>> Gabri
>>


Re: zoomable image component

Posted by Evyatar Ben Halevi-Arbib <ev...@gmail.com>.
You can write your own component that listens to the right gesture event
and changes the scaleX and scaleY  properties accordingly.

Good luck,
Evyatar


On Wed, May 14, 2014 at 10:10 AM, Gabriele Campi <
gabriele.campi@medialogic.eu> wrote:

> Hi,
>
> I'm looking for an zoomable image component to use in my flex mobile
> application.
> Any idea? Thanks.
>
> Gabri
>

RE: zoomable image component

Posted by Josh Weinberg <jo...@digabit.com>.
While it's not in active development we have had good luck using OpenZoom in a production mobile app for both Android and iOS.

http://www.openzoom.org/

> -----Original Message-----
> From: Gabriele Campi [mailto:gabriele.campi@medialogic.eu]
> Sent: Wednesday, May 14, 2014 1:11 AM
> To: users@flex.apache.org
> Subject: zoomable image component
> 
> Hi,
> 
> I'm looking for an zoomable image component to use in my flex mobile
> application.
> Any idea? Thanks.
> 
> Gabri