[flex_india:24003] Drag and Drop Query

2009-07-28 Thread dinesh
Hi All, I have two list component ex : A and B..each has data of same format... i am able to do drag drop within the component... but i want to stop drag drop data from A to B or viceversa...since it has the same format both the components are accepting..please some one help meThanks...

[flex_india:24004] String to class PopupManager

2009-07-28 Thread reji
Hi All How to create String to class in popupmanager. for example i am trying var str:String=form1; PopUpManager.createPopUp(this,Class(str),true); is not working.If any one know just tell me

[flex_india:24005] Re: String to class PopupManager

2009-07-28 Thread GnanaPrakasam T
Is that Form1 is a componet in current Applciation? try this['orm1'] instead of Class(str) and let me know whether its working or not PopUpManager.createPopUp(this,this['form1'],true); Gnanz.../ http://gnanz-flexworld.blogspot.com reji wrote: Hi All How

[flex_india:24006] How to customize ThousandSeparator to display price in INR format

2009-07-28 Thread dhana
All, I need to format the below amount in indian rupee(INR) format. Amount: 1000.00 When i use the default ThousandSeparator it return the amount as follows: mx:NumberFormatter id=numberFormatter precision=2 useThousandsSeparator=true thousandsSeparatorFrom=,

[flex_india:24007] Embed Webpage within Flex Web Application

2009-07-28 Thread himz
Hi All, I am stuck with the problem of embedding 'Webpage within Flex Web Application'. What I am trying is to display a Webpage or Website within a flex component in a flex web application. Eventually I found a set of html related tags for the Desktop Application (AIR) which answers the above

[flex_india:24008] Re: Drag and Drop Query

