[flex_india:29765] Re: i need timer examples

2010-04-14 Thread FlexiSush
Hi, what type of timer u need? plz let the group knw.. Regards, http://flexphpworld.wordpress.com/ On Apr 14, 9:58 am, welcome welc...@gmail.com wrote: hi to all,           any body help me,i need timer examples -- You received this message because you are subscribed to the Google Groups

[flex_india:29141] Re: Using Numeric validator urgent

2010-03-12 Thread FlexiSush
Hi, As u told u need it urgently i thought of putting some light into it. First thing is dont use NumberValidator in ur case. Instead use StringValidator; Ur code can be re-written as follows. mx:StringValidator maxLength=6 minLength=6 id=eventTypeTxt required=true source={employeeid}

[flex_india:29123] Re: Help needed in formatting Date

2010-03-11 Thread FlexiSush
this helps On Wed, Mar 10, 2010 at 11:47 PM, FlexiSush sushant...@gmail.com wrote: Hi friends,                I have date in a string say var str:String=25- Mar-2010; Now the question is how can i convert it into a Date object? I tried using DateField.stringToDate() method but couldn't find

[flex_india:29124] Re: Flex Certification Price Info

2010-03-11 Thread FlexiSush
hi Anuradha, u can refer http://www.adobe.com/devnet/flex/articles/flex_certification.html regards, http://flexphpworld.wordpress.com/ On Mar 11, 11:05 am, Iyer Anuradha iyeranuradh...@gmail.com wrote: Hi Friends, can you please provide me guidance for the preparation of Adobe

[flex_india:29075] Re: How do build flex3 in Eclipse

2010-03-10 Thread FlexiSush
Hi, u need to download proper version of flex builder plugin for ur eclipse version. since the differences exist between different versions of eclipse, u need to make sure that u download the appropriate flex builder pluign. Once downloaded it can be installed easily.. Regards,

[flex_india:29076] Re: Adobe Flex 3 free licence for students

2010-03-10 Thread FlexiSush
Hey, Nice information. It will be very useful for many more flex aspirants.. In this way flex can reach to many people.. Regards, http://flexphpworld.wordpress.com/ On Mar 10, 8:04 pm, krishna chaitanya kambhampati kkc.kambhamp...@gmail.com wrote: Hi All, Those who are new comers /

[flex_india:29077] Re: unvisible word Flex Data Visualization Trial

2010-03-10 Thread FlexiSush
Hi, use professional version of flex builder.. Regards, http://flexphpworld.wordpress.com/ On Mar 10, 3:35 pm, cholid ridwan choli...@gmail.com wrote: HI all how to unvisible word Flex Data Visualization Trial in chart at Tour de Flex? thanks regards -- You received this message

[flex_india:29081] Re: RegExp help with syntax.

