[flex_india:13353] Re: Images (gif) missing in Print Data Grid...

2008-08-27 Thread Venkat Viswanathan
On Mon, Aug 18, 2008 at 3:08 PM, prashanth samanth [EMAIL PROTECTED]wrote: Hi Venkat, please find the attached files, this the example code which am using. Thanks in Advance PSamant On Fri, Aug 15, 2008 at 11:43 AM, Venkat Viswanathan [EMAIL PROTECTED] wrote: Hi, Can you post

[flex_india:13355] Re: Adding Radin Buttons in DataGrid

2008-08-27 Thread Venkat Viswanathan
Hi Prashant, You will have create itemRenderer to show a radio in DataGrid. This blog may be useful for you: http://blog.flexmonkeypatches.com/2007/05/14/radiobutton-datagrid-itemrenderer-that-selects-and-indicates-selection-of-entire-row/ Regards, Venkat www.venkatv.com On Wed, Aug 27, 2008

[flex_india:13356] Re: How to access ArrayCollection form outside as file

2008-08-27 Thread Venkat Viswanathan
Hi, What do you mean by outside as file? ArrayCollection is a datatype in AS3. How do you plan to use it as a file? Can you elaborate more on your requirement? Regards, Venkat www.venkatv.com On Wed, Aug 27, 2008 at 3:33 PM, kamal [EMAIL PROTECTED] wrote: How to access ArrayCollection form

[flex_india:13357] Re: Handling Browser Close

2008-08-27 Thread Venkat Viswanathan
Thanks FlexiSush.. I did not have the patience to write all the steps :) Regards, Venkat On Wed, Aug 27, 2008 at 11:37 AM, FlexiSush [EMAIL PROTECTED] wrote: Hi Prashanth, its pretty easy to handle the LOGOUT on closing the browser using JavaScript. i hope u have written

[flex_india:13451] Re: datagrid

2008-08-29 Thread Venkat Viswanathan
Hi, You can get the data in *event.target.itemEditorInstance.text*. Regards, Venkat On Fri, Aug 29, 2008 at 8:34 PM, flexrookie [EMAIL PROTECTED]wrote: Hi all, I implemented a datagrid with dataprovider as a arrayCollection and data is coming from database. My question is how can i get

[flex_india:13452] Re: FLEX DEVELOPERS PLEASE ---------------------------------

2008-08-29 Thread Venkat Viswanathan
Hi Suneetha, No... the structure you have written wont work... But this will work: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:TileList width=100% height=100% mx:dataProvider mx:Array mx:Stringimages/q.jpg/mx:String

[flex_india:13458] Re: Validator Error Doubt

2008-08-29 Thread Venkat Viswanathan
Hi Leena, Check out this tutorial by Aral Balkan: http://aralbalkan.com/1125 Regards, Venkat On Thu, Aug 28, 2008 at 3:23 PM, Leena Jain [EMAIL PROTECTED] wrote: Hi, Flex draws a red border around the component to indicate the validation error, and the String appears in a ToolTip as the

[flex_india:13538] Re: Panel maximize

2008-09-02 Thread Venkat Viswanathan
Hi Ravindra, See if you can use the SuperPanel component... You can download it from here: http://www.wietseveenstra.nl/blog/2007/04/flex-superpanel-v15/ Regards, Venkat www.venkatv.com On Tue, Sep 2, 2008 at 6:10 PM, mx:AnandVardhan/ [EMAIL PROTECTED]wrote: Use resize effect. Anand On 2

[flex_india:13581] Re: Google Analytic referrer using Flex/AS3

2008-09-04 Thread Venkat Viswanathan
Hi, Where is your SWF hosted? If it is hosted on myownpage.com, then I think the referrer should automatically be set to myOwnPage.com... Regards, Venkat On Thu, Sep 4, 2008 at 5:28 PM, joy9977 [EMAIL PROTECTED] wrote: Hi I have a scenario, where in my flex app, on-click should take me to

[flex_india:13582] Re: moving image randomly

