Re: Flex/Flash Viable still?

2015-07-27 Thread Carlos Velasco
+1 on the Flash Player proposal.

2015-07-25 10:42 GMT-04:00 Vincent Sotto dsreil...@gmail.com:

 if we want to truly make flash survive, we push adobe to donate the flash
 player

 On Sat, Jul 18, 2015 at 10:12 AM, Udirley Otoni Pesse 
 udirleyot...@gmail.com wrote:

  I agree with you also work with flex a few years and I am very saddened
 by
  the attacks that technology has been suffering from all sides, now I will
  try not need browser converting everything to AIR. I have several tools
  developed and continue to be a developer happy flex.
 
  2015-07-17 21:18 GMT-03:00 f...@dfguy.us:
 
   Well there are a lot of desktops and laptops out there and windows
  tablets
   should become more widespread since they are the full OS and not
 slimmed
   down mobile OS. That means that Flash is and will be available for
 good.
  A
   lot of these articles seem to be another last push by tech writers and
   others who have always seemed to go after Flash, especially after Steve
   Jobs popularized it in 2010. I've never had any security or performance
   issues with Flash and I've been having fun developing with it since
  Flash 4.
  
   Most of this is just anecdotal and people always like to have some
 issue
   to talk up and feel smart about. What I don't like is that there are so
   many great people who have worked hard on this software over the years
  and
   they deserve better. Most commentators probably harp on Flash simply
   because it can do almost everything and they are probably sick of
 always
   having to talk about it. It's installed on 98% of computers after all
  like
   they say.
  
   The mobile Flash player was always a little difficult to design to
 anyway
   because of the small screen sizes, with html too. So using AIR for
 mobile
   is a good option regardless. Otherwise, it's been clear that Flash has
  been
   ahead in almost every way it's entire life so a lot of the commentary
 is
   from companies that want to promote their own software and are happy to
   attack a competitive platform if there's a security update or something
   else; app stores, browser vendors, JavaScript framework creators, video
   graphics software, animation tools, gaming platforms, etc.
  
   David
  
   -Original Message-
   From: douglowder dlow...@tpocc.org
   To: users@flex.apache.org
   Sent: Thu, 16 Jul 2015 6:22 PM
   Subject: Re: Flex/Flash Viable still?
  
   Oh my, that is brilliant.  I eagerly await the writing of Thoughts on
   HTML5.  What goes around comes around.
  
  
  
   --
   View this message in context:
  
 
 http://apache-flex-users.246.n4.nabble.com/Flex-Flash-Viable-still-tp10760p10792.html
   Sent from the Apache Flex Users mailing list archive at Nabble.com.
  
  
 
 
  --
  UDIRLEY OTONI PESSE
  Celular: (27) 9316-4909
  E-mail 1: udirleyot...@gmail.com
  E-mail 2: udirleyot...@hotmail.com
  Msn: udirleyot...@hotmail.com
 



Re: alivepdf questions

2015-03-25 Thread Carlos Velasco
In a web context, you can launch a new navigator window using the local
file url (see URLLoader) to display the pdf content.

2015-03-25 17:14 GMT-04:00 Carlos Velasco carlos.velasco.bla...@gmail.com:

 s:Group width=100% height=100%
 mx:HTML id=content location=http://labs.adobe.com//
 /s:Group

 Use your local pdf file URL as the location for the HTML control.


 2015-03-25 16:23 GMT-04:00 Scott Matheson smathe...@intralinks.com:

 Can you point me at how to do this ?

 Sent from my iPad

  On 25 Mar 2015, at 15:11, Carlos Velasco 
 carlos.velasco.bla...@gmail.com wrote:
 
  Use the html container to open the created file inside the application.
 
  2015-03-25 16:00 GMT-04:00 Scott Matheson smathe...@intralinks.com:
 
  Hi, I use alivePDF to generate PDF client side, all works well, I end
 up
  saving the PDF to disk, the user can then open the PDF and print
 
  However the client would now like the PDF to be open after generation
 so
  the user can print from the PDF or save, saving becomes the users
 options
 
  Does anyone know if alivePDF can support this, ie opens a PDF window
 after
  creation, I find the document very difficult to follow, example would
 be
  nice :)
 
 
 
 
 
  Sent from my iPad
 
  
 
  Disclaimer: This electronic mail and any attachments are confidential
 and
  may be privileged. If you are not the intended recipient, please
 notify the
  sender immediately by replying to this email, and destroy all copies of
  this email and any attachments. Thank you.
 

 

 Disclaimer: This electronic mail and any attachments are confidential and
 may be privileged. If you are not the intended recipient, please notify the
 sender immediately by replying to this email, and destroy all copies of
 this email and any attachments. Thank you.





Re: alivepdf questions

2015-03-25 Thread Carlos Velasco
s:Group width=100% height=100%
mx:HTML id=content location=http://labs.adobe.com//
/s:Group

Use your local pdf file URL as the location for the HTML control.


2015-03-25 16:23 GMT-04:00 Scott Matheson smathe...@intralinks.com:

 Can you point me at how to do this ?

 Sent from my iPad

  On 25 Mar 2015, at 15:11, Carlos Velasco 
 carlos.velasco.bla...@gmail.com wrote:
 
  Use the html container to open the created file inside the application.
 
  2015-03-25 16:00 GMT-04:00 Scott Matheson smathe...@intralinks.com:
 
  Hi, I use alivePDF to generate PDF client side, all works well, I end up
  saving the PDF to disk, the user can then open the PDF and print
 
  However the client would now like the PDF to be open after generation so
  the user can print from the PDF or save, saving becomes the users
 options
 
  Does anyone know if alivePDF can support this, ie opens a PDF window
 after
  creation, I find the document very difficult to follow, example would be
  nice :)
 
 
 
 
 
  Sent from my iPad
 
  
 
  Disclaimer: This electronic mail and any attachments are confidential
 and
  may be privileged. If you are not the intended recipient, please notify
 the
  sender immediately by replying to this email, and destroy all copies of
  this email and any attachments. Thank you.
 

 

 Disclaimer: This electronic mail and any attachments are confidential and
 may be privileged. If you are not the intended recipient, please notify the
 sender immediately by replying to this email, and destroy all copies of
 this email and any attachments. Thank you.



Re: alivepdf questions

2015-03-25 Thread Carlos Velasco
Use the html container to open the created file inside the application.

2015-03-25 16:00 GMT-04:00 Scott Matheson smathe...@intralinks.com:

 Hi, I use alivePDF to generate PDF client side, all works well, I end up
 saving the PDF to disk, the user can then open the PDF and print

 However the client would now like the PDF to be open after generation so
 the user can print from the PDF or save, saving becomes the users options

 Does anyone know if alivePDF can support this, ie opens a PDF window after
 creation, I find the document very difficult to follow, example would be
 nice :)





 Sent from my iPad

 

 Disclaimer: This electronic mail and any attachments are confidential and
 may be privileged. If you are not the intended recipient, please notify the
 sender immediately by replying to this email, and destroy all copies of
 this email and any attachments. Thank you.



Re: [OT] Thinking about improving the FLEX product.

2015-02-27 Thread Carlos Velasco
I think there are many other ways to get people working on Apàche FLEX than
giving donations to Apache expecting money goes where it was intended to
go. I mean. As I see it, collaborating at Apache is a matter of wish,
people wishes to help and contributes... Well, what is the problem on
founding a parallel fundation that hire the programmers and make them
collaborate and contribute to Apache Flex as committers...

There are always many ways to get the same goal folks...

2015-02-26 18:44 GMT-03:00 Alex Harui aha...@adobe.com:

 Couple of notes on this:

 The Apache Software Foundation (ASF) does not currently take “directed
 donations”.  That means that if you send in a check to the ASF, you can’t
 dictate that it goes only to Flex, it only goes to the general fund and is
 shared by all projects.  There are many ongoing discussions to change
 that, but even then, there are likely to be restrictions on using the
 funds to pay developers.  Directed funds are likely to go for servers,
 events, marketing, but not development.  There is a strong ASF sentiment
 towards never having the ASF pay any developer directly.  I’m not sure of
 the reason, but it may just be that then the unpaid volunteers will start
 asking to be paid to contribute.

 So, the proposed solutions are for folks to come up with their own ways to
 pool money including crowd funding sites.  But the model that the ASF
 commonly promotes is this:  Companies that want to support development of
 a project should simply hire developers to work on that project.  No need
 to try to form a consortium or foundation and deal with tracking the money
 and taxes.  Just hire someone to do the work or to do your work so you can
 contribute.  If you have extra money to donate to the ASF, spend that
 money on hiring a Flex developer, even part-time.  I can guarantee you
 that if Adobe stops paying me to work on Flex, I’ll be trying to stitch
 together a living by working on Flex by trying to get companies to pay me
 to work on Flex.


 Live Support is a tricky topic.  A couple of big companies I’ve talked to
 want another big company to pick up support for Flex.  Not sure who a
 candidate would be, but in the ASF, live support is a community thing.
 There are folks watching the mailing list essentially 24/7 already.  But
 that’s not good enough for these big companies.  Adobe has only promised 5
 years of support for Flex.  Not sure when the deadline is up, or if Adobe
 will immediately stop at the 5 year point, but as we near the 5 year
 point, it will be interesting to see which big companies still want Flex
 support and if we can convince some other big company to pick up the ball
 if Adobe no longer wants it.

 -Alex

 On 2/25/15, 11:46 PM, Carlos Velasco carlos.velasco.bla...@gmail.com
 wrote:

 The last threads about whether it would be good or not to create a virtual
 machine which moves FLEX from using the Adobe Flash Player or not, have
 made me spent many time thinking about the whole thing.
 
 I think there are four points where the product need hard investment:
 
 1. The said virtual machine.
 2. A good, maintained and free (without cost) IDE for developers to work
 with FLEX.
 3. FLEX evangelism and live support.
 4. A bigger FLEX SDK full time commiters base.
 
 The thing is... those projects are heavy enough to fail if they are to be
 developed in a pure community driven context, as they would require full
 time dedicated people to get them live and working (in parallel to
 community free efforts).
 
 On the other hand, moving to a company to handle them delivers the
 community to the same situation that is suffering right now with Adobe
 placed at the base of the technology development.
 
 In fact, most people here work or owns companies which make profit or at
 least made profit by creating FLEX solutions, and I think we all here
 believe that it shoud be that way for the next years to come.
 
 The idea is:
 
 We could create an I support FLEX manifest that those companies and
 developers would sign to voluntarily commit to making regular donations to
 a foundation created to support and make real and maintaining alive those
 projects.
 
 The foundation goals would be: hiring programmers, analysts, product
 managers and so to maintain the 3 projects, which obviously will remain
 being open source Apache projects and mainly community driven. The scope
 here is not to become owners of the technology, but ensure that there is
 full time people working everyday on getting FLEX fit, hitting and
 running.
 
 Here in Paraguay we have very good portfolio of developers and a very low
 development hour costs rate, so it would be the right place to create such
 a foundation.
 
 Of course where comes and goes such received money, what the people is
 working on, is to be mandatory transparent as the foundation could only go
 on and work if the contributors are happy investing on it.
 
 Do you find interesting such an idea? Do you people think it would

