Posts Tagged Under Flex

August 3rd, 2008

Generating .xls Excel file – part I.

Tweet In my latest project I need generate Excel .xls file from Flex. Because in Flex or Flash there is no support for such generation, I’ve to do it manually and I want to share this knowledge with all of you in this new tutorial serie. Because content of Excel file can vary this will [...]

Posted in Flash
By
read more
August 2nd, 2008

I'm aggregated by RIA.Alltop.com

Tweet I want to everyone know that I’m aggregated by RIA.Alltop.com, so in RIA category of AllTop.com. For all AllTop.com visitors, this is site is about Flex, AIR and Flash Development and news from RIA World. I hope you will find here information you need for you, or just some exciting news. I will do [...]

Posted in Flash
By
read more
August 1st, 2008

I'm Back at Adobe Feeds

Tweet I would like to thanks to Daniel Taborga and Scott Janousek to resubmit my changes to Adobe Feeds (MXNA). As you can see I have move my blog to http://www.franto.com from previous URL (http://www.franto.com/blog2 or http://blog.franto.com) because of SEO problems If you have bookmarked my blog, please update your bookmarks to http://www.franto.com and my [...]

Posted in Flash
By
read more
Jún 9th, 2008

I just won Flex Builder 3 Professional Edition

I just won Flex Builder 3 Professional Edition

Tweet Heh, I just won Flex Builder 3 Professional Edition on onAIR Tour in Prague few minutes ago ) Mike Chambers lucky hand ) We’re in process of founding our company called Flexets, so it’s cool, I won Flex for Flexets Thanks Adobe Tweet

Posted in Flex
By
read more
Máj 29th, 2008

FlexTip – Stop displaying Focus

FlexTip – Stop displaying Focus

Tweet Here is quick Flex Tip. If you don’t want to display focus rectangle on pressing TAB key, you should use focusEnabled = false; It’s quick solution for 1 component, but if you want disable focus for all components in your application just use focusManager.deactivate(); That’s all, hope it helps to anyone… New: Thanks to [...]

Posted in Flex Tips
By
read more
Júl 29th, 2007

FlexTips: How to add Bitmap to UIComponent

FlexTips: How to add Bitmap to UIComponent

Tweet I didn’t know it, but here is solution. Best UIComponent for Bitmap is mx:Image (no surprise), You can just write: <mx :Image creationComplete=”(event.currentTarget as Image).source = new Bitmap( bitmapData)”/> So for mx:Image except source=”path” you can add reference to Bitmap as well. Enjoy Tweet

Posted in Flex Tips
By
read more
Júl 27th, 2007

FlexTip: Problem with masks and scalable Flash

FlexTip: Problem with masks and scalable Flash

Tweet This may be useful for someone who does not read Flex documentation in more detail. When you have content which is masked and you allow scale for your application, mask will not scale if it is not added to display list (it’s written in documentation ). So if you have such problem, add you [...]

Posted in Flex Tips
By
read more
Júl 24th, 2007

FlexTip: XMLSocket connect() after disconnect from server

FlexTip: XMLSocket connect() after disconnect from server

Tweet Here is another Flex tips I came across in our project. I don’t know if this was in AS2.0 as well, but in AS3.0 when you receive event that XMLSocket is disconnected (server is disconnected, your net connection is broken), you can’t call xmlsocket.connect() immediately, but you have to wait for a while. So [...]

Posted in Flex Tips
By
read more
Júl 18th, 2007

FlexTip: mx:Text vs. mx:TextArea

FlexTip: mx:Text vs. mx:TextArea

Tweet Here my first tip for Flex developers. Maybe many of you know, maybe it will be helpful for someone. If you want make custom component, let’s say “Message dialog” which should be resized according text, nothing is easier. Just use mx:Text, not mx:TextArea. mx:Text has ability to resize according its text property. If you [...]

Posted in Flex Tips
By
read more
Júl 18th, 2007

FlexTips

FlexTips

Tweet I’m starting my contribution to Flex community. From time to time I will publish Flex tips for Flex developers. Of course examples with source code will be attached as well. 1st Flex tip will be posted in few minutes. Stay tuned… Tweet

Posted in Flex Tips
By
read more


Subscribe to my RSS feed to your email:

Images is enhanced with WordPress Lightbox JS by Zeo