
flexdevtips.blogspot.com
Flex and ActionScript Development TipsAn assortment of custom flex components, tricks and tips.
http://flexdevtips.blogspot.com/
An assortment of custom flex components, tricks and tips.
http://flexdevtips.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.6 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
35
SITE IP
216.58.219.225
LOAD TIME
0.624 sec
SCORE
6.2
Flex and ActionScript Development Tips | flexdevtips.blogspot.com Reviews
https://flexdevtips.blogspot.com
An assortment of custom flex components, tricks and tips.
Flex and ActionScript Development Tips: November 2010
http://flexdevtips.blogspot.com/2010_11_01_archive.html
Flex and ActionScript Development Tips. An assortment of custom flex components, tricks and tips. Thursday, November 25, 2010. YouTube Videos in Flex. Here is an example of how to get YouTube videos to be shown inside your Flex Application. The first thing to do is add an SWFLoader. To your mxml file. The source. Property of the SWFLoader. Gets set to the url of the video that you want to show inside Flex. You can't just use any YouTube url like this one:. Http:/ www.youtube.com/watch? Function otherwise...
Flex and ActionScript Development Tips: September 2010
http://flexdevtips.blogspot.com/2010_09_01_archive.html
Flex and ActionScript Development Tips. An assortment of custom flex components, tricks and tips. Thursday, September 9, 2010. Flex 4 Tree Lines. I've updated my previous blog post on Tree Lines. To include a Flex 4/Spark version which uses the MXTreeItemRenderer class. For more documentation on how to use it see the blog post linked above. I've also updated the AdvancedDataGrid example to show tree lines in the tree:. Posted by Chris Callendar. Subscribe to: Posts (Atom). Flex 4 Tree Lines.
Flex and ActionScript Development Tips: August 2011
http://flexdevtips.blogspot.com/2011_08_01_archive.html
Flex and ActionScript Development Tips. An assortment of custom flex components, tricks and tips. Monday, August 29, 2011. Can't type into Flex textbox on Mac Safari 5.1! I recently ran into a problem on Mac Safari 5.1 where I couldn't type into any text boxes in my Flex App. Very frustrating! Anyway, I finally found a simple solution from the Adobe Forums. First this problem only happens with the Debug Flash Player. The fix is very simple - in Safari under the Develop. Checkbox), change the User-Agent.
Flex and ActionScript Development Tips: Flex 4 Path Builder
http://flexdevtips.blogspot.com/2011/09/flex-4-path-builder.html
Flex and ActionScript Development Tips. An assortment of custom flex components, tricks and tips. Wednesday, September 21, 2011. Flex 4 Path Builder. April 2013 - added View Source to right click menu. I got a little carried away making an application that lets you manipulate Flex Path. Objects. This application lets you easily design a path by double clicking. To make each end point in your path. You can select each individual line, move, or curve segment and manipulate the end points (. To create a line.
Flex and ActionScript Development Tips: October 2010
http://flexdevtips.blogspot.com/2010_10_01_archive.html
Flex and ActionScript Development Tips. An assortment of custom flex components, tricks and tips. Wednesday, October 27, 2010. Displaying Html text in Labels. Displaying html content inside Flex labels is not as straight forward as it was in Flex 3 by simply setting the htmlText. Property. Here are the 3 Spark controls used for displaying text:. Lightweight plain text only. As the name says it provides support for rich text. Also allows html content to be imported (anchor tags a don't work). Converts the...
TOTAL PAGES IN THIS WEBSITE
19
Flex design: Changement de state à la fin d'un effet
http://tinyflex.blogspot.com/2011/12/changement-de-state-la-fin-dun-effet.html
Recueil des codes utiles que j'ai dû utiliser lors de mes recherches sur Flex. Changement de state à la fin d'un effet. Je ne sais pas si c'est la manière la plus propre de le faire, mais ça à le mérite de fonctionner :). Voici le topo : Plusieurs boutons sur la page devant jouer les mêmes effets mais devant rediriger vers un state différent quand la séquence d'effets est terminée. 1 Déclaration de ma séquence d'effets entre les balises 'declaration'. Lance un évènement quand l'effet est terminé. S:Butto...
Flex design: Envoi d'un formulaire php
http://tinyflex.blogspot.com/2009/10/envoi-dun-formulaire-php.html
Recueil des codes utiles que j'ai dû utiliser lors de mes recherches sur Flex. Envoi d'un formulaire php. Voici un exemple pour envoyer les données d'un formulaire. 1 Dans le fichier contact.mxml, créez vos champs. Mx:TextInput id=" nom txt. Mx:FormItem label="Votre message" required="true". Mx:TextArea id=" message txt. 2 Faites une requête d'envoi, les tag Inom et Imessage seront repris dans la page php. Les valeurs entre accolades sont les id des champs du formulaire. Import mx.controls.Alert;. Plein ...
Flex design: Flex 4.6 : masquer une image ou une video avec un masque
http://tinyflex.blogspot.com/2012/03/flex-46-masquer-une-image-ou-une-video.html
Recueil des codes utiles que j'ai dû utiliser lors de mes recherches sur Flex. Flex 4.6 : masquer une image ou une video avec un masque. On peut des masques à tout les éléments d'un groupe. Un masque définit la région dans laquelle le contenu du groupe est rendu. Il existe deux types de masquage: clipping et l'alpha. Le masque de type 'clipping' : la couche alpha n'est pas gérée. Le masque de type 'alpha': la couche alpha est gérée. 1 On crée le groupe. Qui va contenir le masque et l'objet à masquer.
Fabio Silva: Janeiro 2015
http://fabiophx.blogspot.com/2015_01_01_archive.html
Flex, Java e . Terça-feira, 6 de janeiro de 2015. Erro ao gerar pdf com JasperReports. Numa aplicação de um cliente numa parte da app gerava um pdf e o enviava anexado a um email. No ambiente de desenvolvimento que no meu caso é. Funcionava corretamente ao colocar no servidor de produção que é. A mesma rotina retornava os erros:. Could not initialize class. Netsfjasperreports.engine.util.JRStyledTextParser. Could not initialize class. Estava usando o jasperreports-4.1.1. Como o projeto não usa Maven.
Fabio Silva: JsonIgnore e XmlTransient
http://fabiophx.blogspot.com/2015/06/jsonignore-e-xmltransient.html
Flex, Java e . Domingo, 14 de junho de 2015. Estou fazendo uma aplicação RESTful, e tinha alguns parâmetros que não queria que fossem parseados para JSON. Estava usando @JsonIgnore e o atributo ia igual. Depois de muita pesquisa na web, me lembrei do @XmlTransient que funcionou como esperado. Mas precisa ter a seguinte anotação sobre a classe @XmlAccessorType(XmlAccessType.FIELD). Fica a dica, para não ficarem como eu um tempão pesquisando na web. Assinar: Postar comentários (Atom).
Fabio Silva: Março 2014
http://fabiophx.blogspot.com/2014_03_01_archive.html
Flex, Java e . Sexta-feira, 28 de março de 2014. Mac - Mostrando arquivos ocultos. Me adaptando ao Mac, OS X 10.9.2, estava procurando como mostrar os arquivos ocultos no Finder. No Terminal digite o comando abaixo para mostrar os arquivos ocultos:. Defaults write com.apple.finder AppleShowAllFiles 1. E para ocultá-los novamente:. Defaults write com.apple.finder AppleShowAllFiles 0. Quarta-feira, 5 de março de 2014. A&M Yours Recursos Humanos - Técnico de Suporte (Dia). Técnico de Suporte (dia). 6) Descr...
Fabio Silva: Setembro 2013
http://fabiophx.blogspot.com/2013_09_01_archive.html
Flex, Java e . Sábado, 28 de setembro de 2013. Shakes industrializados secam músculos e não gorduras. Só vem a confirmar que perda de peso se consegue com reeducação alimentar e exercícios físicos. Segunda-feira, 16 de setembro de 2013. Superando barreiras no desenvolvimento iOS. Para quem está começando a programar para iOS, como eu, indico a palestra abaixo, muitas dicas e sugestões de frameworks. Superando barreiras no desenvolvimento iOS. Terça-feira, 10 de setembro de 2013.
Fabio Silva: Maio 2015
http://fabiophx.blogspot.com/2015_05_01_archive.html
Flex, Java e . Quarta-feira, 27 de maio de 2015. PostGreSQL - Conexões idle. Uns dois meses atrás uma aplicação que tinha desenvolvido para um cliente usando JDBC e hospedada na Amazon, estava dando erro de conexão. Pesquisando vi que existe o comando:. Select * FROM pg stat activity. Que informa os states. E este para fechar as conexões (use com cuidado):. Select pg terminate backend(pg stat activity.pid). From pg stat activity. Where pg stat activity.datname = 'database' AND pid pg backend pid();.
Fabio Silva: Mobile Summit - Porto Alegre / RS - 26/09
http://fabiophx.blogspot.com/2015/06/mobile-summit-porto-alegre-rs-2609.html
Flex, Java e . Quarta-feira, 10 de junho de 2015. Mobile Summit - Porto Alegre / RS - 26/09. Fique por dentro das oportunidades e novidades no desenvolvimento mobile. O evento terá de 8 à 9 palestras, sobre desenvolvimento, ferramentas e melhores práticas. Eu vou e vc? Compre seu ingresso R$ 65,00 o 1o lote: Mobile Summit. Assinar: Postar comentários (Atom). Adobe Flash Player Support Center. Chris Callendar - Flex and ActionScript Development Tips. Flex and Flash Builder Documentation.
Fabio Silva: Outubro 2013
http://fabiophx.blogspot.com/2013_10_01_archive.html
Flex, Java e . Sexta-feira, 4 de outubro de 2013. Integritas - Oportunidades PHP (2). Possui duas oportunidades para PHP, com bom inglês, tempo integral, home-office para início imediato. Quem tiver interesse, por favor, envie currículo para rh@integritas.com.br. Adobe Flash Player Support Center. Chris Callendar - Flex and ActionScript Development Tips. Flex and Flash Builder Documentation. The Official Flex Team Blog. Integritas - Oportunidades PHP (2). Modelo Picture Window. Tecnologia do Blogger.
TOTAL LINKS TO THIS WEBSITE
35
Flex Development Everyday
Tuesday, January 26, 2010. Flexunit and flexcover with maven. Initiating the development of automated testing on a Windows system. As a first step, then everything went quite easily: maven compile applications, compiled tests and run tests. The next problem encountered relate to the project. To cover used flexcover (http:/ code.google.com/p/flexcover/). In flex-mojos has plug-ins to work with flexcover (flexmojos: flexcover, flexmojos: flexcover-run), but their use was a problem:. The next problem faced ...
www.flexdevices.com
Home
Error Page cannot be displayed. Please contact your service provider for more details. (7).
<mx:devsummit>, The RIA Developer Summit - RIA Developer Summit
What is a Wiki Site? How to edit pages? How to join this site? It seems you have no tags attached to pages. To attach a tag simply click on the. Button at the bottom of any page. Add a new page. Mx:devsummit , The RIA Developer Summit. After the immensely successful RIA Leadership Summit and RIA Architect Summit, Adobe brings to you - mx:devsummit/. Hear from eminent personalities like Ben Forta, Director - Evangelism, and Michele Turner, VP - Platform, on the impact of RIAs. Where is this event? A lot o...
Flex and ActionScript Development Tips
Flex and ActionScript Development Tips. An assortment of custom flex components, tricks and tips. Tuesday, October 18, 2011. Focus Flex App on start up. When a flex application loads it doesn't actually have focus until the user clicks on it. So even though you can call setFocus(). And visually it appears that your control has focus (blue border), if you try to type you'll notice that nothing happens. This can be quite frustrating for a user. Id "'); app.tabIndex = 0; app.focus(); }". The scale grid dete...
FlexDex Surgical – The MIS Device that Moves Like You
The Surgical Device That Moves Like You. Simplicity of Intuitive Control. FlexDex’s platform technology precisely translates the surgeon’s hand, wrist, and arm movements from outside the patient into corresponding movements of an end-effector inside the patient’s body. Based on a simple, purely mechanical, and affordable design, FlexDex greatly enhances the capabilities of all MIS instruments and endoscopes. Click the images for more). Revolutionizing Surgeon Powered Robotics. Want to learn more? At Flex...
FlexDex Surgical | Minimally Invasive Surgical Tools
FlexDex Surgical Minimally Invasive Surgical Tools. Minimally Invasive Surgical Tools. FlexDex Surgical is developing a suite of laparoscopic and minimally invasive instruments. These instruments utilize the company’s patented VirtualCenter. Technology to provide surgeons with robotic-like dexterity for the price of low cost mechanical instruments. FlexDex Inc. 2015. These statements have not been evaluated by the Food and Drug Administration. Proudly powered by WordPress. Theme: Yoko by Elmastudio.
FlexDezine Expansion Joints: We design to meet your requirement
Online (20 minutes ago): 2. Your IP: 66.160.134.62. SAFARI 537.36, MAC. Today: Mar 28, 2018. External Pressurized Expansion Joint. Flat Belt Type Configuration. PTFE Lined Rubber Expansion Joint. Rectangular Metallic Expansion Joint. Rubber Expansion Joints Multi-Arch. Rubber Expansion Joints Wide-Arch. FlexDezine Expansion Joints business. We are manufacturer, import and export company for expansion joints product under the brand FlexDezine. Located in Thailand our product cover various. Tha It Pakkred ...
OPEN - Hospedagem de sites
flexdfabrication