2009-07-28 Thread Ravi M
Try this private function setDragInitator(event:MouseEvent):void { dropInitiator = event.currentTarget.id; } private function action1DragDropHandlerr(event:DragEvent):void { var dropTarget:List = List(event.currentTarget); if(dropInitiator==action1

[flex_india:24011] Re: Flex Freelancer

2009-07-28 Thread Shyam prasad
Where are you from ? We are based in bangalore. Shyam On Mon, Jul 27, 2009 at 10:12 AM, raj mrspra...@gmail.com wrote: Hi, I am a flex / java programmer. Having 2 yrs exp. in flex. I am interested into this. Plz let me know abt the kind of job On Jun 12, 3:43 pm, h4fun

[flex_india:24012] Widget in flex

2009-07-28 Thread sunnyJain
Hi All, I need to develop a widget in flex. It should connect to some server, fetch some data and that data should be displayed in that widget. Also it should not be platform specific. Can any one give me some pointers on how to proceed with the same. Thanks in advance Regards, Saurabh

[flex_india:24009] Re: Flex Freelancer

2009-07-28 Thread sathya
hi i have 2 years of experience inflex i am interested. please send me the details Sathya On Jun 12, 3:43 pm, h4fun mendes.ferna...@gmail.com wrote: Hello everybody, I need a freelancer flex developer for a little project . Who wants to participate and gain extra money, send me a

[flex_india:24016] Ajuda/Help - NumericStepper StepSize customization

2009-07-28 Thread Arthur Magno
(Portugues): É possível fazer o NumericStepper ter um stepSize sem ser numero decimal por exemplo: 0.1, 0.2, 0.3,..., 0.n (ou com uma precisão maior) por exemplo: 0.01, 0.02, 0.02, ... 0.0n... Se tiver por favor me ajudem! :D (English): Is it possible to make my NumericStepper (stepSize)

[flex_india:24013] Re: Drag and Drop Query

2009-07-28 Thread venki @flex
hi dinesh, Try something lyk this mx:List id=srcColumns editable = false dragEnabled=false dropEnabled=false dragMoveEnabled=true doubleClickEnabled=true / On Jul 28, 1:00 pm, dinesh dhineshbhara...@gmail.com wrote: Hi All, I have two list component ex : A and B..each has data of same

[flex_india:24015] Re: Help me to identify Memory Leak

2009-07-28 Thread Dharmendra Chouhan
Hi Jandish,Chandu I have some update on this to share with you guys.. About more than a month back we have raised this issue to Adobe support with a test application wich demonstrate this issue.after one and half month , finally Adobe has accepted that this issue lies in the internal

[flex_india:24025] Re: problem of struts and flex3

2009-07-28 Thread himz
Hi Karima, You can't use MXML tag directly inside JSP, you need the .swf file (compiled version of MXML file) which you can embed in your JSP file. You can compile your MXML file using MXMLC or the Flex Builder IDE. In order to communicate with the server you can use RPC (HTTPService) or

[flex_india:24022] Re: Drag and Drop Query

2009-07-28 Thread Nishant
Hi Dinesh, Please set the dragEnables and dropEnabled properties to false for list. Best Regards, Nishant On Tue, Jul 28, 2009 at 1:30 PM, dinesh dhineshbhara...@gmail.com wrote: Hi All, I have two list component ex : A and B..each has data of same format... i am able to do drag drop

[flex_india:24020] catalog.xml

2009-07-28 Thread cholid.r
Hi all can someone give information how to make file swc that the contain of catalog.xml is like this (on bellow) because i just can put in it a file/ file/ (with -include-file) i can't put components/ and libraries that contain script/ and dep/ and def/ i hope has someone know it,because im

[flex_india:24018] Re: Drag and Drop Query

2009-07-28 Thread Nishant
Hi Dinesh, Please set the dragEnables and dropEnabled properties to false for list. Best Regards, Nishant On Tue, Jul 28, 2009 at 1:30 PM, dinesh dhineshbhara...@gmail.com wrote: Hi All, I have two list component ex : A and B..each has data of same format... i am able to do drag drop

[flex_india:24017] Resizeable TitleWindow MouseEvent issue

2009-07-28 Thread kalavati singh
Hi, I am using Resizable TitleWindow Component( http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetailloc=en_usextid=1207017). I am placing that in Canvas i mean Instead of using mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:fc=

[flex_india:24024] Print Problem

2009-07-28 Thread chandra
Hi all I have a tilelist which will display images with information in four columns so tile list may contain n number of images. my problem is when i click print i am unable to print all the items and event images are also not displaying. scale in print is not comming perfect. can any one

[flex_india:24019] XML encoding

2009-07-28 Thread Prakash
If the XML data has characters like , how to encode/escape the same when rendering the ADG. thanks prakash --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send

[flex_india:24023] Re: Help needed

2009-07-28 Thread Dhanasekar Rajagopal
hi, if your using HTTPService then add atribute resultFormat=e4x to the HTTPService tag. The result will automatically converted to xml; Regards, Dhana On Mon, Jul 27, 2009 at 4:28 PM, HISSAM hissam.sher...@gmail.com wrote: private function setDataProvider(value:ArrayCollection):XML

[flex_india:24021] Flex developer distribution (Bangalore Hyderabad)

2009-07-28 Thread shankar.data
Hi Folks, I am trying to locate operations for flex development in either Bangalore or Hyderabad. Based on your perception, could you rank the two cities based on the following criteria: 1. Number of developers with 2-3 yrs experience in Flex. 2. Salary range for the top performers. 3. Caliber

[flex_india:24014] Re: problem of struts and flex3

2009-07-28 Thread karima aissaoui
Hi, Thank you for your answer, it is so helpful but could you please give me an example of using prompt command in order to cimpile the mxml file?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India

[flex_india:24026] Re: Drag and Drop Query

2009-07-28 Thread Dinesh Kumar
Hi Ravi,Venki,Nishant thanks for your reply @Venki,Nishant- if i set dragEnabled and dropEnabled to false then within the component itself i cant do drag drop operation. when i move the data from A to B i stop the evnt its working fineThanks guys:-). On Tue, Jul 28, 2009 at

[flex_india:24027] Re: Embed Webpage within Flex Web Application

2009-07-28 Thread sankar swaroop
Hi Himadri, U can solve ur problem using IFrame in flex. Study about it and then implement. Thanks On 7/28/09, himz himadri...@gmail.com wrote: Hi All, I am stuck with the problem of embedding 'Webpage within Flex Web Application'. What I am trying is to display a Webpage or Website

[flex_india:24028] Re: Print Problem

2009-07-28 Thread Anish Kumar
Hi Chandra, I havent tested your code, but It seem to be that there is something wrong in the way your using printList.width = printjob.pageWidth; and printjob.addObject (printList,FlexPrintJobScaleType.MATCH_HEIGHT); You are trying to change the width of the tilelist to match to the

[flex_india:24029] Re: String to class PopupManager

2009-07-28 Thread reji
Hai GnanaPrakasam I worked out what u told but it is not working. actually 'form1' is a component title window.I want to popup the title window dynamically thats why i am storing variable.so any idea...i cant hard code class name in PopUpManager.createPopUp(this,dynamicalyLoad,true); On

[flex_india:24030] tool to calculate Maintainability Index of flex code

2009-07-28 Thread nikhil
Hello Everyone, Is there any tool to calculate the maintainablility of flex code. Please give any links and info about this. thanks regards Nikhil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India

[flex_india:24031] Re: tool to calculate Maintainability Index of flex code

2009-07-28 Thread Anish Kumar
I am curious to know what you meant by calculate the maintainability of flex code? Thanks, -Anish --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to

[flex_india:24032] Re: String to class PopupManager

2009-07-28 Thread GnanaPrakasam T
ok Fine.. then use the following lines Reji. var dynamicalyLoad:Class=*getDefinitionByName*('SimpleTitleWindowExample') *as Class; * PopUpManager.createPopUp(this,dynamicalyLoad,true); *getDefinitionByName* will do the trick Hope this will help to you Happy Coding

[flex_india:24033] Re: String to class PopupManager

2009-07-28 Thread reji
Hai GnanaPrakasam, while doing this way getting error like Variable SimpleTitleWindowExample is not defined. at global/flash.utils::getDefinitionByName() i am unable to trace this error. if u help me better... On Jul 28, 5:28 pm, GnanaPrakasam T gnanaprakasa...@gmail.com wrote:

[flex_india:24034] [Register] Pune Flex User Group Meeting with Serge Jespers from Adobe

2009-07-28 Thread Priyank Kapadia
Group, Serge Jespers will be in Bangalore for Adobe Dev Summit, as he is India that whole week, he is flying down to Pune on 6th August (4th August we have the Adobe Dev Summit). If anyone is interested in attend the FUG meet, can plan things accordingly and well in advance. Here is the link

[flex_india:24035] Re: String to class PopupManager

2009-07-28 Thread GnanaPrakasam T
i have tried the same its worked for me.. for your reference i have attached the files with this mail :: [SimpleTitleWindowExample is titlewindow file name] Gnanz.../ http://gnanz-flexworld.blogspot.com reji wrote: Hai GnanaPrakasam, while doing this way getting error like Variable

[flex_india:24036] Re: Flex Freelancer

2009-07-28 Thread atul parihar
I am a flex / java/j2ee programmer. Having 3+ yrs exp. in flex. I am interested into this. Plz let me know abt the kind of job Thanks Atul singh parihar 09023723824 On Tue, Jul 28, 2009 at 10:29 AM, Shyam prasad shyambpra...@gmail.comwrote: Where are you from ? We are based in bangalore.

[flex_india:24038] Re: Flex developer distribution (Bangalore Hyderabad)

2009-07-28 Thread FresherInFlex
1: availability of flex developers with 2 and more experience in bangalore. 2: Salary range for top performers : 4lakh and more 3.Bangalore is the best . On Jul 28, 12:19 am, shankar.data narashan...@gmail.com wrote: Hi Folks, I am trying to locate operations for flex development in either

[flex_india:24037] Re: tool to calculate Maintainability Index of flex code

2009-07-28 Thread nikhil
i mean to say maintainablility Index.. (MI) is there any tool to calculate that? On Jul 28, 5:25 pm, Anish Kumar anishkuma...@gmail.com wrote: I am curious to know what you meant by calculate the maintainability of flex code? Thanks, -Anish

[flex_india:24039] Agenda for Adobe Dev Summit 2009

2009-07-28 Thread Sujit Reddy G
Hi all, Agenda for DevSummit 2009 is live. The focus of this conference is around the latest announcements and betas in the Flash Platform – FlashBuilder, Catalyst, LCDS, CF9, CF Builder, etc. This event is aimed at Flex/Flash developers, Photoshop/Illustrator designers, Java developers and PHP

[flex_india:24040] Flex at Beach @ Chennai

2009-07-28 Thread Devaraj
Dear All, The f...@beach is being hosted at Chennai on August 8th. Agenda : http://tinyurl.com/flex-beach Venue : http://tinyurl.com/asibeach Twitter : @flexatbeach Looking forward to meet you there. Regards, Devaraj --~--~-~--~~~---~--~~ You received this

[flex_india:24041] Default date in dateFiled control

2009-07-28 Thread Gerald Anto
Hello Friends, How to set current date as default date in DateField control and well as not able to select future days. shall we have it in mxml syntax or AC. anyway if possible send some samples. ThanksRegards, Gerald A --~--~-~--~~~---~--~~ You received this

[flex_india:24042] Re: Default date in dateFiled control

2009-07-28 Thread vrathore
Hello, To set the current date in the dateField just call the following line on creation complete newDate.text = new Date().toDateString(); Where newDate is the Id of the DateFeild mx:DateField id=newDate change=SetChange() / This function determines if the selected date is greater than current

[flex_india:24043] Re: String to class PopupManager

2009-07-28 Thread reji
Good morning GnanaPrakasam, First of all thanks for giving me lot inputs, but still i have problem here on wards i will explain your below code is working fine var classname:String='SimpleTitleWindowExample'; var cc:Class=getDefinitionByName(classname) as

[flex_india:24044] Re: Default date in dateFiled control

2009-07-28 Thread hsivaramakrish...@gmail.com
The following code would just work ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:DateField selectedDate={new Date()} / /mx:Application Thanks Harish On Jul 29, 10:20 am, vrathore vrathor...@gmail.com wrote: Hello, To set

[flex_india:24045] Re: Problem with DataGrid Combo Box

2009-07-28 Thread hsivaramakrish...@gmail.com
Dear Jayapal: Posting a sample code that demostrates your problem would help. Thanks Harish On Jul 27, 5:59 pm, Ravi M flashr...@gmail.com wrote: If you are binding the value in itemeditor's combobox it will definitely change . Do you have like mx:itemEditor mx:Component mx:Combox

[flex_india:24046] Re: problem of struts and flex3

2009-07-28 Thread hsivaramakrish...@gmail.com
You could take a look at http://code.google.com/p/fxstruts/ by Anirudh Sasikumar. This is an implementation of Flex with Struts. Thanks Harish On Jul 27, 7:02 pm, himz himadri...@gmail.com wrote: Hi Karima, You can't use MXML tag directly inside JSP, you need the .swf file (compiled version