2010-03-10 Thread FlexiSush
Hi, First upon I would like to tell u that there is no match() method for RegExp. There are some changes needs to be done in ur code. use var metarDecoded:Array= new Array(); for (var i:int = 0; i arrayLeght; i++) { var token:String = arrayMetar[i];

[flex_india:29039] Re: Numeric field validaton

2010-03-09 Thread FlexiSush
...   On Mon, Mar 8, 2010 at 5:54 PM, FlexiSush sushant...@gmail.com wrote: hey no need to use any validator. just use restrict property of TextInput and set it as restrict=0-9  Hope it works Regards, http://flexphpworld.wordpress.com/ On Mar 8, 3:26 pm, Fehmina Kanuga whitepearl.fehm

[flex_india:29040] Re: Need help to install Flex 3.0

2010-03-09 Thread FlexiSush
Hi, R u trying to install flex builder?? If so then download trial version of it from Adobe website or if u have professional version of it then double click on setup which will take u to user friendly installation screen. Choose proper drive for installation. Once done enter serial key. If u

[flex_india:29041] Re: reset all the components in the viewstack

2010-03-09 Thread FlexiSush
hi, Your code is: if(event.newIndex==1) { var obj:test1 = VS1.getChildByName(“test1″) as test1; obj.reload(); } Comment: This code will give the compile time error told by u bcoz the class ‘test1′ doesn’t have reload() method defined. Make sure that u have reload() method defined in class ‘test1′.

[flex_india:29042] Re: reset all the components in the viewstack

2010-03-09 Thread FlexiSush
Hi, reload() is not the default method. It is a user defined method. It will not refresh all the components of ViewStack. U need to call the components manually.. Regards, http://flexphpworld.wordpress.com/ On Mar 9, 7:29 pm, pradeep gorijavolu pradeepflex.gr...@gmail.com wrote: i have not

[flex_india:29005] Re: How to install Add-ons

2010-03-08 Thread FlexiSush
Hii u can refer http://www.adobe.com/support/documentation/en/flex/3/releasenotes_flex3_sdk.html#Datavisualization it explains data visualization support related to flex sdk 3.5 Regards, http://flexphpworld.wordpress.com On Mar 5, 6:16 pm, Ashishkumar Borkar ashu23j...@gmail.com wrote: I have

[flex_india:28669] Re: Flex Security

2010-02-19 Thread FlexiSush
Hi, u can use SharedObjects. When u access the first application using uname and pwd, u need to set uname and pwd for the shared object. And the 2nd application should be opened only when the values are set for shared object. On signout make sure to clear the values contained in the shared

[flex_india:28650] Re: parentdocument in popups

2010-02-18 Thread FlexiSush
Hey, Yes. it is possible to access parentDocument from TitleWindow. The example can be found in my blog at http://flexphpworld.wordpress.com/category/titlewindow/ In this example i am calling the parentDocument's fnClose() method from TitleWindow. Regards,

[flex_india:28651] Re: error

2010-02-18 Thread FlexiSush
Hi, it would be better if u provide more details about your code and which service you are calling. And also make sure that ABCTest.swf and the file to which it makes request must be in same domain. Regards, http://flexphpworld.wordpress.com On Feb 18, 12:28 pm, abhishek saxena

[flex_india:28572] Re: radio Button renderer problem in datagrid

2010-02-16 Thread FlexiSush
hey just refer the solution in my blog at http://flexphpworld.wordpress.com/2010/02/09/datagrid-with-checkbox-as-itemrenderer/ u need to replace checkbox with radiobutton to suit to ur problem regards, http://flexphpworld.wordpress.com On Feb 16, 9:48 am, pradeepflex

[flex_india:28425] Re: Tree issues

2010-02-11 Thread FlexiSush
Hey can u please elaborate on what exactly u r looking for so that it can be answered easily..wheer is the image?? regards, http://flexphpworld.wordpress.com On Feb 11, 5:20 pm, kalai selvi kalai.ran...@gmail.com wrote: Hi please help me out i have section and under some pages will come so

[flex_india:28424] Re: Flex Beginner

2010-02-11 Thread FlexiSush
hey, to use flex with netbeans IDE, u need to have plug-in called Flexbean. But u can use Flexbean with netbeans 6.5 or later.. earlier versions of netbeans IDE dont support flexbean On Feb 11, 4:30 pm, Abhi online.abhi...@gmail.com wrote: Could anyone tell me how to use flex in

[flex_india:28431] Re: Tree issues

2010-02-11 Thread FlexiSush
...@gmail.comwrote: Hi, i am having data  : Section Name - Folder                      SubSection-Folder                      PageName  - Labels these type of fotmat i need. so this view i want put into Tree.so can u  help me... On Thu, Feb 11, 2010 at 10:27 PM, FlexiSush

[flex_india:28353] Re: sliding TitleWindow

2010-02-09 Thread FlexiSush
Hey, the solution for your problem can be found in my blog at http://flexphpworld.wordpress.com/2010/02/09/titlewindow-effects/ Hope this will be of use to u:) http://flexphpworld.wordpress.com On Feb 8, 9:19 pm, Thomas D thomasdobrzin...@googlemail.com wrote: Hello FlexUsers, I

[flex_india:28355] Re: Datagrid with image itemrenderer problem

2010-02-09 Thread FlexiSush
in your code. thanks and regards, Varun Bajaj On Mon, Feb 8, 2010 at 11:40 PM, FlexiSush sushant...@gmail.com wrote: Hi,   you can refer my blog at http://flexphpworld.wordpress.com/2010/02/08/flex-datagrid-with-image... Hope the above example helps you in solving your problem

[flex_india:28356] Re: Rotating chart axis labels

2010-02-09 Thread FlexiSush
/                                 /mx:lineStroke                                         /mx:LineSeries                         /mx:series                         /mx:LineChart   /mx:Panel /mx:Application On Feb 8, 7:26 pm, Akshar akshar.k...@gmail.com wrote: @FlexiSush thanks a lot. it is now working. @Varun Bajaj we

[flex_india:28304] Re: i need reload data in viewStack

2010-02-07 Thread FlexiSush
Hey, u can refer my blog for the solution http://flexphpworld.wordpress.com/2010/02/07/viewstack-example-with-calling-child-components-methods/ On Feb 5, 11:47 am, shorty shorty.a...@gmail.com wrote: Hi guys, im new in this group, im from chile, then i speak spanish native, my english is

[flex_india:28101] Re: Tree - Set color of selectedItem to a different color.

2010-01-29 Thread FlexiSush
Hey, You can check out the solution in my blog at http://flexphpworld.wordpress.com/2010/01/29/flex-tree-selection-color-example On Jan 29, 5:23 pm, JD jaideepk...@gmail.com wrote: Hi, I would like to know how to achieve this.  Any help is welcome. Say, i have a tree control.  Now, i

[flex_india:28065] Re: Rendering Problem

2010-01-28 Thread FlexiSush
hey u can check the solution in my blog http://flexphpworld.wordpress.com/2010/01/28/using-checkbox-as-item-renderer-in-datagrid On Jan 28, 9:41 pm, Soumya Here contacttosou...@gmail.com wrote: Hi, I have a problem while selecting a checkbox in a datagrid.when I select the checkbox it

[flex_india:28067] Re: Help in ViewStack

2010-01-28 Thread FlexiSush
hey u can refer solution in my blog at http://flexphpworld.wordpress.com/2010/01/28/viewstack-example On Jan 28, 9:10 pm, Fausto Vaz faustovaz.gru...@gmail.com wrote: Hi everyone, i need some help with viewstacks. Im implementing an application where i have a viewstack and i'd like to

[flex_india:28071] Re: Need help in checkbox rendering

2010-01-28 Thread FlexiSush
hey u can check out http://flexphpworld.wordpress.com/2010/01/28/using-checkbox-as-item-renderer-in-datagrid On Jan 27, 1:43 am, Soumya Here contacttosou...@gmail.com wrote: Hi All, In my case, I got an ArrayCollecion from RemoteObject call and populate a Datagrid for display in front end.

[flex_india:28018] Re: Need help in checkbox rendering

2010-01-27 Thread FlexiSush
Hi, Please mention are u using DataGrid or AdvancedDatagrid... On Jan 27, 1:43 am, Soumya Here contacttosou...@gmail.com wrote: Hi All, In my case, I got an ArrayCollecion from RemoteObject call and populate a Datagrid for display in front end. There I want to add a checkbox for select

[flex_india:28019] Re: Arraycollection problem

2010-01-27 Thread FlexiSush
Hi, Try arrcoll.getItemAt(1).name=sample4; Hope it helps u and plz do reply back :) On Jan 26, 2:15 pm, sankar swaroop sankaras...@gmail.com wrote: Hi friends, I given an arraycollection as a dataprovider to a datagrid which was with some itemrenderers. while retrieving the saved data

