[flexcoders] Regarding Alert Box

2008-06-27 Thread Tandon, Rishi
Hi, How to show a Alert box, when there is no data in result event. Thanks, Rishi - Original Message From: markflex2007 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, June 26, 2008 8:47:04 PM Subject: [flexcoders] how to make coldfusion working with LCDS? Hi I

[flexcoders] Adobe Air related ANT task

2009-07-20 Thread Tandon, Rishi
Hi flex coders, I am creating the build file for the Adobe AIR app. It works for simple application i.e. compiling, launching and packaging. But in my case the application is large with lots of sub directories. The point I am facing the problem is who to add embed-assets into the application.

Re: [flexcoders] Adobe Air related ANT task

2009-07-21 Thread Tandon, Rishi
. As well as, by changing the path like that in the CSS file, it shows an error. Please advice! Rishi From: Tandon, Rishi rishitandon...@yahoo.com To: flexcoders@yahoogroups.com Sent: Monday, July 20, 2009 5:29:28 PM Subject: [flexcoders] Adobe Air related ANT task

Re: [flexcoders] help with videos

2009-07-22 Thread Tandon, Rishi
Gustavo, You can use the following classes for displaying video in flash/ flex/ air NetConnection; NetStream; Video; Check this link for the complete demo http://blog.flexexamples.com/2008/03/01/displaying-a-video-in-flex-using-the-netconnection-netstream-and-video-classes/ Rishi

[flexcoders] Issue with Adobe Air sdk 1.5.2

2009-08-06 Thread Tandon, Rishi
I just upgrade the Adobe Air sdk to 1.5.2, and in some cases, our AIR application starts up and only shows in the task bar in a windows XP and Windows Vista environment. The actual application window is not available. While running the same application using ADL tool, it runs fine. Does

Re: [flexcoders] Several HTTP request in the same component

2011-08-04 Thread Tandon, Rishi
You can set the result format of the HTTP to Object. When you receive the request from the HTTP, you can store in the individual data collections. And then you can bind those variables to the data providers of your comboboxes. Usually we do use some MVC framework to handle data, events and

Re: [flexcoders] Form Item Multiline

2011-08-04 Thread Tandon, Rishi
Isabeelle, here you go: s:Form width=100% height=100% s:FormItem label=First Line #xa;Second Line s:Label text=Gotcha/ /s:FormItem /s:Form Use [#xa;] for new line and [L#x9;] for tab. Regards, Rishi From: Isabelle Loyer Perso isa_lo...@yahoo.fr To:

Re: [flexcoders] How to communicate 2 computers using Air Application

2011-08-10 Thread Tandon, Rishi
Have u tried the FILE classes for the same. Rishi From: Wemerson Couto Guimarães wemerso...@gmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, August 10, 2011 6:57 PM Subject: [flexcoders] How to communicate 2 computers using Air Application   Hello

Re: [flexcoders] Flex 4.5 - smart phone app

2011-08-12 Thread Tandon, Rishi
Can I take a Flex application (currently running on the server), and easily convert it to a phone app?  It is a self contained (no data access or any external connection).   No, you can't. The mobile application is been designed and architect in a different way. It uses light weight component

Re: [flexcoders] repeater width problem

2011-08-23 Thread Tandon, Rishi
mx:Label doesn't wrap the contents. Use ms:Text instead. Rishi From: steveroger_flex steveroger_f...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tuesday, August 23, 2011 11:03 AM Subject: [flexcoders] repeater width problem   Hello Friends, I am trying to

Re: [flexcoders] View ViewNavigator component

2011-08-23 Thread Tandon, Rishi
Extend the navigator class. From: markflex2007 markflex2...@yahoo.com To: flexcoders@yahoogroups.com Sent: Monday, August 22, 2011 10:57 PM Subject: [flexcoders] View ViewNavigator component   Hi, I try View and ViewNavigator for mobile application.I like

Re: [flexcoders] Re: How to call container's method into component file