Re: [OT] Thinking about improving the FLEX product.

2015-02-26 Thread Carlos Velasco
The idea is getting companies still interested on making money from
development of flex products involved in committing a regular fee to get 4
parallel software development teams working on the FLEX ecosystem to give
them back tools and support that guarantee the evolution.

In the end, it is investing on having better tools and better base support
that by the time could make their own clients feel more secure when buying
FLEX based solutions.

Of course it is needed a foundation infrastructure or so in order to get
the things working. It could also be created as a club of FLEX supporters
companies too, but making it a foundation lets the improvements for
everyone using the techonlogy, which I think is the core idea.



2015-02-26 5:37 GMT-03:00 piotrz piotrzarzyck...@gmail.com:

 Hi Carlos,

 Your thoughts is something what is in my mind for a long time. I would give
 a lot to have opportunity to work in a full time as an developer on Apache
 Flex project.

 But to order to create Team which support Apache Flex project you have to
 convince people who own his own companies to invest money on this. - I
 think
 this would be the issue.

 My bosses are really great and open minded people and they invest a lot of
 money to Flex apps, a lot of apps have been created by my company, but they
 moving to HTML and I doubt whether I could say to them. - Hey it's ok Move
 to HTML, but could you still invest some money to Flex ?

 I'm with you if we are talking about hiring on a full time and development.
 :)

 Piotr





 -
 Apache Flex PMC
 piotrzarzyck...@gmail.com
 --
 View this message in context:
 http://apache-flex-users.246.n4.nabble.com/OT-Thinking-about-improving-the-FLEX-product-tp9690p9692.html
 Sent from the Apache Flex Users mailing list archive at Nabble.com.



[OT] Thinking about improving the FLEX product.

2015-02-25 Thread Carlos Velasco
The last threads about whether it would be good or not to create a virtual
machine which moves FLEX from using the Adobe Flash Player or not, have
made me spent many time thinking about the whole thing.

I think there are four points where the product need hard investment:

1. The said virtual machine.
2. A good, maintained and free (without cost) IDE for developers to work
with FLEX.
3. FLEX evangelism and live support.
4. A bigger FLEX SDK full time commiters base.

The thing is... those projects are heavy enough to fail if they are to be
developed in a pure community driven context, as they would require full
time dedicated people to get them live and working (in parallel to
community free efforts).

On the other hand, moving to a company to handle them delivers the
community to the same situation that is suffering right now with Adobe
placed at the base of the technology development.

In fact, most people here work or owns companies which make profit or at
least made profit by creating FLEX solutions, and I think we all here
believe that it shoud be that way for the next years to come.

The idea is:

We could create an I support FLEX manifest that those companies and
developers would sign to voluntarily commit to making regular donations to
a foundation created to support and make real and maintaining alive those
projects.

The foundation goals would be: hiring programmers, analysts, product
managers and so to maintain the 3 projects, which obviously will remain
being open source Apache projects and mainly community driven. The scope
here is not to become owners of the technology, but ensure that there is
full time people working everyday on getting FLEX fit, hitting and running.

Here in Paraguay we have very good portfolio of developers and a very low
development hour costs rate, so it would be the right place to create such
a foundation.

Of course where comes and goes such received money, what the people is
working on, is to be mandatory transparent as the foundation could only go
on and work if the contributors are happy investing on it.

Do you find interesting such an idea? Do you people think it would collect
enough money to get those 4 development teams running and improving the
technology?

As I see it, it would be as if every company or developer working with flex
and selling flex based solutions shared a flex development team which by
the way would work for and only for them that are paying it.

Should we work in developing the idea?


Re: SharedEvents entre Applications, Subapplications,Modules

2015-01-19 Thread Carlos Velasco
En Uriana, el proceso de carga de módulos está automatizado. Cada submódulo
tiene un controlador principal al que se asocian subcontroladores de
sección si fueran necesarios y los mediadores de los recursos que el módulo
aloja.

El problema que veo es que tendrías que cambiar la app y los módulos para
que usen Uriana, que puede ser mucho trabajo así de golpe.

Los mediadores establecen las reglas de comunicación entre el recurso que
alojan y el resto de la aplicación; es decir, registran los eventos que
desean escuchar desde la Aplicación (para mediar en la gestión de la
operativa del recurso), así como en caso de ser necesario, exponen un API
pública para la gestión directa del recurso. De esta forma, un recurso
siempre se comparte de forma estandarizada al resto de la aplicación, bien
en base al paso de eventos, bien mediante el acceso directo al mediador que
lo gestiona desde cualquier otro mediador, independientemente de la
ubicación física de ambos mediadores.

En el proceso de carga de los módulos, dicho controlador es linkado con el
controlador de la aplicación, así que cualquier evento lanzado desde
cualquier mediador en la aplicación puede ser recibido por cualquier
mediador que haya declarado su interés en escucharlo, con independencia de
cómo estos han sido incorporados a la aplicación.

En la descarga de módulos, también se ha automatizado la limpieza de
recursos.

Se que falta mucha información sobre Uriana, pero posiblemente sea de tu
interés darle una vuelta.

Para usar el framework, conecta al repositorio, enlaza con los proyectos
(com.uriana.flex.framework.core, com.uriana.flex.framework.core.extensions
y com.uriana.flex.framework.application. Si vas a realizar aplicaciones
para mobile: com.uriana.flex.framework.mobile).

Simplemente precisas hacer un build para obtener los swc. Realmente para
las aplicaciones sólo necesitas el
com.uriana.flex.framework.application.swc o el
com.uriana.flex.framework.mobile.swc
Los otros son sólo para construir. Te recomiendo que lo hagas en un
workspace independiente y luego tomes los swc generados y los pegues en tu
proyecto como librerías.

Lo único que con Uriana, lo mismo ya no necesitas RobotLegs, eso ya al
gusto.

Lo bueno de Uriana, a mi parecer es:

- Obliga a seguir una programación estructurada. (Fuerza a colocar el
código en lugares concretos).
- Ofrece muchos mediadores preconstruidos para Desktop, Web y Mobile.
- La arquitectura de aplicación y enlace de piezas está automatizado, lo
que convierte el proceso de desarrollo en crearse los mediadores custom que
se precisen y la esctructura de controladores que se desee.
- Sólo se precisa extender las clases base para que el comportamiento se
personalice a la aplicación a construir.
- Sigue el patrón simplificado Mediador(Recurso) - Controlador.
- Está portado a varias tecnologías como: J2EE, GWT, C#, Android SDK (este
último aún en construcción).

No me extiendo más, si te interesa tener más información sobre cómo
funciona el framework, no dudes en preguntar.



El 18 de enero de 2015, 21:56, mjingo mji...@hotmail.com escribió:

 Gracias Carlos por tan pronta respuesta.

 Pero cómo se implementa uriana para obtener lo que necesito?.

 Te comento algo más:

 Estoy usando FlashBuilder + Flex 4.5 + Robotlegs 1.5.2

 Ele tema es que tengo varias aplicaciones swf, y cada una carga un modulo
 con *ModuleLoader*. Hasta aquí todo funciona bien. Es decir que desde la
 aplicación principal cuyo swf se carga directamente en el navegador puedo
 enviar datos mediante SharedEvents hacia un formulario que se encuentra en
 su módulo hijo cargado con ModuleLoader.

 Como son varias aplicaciones principales decidí organizarlas y llamarlas
 desde una Aplicación superior (por decirlo así), mediante SWFLoader, y es
 aquí donde me he encontrado con el problema que  el modulo cargado en la
 SubAplicacion no logra escuchar los SharedEvents que su Padre contenedor
 dispara; y creo que a lo mejor está escuchando al PadreSuperior, el cual no
 dispara nada de eventos, a ese sólo lo uso para organizar las
 subaplicaciones.

 He intentado hacerlo con algo así:
   var sharedEvent:IEventDispatcher
 =systemManager.rawChildren.getChildAt(1).loaderInfo.sharedEvents

 igual funciona sólo cuando la aplicacion es llamada directamente, pero si
 lo
 llamamos como subaplicacion. no funciona

 No sé de qué otra forma podría hacerlo, tal vez usando interfaces. no
 sé.

 Por favor si me pueden echar una mano.

 Gracias




 --
 View this message in context:
 http://apache-flex-users.246.n4.nabble.com/SharedEvents-entre-Applications-Subapplications-Modules-tp9427p9429.html
 Sent from the Apache Flex Users mailing list archive at Nabble.com.



Re: SharedEvents entre Applications, Subapplications,Modules

2015-01-18 Thread Carlos Velasco
Con Uriana no deberías tener problema. ;)

https://www.assembla.com/spaces/uriana/wiki

El 18 de enero de 2015, 19:44, mjingo mji...@hotmail.com escribió:

 Help me please.

 I want get SharedEvents from module, dispatched from Application main.

 Run ok when Application main se ejecuta directamente.

 But when Application is a SubApplication llamada desde SWFLoader, El modulo
 no logra capturar los SharedEvents de su Application padre que en este
 momento es una SubApliccation.

 var sharedEventDispatcher:IEventDispatcher
 =systemManager.loaderInfo.sharedEvents
 sharedEventDispatcher.addEventListener(PasarDatosGenerales,
 LlenaDatosGenerales,false,0,true);


 Cuando la Aplicacion es una Subaplicacion, el loaderinfo obtiene los
 eventos
 de la Applicación principal mas nó de la SubApplication.

 Application
SubApplication
Module

 Cómo obtengo los SharedEvents de SubApplication desde el módulo?

 Understand me?

 Gracias.



 --
 View this message in context:
 http://apache-flex-users.246.n4.nabble.com/SharedEvents-entre-Applications-Subapplications-Modules-tp9427.html
 Sent from the Apache Flex Users mailing list archive at Nabble.com.



Re: MVC on Flex

2013-11-22 Thread Carlos Velasco
You should test Uriana, which includes many built-in pieces to suit
enterprise flex applications development.

https://www.assembla.com/spaces/uriana/wiki

I have been porting it to GWT for the last week.

Cheers.