[flex_india:28020] Re: error: symbol within the string

2010-01-27 Thread FlexiSush
Hi, use displayName=''Simultaed demand with uppper amp; lower limits'' do reply back if its working for u:) On Jan 26, 10:52 am, pgmkumaran pgmkuma...@gmail.com wrote: mx:PlotSeries  id=plotseries2 dataProvider={optcm} itemRenderer=mx.charts.renderers.BoxItemRenderer

[flex_india:27708] Re: Iframe problem

2010-01-10 Thread FlexiSush
Hii, Please use http://code.google.com/p/flex-iframe;. download the flex-iframe zip file with latest version and u could be able to work with it. please make a note of setting wmode opaque. I am using it and it is working perfectly for me.. On Jan 8, 8:19 pm, Bagish Mishra

[flex_india:27564] Re: Best way for defining Static Messages

2009-12-29 Thread FlexiSush
Hi, U can store text messages in XML file and can be used in multiple places. when u need to change the text, u simply modify XML file. this will eliminate recompilation... On Dec 30, 12:49 am, Kiran Kumar Vasireddy kiranv...@gmail.com wrote: Dear All, In My project I am using static text

[flex_india:27533] Re: Reflection in Flex

2009-12-27 Thread FlexiSush
Hi Veeru, Please refer http://www.as3commons.org/as3-commons-reflect/index.html This could be useful for u.. Please reply back:) On Dec 26, 8:48 pm, veeru rahul veeru...@gmail.com wrote: Hi Guys, Is there any equivalent for Reflection (Java) in AS 3.0 ? If so please provide