2011-08-29 Thread Tandon, Rishi
That's true Tim, even we use MVC framework and Event propagation to achieve such kind of mechanism. But for novice user, they can try that too. Although not the best way. From: turbo_vb timh...@aol.com To: flexcoders@yahoogroups.com Sent: Sunday, August 28, 2011

Re: [flexcoders] Array to XML?

2011-08-31 Thread Tandon, Rishi
This might help: /** * Object To XML Conversion Mechanism For Structure * @param xmlData * @return   * @author rtandon   */ private static function makeXML(data:Object,rootNodeName:String):XML{ data = ObjectUtil.copy(data); var xmlData:XML = new XML(); var dataNode:XML; xmlData =

Re: [flexcoders] Flex 3 - showing HTML content

2011-09-21 Thread Tandon, Rishi
The only current way is to use an iFrame, or if you only need some html tags you could use the Text Layout Framework.   Here this is the iFrame approach: http://code.google.com/p/flex-iframe/ If the swc do not work in Flex4 just use its ource code which works...   ...it is basically based on

Re: [flexcoders] creating a twitter feed on flex

2011-09-30 Thread Tandon, Rishi
You ca use the twitter APIs to integrate with the AIR apps: https://dev.twitter.com/docs You have to get to know how authorization work and then later you can fetch the individual feed for each user and display that in flex/ air using the HTTP component.

Re: [flexcoders] help with a repeater

2011-10-06 Thread Tandon, Rishi
You missed the most important thing in message, the error log. Send over that. From: Gustavo Duenas gdue...@leftandrightsolutions.com To: flexcoders@yahoogroups.com Sent: Friday, October 7, 2011 9:47 AM Subject: [flexcoders] help with a repeater   I have a

Re: [flexcoders] Air for mobile export/install ipa to ipad

2011-12-07 Thread Tandon, Rishi
You have to jailbreak your iPAD 2 and then simply drag n drop the ipa to iTunes and sync the ipad 2. From: markflex2007 markflex2...@yahoo.com To: flexcoders@yahoogroups.com Sent: Thursday, December 8, 2011 11:09 AM Subject: [flexcoders] Air for mobile

Re: [flexcoders] AIR - Content resize according window

2012-01-17 Thread Tandon, Rishi
Could you send over your code? From: isa_loyer isa_lo...@yahoo.fr To: flexcoders@yahoogroups.com Sent: Tuesday, January 17, 2012 5:22 PM Subject: [flexcoders] AIR - Content resize according window   Hi, I have a window witch is resizing on creationcomplete

[flexcoders] Announcing Flex User Group 2012 Tour: North America Dates

2012-01-17 Thread Tandon, Rishi
Announcing Flex User Group 2012 Tour: North America Dates by Deepa Subramaniam As we promised at the end of last year, we are kicking off an international Flex User Group Tour to discuss recent announcements regarding Flex and the Flash Platform. These meetings will clarify any changes to Flex

Re: [flexcoders] Native extension for windows

2012-01-24 Thread Tandon, Rishi
Yes you can. Use the window.runtime.flash.desktop.NativeProcess class Video to check: http://tv.adobe.com/watch/adc-presents/invoke-native-process-in-adobe-air-2/ Regards, Rishi Tandon From: chiek...@gmail.com chiek...@gmail.com To: flexcoders@yahoogroups.com

Re: [flexcoders] Calling ViewNavigator from an .as file

2012-01-26 Thread Tandon, Rishi
I didn't got much time to read through it, but this might interest you http://devgirl.org/2011/05/18/flex-4-5-mobile-data-handling/ Regards, Rishi Tandon From: stldvd stl...@yahoo.com To: flexcoders@yahoogroups.com Sent: Thursday, January 26, 2012 7:21 AM

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-30 Thread Tandon, Rishi
Dan, send over your mxml and as file here. There could be many reasons for the exception: 1. Compatible with the sdk. Try to change to flex sdk 3.2 or 3.6 2. Namespace inclusion. In you code, the namespace is pointed to http://www.adobe.com/2006/mxml; Whereas, in sdk 4 onwards, we are using three

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused. [1 Attachment]

2012-01-30 Thread Tandon, Rishi
more easily. Let me know if you need more help. Thanks Srinivas On Jan 30, 2012, at 4:11 AM, Tandon, Rishi wrote:   Dan, send over your mxml and as file here. There could be many reasons for the exception: 1. Compatible with the sdk. Try to change to flex sdk 3.2 or 3.6 2. Namespace inclusion

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-31 Thread Tandon, Rishi
the problem and help more people!!! I never intended to be RUDE or HURT your ego!.. it's just suggestion, once again I honestly believe, if you read your emails completely, you will be more helpful to community!!:) :) On Jan 30, 2012, at 10:43 PM, Tandon, Rishi wrote:   Srinivas, don't say other

Re: [flexcoders] TileLayout for DataGrid [1 Attachment]

2012-02-02 Thread Tandon, Rishi
Jeff, What do you mean by toggle b/w vertical tile layout w.r.t. Data Grid? Spark's datagrid uses spark.components.gridClasses.GridLayout which is a virtual two dimensional layout for the Grid class and is not a general purpose layout, it's only intended to be use with Grid. Anyhow if you want

Re: [flexcoders] spark DataGrid

2012-02-02 Thread Tandon, Rishi
http://stackoverflow.com/questions/5900231/flex-4-5-hero-sdatagrid-rowcount  From: Wouter Schreuders wschreud...@gmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, February 1, 2012 6:05 PM Subject: [flexcoders] spark DataGrid   Hi All Does anyone

Re: [flexcoders] Flex 3 - 4 migration and s:States

2012-02-07 Thread Tandon, Rishi
Well I tried your code in flex sdk 4.6 and could not include mx:states as it is deprecated. But replacing ms:states with s:states works like a butter. Please refer to the code below: ?xml version=1.0 encoding=utf-8? s:Application xmlns:fx=http://ns.adobe.com/mxml/2009   

Re: [flexcoders] Multiple service calls in Flex Application?

2012-02-09 Thread Tandon, Rishi
Hi Mark, The service calls (I am assuming RMI) are asynchronous and you can make as many as RMI (HTTP, Web Service, Remote Class) in an flex application. You can also use some framework to chain concurrent calls in flex. Try Chaining API of SWIZ

Re: [flexcoders] Advantages and Disadvantages of skinning

2012-02-10 Thread Tandon, Rishi
The basic reason to add skins in Flex 4 is to increase the performance and load time of flex based application. It removes the numerous extra properties from the mx object which could be added as per the UI demand. Skinning provides more flexible to the UI controls and components [such as side

[flexcoders] The Official Apache Flex LinkedIn group

2012-02-14 Thread Tandon, Rishi
Join the group @ http://www.linkedin.com/groups/Apache-Flex-Official-4296888  Cheers

Re: [flexcoders] Line Chart like Task Manager

2012-02-15 Thread Tandon, Rishi
Geoff, you can  check the Stock chart from amcharts http://flex.amcharts.com/examples/stock_chart_example  Regards, Rishi Tandon From: gtb104 gtb...@yahoo.com To: flexcoders@yahoogroups.com Sent: Wednesday, February 15, 2012 8:30 PM Subject: [flexcoders] Line

[flexcoders] Flex Capabilities Snapshot [1 Attachment]

2012-10-15 Thread Tandon, Rishi
Dear Fellow FlexCoders, Just want to share a QUICK SNAPSHOT of Flex Capabilities for sales and potential customer. Regards, Rishi Tandon

Re: [flexcoders] FLEX with Maven

2013-02-05 Thread Tandon, Rishi
You want to TRY the FLEX MOJOS. I have used in some Flex project. Do check with the flex sdk versioning. http://code.google.com/p/flex-mojos/ Regards, Rishi From: faizal_ac faizal...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tuesday, February 5, 2013

Re: [flexcoders] What happened to the Flex Style Explorer? [1 Attachment]

2013-02-13 Thread Tandon, Rishi
PFA is the Flex 3 style explorer build for desktop. Cheers! Rishi From: Dave Glasser dglas...@pobox.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Thursday, February 14, 2013 1:09 AM Subject: [flexcoders] What happened to the Flex Style