2013/11/21 Alain Ekambi jazzmatad...@gmail.com

 This is the approach we use for our Flex projects

 http://www.youtube.com/watch?v=kilmaSRq49g





 2013/11/21 Gary Young flashflex...@gmail.com

  MVC is limited itself, it's not designed for asynchronization situation,
  it's not designed for multiple threading, it's not designed for highly
  complex UI even. -Gary
 
 
  On Thu, Nov 21, 2013 at 1:02 PM, Jeffry Houser jef...@dot-com-it.com
  wrote:
 
  
I guess I don't understand what you mean by Native.  The Flex
  Framework
   is an ActionScript User Interface library.  There are many different
 ways
   to make use of the Flex library to achieve an MVC architecture.  Most
   people use a separate framework.  I believe that the Swiz Framework and
   Robotlegs are two most 'popular'; but there are a bunch of others out
  there.
  
  
   On 11/21/2013 12:07 PM, Helio Antonio Francisco Silva wrote:
  
   you guys READY why i ask ?
  
   MVC NATIVE, i know flex have MVC frameworks, and know all MVC
  frameworks.
  
   TY.
  
  
   On Thu, Nov 21, 2013 at 3:03 PM, Jake Churchill reyna...@gmail.com
   wrote:
  
http://bit.ly/19KXv5X
  
   Sorry, couldn't resist
  
  
   On Thu, Nov 21, 2013 at 11:02 AM, mark goldin markzolo...@gmail.com
 
   wrote:
  
Try to Google mvc frameworks for flex.
  
  
   On Thu, Nov 21, 2013 at 10:59 AM, Helio Antonio Francisco Silva 
   helio.afsi...@gmail.com wrote:
  
Hello guys,
   i have a question. I work with flex and EXT JS 4, and Ext js have a
  
   perfect
  
   MVC for me... have any work for flex working with a MVC native ?
  
   thanks.
  
   --
   *Hélio Antonio Francisco Silva*
   Desenvolvedor web
   Certificado Flash developer
   Certificado Flash Design
   Certificado web developer
   Consultor Microsiga / Totvs
   Desenvolvedor ADVPL / ASP
   Analista de sistemas e ERP Sênior.
  
  
  
  
  
   --
   Jeffry Houser
   Technical Entrepreneur
   http://www.jeffryhouser.com
   203-379-0773
  
  
 



Re: Open source flash player

2013-11-07 Thread Carlos Velasco
I don't really know why people are so entusiast with the idea of porting
FLEX to a hell shit (just my opinion) technology as Javascripy it is just
like throwing away HD smart TVs and making a party to welcome Black and
White TVs...

Sorry for the offtopic, but really tired of viewing so many Ohhh
Javascript is the future...  staff out there.


2013/11/7 Adam Malejko a...@malejko.com

 Yeah, Shumway may or may not help; but I'm not holding my breath on it.

 What will hopefully help Flex a bunch is the JS output that Alex is working
 on. Can't wait! I don't personally need it, but I know a lot of clients
 that do!

 ... and as soon as my boss lays off a bit, I hope to start at least testing
 it a bit.

 -Adam


 On Wed, Nov 6, 2013 at 10:56 PM, Alex Harui aha...@adobe.com wrote:

  This was discussed on dev@.  Shumway may not help Flex at all.  It seems
  more oriented to the rendering side of Flash, not the user interaction
  side.
 
 
  On 11/6/13 8:11 PM, Thiago Maia a...@a00s.com wrote:
 
  What I understood seens they are trying to build an opensource flash
  player to replace adobe flash player. That would be great for us flex
  developpers.
  
  
 
 http://www.ghacks.net/2013/10/02/mozillas-flash-plugin-replacement-shumway
  -lands-firefox-nightly/
  
  
  ---
  This email is free from viruses and malware because avast! Antivirus
  protection is active.
  http://www.avast.com
  
 
 



Re: Open source flash player

2013-11-07 Thread Carlos Velasco
Adam, the client you're talking about is the right client for Javascript...
When talking about flex, the scope changes. Flex is intended for
medium-high weight enterprise RIA developments and there is where
Javascript is a piece of rubbish (dirty and expensive to maintain).

It is not a matter of venting, but of trying to separate both kinds of
clients as their needs are different and also belong to different markets.

Instead, there have been lots of movements trying to raise JS out of its
simple-buggy-dirty applications development scope, which is what makes me
feel like WTF!!!


2013/11/7 Adam Malejko a...@malejko.com

 Carlos, I'm not sure if your comment was directed at mine, or if you were
 just venting a bit, but when I said that I don't personally need it, I
 meant it.

 What my clients want a lot of the time is a simple site for customers to
 sign up, or do something fancy like their backend does, yet get it done
 quick and dirty. Fussing with consumers or other enterprises who don't
 necessarily have Flash even installed (yes, they exist) isn't something we
 like to do. So, we often we will just write something in JavaScript that
 connects to our backend. I would rather have something somewhat connected
 to the backend app, written in the same language, but as it is, I can't do
 that. Having the option to output a simple app / site in JavaScript is
 appealing in that regard. Letting a JavaScript/CSS guy mess with and style
 up the output; even more appealing.

 -Adam


 On Thu, Nov 7, 2013 at 2:14 AM, Carlos Velasco 
 carlos.velasco.bla...@gmail.com wrote:

  I don't really know why people are so entusiast with the idea of porting
  FLEX to a hell shit (just my opinion) technology as Javascripy it is
 just
  like throwing away HD smart TVs and making a party to welcome Black and
  White TVs...
 
  Sorry for the offtopic, but really tired of viewing so many Ohhh
  Javascript is the future...  staff out there.
 
 
  2013/11/7 Adam Malejko a...@malejko.com
 
   Yeah, Shumway may or may not help; but I'm not holding my breath on it.
  
   What will hopefully help Flex a bunch is the JS output that Alex is
  working
   on. Can't wait! I don't personally need it, but I know a lot of clients
   that do!
  
   ... and as soon as my boss lays off a bit, I hope to start at least
  testing
   it a bit.
  
   -Adam
  
  
   On Wed, Nov 6, 2013 at 10:56 PM, Alex Harui aha...@adobe.com wrote:
  
This was discussed on dev@.  Shumway may not help Flex at all.  It
  seems
more oriented to the rendering side of Flash, not the user
 interaction
side.
   
   
On 11/6/13 8:11 PM, Thiago Maia a...@a00s.com wrote:
   
What I understood seens they are trying to build an opensource flash
player to replace adobe flash player. That would be great for us
 flex
developpers.


   
  
 
 http://www.ghacks.net/2013/10/02/mozillas-flash-plugin-replacement-shumway
-lands-firefox-nightly/


---
This email is free from viruses and malware because avast! Antivirus
protection is active.
http://www.avast.com

   
   
  
 



Re: Callout Buttons inside Callout Content

2013-09-18 Thread Carlos Velasco
CalloutButton instances are to be closed using the closeDropDown() method
which is causing the problem. Calling it for one instance is closing all
instances. I think it was programmed that way thinking there would never be
2 CalloutButton instances opened at a time, but It really happens when you
use CalloutButtons inside the contents that are displayed when an instance
of CalloutButton is opened.

Should it be thought as a bug


2013/9/17 Jerry Hamby jerryha...@vdex.com

 Carlos,

 This may or may not be of some help, but this is the way I control
 Callouts:

 I build a class to handle all opening and closing of callouts. I call it
 the CalloutMaster.
 I create a property var to store the reference to each open callout, if
 you have 2 callouts open then you would have 2 separate properties for
 reference.

 example:
 public var pLoginCallout:Callout = new loginCallout;
 public var pSettingsCallout:Callout = new settingsCallout;

 I then can kill one or both of the reference at a time.

 CalloutMaster.getInstance().mKillLoginCallout();

 public function mKillLoginCallout():void{
   if(pLoginCallout){
 pLoginCallout.close();
 pLoginCallout = null;
   }
 }

 There may be easier ways, but this works well as an overall callout
 control. This also works nicely if you are dealing with
 mobile devices and need to handle the closing or resizing during a
 orientation change.

 Jerry


 On Sep 17, 2013, at 4:09 AM, Carlos Velasco wrote:

  When using a callout button inside the callout content of a different
  callout button I am having an undesired effect.
 
  Calling the dropdown method of the child callout button (the one placed
 at
  the callout content) is closing its callout content (as desired) but also
  closing the parents callout content.
 
  Is there a way of avoiding that behaviour?
 
  Thanks in advance.
  Carlos.





Re: Callout Buttons inside Callout Content

2013-09-18 Thread Carlos Velasco
I think this kind of stuff is to be resolved for future SDK releases rather
than letting anyone implement its own workaround, don't you agree?

By the time, I will try the overriding suggestion and let you all know.