[flex_india:26796] Re: AS3: obtaining value of private/protected variable through reflection

2009-11-22 Thread FlexiSush
Hi, refer the link http://www.as3commons.org/as3-commons-reflect/index.html I used the above link and implemented reflection. In this link they have given the API which contains classes like Type, Metadata etc. On Nov 21, 2:01 am, jakemiles jacob.mi...@gmail.com wrote: Hi all.  I'm using a

[flex_india:26799] Re: Datagrid Rowspan

2009-11-22 Thread FlexiSush
Hi, Plz provide more information about your problem. If u use item renderers inside datagrid it is possible to show different colours for rows. On Nov 20, 8:11 pm, Jagdish eshwar.ean...@gmail.com wrote: Hi All, Please some body help me with this issue. I have a requirement  where i will be

[flex_india:26801] Re: Convert CSS to SWF

2009-11-22 Thread FlexiSush
Hi, use mxmlc to compile css into swf On Nov 23, 12:03 am, prashant waykar waykar.prash...@gmail.com wrote: Hey friends... I am not able to convert my css file to swf in flex builder by right clicking on it. Can anyone please help me out??? Thanks in advance... -- You received this

[flex_india:26740] Re: Doubt in Defining the class.

2009-11-18 Thread FlexiSush
Hi, you cannot have more than one public class in a single .as file. Due to this it will not work. On Nov 18, 10:44 am, Gerald Anto flex.gerald.a...@gmail.com wrote: Hello Friends, Actually i need a class that extends a super class. Shall i have two classes in a single .as file? if i do like

[flex_india:26719] Re: Design mode view is not the same when running the actual Application StyleSheet

2009-11-17 Thread FlexiSush
Hi, yes it is true. css styles are not captured by flex builder for some cases. u need to run the application and c the exact style. On Nov 16, 7:10 am, jalopy jalopy@gmail.com wrote: Hello Everybody, When applying CSS to certain page, and looking at the design mode in Flex Builder is

[flex_india:26622] Re: function overloading in flex?

2009-11-12 Thread FlexiSush
Hi, Plz refer below link http://nsdevaraj.wordpress.com/2008/06/24/as3-function-overloading/ On Nov 12, 4:16 pm, mahesh bab mahesh.dudw...@gmail.com wrote: Hi Is it possible to function overloading in flex? Any send me example. -- Regards D.Mahesh Babu -- You received this message

[flex_india:26560] Re: How to Download particulatr Text filed data to word document

