[flex_india:29727] Re: adding buttons to datagrid/advanceddatagrid using actionscript 3

2010-04-12 Thread pradp
ok, I got it working after trying different options. thanks On Apr 11, 4:16 pm, pradp wrote: > Hi > > Let me explain you my requirement. > I have a datagrid/Advanceddatagrid to which I am populating the data > from an external xml file using actionscript. > Now I wanted to add a button,url link

[flex_india:29726] Loading FXG files at runtime

2010-04-12 Thread Pradeek
Hey guys, i was wondering if it is possible to load fxg files during runtime and render them. Thanks -- 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_in...@googlegroups.com. To unsubscribe from t

[flex_india:29724] AIR with database advice

2010-04-12 Thread 1110
Hi, I want to make desktop AIR application. This application must have access to its database which is made in MS SQL Server. Now I have created .NET application (Web Service) that access this database. And initial thought was to host this service somewhere but problem is that my clients want to h

[flex_india:29725] How to disable the fwd and back button of the browser?

2010-04-12 Thread Arindam Mojumder
Hello Friends, Is there any solution to disable the back and fwd button of any browser through javascript or anything else? -- --- With best regards Arindam Mojumder --

Re: [flex_india:29723] cmyk in flex

2010-04-12 Thread edwin . vgwhiz
For what reason??? What are you looking to do??? On Mon, Apr 12, 2010 at 11:13 PM, cholid ridwan wrote: > Hi all > how use cmyk in coloring @flex? > thanks > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group,

[flex_india:29722] cmyk in flex

2010-04-12 Thread cholid ridwan
Hi all how use cmyk in coloring @flex? thanks -- 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_in...@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsubscr...@googleg

Re: [flex_india:29721] Best Practices to learn Flex.

2010-04-12 Thread Shreyas
Saurabh, Thanks for that mail! The things that get me confused is the syntax; I have been trying to wrap my head around this article but finding it tough since they talk in terms of .fla. I assume when I use FB 3, I should think it in terms of .mxm

[flex_india:29720] Online Flex Training

2010-04-12 Thread Rajat Mal
Hello Guys, Can anyone suggest us any great place for Online Flex Training, here few folks are looking good school or trainer who can teach Flex 3.0 or flex 4.0 with Flash as3. it would be grate help from you guys thanks Rajat. -- You received this message because you are subscribed to the Goog

Re: [flex_india:29719] Best Practices to learn Flex.

2010-04-12 Thread Saurabh Narula
Well in my opinion the best way to learn flex would be to go through the examples and try out stuff urself. (check out blog.flexexamples.com) understanding the architecture of the framework is the first thing probably and is the most important thing, and even before that understanding of the Flash

[flex_india:29718] Re: How to achieve one flex client per flex session.

2010-04-12 Thread flex.init
Yeah sure. below link for your reference. http://forums.adobe.com/message/2038429 On Apr 12, 8:49 pm, Akshar Kaul wrote: > please give some more details about your problem. > > Akshar Kaul > > On Mon, Apr 12, 2010 at 18:56, Flexian_me wrote: > > please ask with more detail.Not able to get you

Re: [flex_india:29717] Re: How to achieve one flex client per flex session.

2010-04-12 Thread Kiran Singh
On different Browsers, we are getting the same session for tab browser and for ie8.we are suggesting a work around as for customer to take a new session and login to app. How to resolve these type of issues On Mon, Apr 12, 2010 at 9:19 PM, Akshar Kaul wrote: > please give some more details abou

Re: [flex_india:29716] Re: How to achieve one flex client per flex session.

2010-04-12 Thread Akshar Kaul
please give some more details about your problem. Akshar Kaul On Mon, Apr 12, 2010 at 18:56, Flexian_me wrote: > please ask with more detail.Not able to get you properly. > > On Apr 12, 9:40 am, "flex.init" wrote: > > Hi Group, > > > > Is there any way to have only one flex client per flex se

Re: [flex_india:29715] Best Practices to learn Flex.

2010-04-12 Thread Akshar Kaul
you should go thorugh the live docs of flex http://livedocs.adobe.com/flex/3/html/index.html Akshar Kaul On Mon, Apr 12, 2010 at 14:53, Shreyas wrote: > Flex India, > > More often than not I question this to myself every time I start something > new. With no exception, since I am 4-5 days old

Re: [flex_india:29714] Re: Nested Drag And Drop Events.