2008-09-04 Thread Venkat Viswanathan
Hi, Well the simplest way could be to generate random numbers for x and y co-ordinates with Math.random() method. To generate a number between a range... say between 0 and the width of the application, you can use the following method: randRange = function(min,max) { var randomNum =

[flex_india:13656] Re: How to clear Unused Memory?

2008-09-05 Thread Venkat Viswanathan
me to solve this problem.. Regards Raja Prabu Venkat Viswanathan wrote: Hi Raja Prabhu, The problem of increasing memory usage could be anything from a small problem in your logic to a memory leak in your application. Basically solving memory

[flex_india:13657] Re: Order Your Free Flex Book Now!

2008-09-05 Thread Venkat Viswanathan
Guys... I got this book delivered yesterday. Did anyone else get it? Regards, Venkat www.venkatv.com On Tue, Aug 12, 2008 at 4:45 PM, swapnil [EMAIL PROTECTED]wrote: Wowthats gr8 thnx a lot Regards Swapnil --~--~-~--~~~---~--~~ You received

[flex_india:13658] Re: Google Analytic referrer using Flex/AS3

2008-09-05 Thread Venkat Viswanathan
: Say, that I have given a customer an EMBED-tag or that my SWF is shown in some other ABC site. So when anyone clicks on the SWF, it shud record in the search-engine/Google-analytic, that the referrer is MY- SITE.com , and Not ABC.com, since the SWF is created by me. On Sep 4, 11:08 pm, Venkat

[flex_india:13659] Re: hittest

2008-09-05 Thread Venkat Viswanathan
Hey Hissam, Can you zip up your entire project (with the swf files) and attach it here? After copy/pasting your code, as there are no swfs for the planes and clouds, it becomes difficult to understand your code and to what level your code is working as of now. Otherwise even if you send the

[flex_india:13660] Re: Flex developers-------pls ans these questions

2008-09-05 Thread Venkat Viswanathan
Good one, Anand! This would then be an interview of its kind :P Who knows... which company's questions got leaked??? ;) Regards, Venkat On Fri, Sep 5, 2008 at 4:18 PM, mx:AnandVardhan/ [EMAIL PROTECTED]wrote: Yahoo :) interview in Flex-India .. balle balle... 1.

[flex_india:13686] Re: In Datagrid editing a particular cell

2008-09-07 Thread Venkat Viswanathan
Hi, The datagrid is binded to the ArrayCollection. So any change to the datagrid's fields/values should be done through its dataProvider only. There are workarounds to directly modify a cell's value by using the cell's itemRenderer and then changing the value in it. But that way is more time

[flex_india:13687] Re: Regards with LinkBar Disabled color

2008-09-07 Thread Venkat Viswanathan
Hi Madan, By default, LinkBar disables the selected LinkButton. So in your case, the first button is selected and hence it is disabled. And you are disabling the other LinkButtons manually. So all of them look the same. To achieve what you want, you will have to create your own class inheriting

[flex_india:13694] Re: require Adobe Flex 3: Training from the Source book in indian publication

2008-09-07 Thread Venkat Viswanathan
Hi, I don't think Flex 3: Training from the source is available in India. You can get Flex 2 from most of the sites like cb-india.com or flipkart.com. If you want it urgently, you can order is from Amazon, but it would be little expensive. And if you can wait, then you can try waiting for some

[flex_india:13697] Re: Order Your Free Flex Book Now!

2008-09-07 Thread Venkat Viswanathan
Hi Hissam, The registrations are closed now. It was open during early August. Anyways here is the link, but it is not working anyway. http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3booktrackingid=DJHEO Regards, Venkat On Sun, Sep 7, 2008 at 11:07 AM, HISSAM [EMAIL PROTECTED] wrote:

[flex_india:13698] Re: publishing problem

2008-09-07 Thread Venkat Viswanathan
Hi, Is it a local security sandbox issue? Try putting the bin-release folder in the Always allow list in the following url and see if it is working: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html Regards, Venkat www.venkatv.com On Sun, Sep 7, 2008 at

[flex_india:13702] Re: require Adobe Flex 3: Training from the Source book in indian publication

2008-09-07 Thread Venkat Viswanathan
http://www.shroffpublishers.com/ and order your books online On Sun, Sep 7, 2008 at 12:59 PM, Venkat Viswanathan [EMAIL PROTECTED] wrote: Hi, I don't think Flex 3: Training from the source is available in India. You can get Flex 2 from most of the sites like cb-india.com or flipkart.com

[flex_india:13847] Re: advanced datagrid calculations

2008-09-10 Thread Venkat Viswanathan
Hi, The best way to do this is to loop through the arrayCollection and perform the action required for each of the items in every row. So probably you can run a for each loop and then do the calculation inside the loop. And after completing the loop, do arrayCollection.refresh(). Let me know if

[flex_india:13848] Re: How to capture the Delete Key

2008-09-10 Thread Venkat Viswanathan
Teddy, When you press DELETE, does your handler method (delCircle) trigger? Does your code reach the point where you do removeChild? Regards, Venkat www.venkatv.com On Wed, Sep 10, 2008 at 12:30 PM, HISSAM [EMAIL PROTECTED] wrote: see if it is UIComponent then u can add the eventlistener to

[flex_india:14137] Re: How to add two diffrent itemRender to one TileList.

2008-09-18 Thread Venkat Viswanathan
Hi, Here is what you can do: 1. In the TileList's itemRenderer, specify the name of an itemRenderer 2. Inside this itemRenderer, override the set data method. I assume that you will determine the itemRenderer based on the data you get. 3. Inside the overridden set data method, you can run an if

[flex_india:14143] Re: Last Value From ArrayCollection

2008-09-18 Thread Venkat Viswanathan
Hi, You can get the last value by doing this: testValues.getItemAt(testValues.length-1); Regards, Venkat www.venkatv.com On Thu, Sep 18, 2008 at 2:21 PM, flexkwt [EMAIL PROTECTED] wrote: Hello, I am a newbie I added items to an ArrayCollection like the following:

[flex_india:14144] Re: Problem with tile list and horizontal list item icons

2008-09-18 Thread Venkat Viswanathan
Hi, Yes. The icon property is the property of the Button class to show the image. And the default itemRenderer of HorizontalList is not a button. So it wont show up. You will have to use an itemRenderer to show the image. Regards, Venkat www.venkatv.com On Thu, Sep 18, 2008 at 7:42 AM, Pratik.

[flex_india:14145] Re: Problem with line chart - (show data tips)

2008-09-18 Thread Venkat Viswanathan
Hi Mubasher, That's surprising. Can you paste your code here? I don't think that filterData is responsible for not showing the data tips. There should be something else that is creating the problem. If you show your code, we would be able to pinpoint your exact problem. Regards, Venkat

[flex_india:14146] Re: Clear shared object when application gets closed

2008-09-18 Thread Venkat Viswanathan
Hi, You can use the browser's *onBeforeUnload *event to capture the closing of your application. You can make an ExternalInterface call in JavaScript to execute a method in Flex which would clear your SharedObject. Regards, Venkat www.venkatv.com On Wed, Sep 17, 2008 at 7:53 PM, venkatesh

[flex_india:14149] Re: addition Weired problem

2008-09-18 Thread Venkat Viswanathan
Hi Prashant, You can use the NumberFormatter class for this: var num:Number = 492.979996; var nf:NumberFormatter = new NumberFormatter; nf.precision = 2; nf.rounding = nearest; trace(nf.format(num)); Regards, Venkat www.venkatv.com On Tue, Sep 16, 2008 at 9:12 PM, Prashant Patil

[flex_india:14150] Re: store procedures

2008-09-18 Thread Venkat Viswanathan
Nopes... no stored procs in sqlite!!! http://theopensourcery.com/sqlite2.htm Regards, Venkat www.venkatv.com On Tue, Sep 16, 2008 at 5:13 PM, rohit [EMAIL PROTECTED] wrote: how i can use store procedure in sqllite ? (I am using air)

[flex_india:14152] Re: Parameter blendMode error on shift+tab on tree label

2008-09-18 Thread Venkat Viswanathan
Hi, How are you handling the SHIFT + TAB operation? Are you doing this manually? Regards, Venkat www.venkatv.com On Tue, Sep 16, 2008 at 6:06 PM, venky [EMAIL PROTECTED] wrote: Hi In my application,the screen is divided in two parts,leftside there is a tree with many childrens and on

[flex_india:14154] Re: Hi

2008-09-18 Thread Venkat Viswanathan
Hi Ajay, Check these: http://www.fxcomponents.com/flex-video-player/ http://flashspeaksactionscript.com/an-open-source-flex-video-player/ Regards, Venkat www.venkatv.com On Mon, Sep 15, 2008 at 12:44 PM, ajay [EMAIL PROTECTED] wrote: Hi Sreekanth, I am new to flex and I want to bulid a

[flex_india:14208] Re: Last Value From ArrayCollection

2008-09-19 Thread Venkat Viswanathan
Yes. You are right. Regards, Venkat www.venkatv.com On Fri, Sep 19, 2008 at 7:39 AM, flexkwt [EMAIL PROTECTED] wrote: Thanks and I assume that I could get the first record or value by the following: testValues.getItemAt(0); Regards On Sep 18, 6:01 pm, Venkat Viswanathan [EMAIL

[flex_india:14280] Re: Problem with line chart - (show data tips)

2008-09-22 Thread Venkat Viswanathan
Hey Mubasher, Thanks for providing the location for the solution. Actually I was on vacation for two weeks... Just came back to work yesterday. Thats why I could not look at your problem. Regards, Venkat On Tue, Sep 23, 2008 at 3:42 AM, Mubasher [EMAIL PROTECTED] wrote: Venkat: If you

[flex_india:14312] Re: passing variables between item renderer and main app

2008-09-23 Thread Venkat Viswanathan
And in case you want to make your custom component loosely coupled, then dispatch a custom event and pass the data along with the event. Regards, Venkat www.venkatv.com On Tue, Sep 23, 2008 at 9:26 PM, Nuwan Priyadharshana [EMAIL PROTECTED]wrote: You can access main application/function using

[flex_india:14313] Re: A question about merging namespace^_^

2008-09-23 Thread Venkat Viswanathan
Hi Mani, Did you read this: http://opensource.adobe.com/wiki/display/flexsdk/MXML+2009 I think this will clear a lot of doubts about using manifests for using multiple namespaces. Let me know if you have any specific doubts. Regards, Venkat www.venkatv.com On Tue, Sep 23, 2008 at 5:10 PM,

[flex_india:14314] Re: Dynamic Image in mx:DataGridColumn

2008-09-23 Thread Venkat Viswanathan
Hi, In the itemRenderer, override the set data method and inside that you can check for the value in TestID and then set the source of the image as per the requirement. Regards, Venkat www.venkatv.com On Tue, Sep 23, 2008 at 6:44 PM, flexkwt [EMAIL PROTECTED] wrote: Hello, I have a

[flex_india:14316] Re: Parameter blendMode error on shift+tab on tree label

2008-09-23 Thread Venkat Viswanathan
What is the code you are executing on press of SHIFT+TAB? Regards, Venkat On Mon, Sep 22, 2008 at 10:49 AM, venky [EMAIL PROTECTED] wrote: Yes, I am handling this manually...Is there some way out???Plz help me!! On Sep 16, 5:36 pm, venky [EMAIL PROTECTED] wrote: Hi In my

[flex_india:14317] Re: problem with column chart

2008-09-23 Thread Venkat Viswanathan
I think probably your scroller is not able to understand that the data has come from the server. BTW, what exactly have you done? Can you post your code? Regards, Venkat www.venkatv.com On Mon, Sep 22, 2008 at 6:04 PM, Anand Kothalkar [EMAIL PROTECTED]wrote: Suspect it's only because of HTTP

[flex_india:14318] Re: Printing Charts in Flex

2008-09-23 Thread Venkat Viswanathan
Hi Leena, Try changing the rotation of the printable sprite to 90 or -90... and then print the object. I think it should work. Regards, Venkat www.venkatv.com On Mon, Sep 22, 2008 at 2:08 PM, Leena Jain [EMAIL PROTECTED] wrote: Hi, I have two charts in a VBox.I want those charts top be

[flex_india:14363] Re: Regards with LinkBar Disabled color

2008-09-24 Thread Venkat Viswanathan
Hi Madan, I do not understand properly what exactly is happening. Can you upload your swf somewhere? Once I see it, maybe I'll understand the scenario better. Regards, Venkat On Wed, Sep 24, 2008 at 7:30 PM, Madan Narra [EMAIL PROTECTED]wrote: Hi Venkat, Any suggestions ? On Wed, Sep 24,

[flex_india:14365] Re: Issue with a button in the DataGrid

2008-09-24 Thread Venkat Viswanathan
Hi, If you want to call a method of the parent MXML, dont create a new instance of it (like you have done by creating a new instance of WhatsOnAdminView.) Just refer to the method using parentDocument. So just remove the code where you instantiate the variable obj. And change the line

[flex_india:14370] Re: Exception after calling the webservice.

2008-09-24 Thread Venkat Viswanathan
Hi Chandan, Just one more thought... what is the URL of the server from where you are accessing your flex app? Is the flex app also on localhost:8080? If not then the error could also be because of crossdomain problem. As you have directly binded your result to the datagrid, it is not able to

[flex_india:14372] Re: Auto Format in Flex

2008-09-24 Thread Venkat Viswanathan
includes this feature in the next version. WIth Regards Anurag On Sep 1, 10:05 pm, Venkat Viswanathan [EMAIL PROTECTED] wrote: Hi Anurag, Unfortunately there is nothing like that in Flex Builder. There is nothing as far as I know. Hope Adobe includes it in Flex 4

[flex_india:14492] Re: Properties file in Flex

2008-09-26 Thread Venkat Viswanathan
Hi, You can use a simple XML file and load this file at run time. When you change the text in XML, those values will show up in the application as well... Regards, Venkat www.venkatv.com On Fri, Sep 26, 2008 at 5:00 PM, Prasanth [EMAIL PROTECTED] wrote: Hi all, Is it possible to have a

[flex_india:14500] Re: datagrid row renderer

2008-09-26 Thread Venkat Viswanathan
Hi, Just keep the form in the itemEditor and plan TextField in the itemRenderer. I think it should work! Regards, Venkat www.venkatv.com On Fri, Sep 26, 2008 at 3:18 AM, jnichols886 [EMAIL PROTECTED] wrote: I would like a form appear in a row of the datagrid when the user clicks on that

[flex_india:14501] Re: help

2008-09-26 Thread Venkat Viswanathan
What kind of help? Regards, Venkat www.venkatv.com On Fri, Sep 26, 2008 at 5:25 PM, pramod [EMAIL PROTECTED] wrote: i need help while doing remote object. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex

[flex_india:14502] Re: Need help to convert mxml to an equivalent AS code

2008-09-26 Thread Venkat Viswanathan
Hi, Here u go... var barSer:BarSeries = new BarSeries; barSer.xField = commission; barSer.maxBarWidth = 8; barSer.filterData = false; var currStroke:Stroke = new Stroke; currStroke.color = 0; currStroke.weight = 0;

[flex_india:14503] Re: need to conver an mxml style to actionscript code

2008-09-26 Thread Venkat Viswanathan
Hi, Please don't post the same query twice... If you want to post a reminder, reply to the same post. Don't unnecessarily create a new thread. Regards, Venkat On Fri, Sep 26, 2008 at 5:53 PM, DAM [EMAIL PROTECTED] wrote: Can any one send an equivalent 'actionscript / css' code to the

[flex_india:14524] Re: ItemRenderer (Component) display a encoded image

2008-09-27 Thread Venkat Viswanathan
Hi, I could not completely understand your problem. You are saying that the long number that you are getting from the result of the webservice... when you decode it, it shows up the pic. So does this mean that you already have the code to decode the number to image? If not... then I guess it is a

[flex_india:14539] Re: pls help me

2008-09-28 Thread Venkat Viswanathan
Hi, Check out these links: http://www.adobe.com/devnet/flex/articles/flex3_whatsnew.html http://learn.adobe.com/wiki/display/Flex/Backwards+Compatibility+Issues Regards, Venkat www.venkatv.com On Sun, Sep 28, 2008 at 12:58 PM, srikanth kp [EMAIL PROTECTED] wrote: what is difference flex 2

[flex_india:14595] Re: On esc. key close popop window

2008-09-29 Thread Venkat Viswanathan
Hi, Here is a sample: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical creationComplete=init() mx:Script ![CDATA[ import mx.containers.TitleWindow; import mx.managers.PopUpManager; private

[flex_india:14598] Re: Getting parameters befor App initializing

2008-09-29 Thread Venkat Viswanathan
Yeah, precisely. You answered your own question :) Well, if you are aware of the way Flash works, if you want to show anything in the preloader, there are a few undocumented rules... 1. The image has to be of a very small file size 2. It has to be a part of the SWF and should not be externally

[flex_india:14599] Re: RTE bug(any workaround?)

2008-09-29 Thread Venkat Viswanathan
Well.. you will have to wait till the Adobe Dev team comes up with a solution for this. And anyway one of Adobe's QA guy has accepted that it is a bug. So you will get a solution soon... either in this version... or definitely in Flex 4 :) Regards, Venkat www.venkatv.com On Mon, Sep 29, 2008 at

[flex_india:14650] Re: How to remove decimal point in ColumnChart

2008-09-30 Thread Venkat Viswanathan
In the chart, set the interval as 1. Regards, Venkat www.venkatv.com On Tue, Sep 30, 2008 at 7:00 PM, reji [EMAIL PROTECTED] wrote: Hai all i am created a flex application with Column chart.In this chart X axis values i have only one.So it is showing 0.2,0.4,0.8,1 .

[flex_india:14651] Re: Adobe Flex Builder 3.0 license

2008-09-30 Thread Venkat Viswanathan
Hi Hardeep, And don't even make a wild guess that anyone here would help you with an illegal copy! Regards, Venkat www.venkatv.com On Tue, Sep 30, 2008 at 6:38 PM, riaflexible [EMAIL PROTECTED] wrote: I have a Flex 3 Proffesional Builder sealed kit , If any guys interested buying it ,Please

[flex_india:14652] Re: On esc. key close popop window

2008-09-30 Thread Venkat Viswanathan
to import? On Mon, Sep 29, 2008 at 10:06 PM, Venkat Viswanathan [EMAIL PROTECTED] wrote: Hi, Here is a sample: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical creationComplete=init() mx:Script ![CDATA[ import

[flex_india:14653] Re: security sandbox violation problem

2008-09-30 Thread Venkat Viswanathan
Hi, Since you are dealing with both secure and insecure domain, you will have to do Security.allowDomain() and Security.allowInsecureDomain() for the domain names. Regards, Venkat www.venkatv.com On Tue, Sep 30, 2008 at 3:33 PM, Flexian_me [EMAIL PROTECTED] wrote: I don't know if I am

[flex_india:14655] Re: how to print only a single panel in a web application

2008-09-30 Thread Venkat Viswanathan
Hi, You can use FlexPrintJob class to do this. Regards, Venkat www.venkatv.com On Tue, Sep 30, 2008 at 1:02 PM, koteshwar Rao myneni [EMAIL PROTECTED] wrote: Hi i am building billing application using flex and php as back end . I want to get a print out the bill... means that send

[flex_india:14656] Re: Hack for Getting Rid of Context Menu

2008-09-30 Thread Venkat Viswanathan
Hi, I used to do it in the good old Flash 5 days... Just make the wmode as transparent and it would show up the browser's context menu. Thats what I think has been done in the site that Rahul mentioned. Regards, Venkat On Tue, Sep 30, 2008 at 12:14 PM, Aasim [EMAIL PROTECTED] wrote: chk this

[flex_india:14695] Re: Scope level Concept in the Flex

2008-10-01 Thread Venkat Viswanathan
Hi Kamal, It is possible to access the itemRenderer of another cell.. *BUT* 1. When exactly do you need to do this? 2. Is it really necessary to do it? I am asking this because if you follow good programming practices, you should not refer directly to an itemRenderer. This is because an

[flex_india:14696] Re: How to avoid connector lines in static chart labels?

2008-10-01 Thread Venkat Viswanathan
are available near the data point. Can you tell me if there is a way, by which i can set the lengths of the connectors? Thanks for heping Regards chandrama On Sep 29, 10:01 pm, Venkat Viswanathan [EMAIL PROTECTED] wrote: Hi Chandrama, Basically it shows up the connecting lines because

[flex_india:14697] Re: AUTO COMPLETE Dataprovider problem

2008-10-01 Thread Venkat Viswanathan
Hi Hardin, Your problem statement is still not very clear. But I will try to shoot a few observations in the dark... 1. When you get the data form your Remote Call, I assume you are assigning the data to the arraycollection in the following line: var staffListAC1:ArrayCollection =new

[flex_india:14701] Re: ArrayIterator Class

2008-10-01 Thread Venkat Viswanathan
Hi, When do you get this error? During compile-time or runtime? If it is for compile-time... which I assume is the case as you know the exact line where the error is thrown, did you check if you have the required .as file available in PC2? Also, can you elaborate more on the exact error message?

[flex_india:14702] Re: Flex Amfphp Application Hosting Issue

2008-10-01 Thread Venkat Viswanathan
Hi Shardul, Did you try connecting by specifying the url for amfchannel in actionscript? Here are a few examples: http://blog.ashier.com/2008/03/06/wrapper-class-for-a-remoteobject/

[flex_india:14703] Re: mvc example

2008-10-01 Thread Venkat Viswanathan
Hi, There are lots of MVC frameworks for Flex: The famous ones: 1. Cairngorm: http://www.cairngormdocs.org/ 2. PureMVC: http://puremvc.org/ The not-so-famous ones 3. Model-Glue: http://www.model-glue.com/flex.cfm 4. Gausax: http://www.guasax.com/guasax/web/en/index.php Regards, Venkat

[flex_india:14754] Re: PCA statistical graph component

2008-10-04 Thread Venkat Viswanathan
Hi Ricardo, I think this chart has the closest resemblance to Plot Chart. Even Plot chart cannot be used as it is. Some tweaking needs to be done. There is nothing in-built in Flex. And unfortunately I have any customized components also which demonstrate such a behavior. Regards, Venkat On

[flex_india:14780] Re: Details About Adobe Flex Certification...

2008-10-06 Thread Venkat Viswanathan
Hi Girish, Search this group for certification. A lot has been discussed about this. I'm sure you will get all that you require (except dumps) Regards, Venkat www.venkatv.com On Mon, Oct 6, 2008 at 2:49 PM, girish kumar [EMAIL PROTECTED] wrote: Hi, I want to know the details about Adobe

[flex_india:14797] Re: Clearing the Flash cache -Flex Application

2008-10-06 Thread Venkat Viswanathan
Hi Prasanth, I assume that your flex application would be embedded inside a JSP or HTML page. In JSP, if you can somehow control the page expiry, I think your problem could be easily solved. Unfortunately, there is nothing much you can do in Flex for this! Regards, Venkat www.venkatv.com On

[flex_india:14798] Re: AUTO COMPLETE Dataprovider problem

2008-10-06 Thread Venkat Viswanathan
at 2:03 PM, Venkat Viswanathan [EMAIL PROTECTED]wrote: Hi Hardin, Your problem statement is still not very clear. But I will try to shoot a few observations in the dark... 1. When you get the data form your Remote Call, I assume you are assigning the data to the arraycollection

[flex_india:14865] Re: flex with vbscript active x problem

2008-10-08 Thread Venkat Viswanathan
Hi Dhileepen, Check this blog. May be useful for you: http://www.actionscript.org/resources/articles/745/5/JavaScript-and-VBScript-Injection-in-ActionScript-3/Page5.html Regards, Venkat www.venkatv.com On Wed, Oct 8, 2008 at 8:02 PM, Varun Shetty [EMAIL PROTECTED] wrote: Strange, it should

[flex_india:14866] Re: DataGrid Automatic Vertical Horizontal Scroll

2008-10-08 Thread Venkat Viswanathan
the scroll effect. Regards, Malavika. On Oct 7, 10:53 pm, Venkat Viswanathan [EMAIL PROTECTED] wrote: Hi Malavika, Well I think I understand what you are talking about. You are saying that suppose in the DataGrid you are showing say 10 records and at a time only 6

[flex_india:14868] Re: Communication between App and Component

2008-10-08 Thread Venkat Viswanathan
Hi Brias, Anyways you are getting the server URL from Application.application.parameters... right? So why do you want to send it to your component? Inside your component itself, you can access the variable by writing - Application.application.parameters.server. Hope you got what I am trying to

[flex_india:14869] Re: Datagrid Alternate Color

2008-10-08 Thread Venkat Viswanathan
Hi, It should not happen... I tried doing it and the alternating colors are appearing for me when I am adding new columns. Can you paste your code that you are using to add new columns? And how are you specifying alternating colors? Through MXML or CSS? Regards, Venkat On Wed, Oct 8, 2008 at

[flex_india:14870] Re: AUTO COMPLETE Dataprovider problem

2008-10-08 Thread Venkat Viswanathan
Viswanathan [EMAIL PROTECTED]* wrote: From: Venkat Viswanathan [EMAIL PROTECTED] Subject: [flex_india:14798] Re: AUTO COMPLETE Dataprovider problem To: flex_india@googlegroups.com Date: Monday, October 6, 2008, 9:36 AM Hi, With what you are saying, I feel that the problem lies somewhere

[flex_india:14871] Re: Help me

2008-10-08 Thread Venkat Viswanathan
Hi, Herez a sample... ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:Script ![CDATA[ import mx.collections.ArrayCollection; import mx.utils.ObjectProxy; [Bindable] private var

[flex_india:14947] Re: Edit Values In DataGrid Row

2008-10-10 Thread Venkat Viswanathan
to get the dataGrid object in the popup mxml So I could invoke datagrid.selectedItem? Thanks again. Arun On Oct 9, 2:01 pm, Venkat Viswanathan [EMAIL PROTECTED] wrote: Hi Arun, Here you go... I have made it in both ways, i.e. by click of a button

[flex_india:14948] Re: Datagrid Alternate Color

2008-10-10 Thread Venkat Viswanathan
, you can first try just to add columns dynamically and once you know that there is no problem, then assign the data/item renderers HTH, Sambhav On Oct 8, 9:33 pm, Venkat Viswanathan [EMAIL PROTECTED] wrote: Hi, It should not happen... I tried doing it and the alternating colors

[flex_india:14949] Re: Can somebody tell me why Values of ArrayCollection get Cleared ?

2008-10-10 Thread Venkat Viswanathan
Hi Ashish, The problem is with Repeater. Repeater clears the list and re-builds all the instances when the data provider changes. I recommend that you should use some list-based container like mx:List. And add your HBox in the itemRenderer of that list. If for some reason you feel that list wont

[flex_india:14950] Re: Overlap two object

2008-10-10 Thread Venkat Viswanathan
Hi, You can probably put the chart in a Canvas and put the image in the same canvas. This would result in image overlapping the chart. Regards, Venkat www.venkatv.com On Fri, Oct 10, 2008 at 6:20 PM, RavindraSuthar [EMAIL PROTECTED] wrote: I have taken layout of application as horizontal..

[flex_india:14951] Re: CSS type selectors are not supported in components.

2008-10-10 Thread Venkat Viswanathan
Hi, You get this warning when you have specified the CSS for some component/control and you have not used them in your application. For instance, if you have specified the CSS for a Button and you have not used any button in your application, you will get this warning. Just open the CSS and

[flex_india:14952] Re: Problem With entry as DateField

2008-10-10 Thread Venkat Viswanathan
Hi Arun, Try putting a breakpoint in the line where you are getting the error and see in the Variables window, what is the datatype of entry. I think it would not be DateField and Flex is not able to type cast it. Somewhere something in your code would be going wrong! Regards, Venkat

[flex_india:14953] Re: Format Date and Extract Seconds

2008-10-10 Thread Venkat Viswanathan
Hi Arun, I dont think there is any inbuilt class to handle this. You will have to manually split the string and apply your own logic for converting this string to date. Regards, Venkat www.venkatv.com On Fri, Oct 10, 2008 at 1:23 PM, Arun [EMAIL PROTECTED] wrote: Please do not change the

[flex_india:14956] Re: TileIist Item renderer

2008-10-10 Thread Venkat Viswanathan
Hi Vishal, In the itemRenderer, you could probably perform the check and load your custom components based on your condition. Regards, Venkat On Fri, Oct 10, 2008 at 12:51 PM, Vishal lad [EMAIL PROTECTED] wrote: Hi, I want to show various components in same TileList as same time.How this

[flex_india:14957] Re: How to avoid connector lines in static chart labels?

2008-10-10 Thread Venkat Viswanathan
is the method i can override? I am not finding any suitable solution to this problem. Please help Regards Chandrama On Oct 1, 10:52 pm, Venkat Viswanathan [EMAIL PROTECTED] wrote: Hi Chandrama, Well.. if you have to do something like this... then you will have to override the method

[flex_india:14958] Re: Noob question

2008-10-10 Thread Venkat Viswanathan
Hi, When you create a website in Flex, Flex builder would generate an SWF and a few dependent HTML/JavaScript files. These would be placed in the bin-release folder of your project. All you need to do is to grab all the files and host it on your web server and your website would be live! That's

[flex_india:14959] Re: To make datagrid values reflect in List

2008-10-10 Thread Venkat Viswanathan
Hi Purnima, You will have to paste your code so that we can understand what exactly is happening now. Only then we can provide you with a solution. Regards, Venkat www.venkatv.com On Fri, Oct 10, 2008 at 11:02 AM, purni [EMAIL PROTECTED]wrote: hi all, i ve a list in my pop up

[flex_india:14961] Re: Combo Style Appearance Opaque :: Flex 3

2008-10-10 Thread Venkat Viswanathan
Hi Kamal, What exactly do you need? Do you need a transparent or an opaque combo box? Do you have any reference image of how your combo box should look like? Regards, Venkat www.venkatv.com On Thu, Oct 9, 2008 at 5:06 PM, Kamal [EMAIL PROTECTED] wrote: Hi All, I need a combo box

[flex_india:14962] Re: numberformatting in increment

2008-10-10 Thread Venkat Viswanathan
Hi, This is a data-type mismatch error. I think you are assigning the result of the format method of NumberFormatter to a Number instead of String. Regards, Venkat www.venkatv.com On Thu, Oct 9, 2008 at 12:24 PM, jeroen [EMAIL PROTECTED] wrote: I am incrementing a value as is below

[flex_india:14966] Re: RSS Reader With Expand and Collapse Option

2008-10-10 Thread Venkat Viswanathan
, is there any example for building RSS Reader? Thanks a lot. On Sat, Oct 11, 2008 at 2:18 AM, Venkat Viswanathan [EMAIL PROTECTED] wrote: Hi, I think you can use WindowShade http://flexlib.googlecode.com/svn/trunk/examples/WindowShade/WindowShade_Sample.swfcomponent to achieve

[flex_india:14985] Re: AIR Query

2008-10-12 Thread Venkat Viswanathan
Hi Abhishek, I found a tutorial here: http://blog.log2e.com/2008/05/25/twitter-flex-and-json/ Check if it is useful. Regards, Venkat www.venkatv.com On Sun, Oct 12, 2008 at 2:11 PM, abhishekchess1 [EMAIL PROTECTED]wrote: could u tell me how can we do application in AIR which show me

[flex_india:14986] Re: How About an Icon for a menu bar item

2008-10-12 Thread Venkat Viswanathan
Hi Hardin, See the example here: http://blog.flexexamples.com/2008/01/24/displaying-icons-in-a-flex-popupbutton-control/ iconField is the name of the property in your object inside the array/arrayCollection that is creating the menu. Regards, Venkat www.venkatv.com On Sun, Oct 12, 2008 at

[flex_india:15085] Re: 2000 +

2008-10-14 Thread Venkat Viswanathan
Congratulations... Flex_India!!! It is so endearing to see the group grow to the strength of 2000+ members. This indicates the ever-increasing number of Flex developers in India. And I am sure that this staggering growth rate is one of the best in the world. Way to go... Flex_India!!! Cheers!

[flex_india:15164] Re: Initializing a component

2008-10-16 Thread Venkat Viswanathan
Hi Jeroen, How are you creating the component? Are you using actionscript to create it? If yes, can you paste the code here? Generally when you instantiate a component, it should start accepting the data. And you can do addChild whenever you want. I think there could be something typical in the

[flex_india:15165] Re: Drag and drop tab navigation! (HELP!!!)

2008-10-16 Thread Venkat Viswanathan
Hi, Have you tried SuperTabNavigator? http://flexlib.googlecode.com/svn/trunk/examples/SuperTabNavigator/SuperTabNavigator_Sample.swf Regards, Venkat www.venkatv.com On Fri, Oct 17, 2008 at 1:09 AM, richard_soper [EMAIL PROTECTED] wrote: I was wondering if ANYONE knows how to give a Tabbed

[flex_india:15202] Re: Simple slide show with transition effects

2008-10-17 Thread Venkat Viswanathan
Hi Kumar, Maybe you can do something like, start the two transitions (i.e. dissolving for both the images) at the same time. Along with that also change the alpha property of both the images. This means that Image1 would start with an alpha of 1 and end at 0. And Image2 will start with an alpha

[flex_india:15203] Re: can we convert XML to ArrayCollection Dynamically?

2008-10-17 Thread Venkat Viswanathan
Hi Mayur, A few questions: - What exactly will be your XML format look like? - Will you have a grouping above C1, C2 and C3? If yes, you will have to use AdvancedDataGrid. You will have to create the DataGridColumns dynamically and assign the dataField to the required objects in your

[flex_india:15204] Re: How to enable flex security to allow local file access

2008-10-17 Thread Venkat Viswanathan
Hi, The security sandbox in Flex wont allow you to access client's local file system. What you can do at the most is save data as Shared Objects on the local user's disk. Google for Shared Objects and you will get lot of examples. Regards, Venkat www.venkatv.com On Fri, Oct 17, 2008 at 2:24 PM,

[flex_india:15206] Re: how to called action script from java script

2008-10-17 Thread Venkat Viswanathan
Hi Chandan, Inside window, appname is not the name of the mxml file. Its the id/name you assign to the SWF object. JavaScript uses the id to communicate with Flex. And as Hissam said, look for ExternalInterface class in Flex. There is a method in the class called addCallback which you will have

[flex_india:15209] Re: How to enable flex security to allow local file access

2008-10-17 Thread Venkat Viswanathan
Hi Dhileepen, Yes, there are workarounds. As you said, applets is one workaround. ActiveX objects are another (which works only with IE). Long story short, you CANNOT do it directly with Flex. Flash Player will never allow you to access the user's file system. The only alternative is using AIR.

  1   2   3   4   >