2013/9/18 Maurice Amsellem maurice.amsel...@systar.com

 Hi again,

 I have found a workaround:

 DropDownController has public variable called hitAreaAdditions that
 contains a list of DisplayObject to be excluded from triggering callout
 close.
 So you could just add CalloutButton2.callout to these hit areas when it's
 open, and remove it when it's closed.
 I have made a simple test, and it's working fine (when clicking Close
 button inside Callout2, only Callout2 is closed).

 Note: dropDownController is not accessible from CalloutButton, so you will
 have to override CalloutButton to make it public.

 WDYT ?

 Maurice

 -Message d'origine-
 De : Maurice Amsellem [mailto:maurice.amsel...@systar.com]
 Envoyé : mercredi 18 septembre 2013 11:08
 À : users@flex.apache.org
 Objet : RE: Callout Buttons inside Callout Content

 Hi,

 I have checked the source code, and the  bug is in
 DropDownController.systemManager_mouseDownHandler(), which makes an
 incorrect assumption.
 It assumes that if a mouse down occurs OUTSIDE of the callout, then the
 callout should be closed.
 This is true, unless the mouse down occurs INSIDE ANOTHER Callout, in
 which case, it should be ignored.
 See code below.


 What do you think ?


 /**
  *  @private
  *  Called when the systemManager receives a mouseDown event. This
 closes
  *  the dropDown if the target is outside of the dropDown.
  */
 mx_internal function systemManager_mouseDownHandler(event:Event):void
 {
 // stop here if mouse was down from being down on the open button
 if (mouseIsDown)
 {
 mouseIsDown = false;
 return;
 }

 if (!dropDown ||
 (dropDown 
  (event.target == dropDown
  || (dropDown is DisplayObjectContainer 

  !DisplayObjectContainer(dropDown).contains(DisplayObject(event.target))
 {

 -Message d'origine-
 De : Carlos Velasco [mailto:carlos.velasco.bla...@gmail.com]
 Envoyé : mercredi 18 septembre 2013 10:31 À : users@flex.apache.orgObjet : 
 Re: Callout Buttons inside Callout Content

 CalloutButton instances are to be closed using the closeDropDown() method
 which is causing the problem. Calling it for one instance is closing all
 instances. I think it was programmed that way thinking there would never be
 2 CalloutButton instances opened at a time, but It really happens when you
 use CalloutButtons inside the contents that are displayed when an instance
 of CalloutButton is opened.

 Should it be thought as a bug


 2013/9/17 Jerry Hamby jerryha...@vdex.com

  Carlos,
 
  This may or may not be of some help, but this is the way I control
  Callouts:
 
  I build a class to handle all opening and closing of callouts. I call
  it the CalloutMaster.
  I create a property var to store the reference to each open callout,
  if you have 2 callouts open then you would have 2 separate properties
  for reference.
 
  example:
  public var pLoginCallout:Callout = new loginCallout; public var
  pSettingsCallout:Callout = new settingsCallout;
 
  I then can kill one or both of the reference at a time.
 
  CalloutMaster.getInstance().mKillLoginCallout();
 
  public function mKillLoginCallout():void{
if(pLoginCallout){
  pLoginCallout.close();
  pLoginCallout = null;
}
  }
 
  There may be easier ways, but this works well as an overall callout
  control. This also works nicely if you are dealing with mobile devices
  and need to handle the closing or resizing during a orientation
  change.
 
  Jerry
 
 
  On Sep 17, 2013, at 4:09 AM, Carlos Velasco wrote:
 
   When using a callout button inside the callout content of a
   different callout button I am having an undesired effect.
  
   Calling the dropdown method of the child callout button (the one
   placed
  at
   the callout content) is closing its callout content (as desired) but
   also closing the parents callout content.
  
   Is there a way of avoiding that behaviour?
  
   Thanks in advance.
   Carlos.
 
 
 



Re: Callout Buttons inside Callout Content

2013-09-18 Thread Carlos Velasco
Thanks Maurice, I understood it that way. I asked because I don't know the
procedure to raise bugs in order to get it resolved.


2013/9/18 Maurice Amsellem maurice.amsel...@systar.com

 Yes, of course it needs a permanent fix  (on DropDownController, see
 previous mail).

 The workaround was just intended to help you while waiting for the fix.

 Regards,

 Maurice

 -Message d'origine-
 De : Carlos Velasco [mailto:carlos.velasco.bla...@gmail.com]
 Envoyé : mercredi 18 septembre 2013 13:05
 À : users@flex.apache.org
 Objet : Re: Callout Buttons inside Callout Content

 I think this kind of stuff is to be resolved for future SDK releases
 rather than letting anyone implement its own workaround, don't you agree?

 By the time, I will try the overriding suggestion and let you all know.


 2013/9/18 Maurice Amsellem maurice.amsel...@systar.com

  Hi again,
 
  I have found a workaround:
 
  DropDownController has public variable called hitAreaAdditions that
  contains a list of DisplayObject to be excluded from triggering
  callout close.
  So you could just add CalloutButton2.callout to these hit areas when
  it's open, and remove it when it's closed.
  I have made a simple test, and it's working fine (when clicking Close
  button inside Callout2, only Callout2 is closed).
 
  Note: dropDownController is not accessible from CalloutButton, so you
  will have to override CalloutButton to make it public.
 
  WDYT ?
 
  Maurice
 
  -Message d'origine-
  De : Maurice Amsellem [mailto:maurice.amsel...@systar.com]
  Envoyé : mercredi 18 septembre 2013 11:08 À : users@flex.apache.org
  Objet : RE: Callout Buttons inside Callout Content
 
  Hi,
 
  I have checked the source code, and the  bug is in
  DropDownController.systemManager_mouseDownHandler(), which makes an
  incorrect assumption.
  It assumes that if a mouse down occurs OUTSIDE of the callout, then
  the callout should be closed.
  This is true, unless the mouse down occurs INSIDE ANOTHER Callout, in
  which case, it should be ignored.
  See code below.
 
 
  What do you think ?
 
 
  /**
   *  @private
   *  Called when the systemManager receives a mouseDown event. This
  closes
   *  the dropDown if the target is outside of the dropDown.
   */
  mx_internal function systemManager_mouseDownHandler(event:Event):void
  {
  // stop here if mouse was down from being down on the open button
  if (mouseIsDown)
  {
  mouseIsDown = false;
  return;
  }
 
  if (!dropDown ||
  (dropDown 
   (event.target == dropDown
   || (dropDown is DisplayObjectContainer 
 
 
  !DisplayObjectContainer(dropDown).contains(DisplayObject(event.target))
  {
 
  -Message d'origine-
  De : Carlos Velasco [mailto:carlos.velasco.bla...@gmail.com]
  Envoyé : mercredi 18 septembre 2013 10:31 À :
  users@flex.apache.orgObjet : Re: Callout Buttons inside Callout
  Content
 
  CalloutButton instances are to be closed using the closeDropDown()
  method which is causing the problem. Calling it for one instance is
  closing all instances. I think it was programmed that way thinking
  there would never be
  2 CalloutButton instances opened at a time, but It really happens when
  you use CalloutButtons inside the contents that are displayed when an
  instance of CalloutButton is opened.
 
  Should it be thought as a bug
 
 
  2013/9/17 Jerry Hamby jerryha...@vdex.com
 
   Carlos,
  
   This may or may not be of some help, but this is the way I control
   Callouts:
  
   I build a class to handle all opening and closing of callouts. I
   call it the CalloutMaster.
   I create a property var to store the reference to each open callout,
   if you have 2 callouts open then you would have 2 separate
   properties for reference.
  
   example:
   public var pLoginCallout:Callout = new loginCallout; public var
   pSettingsCallout:Callout = new settingsCallout;
  
   I then can kill one or both of the reference at a time.
  
   CalloutMaster.getInstance().mKillLoginCallout();
  
   public function mKillLoginCallout():void{
 if(pLoginCallout){
   pLoginCallout.close();
   pLoginCallout = null;
 }
   }
  
   There may be easier ways, but this works well as an overall callout
   control. This also works nicely if you are dealing with mobile
   devices and need to handle the closing or resizing during a
   orientation change.
  
   Jerry
  
  
   On Sep 17, 2013, at 4:09 AM, Carlos Velasco wrote:
  
When using a callout button inside the callout content of a
different callout button I am having an undesired effect.
   
Calling the dropdown method of the child callout button (the one
placed
   at
the callout content) is closing its callout content (as desired)
but also closing the parents callout content.
   
Is there a way of avoiding that behaviour?
   
Thanks in advance.
Carlos.
  
  
  
 



Re: Callout Buttons inside Callout Content

2013-09-18 Thread Carlos Velasco
https://issues.apache.org/jira/browse/FLEX-33742


2013/9/18 Maurice Amsellem maurice.amsel...@systar.com

 Go to https://issues.apache.org/jira/browse/FLEX  , log in and raise a
 ticket.

 Then post the ticket number on this thread.

 Regards,

 Maurice

 -Message d'origine-
 De : Carlos Velasco [mailto:carlos.velasco.bla...@gmail.com]
 Envoyé : mercredi 18 septembre 2013 13:33
 À : users@flex.apache.org
 Objet : Re: Callout Buttons inside Callout Content

 Thanks Maurice, I understood it that way. I asked because I don't know the
 procedure to raise bugs in order to get it resolved.


 2013/9/18 Maurice Amsellem maurice.amsel...@systar.com

  Yes, of course it needs a permanent fix  (on DropDownController, see
  previous mail).
 
  The workaround was just intended to help you while waiting for the fix.
 
  Regards,
 
  Maurice
 
  -Message d'origine-
  De : Carlos Velasco [mailto:carlos.velasco.bla...@gmail.com]
  Envoyé : mercredi 18 septembre 2013 13:05 À : users@flex.apache.org
  Objet : Re: Callout Buttons inside Callout Content
 
  I think this kind of stuff is to be resolved for future SDK releases
  rather than letting anyone implement its own workaround, don't you agree?
 
  By the time, I will try the overriding suggestion and let you all know.
 
 
  2013/9/18 Maurice Amsellem maurice.amsel...@systar.com
 
   Hi again,
  
   I have found a workaround:
  
   DropDownController has public variable called hitAreaAdditions that
   contains a list of DisplayObject to be excluded from triggering
   callout close.
   So you could just add CalloutButton2.callout to these hit areas when
   it's open, and remove it when it's closed.
   I have made a simple test, and it's working fine (when clicking
   Close button inside Callout2, only Callout2 is closed).
  
   Note: dropDownController is not accessible from CalloutButton, so
   you will have to override CalloutButton to make it public.
  
   WDYT ?
  
   Maurice
  
   -Message d'origine-
   De : Maurice Amsellem [mailto:maurice.amsel...@systar.com]
   Envoyé : mercredi 18 septembre 2013 11:08 À : users@flex.apache.org
   Objet : RE: Callout Buttons inside Callout Content
  
   Hi,
  
   I have checked the source code, and the  bug is in
   DropDownController.systemManager_mouseDownHandler(), which makes an
   incorrect assumption.
   It assumes that if a mouse down occurs OUTSIDE of the callout, then
   the callout should be closed.
   This is true, unless the mouse down occurs INSIDE ANOTHER Callout,
   in which case, it should be ignored.
   See code below.
  
  
   What do you think ?
  
  
   /**
*  @private
*  Called when the systemManager receives a mouseDown event.
   This closes
*  the dropDown if the target is outside of the dropDown.
*/
   mx_internal function
 systemManager_mouseDownHandler(event:Event):void
   {
   // stop here if mouse was down from being down on the open
 button
   if (mouseIsDown)
   {
   mouseIsDown = false;
   return;
   }
  
   if (!dropDown ||
   (dropDown 
(event.target == dropDown
|| (dropDown is DisplayObjectContainer 
  
  
 
  !DisplayObjectContainer(dropDown).contains(DisplayObject(event.target)
  )
   {
  
   -Message d'origine-
   De : Carlos Velasco [mailto:carlos.velasco.bla...@gmail.com]
   Envoyé : mercredi 18 septembre 2013 10:31 À :
   users@flex.apache.orgObjet : Re: Callout Buttons inside Callout
   Content
  
   CalloutButton instances are to be closed using the closeDropDown()
   method which is causing the problem. Calling it for one instance is
   closing all instances. I think it was programmed that way thinking
   there would never be
   2 CalloutButton instances opened at a time, but It really happens
   when you use CalloutButtons inside the contents that are displayed
   when an instance of CalloutButton is opened.
  
   Should it be thought as a bug
  
  
   2013/9/17 Jerry Hamby jerryha...@vdex.com
  
Carlos,
   
This may or may not be of some help, but this is the way I control
Callouts:
   
I build a class to handle all opening and closing of callouts. I
call it the CalloutMaster.
I create a property var to store the reference to each open
callout, if you have 2 callouts open then you would have 2
separate properties for reference.
   
example:
public var pLoginCallout:Callout = new loginCallout; public var
pSettingsCallout:Callout = new settingsCallout;
   
I then can kill one or both of the reference at a time.
   
CalloutMaster.getInstance().mKillLoginCallout();
   
public function mKillLoginCallout():void{
  if(pLoginCallout){
pLoginCallout.close();
pLoginCallout = null;
  }
}
   
There may be easier ways, but this works well as an overall
callout control. This also works nicely if you

Re: adobe flex vs apache flex

2013-08-14 Thread Carlos Velasco
Apache FLEX was before Adobe FLEX. It was donated by Adobe to Apache last
year, so you'll find references to Apache from 4.8 version of the SDK.


2013/8/14 maven apache apachemav...@gmail.com

 Hi:

 What is the difference between adobe flex and apache flex or are they  the
 same thing?

 Because I am new in flex, once I search some questions in google, I will
 find most of them links will refer to the adobe site.


 I hope someone can give some explanation.


 Thanks.



Re: adobe flex vs apache flex

2013-08-14 Thread Carlos Velasco
Yes, you'll get the same application from the same source code using those
IDEs. Just project organization that could vary, as each IDE has its own
way to organize a project in order to get it compiled.

Some IDEs allow you to import project structure from other IDEs project
files also.


2013/8/14 maven apache apachemav...@gmail.com

 Thanks all your guys.

 Does it mean that the different IDE will generate the same application
 based on a specified Flex SDK?


 BTW, it seems that the navigation menu at `flex.apache.org` have some
 bughttps://www.dropbox.com/s/btp4nokok62ytx4/a.gif.
 (You have download the gif or it does not play)

 2013/8/14 Carl Kelvin carl_b...@yahoo.com

  Adobe flex was donated to Apache and become open source. Apache flex have
  a lot of additional features and new SDK was already release. You can
 visit
  their site @ www.flex.apache.org
 
 
  
   From: Carlos Velasco carlos.velasco.bla...@gmail.com
  To: users@flex.apache.org users@flex.apache.org
  Sent: Wednesday, August 14, 2013 4:17 PM
  Subject: Re: adobe flex vs apache flex
 
 
  Apache FLEX was before Adobe FLEX. It was donated by Adobe to Apache last
  year, so you'll find references to Apache from 4.8 version of the SDK.
 
 
  2013/8/14 maven apache apachemav...@gmail.com
 
   Hi:
  
   What is the difference between adobe flex and apache flex or are they
  the
   same thing?
  
   Because I am new in flex, once I search some questions in google, I
 will
   find most of them links will refer to the adobe site.
  
  
   I hope someone can give some explanation.
  
  
   Thanks.
  
 



Re: adobe flex vs apache flex

2013-08-14 Thread Carlos Velasco
I think at the moment new people coming to flex world is to be welcomed
rather than being someway thrown away by a rude Make your homework first
and search the Internet properly before asking nonsense, please...

I have always found those kind of forum responses quite useless... When
someone doesn't know about something, he/she also doesn't know what to look
for or where to find exactly the contents that may make they pass their
learning curve.

So let's take some tolerance with newbies and try to guide them instead of
being so overbearing. Maybe not talking the same things again and again,
but giving them direct links to begin with or so.


2013/8/14 dude d...@atheist.com

  Because I am new in flex, once I search some questions in google, I will
  find most of them links will refer to the adobe site.

 How can you not check Wikipedia first if there is an article about Adobe
 or Apache Flex at all? I'm sure it answers most of your questions. Here,
 let me help you: http://en.wikipedia.org/wiki/Apache_Flex

 On a side note: So, is that how people start using new technologies
 nowadays? Going straight to the mailing list asking people about the
 most basic things? What about some research first? Usually you should
 read as much as possible of the available information on the internet
 yourself before you start asking questions like this. Wikipedia is
 usually a good starting point for that.
 Don't get me wrong, you will get answers here because people are nice
 and like to share their knowledge, this is what OSS is all about. But
 it's a PITA to answer such questions over and over again just because
 someone can't do the most basic online search. Some really weird
 research you got there ...



Re: [Uriana Framework] Congrats for SDK 4.10 and back to work with Uriana

2013-08-07 Thread Carlos Velasco
Hi Olaf,

There is still so much to document and improve about Uriana, and as I am
currently working at it alone, It will take some time to get to a
commercial state.

However, I think the mobile example is a good point to get an overview of
what it means to use Uriana. It is a simple application, but far more
complete than an standard hello world app.

I don't know if that kind of staff is in the way you're requiring. I let
you the direct links to the example documentation and the source code at
the repository.


https://www.assembla.com/spaces/uriana/wiki/Mobile_Application_Example

https://www.assembla.com/code/uriana/subversion/nodes/116/trunk/com.uriana.flex.examples.mobile.helloworld


I would like to thank you for your comments, still I don't really know if
you are suggesting more pieces like those ones or something completely
different.

Nevertheless, it is good to receive any feedback that contributes to make
Uriana better.

Thanks.

Carlos.


2013/8/7 Krüger, Olaf okrue...@edscha.com

 Hi Carlos,
  Have any of you tested the Uriana libraries? Any suggestions of things
 that need to be fixed or changed?

 I've take a look at  the project documentation. Perhaps I'm blind  but
 can't find any working demo applications.
 Perhaps it's a good idea to provide some simple demos with different use
 cases that emphasize what the benefits of Uriana are.
 For me I can say that I need  a WoW-effect before I decide to take a
 deep dive into something new;-)

 Olaf


 

 Edscha Holding GmbH
 Sitz der Gesellschaft: Remscheid
 Registergericht: Wuppertal, HRB 22889
 Geschäftsführung: Francisco J. Riberas Mera, Juan Maria Riberas Mera,
 Francisco López Peña, David Vázquez Pascual, Torsten Greiner, Mario
 Eikelmann, Hans-Peter Schulz und Volker Weiss

 Vertretungsberechtigt sind nur Geschäftsführer und schriftlich
 Bevollmächtigte.

 Solely Managing Directors or employees with a written proxy have got power
 of representation.

 Der Inhalt dieser E-Mail einschließlich etwaiger beigefügter Dateien ist
 vertraulich und nur für den Empfänger bestimmt. Sollten Sie nicht der
 bestimmungsgemäße Empfänger sein, ist Ihnen jegliche Offenlegung,
 Vervielfältigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte
 informieren Sie in diesem Fall unverzüglich den Absender und löschen Sie
 die E-Mail einschließlich etwaiger beigefügter Dateien von Ihrem System.
 Vielen Dank.

 The contents of this e-mail including any attachments are confidential and
 may be legally privileged. If you are not the intended recipient, any
 disclosure, copying, distribution or use of its contents is strictly
 prohibited, and you should please notify the sender immediately and then
 delete this e-mail including any attachments from your system. Thank you.



Re: [Uriana Framework] Congrats for SDK 4.10 and back to work with Uriana

2013-08-07 Thread Carlos Velasco
No problems, I understood you were trying to help, so no ofense taken.

What I was trying to point is that I don't know if current examples are at
the right direction.

I know documentation is really worse than it should, but I have to admit it
is the best that my free time has let me to publish.

As always, any help or suggestion is well received. Also anyone who wants
to play or collaborate with Uriana is welcomed too.

Carlos.


2013/8/7 Krüger, Olaf okrue...@edscha.com

 Hi,

  There is still so much to document and improve about Uriana, and as I am
 currently working at it alone, It will take some time to get to a
 commercial state.
 I only want to say that I don't want to criticize your work!  I assume
 that this is much effort and I appreciate it!
 Thanks for the link, I'll take a look at it!

 OIaf

 -Ursprüngliche Nachricht-
 Von: Carlos Velasco [mailto:carlos.velasco.bla...@gmail.com]
 Gesendet: Mittwoch, 7. August 2013 10:30
 An: users@flex.apache.org
 Betreff: Re: [Uriana Framework] Congrats for SDK 4.10 and back to work
 with Uriana

 Hi Olaf,

 There is still so much to document and improve about Uriana, and as I am
 currently working at it alone, It will take some time to get to a
 commercial state.

 However, I think the mobile example is a good point to get an overview of
 what it means to use Uriana. It is a simple application, but far more
 complete than an standard hello world app.

 I don't know if that kind of staff is in the way you're requiring. I let
 you the direct links to the example documentation and the source code at
 the repository.


 https://www.assembla.com/spaces/uriana/wiki/Mobile_Application_Example


 https://www.assembla.com/code/uriana/subversion/nodes/116/trunk/com.uriana.flex.examples.mobile.helloworld


 I would like to thank you for your comments, still I don't really know if
 you are suggesting more pieces like those ones or something completely
 different.

 Nevertheless, it is good to receive any feedback that contributes to make
 Uriana better.

 Thanks.

 Carlos.


 2013/8/7 Krüger, Olaf okrue...@edscha.com

  Hi Carlos,
   Have any of you tested the Uriana libraries? Any suggestions of
   things
  that need to be fixed or changed?
 
  I've take a look at  the project documentation. Perhaps I'm blind  but
  can't find any working demo applications.
  Perhaps it's a good idea to provide some simple demos with different
  use cases that emphasize what the benefits of Uriana are.
  For me I can say that I need  a WoW-effect before I decide to take a
  deep dive into something new;-)
 
  Olaf
 
 
  
 
  Edscha Holding GmbH
  Sitz der Gesellschaft: Remscheid
  Registergericht: Wuppertal, HRB 22889
  Geschäftsführung: Francisco J. Riberas Mera, Juan Maria Riberas Mera,
  Francisco López Peña, David Vázquez Pascual, Torsten Greiner, Mario
  Eikelmann, Hans-Peter Schulz und Volker Weiss
 
  Vertretungsberechtigt sind nur Geschäftsführer und schriftlich
  Bevollmächtigte.
 
  Solely Managing Directors or employees with a written proxy have got
  power of representation.
 
  Der Inhalt dieser E-Mail einschließlich etwaiger beigefügter Dateien
  ist vertraulich und nur für den Empfänger bestimmt. Sollten Sie nicht
  der bestimmungsgemäße Empfänger sein, ist Ihnen jegliche Offenlegung,
  Vervielfältigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte
  informieren Sie in diesem Fall unverzüglich den Absender und löschen
  Sie die E-Mail einschließlich etwaiger beigefügter Dateien von Ihrem
 System.
  Vielen Dank.
 
  The contents of this e-mail including any attachments are confidential
  and may be legally privileged. If you are not the intended recipient,
  any disclosure, copying, distribution or use of its contents is
  strictly prohibited, and you should please notify the sender
  immediately and then delete this e-mail including any attachments from
 your system. Thank you.
 

 

 Edscha Holding GmbH
 Sitz der Gesellschaft: Remscheid
 Registergericht: Wuppertal, HRB 22889
 Geschäftsführung: Francisco J. Riberas Mera, Juan Maria Riberas Mera,
 Francisco López Peña, David Vázquez Pascual, Torsten Greiner, Mario
 Eikelmann, Hans-Peter Schulz und Volker Weiss

 Vertretungsberechtigt sind nur Geschäftsführer und schriftlich
 Bevollmächtigte.

 Solely Managing Directors or employees with a written proxy have got power
 of representation.

 Der Inhalt dieser E-Mail einschließlich etwaiger beigefügter Dateien ist
 vertraulich und nur für den Empfänger bestimmt. Sollten Sie nicht der
 bestimmungsgemäße Empfänger sein, ist Ihnen jegliche Offenlegung,
 Vervielfältigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte
 informieren Sie in diesem Fall unverzüglich den Absender und löschen Sie
 die E-Mail einschließlich etwaiger beigefügter Dateien von Ihrem System.
 Vielen Dank.

 The contents of this e-mail including any attachments are confidential and
 may be legally privileged. If you

Re: Rules engine

2013-07-31 Thread Carlos Velasco
Could you elaborate a bit?


2013/7/31 mark goldin markzolo...@gmail.com

 Anyone can point to such a component or a complete program written in
 Flash/Flex?

 Thanks



Re: MVC framework

2013-07-25 Thread Carlos Velasco
In case you like PureMVC, take a look at Uriana, which is quite similar but
adds so many built-in libraries and automations.


2013/7/25 Krüger, Olaf okrue...@edscha.com

 Hi,
 until now I'm using PureMVC multicore with my Flex projects but it seems
 that PureMVC is an old steamer.
 Starting a new project I'd like to ask if anybody has experience with
 Robotlegs2 or mvcExpress.
 Or is there an other highly recommended MVC framework or is it currently
 the best way to use Flex only without any third party micro framework;-)

 Thanks
 Olaf

 

 Edscha Holding GmbH
 Sitz der Gesellschaft: Remscheid
 Registergericht: Wuppertal, HRB 22889
 Geschäftsführung: Francisco J. Riberas Mera, Juan Maria Riberas Mera,
 Francisco López Peña, David Vázquez Pascual, Torsten Greiner, Mario
 Eikelmann, Hans-Peter Schulz und Volker Weiss

 Vertretungsberechtigt sind nur Geschäftsführer und schriftlich
 Bevollmächtigte.

 Solely Managing Directors or employees with a written proxy have got power
 of representation.

 Der Inhalt dieser E-Mail einschließlich etwaiger beigefügter Dateien ist
 vertraulich und nur für den Empfänger bestimmt. Sollten Sie nicht der
 bestimmungsgemäße Empfänger sein, ist Ihnen jegliche Offenlegung,
 Vervielfältigung, Weitergabe oder Nutzung des Inhalts untersagt. Bitte
 informieren Sie in diesem Fall unverzüglich den Absender und löschen Sie
 die E-Mail einschließlich etwaiger beigefügter Dateien von Ihrem System.
 Vielen Dank.

 The contents of this e-mail including any attachments are confidential and
 may be legally privileged. If you are not the intended recipient, any
 disclosure, copying, distribution or use of its contents is strictly
 prohibited, and you should please notify the sender immediately and then
 delete this e-mail including any attachments from your system. Thank you.



Re: educational software development

2013-07-11 Thread Carlos Velasco
Take a look at Uriana (https://www.assembla.com/spaces/uriana/wiki). It's
not gone away, but being built and upgraded right now and it also helps
with mobile based complex applications.

In case you are interested, feel free to ask any doubts about Uriana and
how to use it at your projects.

Cheers,
Carlos.


2013/7/11 Scott Matheson smathe...@intralinks.com

 Hi
 I have been developing the same educational app units of sound in a
 HyperCard type tool ToolBook for the past  16 years, 3 years ago we started
 the process to move this app to flex,

 I have no regrets so far, however I know I may have to recode in to HTML5
 in the next 3-5 years depending on how flex develops, I hope I do not have
 to do this, if I was starting today,I think I would have gone down the
 HTML5 road, HTML 5 and the supporting frameworks have come on a lot in the
 past 3 years

 Unlike commercial software, educational software is not a highly
 profitable product, so we have a  small team

 In this market you must have a tablet version of you product, I hope to
 save a lot of time with the flex AIR / Tablet

 I found design the hardest part of the project, until adobe gave up with
 flex you had so many way of approaching you project and no clear winner,
 now most if not all of these frameworks have gone/ past away, the road is
 clear, KISS, use simple MVC and stay within the simple flex frame work you
 can

 The other big help in FLEX is the 1000's of example of how to do X Y Z on
 the web, and the support from this group

 Scott

 PS launch of units of sound UK English q4, US English Q1 CY 14' yes us
 Brits are coming to the US to teach you how to read :)

 Sent from my iPad

 On 11 Jul 2013, at 05:22, Thiago Maia a...@a00s.com wrote:

  I using Flex/AIR+Blazeds+Tomcat+Java+MySQL in eclipse. I just press play
 and everithing start to work.  Then to convert do AIR I just press Convert
 to AIR, and again everithing work (this case not including java that will
 run on the server).
  I really looking for to move to IntelliJ but I couldnt make all this
 work together. In the intellij website have a tutorial but didnt help to
 put all together. Do you know any tutorial about that?
 
  thanks
  Dennis,  I think IntelliJ is the best IDE( much better than
 FlashBuilder)
  for Flash/Flex development, and I admire you have C/C++ experience,
 because
  FlasCC can complile C/C++ into Flash App, which is a killer feature.
 -Gary
 
 
  On Wed, Jul 10, 2013 at 11:02 PM, haseeb ahmed lalama...@gmail.com
 wrote:
 
  sorry for interruption.  haxe.org provides equally good workflow and
 IMHO,
  its more future proof. 99% similar to as3 stuff.
 
 
  On Wed, Jul 10, 2013 at 7:54 PM, Dennis Raddle 
 dennis.rad...@gmail.com
  wrote:
  Is Flash Builder a good tool for ActionScript development, or is there
  something better? I don't want to pay for more than one tool. I'm a
  C++/Python programmer so I'm comfortable working in code.
 
  Dennis
 
 
  On Wed, Jul 10, 2013 at 7:36 PM, Gary Young flashflex...@gmail.com
  wrote:
 
  My answer is YES, Flash Platform is the only one can cross most
 desktop
  browsers and Android/IOS apps, others are just fake. Use Flex when 1)
  your
  app will use a lot of standard components; 2) your app has highly
  complex
  user interactions. -Gary
 
 
  --
  regards,
  lala
 

 

 Disclaimer: This electronic mail and any attachments are confidential and
 may be privileged. If you are not the intended recipient, please notify the
 sender immediately by replying to this email, and destroy all copies of
 this email and any attachments. Thank you.



Re: Image properties problem when view is not a firstView in Flex

2013-07-09 Thread Carlos Velasco
If you're interested take a try on Uriana (
https://www.assembla.com/spaces/uriana/wiki) as it makes unnecessary the
use of creationComplete and this problem might not happen to you.

Cheers,
Carlos.


2013/7/9 Mark Line markl...@gmail.com

 Hi Philip,



 I've cc the users as it may help someone else.



 To fix your problem it's pretty simple. I've just added an event listener
 on
 the complete event which the spark Image control has.



 The event is dispatched once the Image control has loaded its source.



 The full class is below:



 ?xml version=1.0 encoding=utf-8?

 s:View xmlns:fx=http://ns.adobe.com/mxml/2009;

 xmlns:s=library://ns.adobe.com/flex/spark title=VIEW1

 creationComplete=view1_creationCompleteHandler(event)



   fx:Script

 ![CDATA[



   import mx.events.FlexEvent;



   protected function
 view1_creationCompleteHandler(event:FlexEvent):void

   {

 //trace(Image Width =  +
 myImage1.bitmapData.width);

   }



   private function
 myImage1_completeHandler(event:Event):void

   {

 trace(Image Width =  +
 myImage1.bitmapData.width);

   }



 ]]

   /fx:Script



   s:Image id=myImage1 source=images/image1.jpg
 complete=myImage1_completeHandler(event) /



 /s:View



 As to why you were seeing the problem in the first place. You were
 listening
 for the creation complete function the view. The view will dispatch the
 event once all of its children have been created. (By children I mean
 components you have added to the view in mxml in this case)



 An spark Image control was created (if you look in the debugger you can
 see)
 but it hadn't loaded its content. This is why the bitmapData was null.



 Hope that helps explain



 Mark



 From: Philip Medlam [mailto:philip.med...@gmail.com]
 Sent: 09 July 2013 11:15
 To: markl...@gmail.com
 Subject: Image properties problem when view is not a firstView in Flex



 Hi Mark,



 I have attached an fxp file (160k) to highlight the problem.



 With the initial configuration, when I click the View1 button, the image
 in view1, does not appear to have properties in the creation complete
 handler?



 If I change the Main program, so the firstView is View1 (rather than Main),
 then all OK?



 In my actual program, I want to go to a main program and then select the
 view I wish to go to.

 When  I go to the view (view1 in this test example), I want to get the
 image
 properties and scale the image appropriately.



 I don't understand why the properties exist if I go to the view as the
 firstView, but not if I call the view from another component?



 TIA for your help.



 I haven't sent this to the group, as I am not sure that attachments are
 allowed.



 Phil.






 --
 Philip Medlam




Re: With ref to- Creation of mobile/tablet apps in Flex projects

2013-06-05 Thread Carlos Velasco
You could take a look to Uriana (https://www.assembla.com/spaces/uriana/wiki).
Though it is still under development, it provides a mobile library that
could help you so much to get your mobile apps ready and working.


2013/6/5 Elena Geller elena.gel...@gmail.com

 Web server has nothing to do with it. You need to create AIR app. If you
 work on Windows computer, i'd recommend you to use FlashDevelop, it is
 super easy. You can create Flex Air project and generate iOS or Android app
 (for iOS you need certificate though).
 Am 05.06.2013 07:29 schrieb Arvind Dievs Software 
 arv...@dievssoftware.com:

  Hello Elena/all
 
 
  OK, can a web server be used to do the same thing(convert Flex projects
  into mobile/tablet apps)?
 
 
  Has anyone done/attempted to do this?
 
 
 
  Yours sincerely,
  Arvind,
  Dievs Software.
 
 
 
 
  From: Elena Geller
  Sent: Wednesday, 5 June 2013 10:44
  To: users@flex.apache.org
 
 
  It is independent of Flash Builder. I haven't a link to documentation
 just
  now, but you can get it even without IDE, as parameters in command line.
  Every IDE (i used FlashDevelop) does it comfortable.
  Am 05.06.2013 06:12 schrieb Arvind Dievs Software 
  arv...@dievssoftware.com:
 
   Hi
  
  
   In Flash Builder Flex based apps can be converted into mobile apps
   targeting different types of mobile/tablet devices.
  
  
   What I wish to know is, is the source code and /  or binaries for doing
   this conversion/creation of mobile apps available for download/ for use
   separate from Flash Builder?
  
  
   Thanks,
  
   Arvind.



Re: With ref to- Creation of mobile/tablet apps in Flex projects

2013-06-05 Thread Carlos Velasco
I think the answer to your question depends on the software you are
planning to develop. In my experience FLEX works good with form-based
applications, such as managing, registering or so, where development times
are significantly lower than using other alternative technologies and the
final app performance is acceptable.

I would stand out of the flex way for hardware consuming apps though.

By the way, Uriana helps a lot (in my opinion) to develop medium-large
mobile modular applications, as it provides several framework prebuilt
pieces to deal with common mobile issues.

Hope that helps.


2013/6/5 Ajar ajar.interact...@gmail.com

 Carlos, Elena  Arvind hello
 I have a very straight forward question to you and everyone else on this
 list:
 Is flex really relevant for mobile?
 This is asked due to its dependency of the regular stage display list, and
 inability to take advantage of stage3d performance.
 Why should anyone choose flex over feathersUI for mobile development?
 I love flex mainly for web desktop apps
 But it seems like it needs to be re-written on top of stage3d to be
 relevant for mobile
 And that's exactly what Josh did when he created feathers...
 Your thoughts?
 Ajar

 On Wednesday, June 5, 2013, Carlos Velasco wrote:

  You could take a look to Uriana (
  https://www.assembla.com/spaces/uriana/wiki).
  Though it is still under development, it provides a mobile library that
  could help you so much to get your mobile apps ready and working.
 
 
  2013/6/5 Elena Geller elena.gel...@gmail.com javascript:;
 
   Web server has nothing to do with it. You need to create AIR app. If
 you
   work on Windows computer, i'd recommend you to use FlashDevelop, it is
   super easy. You can create Flex Air project and generate iOS or Android
  app
   (for iOS you need certificate though).
   Am 05.06.2013 07:29 schrieb Arvind Dievs Software 
   arv...@dievssoftware.com javascript:;:
  
Hello Elena/all
   
   
OK, can a web server be used to do the same thing(convert Flex
 projects
into mobile/tablet apps)?
   
   
Has anyone done/attempted to do this?
   
   
   
Yours sincerely,
Arvind,
Dievs Software.
   
   
   
   
From: Elena Geller
Sent: Wednesday, 5 June 2013 10:44
To: users@flex.apache.org javascript:;
   
   
It is independent of Flash Builder. I haven't a link to documentation
   just
now, but you can get it even without IDE, as parameters in command
  line.
Every IDE (i used FlashDevelop) does it comfortable.
Am 05.06.2013 06:12 schrieb Arvind Dievs Software 
arv...@dievssoftware.com javascript:;:
   
 Hi


 In Flash Builder Flex based apps can be converted into mobile apps
 targeting different types of mobile/tablet devices.


 What I wish to know is, is the source code and /  or binaries for
  doing
 this conversion/creation of mobile apps available for download/ for
  use
 separate from Flash Builder?


 Thanks,

 Arvind.
  
 


 --
 CasaVersa ~ http://www.casaversa.com ~ Travel for all {

 https://www.facebook.com/CasaVersa.Home.Exchange
 https://twitter.com/CasaVersa
   http://pinterest.com/casaversa/  http://casaversa.tumblr.com/
 http://www.scoop.it/t/casaversa
 https://plus.google.com/109417412479011946456
 http://www.linkedin.com/company/casaversa
 http://www.casaversa.com/blog/
 Ajar Bahamonde | @__Ajar__ https://twitter.com/__Ajar__
 M:  +972 544 966 104
 @:  ajar.interact...@gmail.com



Re: Example apps for new components

2013-05-23 Thread Carlos Velasco
I agree. It is at least as important a good and useful documentation as the
addition of new functionalities.

I even think that new components should not be added to the framework until
an standard minimum doc and examples is provided...

:)

El jueves, 23 de mayo de 2013, Lionel A. Pierre lion...@medez.com
escribió:
 Adobe's Tour de Flex was useful for this purpose, illustrating the way to
 use the components and features as they were added to the framework. They
 also had the project starter application (Launchpad -- I think) that built
 your skeleton project based on the features you selected.

 As Flex continues to evolve, we may want to consider similar ways of
 keeping users up to date on the powerful new functionality available to
 them.

 Posts on blogs could work too though.

 *Lionel*



Re: [Uriana Framework] Documentation updated

2013-04-24 Thread Carlos Velasco
I am currently creating a 'Create a Mobile Application from scratch using
Uriana' tutorial that can be found at:

https://www.assembla.com/spaces/uriana/wiki/Mobile_Application_Example

It is not complete still, but it may help you all to get an idea of how an
Uriana based mobile application looks like.

I hope to be finishing it this week or before tuesday, as I am leaving the
country for holidays and I won't be able to make any additions until June.

By the way, I would love to retrieve some feedback, comments or questions
from you guys, as they will all help me to improve the framework.

Thanks in advance.

Carlos.


2013/4/23 Carlos Velasco carlos.velasco.bla...@gmail.com

 I have updated the mobile library documentation so people could understand
 better the functionalities that are provided by the included mediators.

 I hope to begin adding tutorials and code examples in the following days.
 Unfortunately I will be out all May (holidays, :D), so I don't think I will
 be able to extend the Uriana capabilities in such a month, but I would love
 to leave some examples for you to begin playing with Uriana.

 By the way, If anyone would be interested in writting some library use
 examples I would help whatever I could and I think it would be a good
 testing experience for the framework and the best way to begin using it.

 Hope it all would help you guys!

 Cheers,

 Carlos.



Re: [Uriana Framework] Documentation updated

2013-04-24 Thread Carlos Velasco
Thank you so much Mark!.

It is good to know there is people out there having the intention to test
and possibly use Uriana for their future developments.

I hope to complete documentation and examples of the main core, extensions
and mobile libraries to focus in extending the services library (to wrap
Granite and BlazeDS) and adding more prebuilt common use resources.

Maybe, there would be more people testing and contributing somehow in the
framework these days.

Hoping all that work may help community to stand at FLEX side...

Carlos.




2013/4/24 Mark Fuqua m...@availdata.com

 I looked through your tutorial, it looks very nice.  I am interested in
 working with Uriana if time permits in the next month or so.

 I think you may find feedback/comments/help hard to come by.  Not because
 there is anything wrong with your framework, but because it is pretty much
 the nature of the beast.

 However, creating this for all the world to use (or at least see) is the
 best way to make sure you are doing a great job with the code and teaching
 is the best way to learn.

 Don't take a lack of response as an indicator of Uriana's quality or
 standing.  If it develops a following, it may be a while in coming and
 meanwhile, developing Uriana in an open and inviting way will help you
 create a much better product.

 Good Luck,

 Mark

 -Original Message-
 From: Carlos Velasco [mailto:carlos.velasco.bla...@gmail.com]
 Sent: Wednesday, April 24, 2013 6:17 AM
 To: users@flex.apache.org
 Subject: Re: [Uriana Framework] Documentation updated

 I am currently creating a 'Create a Mobile Application from scratch using
 Uriana' tutorial that can be found at:

 https://www.assembla.com/spaces/uriana/wiki/Mobile_Application_Example

 It is not complete still, but it may help you all to get an idea of how an
 Uriana based mobile application looks like.

 I hope to be finishing it this week or before tuesday, as I am leaving the
 country for holidays and I won't be able to make any additions until June.

 By the way, I would love to retrieve some feedback, comments or questions
 from you guys, as they will all help me to improve the framework.

 Thanks in advance.

 Carlos.


 2013/4/23 Carlos Velasco carlos.velasco.bla...@gmail.com

  I have updated the mobile library documentation so people could
  understand better the functionalities that are provided by the included
 mediators.
 
  I hope to begin adding tutorials and code examples in the following days.
  Unfortunately I will be out all May (holidays, :D), so I don't think I
  will be able to extend the Uriana capabilities in such a month, but I
  would love to leave some examples for you to begin playing with Uriana.
 
  By the way, If anyone would be interested in writting some library use
  examples I would help whatever I could and I think it would be a good
  testing experience for the framework and the best way to begin using it.
 
  Hope it all would help you guys!
 
  Cheers,
 
  Carlos.
 





[Uriana Framework] Documentation updated

2013-04-23 Thread Carlos Velasco
I have updated the mobile library documentation so people could understand
better the functionalities that are provided by the included mediators.

I hope to begin adding tutorials and code examples in the following days.
Unfortunately I will be out all May (holidays, :D), so I don't think I will
be able to extend the Uriana capabilities in such a month, but I would love
to leave some examples for you to begin playing with Uriana.

By the way, If anyone would be interested in writting some library use
examples I would help whatever I could and I think it would be a good
testing experience for the framework and the best way to begin using it.

Hope it all would help you guys!

Cheers,

Carlos.


Re: [Uriana Framework] Documentation updated

2013-04-12 Thread Carlos Velasco
Hello again Scott, did you have time to take a look to the framework? I
would love to get some feedback around.

Thanks in advance.

Carlos.


2013/4/8 Carlos Velasco carlos.velasco.bla...@gmail.com

 Hi Scott,

 I have started the documents for the mobile library, you should take a
 look at it to figure out if Uriana could help you with your current
 developments.

 Cheers,
 Carlos.


 2013/4/8 Carlos Velasco carlos.velasco.bla...@gmail.com

 It seems to me that you've been working on the same path that Uriana goes
 (same methodology).

 The point with Uriana is that when developping for IPAD you will use
 mobile library instead of application library, which simplifies the
 application-module architecture exchanging it for a simplified Sections and
 views within a section architecture, but in the end you change some
 components and extend Mobile based ones to get everything done.

 I find it quite simple to work with, and I hope it will fit your purposes
 well.

 Thanks for your interest.

 Cheers,
 Carlos.


 2013/4/8 Scott Matheson smathe...@intralinks.com

 Carlos
my project is a simple MVC application designed to teach dyslexic
 to read,
 we have used standard MXML and AS and a few events with modules to keep
 every thing nice and clean

 There is only 2 developers on the project, so we try and keep the project
 simple with out lots of over heads

 We will port to iPad etc later this year

 I will try and understand you work, it may save us a lot of time

 Scott





 On 4/8/13 3:16 PM, Carlos Velasco carlos.velasco.bla...@gmail.com
 wrote:

 Hi Scott, and thanks for your comments. I have planned the site as a
 'how
 does it work' rather than a 'this is the wtf framework for' as I am just
 sharing it with the world instead of selling it, but I will try to show
 its
 benefits in the how to's part, well at this point any advice is of value
 :).
 
 I can point some of the 'Why to use it' staff in advance:
 
 - Standarized methodology for Web, desktop and mobile projects.
 - Makes software easy to understand and maintain.
 
 - Standard linkage between pieces in a program (Event or direct access
 based as desired).
 - Pre-built framework pieces to simplify handling common resources, lot
 of
 them are to handle mobile staff. (Let's say, views are provided of a
 localization manager to handle locales, a logger to write log lines and
 so... you don't need to add them to start working)
 - Resource cleaning is ensured by the framework (and also stablishes
 points
 for manual cleaning when desired).
 - Abstracts dispatchers and listeners staff through the application.
 - It's extensible to handle any resources or third party libraries.
 - I think it's quite lightweight.
 
 And in my opinion the most important ones:
 
 - It's very confortable working with it.
 - It implements much more logic than the pureMVC framework (so I don't
 need
 to code it again and again).
 - The workflow is very simple (resource - Event - Mediator - Event -
 Rest
 of the world through Controllers).
 
 I don't know what you are working at right now or if Uriana is the best
 solution for your problems, but I can say I would help with whatever you
 need in case you find it interesting for your projects or were
 interested
 in colaborating to improve the Uriana capabilities.
 
 Cheers,
 Carlos.
 
 
 2013/4/8 Scott Matheson smathe...@intralinks.com
 
  Hi
 So this may be more an issue about me, and maybe this group is not
 for
  me, I am a business developed that hacks at code and make stuff work,
 
  When I read a page I am trying to understand the benefits, what will
 this
  do for me
 
  When I  read this WiKi I do not get the sense of the value, so I have
 no
  idea if this will be of benefit to the business problems I am
 challenged
  with
 
  As I said this may have more to do with my ability to decode what
  information is provided, no offense ment
 
 
  Scott
 
 
 
  On 4/8/13 1:02 PM, Carlos Velasco carlos.velasco.bla...@gmail.com
  wrote:
 
  I have extended the Application Library documentation:
  
  https://www.assembla.com/spaces/uriana/wiki/Application_Library
  
  But at the moment I have not received feedback, questions or so from
 the
  community. Is anyone testing Uriana out there?
  
  Cheers, Carlos.
  
  
  2013/4/5 Carlos Velasco carlos.velasco.bla...@gmail.com
  
   I have recently updated documentation wiki pages for Uriana's
  application
   library:
  
   https://www.assembla.com/spaces/uriana/wiki/Application_Library
  
   I will be working to complete these documentation pages and create
 the
   Mobile library ones in the next days.
  
   Finally I hope to add application code examples within the next 2
 weeks.
  
   As allways, any advice or comment about how to improve the Uriana
 site
   will be wellcome.
  
   Cheers,
  
   Carlos.
  
 
 
  
 
  Disclaimer: This electronic mail and any attachments are confidential
 and
  may be privileged. If you

Re: [Uriana Framework] Documentation updated

2013-04-08 Thread Carlos Velasco
Hi Scott,

I have started the documents for the mobile library, you should take a look
at it to figure out if Uriana could help you with your current developments.

Cheers,
Carlos.


2013/4/8 Carlos Velasco carlos.velasco.bla...@gmail.com

 It seems to me that you've been working on the same path that Uriana goes
 (same methodology).

 The point with Uriana is that when developping for IPAD you will use
 mobile library instead of application library, which simplifies the
 application-module architecture exchanging it for a simplified Sections and
 views within a section architecture, but in the end you change some
 components and extend Mobile based ones to get everything done.

 I find it quite simple to work with, and I hope it will fit your purposes
 well.

 Thanks for your interest.

 Cheers,
 Carlos.


 2013/4/8 Scott Matheson smathe...@intralinks.com

 Carlos
my project is a simple MVC application designed to teach dyslexic
 to read,
 we have used standard MXML and AS and a few events with modules to keep
 every thing nice and clean

 There is only 2 developers on the project, so we try and keep the project
 simple with out lots of over heads

 We will port to iPad etc later this year

 I will try and understand you work, it may save us a lot of time

 Scott





 On 4/8/13 3:16 PM, Carlos Velasco carlos.velasco.bla...@gmail.com
 wrote:

 Hi Scott, and thanks for your comments. I have planned the site as a 'how
 does it work' rather than a 'this is the wtf framework for' as I am just
 sharing it with the world instead of selling it, but I will try to show
 its
 benefits in the how to's part, well at this point any advice is of value
 :).
 
 I can point some of the 'Why to use it' staff in advance:
 
 - Standarized methodology for Web, desktop and mobile projects.
 - Makes software easy to understand and maintain.
 
 - Standard linkage between pieces in a program (Event or direct access
 based as desired).
 - Pre-built framework pieces to simplify handling common resources, lot
 of
 them are to handle mobile staff. (Let's say, views are provided of a
 localization manager to handle locales, a logger to write log lines and
 so... you don't need to add them to start working)
 - Resource cleaning is ensured by the framework (and also stablishes
 points
 for manual cleaning when desired).
 - Abstracts dispatchers and listeners staff through the application.
 - It's extensible to handle any resources or third party libraries.
 - I think it's quite lightweight.
 
 And in my opinion the most important ones:
 
 - It's very confortable working with it.
 - It implements much more logic than the pureMVC framework (so I don't
 need
 to code it again and again).
 - The workflow is very simple (resource - Event - Mediator - Event - Rest
 of the world through Controllers).
 
 I don't know what you are working at right now or if Uriana is the best
 solution for your problems, but I can say I would help with whatever you
 need in case you find it interesting for your projects or were interested
 in colaborating to improve the Uriana capabilities.
 
 Cheers,
 Carlos.
 
 
 2013/4/8 Scott Matheson smathe...@intralinks.com
 
  Hi
 So this may be more an issue about me, and maybe this group is not
 for
  me, I am a business developed that hacks at code and make stuff work,
 
  When I read a page I am trying to understand the benefits, what will
 this
  do for me
 
  When I  read this WiKi I do not get the sense of the value, so I have
 no
  idea if this will be of benefit to the business problems I am
 challenged
  with
 
  As I said this may have more to do with my ability to decode what
  information is provided, no offense ment
 
 
  Scott
 
 
 
  On 4/8/13 1:02 PM, Carlos Velasco carlos.velasco.bla...@gmail.com
  wrote:
 
  I have extended the Application Library documentation:
  
  https://www.assembla.com/spaces/uriana/wiki/Application_Library
  
  But at the moment I have not received feedback, questions or so from
 the
  community. Is anyone testing Uriana out there?
  
  Cheers, Carlos.
  
  
  2013/4/5 Carlos Velasco carlos.velasco.bla...@gmail.com
  
   I have recently updated documentation wiki pages for Uriana's
  application
   library:
  
   https://www.assembla.com/spaces/uriana/wiki/Application_Library
  
   I will be working to complete these documentation pages and create
 the
   Mobile library ones in the next days.
  
   Finally I hope to add application code examples within the next 2
 weeks.
  
   As allways, any advice or comment about how to improve the Uriana
 site
   will be wellcome.
  
   Cheers,
  
   Carlos.
  
 
 
  
 
  Disclaimer: This electronic mail and any attachments are confidential
 and
  may be privileged. If you are not the intended recipient, please notify
 the
  sender immediately by replying to this email, and destroy all copies of
  this email and any attachments. Thank you.
 


 

 Disclaimer

Re: Adobe¹s chief technology officer headed to Apple

2013-03-20 Thread Carlos Velasco
When a player leaves Real Madrid CF to play in FC Barcelona, or vice versa,
conspiracy theories are to fly around...

2013/3/20 Lionel Pierre lion...@medez.com

 Call me paranoid, but if I had to sabotage something ... I would probably
 make sure to 'appear' to be its greatest defender too.
 I'm only being half serious here. I just find it funny that he ends up at
 Apple ... of all places.
 Just one of those things that make me think hmmm ... interesting

 *Lionel*

 On Wed, Mar 20, 2013 at 12:15 PM, Angelo Anolin angelo.ano...@gmail.com
 wrote:

  But wasn't it Kevin Lynch who actually lambasted Apple for not supporting
  flash technology in their iPhone and iPad products? I knew for a while
  during the times in 2010 when Steve Jobs wrote his Thoughts on Flash
  article that Kevin was at the forefront of defending Flash.
  On Mar 20, 2013 9:55 AM, Carlos Velasco 
 carlos.velasco.bla...@gmail.com
  
  wrote:
 
   That's exactly how it sounded to me.
  
   2013/3/20 Lionel Pierre lion...@medez.com
  
Unlikely.
I think more of a Thanks for taking care of that 'thing' for us
 before
   ...
welcome aboard (as promised).
   
*Lionel*
   
On Wed, Mar 20, 2013 at 11:21 AM, Lee Burrows
subscripti...@leeburrows.comwrote:
   
 I cant wait for that Apple press release announcing Flash will be
 pre-installed next iPhone ;)


 On 20/03/2013 15:10, Fréderic Cox wrote:

 That does not shock me much, what is shocking to me is the fact
 that
they
 do not replace him ..

 Fréderic Cox




 On 20/03/13 16:07, Lionel Pierre lion...@medez.com wrote:

  This might be old news for some of you but ... h.

 http://www.washingtonpost.com/**business/technology/adobes-**
 chief-technology-
   
  
 
 http://www.washingtonpost.com/business/technology/adobes-chief-technology-

 officer-headed-to-apple/2013/**03/20/fa0a4302-9154-11e2-bdea-**
 e32ad90da239_st
 ory.html

 *
 Lionel*





 --
 Lee Burrows
 ActionScripter


   
  
 



Uriana News!

2013-03-15 Thread Carlos Velasco
A friend of mine said me he is not receiving notifications about Uriana at
users mail list, so I have created a new thread to notify news on Uriana
Development process.

Good day to everyone on the community!,

I will try to keep you all informed about the status and improvements at *
Uriana*:

Uriana's site: https://www.assembla.com/spaces/uriana/wiki

*Framework Core Library* - Documentation almost complete and a coding
example provided. Hope you'll find it enough to get an idea of how Uriana
works.
*Core Extensions Library* - Documenting right now, you can find several
examples of how to use the Mediators provided by the library. Hope to
finish it during the weekend.

Code is updated at repository and I am still to update the downloads page
with the last improvements.

Hope to hear feedback from you and advices.

Thanks in advance.


Hope you receive it now!.

Cheers, Carlos.