2010-04-12 Thread shalu popli jain
Pls share the code..then it will be easy for me to understand the problem.. thanks! On Mon, Apr 12, 2010 at 5:56 PM, Soumitra wrote: > > I cannot remove the event of DragDrop event from the canvas... > Where as I Can Add a new event but cannot remove the event using > canvas.removeeventlistener(

[flex_india:29713] Re: right click on Datagrid

2010-04-12 Thread nd
Hi All, Please refer to below solution: just add one line to the datagrid properties ::: itemRollOver="{advDataGrid.selectedIndex = event.rowIndex}" and it will start working as expected Very simple yet very effective On Apr 12, 12:14 pm, nd wrote: > Hi All, > > I have adatagridwith some

Re: [flex_india:29712] Disable Tooltip in Charts

2010-04-12 Thread Ashishkumar Borkar
Hi vishal then make custom tool tip. make one custom tool tip class and apply wherever you want On Mon, Apr 12, 2010 at 7:33 PM, Vishal lad wrote: > Hi Friends > > I have create Column Chart. In The series tag there are several line > series and column Series.I want to disable toolti

[flex_india:29711] Disable Tooltip in Charts

2010-04-12 Thread Vishal lad
Hi Friends I have create Column Chart. In The series tag there are several line series and column Series.I want to disable tooltip in the Column Series only.How can I achieve that.Please guide.Making showDatatip = false disables all the tool tips .But I want some tooltips to be enabled. Thanks

[flex_india:29710] Re: How to achieve one flex client per flex session.

2010-04-12 Thread Flexian_me
please ask with more detail.Not able to get you properly. On Apr 12, 9:40 am, "flex.init" wrote: > Hi Group, > > Is there any way to have only one flex client per flex session? > > Thanks, -- You received this message because you are subscribed to the Google Groups "Flex India Community" group

[flex_india:29709] Re: right click on Datagrid

2010-04-12 Thread Flexian_me
This might help you. http://www.adobe.com/2006/mxml"; layout="absolute"> Ryan 11.00 Slanted and Fainted Remarks Brighten the Future

[flex_india:29708] Re: Nested Drag And Drop Events.

2010-04-12 Thread Soumitra
I cannot remove the event of DragDrop event from the canvas... Where as I Can Add a new event but cannot remove the event using canvas.removeeventlistener(. , .); -- View this message in context: http://old.nabble.com/Nested-Drag-And-Drop-Events.-tp28150483p28217047.html Sent from the

[flex_india:29707] Re: Flex AutoComplete ComboBox

2010-04-12 Thread sundar
Thanks sam, I have been trying the same but unable to override the implementation of updateDataProvider() method. In that method collection.filterFunction = templateFilterFunction; this code is doing the filter. Dono how change this behaviour,any idea about this sam? Regards, Su

[flex_india:29706] Flex + Spring error

2010-04-12 Thread yogesh patel
Hi , I m using lcds for Flex and Spring integration i am getting error message like this-- [ChannelFaultEvent faultCode="Channel.Connect.Failed" faultString="error" faultDetail="NetConnection.Call.Failed: HTTP: Status 404: url: ' http://localhost:8400/WebContent/messagebroker/amf'" channe

[flex_india:29704] Sign out Problem

2010-04-12 Thread baskaran rajendran
hello I am using shared object to store the user name,but it has cleared when i refresh the browser.(i am using addCallBack to clear the shared object) I want use the user name utill close the browser. Help?? -- Best Regards Baskaran.R -- You received this message be

[flex_india:29705] AdvancedDatagrid with tree

2010-04-12 Thread Venki
To create a custom Flex tree grid control to enter and update time sheet entries. 1. Need to show tasks breakup in tree list 2. Need to give check boxes for selecting rows, to edit 3. Need to show editable columns for input entries like Hours, Start Time, End Time, Description etc. 4

[flex_india:29703] Opening for Flash/Flex Developer:

2010-04-12 Thread Sasi
Hello All, We have an urgent requirement for Actionscript 3.0 Developer who can work on flash/flex based applications. Job description Title: - Flash/Flex Developer Location: MPS Ltd., (A Macmillan company) ,Chennai. Minimum Required Skills: -Flex Programmer, Flash, ActionScript 3.0, MXML, Fl

[flex_india:29702] Best Practices to learn Flex.

2010-04-12 Thread Shreyas
Flex India, More often than not I question this to myself every time I start something new. With no exception, since I am 4-5 days old to this technology and the forum, the same question has started bothering me. *How effectively can I learn this Flex? * Since I came across so many jargons with F

Re: [flex_india:29701] Re: Collection Of Flex Ebooks

2010-04-12 Thread Arindam Mojumder
Hello Vijay, Please don't get angry. This forum is like a family. Please cool down. Their point is also right and we can't ignore it. Its our duty to continue this forum in a legal way. We know that your intension was just to help others. So please my request is don't leave this group. Please frie

Re: [flex_india:29700] Re: Collection Of Flex Ebooks

2010-04-12 Thread Flex India Moderators
To all the members of this group, Flex India community does not encourage any form of piracy, whether it pertains to pirated books or software. If you want to discuss about pirated software or books, please do it outside Flex India Community Forum. We have updated the Group Etiquette thread http

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

2010-04-12 Thread pradeep gorijavolu
Hi Guys, the problem was solved but when i scroll do the fast The same problem repeats again,the selected radio button places were changed. Can you guys please help me out this issue,this was very urgent for me Thanks for any urgent help Regards, Pradeep On Wed, Feb 24, 2010 at 5:54 PM, prade

[flex_india:29698] right click on Datagrid

2010-04-12 Thread nd
Hi All, I have a datagrid with some columns and multiple rows. When i right click on one particular row, I want to make that particular row selected and get the Index of the selected row. Can you please tell me how to go about this. Thanks -- You received this message because you are subscribe

Re: [flex_india:29697] Re: Collection Of Flex Ebooks

2010-04-12 Thread Vijay N
@Moderators and others I just want to help others those who need flex ebooks and can't able to buy . Even i don't know those books are pirated or not.I just got the download link and posted it on this forum to help them.If you want to ban me just do it I don't care. Go and see ur community profil