Category Archives: Adobe Flex
Tip #1: Using negative numbers with String operationsTip #1: Usando números negativos con las operaciones de String
Every now and then you need to remove some characters from a String, and when is from the end of the String what I normally do is calculate the length of the String and subtract the amount of chars to remove. … Continue reading
Jobs vs FlashJobs vs Flash
I’ve been reading a lot about this topic and feel there are always a couple of points in my opinion left unsaid… First of all I believe its pretty irresponsible say that the main reason of crashes in MacOS is … Continue reading
Adobe Max OnlineAdobe Max EnLínea
The Adobe Max just started… couln’t be there but watching online And expecting the announcements!!Adobe Max acaba de empezar!! no pude estar allá pero lo estoy viendo En Línea!! y esperando los anuncios!! No me pierdo el Max del año … Continue reading
Improving Flex code (FlexPMD)Mejorando código de Flex (FlexPMD)
As this topic is highly talked in English I’ll leave the long post to the Spanish page… I will only have to tell you that if it doesn’t work (specially in automator) you should check the path to the files … Continue reading
Un error común con la carga de modulos
Este post es una pequeña versión en español de un post que encontré y quise hacer lo mismo para ayudar a otros programadores en español, ya que este error tiende a ser un poco frustrante (ya he pasado por ahi … Continue reading
Flex Coverage
This is a GREAT tool for a Flex Developer… I think everyone should used to be sure every part and every condition of a programm is tested… You’ll only have to replace some files in your Flex SDK folder, set … Continue reading
Flexlib Scheduling Sample
Recently had to build a component to do some scheduling… so first started to browse for some sample and options I had and found three options: First pay for the iLog Elixir components which has a pretty good scheduling component, … Continue reading