2009-11-11 Thread FlexiSush
hi, try sending htmltext of TextInput to word document. On Nov 10, 5:21 pm, surendra surendrachowdary.m...@gmail.com wrote: Hi, I have a text as follows in text field. Dear XX, Welcome to the company. yours, YY. i want to download this to word document as in this format

[flex_india:26558] Re: Renaming index.template.html to jsp file

2009-11-11 Thread FlexiSush
Hi, dont clean the project. if u do so u will loose debug version of the template. On Nov 11, 12:52 pm, roshni thar...@gmail.com wrote:  Hello all, By referringhttp://www.morearty.com/blog/2006/12/11/changing-the-filenames-in-fle... tml-templates/ I renamed index.template.html of my flex

[flex_india:26562] Re: Single Quotes in Flex3

2009-11-11 Thread FlexiSush
Hi, As u have not mentioned what type of validation u want to do for TextArea, it is difficult to interpret. I guess u want to restrict single quotes in TextArea. if that is the case, use restrict=^\' for TextArea tag in mxml. On Nov 11, 1:25 pm, Ramya Arumugam friendramya2...@gmail.com

[flex_india:26526] Re: learning actionscript......

2009-11-10 Thread FlexiSush
Hi, Designing is mainly concerned with the look and feel of the flex application like layout, view, etc. Actionscript is the core scripting language and will be used to handle events, write business logic in .as files. So u should concentrate on both actionscript and mxml but as far my

[flex_india:26202] Re: Building custom components Library

2009-10-30 Thread FlexiSush
Hi, U can place all the reusable components as .swc in some folder and whenever u want that component in any flex project u can add the swc. On Oct 29, 8:37 pm, veeru rahul veeru...@gmail.com wrote: Hi Folks, I have developed few reusable components and I want to create a Library for those

[flex_india:26227] Re: Create object from string of class name problem

2009-10-30 Thread FlexiSush
Hi, try the below code to create object based on class name. public var cls:Class = getDefinitionByName(MyClass) as Class; In this example MyClas is the name of the class. Hope this helps u. On Oct 30, 12:35 am, Brolesi, Fogliarini brol...@gmail.com wrote: Hi people. I'm trying to create an

[flex_india:26229] Re: binding between two compoents?

2009-10-30 Thread FlexiSush
Hi, hope the below solution works for u. **main.mxml* ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute xmlns:ns1=* ns1:component x=100 y=100 /ns1:component /mx:Application *component1.mxml ?xml

[flex_india:26044] Re: Application corner radius

2009-10-23 Thread FlexiSush
Hey just replace ur code with below code and retry if it works fine for you. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute xmlns:controls=com.controls.* height=37% width=37% backgroundColor=#ff cornerRadius=60 borderStyle=solid

[flex_india:26016] Re: Application Font Size variation

2009-10-22 Thread FlexiSush
Hi, As I experienced, it is not possible to dynamically check the resolution and adjust the font size of text. On Oct 22, 1:05 pm, surendra surendrachowdary.m...@gmail.com wrote: Hi, How can i adjust the font size dynamically depend on the screen resolution or window size. is it

[flex_india:25997] Re: problem in debugging

2009-10-21 Thread FlexiSush
Hi, Even I faced the same problem when my flash player got updated to ver 10 from ver 9. To fix this there is a simple solution. No need to reinstall the flex builder. All you have to do is: If u have installed flex builder in C:\Program Files\Adobe\Flex Builder 3, go to C:\Program

[flex_india:26006] Re: accessing Object variables

2009-10-21 Thread FlexiSush
Hi, as u told, u are using ArrayCollection to hold the array of abjects. Say if u have ArrayCollection as AC, to access first object's username, use AC[0].username. similarly if u want to access password u can use AC[0].password. Hope this helps u. Regards, Sushanth On Oct 22, 1:22 am, explorer

[flex_india:17803] Re: Auto scrolling text

2008-12-29 Thread FlexiSush
hi, set verticalScrollPolicy=auto and horizontalScrollPolicy=auto for the text area which will automatically scroll the contents; --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group.