[flex_india:19675] Re: Doubt

2009-02-24 Thread akshay
Hi Karthikeyan, Thanks man.. I will try ur solution .. If u get it will reply you .. Thanks Akshay On Feb 25, 8:42 am, karthikeyan cs wrote: > Hai dear friend, >                         Here the solution for your problem. >                         There is a method name as U

[flex_india:19674] Re: How to get the count of Combo box items ??

2009-02-24 Thread dhileepen chakravarthy
Rakesh , try CoboBoxId.dataProvider.length Regards, Dhileepen --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubsc

[flex_india:19673] How to get the count of Combo box items ??

2009-02-24 Thread rakesh.s.
Hi All, Is there any way to get the total number of items (count) in a combo box, which is populated at runtimes. I tried the 'comboBoxId.numChildren' propery, but is giving some constant values. Please help. Regards, Rakesh Sivan --~--~-~--~~~---~--~~ You receiv

[flex_india:19672] server+checkbox

2009-02-24 Thread Flex Baby
hi, i have one widget.it have 2 sides.content of the one side(labels) is loading from the server at runtime.Other side have images one by one below. loading labels from server have checkboxes. if we check the checkbox(which is loaded from server) the corresponding image(the another side widget) is

[flex_india:19670] Adding Subtasks in Datagrid like tree

2009-02-24 Thread vinod kumar
I am using Advanced Datagrid. I am using three buttons. Add Task,AddSubTask,Delete Task.I am able to Add and Delete Task. I want to know how is it possible to add subtasks like tree structure.That means selecting a Task and adding Subtasks for that selected Task. Iam attaching the code also. Pleas

[flex_india:19671] How to give blur effect for the image

2009-02-24 Thread Neelima Kakarla
Hai Everybody, I have one doubt in flex. When we click an image in orkut albums, before the original image is loaded it will give the blured image and one preloader for loading the original image. Is that solution is possible in flex. If so let me know the solution. Thanking you all Reg

[flex_india:19669] Embed swf file in flex project

2009-02-24 Thread Asha
Hi All, I tried embeding swf file in flex project as below: function init(){ [Embed ("RootInCenterCircleLayoutDemo.swf")] } But I get an error: "Metadata requires an associated definition" Swf file is the exported actionscript project file which I found in bin-release folder. Is there other way to

[flex_india:19668] Re: # symbol in end

2009-02-24 Thread Flex Baby
thanks lot Anand wrote: > Right click on your flex project > go to Flex compiler > uncheck the option saying HTML integration. > > Anand > > On Feb 23, 7:05 pm, Flex Baby wrote: > > i run my appli in browser.in the end of the title il have # symbol.wat > > is the reason of that > > ex

[flex_india:19667] Re: Doubt

2009-02-24 Thread karthikeyan cs
Hai dear friend, Here the solution for your problem. There is a method name as UpdateDisplayList().you need to override this function. you have to specify the height and witdh of the child component in percentage format.i will send you the code by eve

[flex_india:19666] Flex connect SQL server but couldn't see the data

2009-02-24 Thread niki575
Hi, I am new to SQL server, ASP.NET, and FLEX, and I am trying to integrate FLEX with ASP.NET. I have SQL server 2005 on my Windows Vista system. I was following a tutorial for this subject, creating a new web application project based on ASP.NET development server.(port: 3000) After I established

[flex_india:19665] how to wait asychronous action

2009-02-24 Thread e00930
Dear All, I got a problem with checking field in datagrid check function uses remoteobject , validate data from database when itemeditend event it takes a time to check a data about 1 or 2 seconds but click or focus event is faster than resulthandler of remoteobject so I need a time delay fu

[flex_india:19664] Great Flex UI job in Delhi/Gurgaon

2009-02-24 Thread Asentria
Hello Flex India Community Asentria is a US company with an office in Dehli. We are arriving in Delhi March 15th to interview and hire a Delhi-based Flex developer. We are looking for someone with considerable experience developing advanced Flex UI applications to take charge of the Flex UI for

[flex_india:19663] Re: doubt in rollOut event

2009-02-24 Thread Gerald Anto Fernando
hi ravi,Neeraj i have used function you told .now it is fine . thanks. hope this kind of help Thanks&Regards, Gerald Anto Fernando On Tue, Feb 24, 2009 at 6:04 PM, Ravi wrote: > > On the rollOut event of the grid just write the following method: > > public function removeBtn():void{ >paren

[flex_india:19662] Re: XMLList as dataprovider

2009-02-24 Thread Vivian Richard
Thanks Ravi for the prompt answer. I searched online to find examples of charts and datagrids with XMLList as dataprovider but could not find one. Do you know any example online? Or do you have any small snippet that you can share? Regards. On Tue, Feb 24, 2009 at 11:01 PM,

[flex_india:19661] Re: XMLList as dataprovider

2009-02-24 Thread Ravi
Yes XMLList can be used as a dataprovider for datagrids and charts. I think you might be missing to reach the correct node of XMLList. Check out in the debug mode. You will have to reach the parent of all the XML nodes in the XMLList. HTH, -Ravi On Feb 25, 11:46 am, Vivian Richard wrote: >  

[flex_india:19660] XMLList as dataprovider

2009-02-24 Thread Vivian Richard
Hello devs, I was trying to use XMLList as dataprovider for charts and also for datagrid. But for some reason the data is not showing up. Can XMLList be used as dataprovider for charts or datagrid? Regards --~--~-~--~~~---~

[flex_india:19659] Re: Dynamic Menu bar

2009-02-24 Thread dhileepen chakravarthy
Thanks for reply like that i am having , i would like to set menuBarPP from XML file that is availble from server. Help me out --~--~-~--~~~-

[flex_india:19658] Re: Dynamic Menu bar

2009-02-24 Thread
use MenuBar class. It accepts XML as a dataprovider. Anand On Feb 25, 11:12 am, dhileepen chakravarthy wrote: > Dear All, > I want to generate a dynamic menu bar with XML file externally. > > Please help me anyone... > > Regards, > Dhileepen --~--~-~--~~~---~--~~

[flex_india:19657] Re: ComboBox as DataGridColumn header

2009-02-24 Thread
1. need to implement Change handler and preventDefault for the same. 2. HeaderRelease can not be accessed using combo box, however you can keep some flag to verify. may be u can dispatch HeaderRelease on the parent of the combobox reference thus getting the index number. Not sure if there a better

[flex_india:19656] Dynamic Menu bar

2009-02-24 Thread dhileepen chakravarthy
Dear All, I want to generate a dynamic menu bar with XML file externally. Please help me anyone... Regards, Dhileepen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this gr

[flex_india:19655] Re: running flex application

2009-02-24 Thread
Make your browser cache clear and change the settings to load the files on every visit. You may also add some random numbers with the URL of SWF to eliminate caching. Anand On Feb 25, 10:12 am, Akhil Agrawal wrote: > hi, > when i run my flex webapplication it does not reflect new changes it >

[flex_india:19654] running flex application

2009-02-24 Thread Akhil Agrawal
hi, when i run my flex webapplication it does not reflect new changes it always displays previous output what may be the problem. thanx regards akhil agrawal --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex Ind

[flex_india:19653] Re: ComboBox as DataGridColumn header

2009-02-24 Thread Shishir
Hi Venkat, Thanks for the reply.I implemented the custom component and it is appearing fine in the datagrid column.But i have some doubts regarding the above approach : 1) I basically want that i should have a drop-down list and based on the menu-item chosen appropriate action should be taken on

[flex_india:19652] Re: doubt in rollOut event

2009-02-24 Thread Neeraj
Hi , Use rollOver event Neeraj On Feb 24, 5:34 pm, Ravi wrote: > On the rollOut event of the grid just write the following method: > > public function removeBtn():void{ >     parentOfButton.removeChild('IDofButton'); > > } > > this should help. > > -Ravi > > On Feb 24, 4:05 pm, Gerald Anto wr

[flex_india:19650] Re: graphing flat data in Flex

2009-02-24 Thread edwin . vgwhiz
That's a very good question. Perhaps data can be in an outside xml file that can be dynamically updated. Any takers? On Tue, Feb 24, 2009 at 12:05 PM, sig_UVA wrote: > > I am looking through the graphing components that come with Flex and > they seem straightforward. However, all of the example

[flex_india:19651] New Chart types for Flex released

2009-02-24 Thread Pallav
Dear Flex developers, We're proud to announce the v1 release of FusionCharts for Flex featuring the following charts: * Standard charts like Column, Bar, Line, Pie, Doughnut, Area etc. * Multi-series charts, Stacked charts and Combination charts with support for dual axis * Funnel and

[flex_india:19649] graphing flat data in Flex

2009-02-24 Thread sig_UVA
I am looking through the graphing components that come with Flex and they seem straightforward. However, all of the examples use arrays as the data provider where calculations have already been performed. Data is rarely stored in the database that way, so I am wondering how users here obtain those

[flex_india:19648] Re: rotation of component

2009-02-24 Thread peter.du...@googlemail.com
unfortunately it didnt work... now i am using objectHandles (http:// code.google.com/p/flex-object-handles/) and i can rotate components without any problem. anyway thanx for all help. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[flex_india:19647] Re: flex context menu size

2009-02-24 Thread Venkat Viswanathan
Hi, Well, I dont think there is a way to accommodate more items in the context menu that the screen area possible. Moreover, from the usability perspective it will be extremely difficult for a user to locate an item in the context menu. I would recommend that you use something like this and create

[flex_india:19646] Google Maps Problem

2009-02-24 Thread Vikash
Hi guys, I hav been trying to display google maps in the container after the click of a button, but i m not able to get the proper output.Here is the code, CODE: http://www.adobe.com/2006/mxml"; creationComplete="initApp();"> Plz help me out... --~--~-~--~-

[flex_india:19645] Re: How do I Move the whole Window .

2009-02-24 Thread Venkat Viswanathan
Is this an AIR application? Regards, Venkat www.venkatv.com On Tue, Feb 24, 2009 at 6:10 PM, maverick020382 wrote: > > Hi, > > I would like to know how can we move the window using flex, i am > trying to minimze the window and instead of it getting minimised, it > should go to the Right hand

[flex_india:19644] Re: ComboBox as DataGridColumn header

2009-02-24 Thread Venkat Viswanathan
Hi, Create a custom component and assign that component to the headerRenderer of the AdvancedDataGridColumn. Regards, Venkat www.venkatv.com On Tue, Feb 24, 2009 at 7:08 PM, Shishir wrote: > > Hi, > > I want to implement an AdvancedDataGrid such that it's column headers > can have a drop-down

[flex_india:19643] Fwd: Re: [flex_india:19632] Re: Doubt

2009-02-24 Thread sri . mummani
Hi, Do u have any idea about how to detach(minimise) a child window from parent window (Ex: internet explorer help--When u click on F1 the help popup is appeared than click on main window the help popup is automatically minimised) Please send me response. thanks, srini. --~--~-~--

[flex_india:19642] Re: address path on the top of the application

2009-02-24 Thread
hmm Are you talking about breadcrumb generation ? Anand On Feb 24, 5:27 pm, srini wrote: > Hi All, > > Please clarify my doubt. How to implement address path for a > application means i have a DivideBox contains VBox and HBox .In VBox > i have Tree List and In Hbox i have maintain the t

[flex_india:19641] Re: Doubt in Child Resize

2009-02-24 Thread
On Feb 24, 6:52 pm, akshay gore wrote: > Hey Ravi , > Thanks for replying.. i done that part by setting width and height in > percent.. so it is automatically changes the size of its children.. > Thanks for replying > Regards, > Akshay > > On Feb 24, 6:33 pm, Ravi wrote: > > > Hi Akshay, > > >

[flex_india:19640] Re: Doubt

2009-02-24 Thread akshay gore
Hey Ravi , Thanks for replying.. i done that part by setting width and height in percent.. so it is automatically changes the size of its children.. Thanks for replying Regards, Akshay On Feb 24, 6:33 pm, Ravi wrote: > Hi Akshay, > > Lets say you are creating a child called a_child. Then you can

[flex_india:19639] Re: Doubt

2009-02-24 Thread akshay gore
Hey Gurpreet , You are right. I have done it by setting height and width in percentage .. Its working fine.. Thanks a lot.. Regards, Akshay On Feb 24, 5:49 pm, gurpreet wrote: > Probably the child component (Box) has been given fixed width and > height in pixels. Try changing those to percent va

[flex_india:19638] ComboBox as DataGridColumn header

2009-02-24 Thread Shishir
Hi, I want to implement an AdvancedDataGrid such that it's column headers can have a drop-down menu which can be used to do a variety of operations with the data in a column.My initial reading on the subject shows that the functionality that i am looking can be obtained by embedding combo-box in

[flex_india:19637] Re: Doubt

2009-02-24 Thread Ravi
Hi Akshay, Lets say you are creating a child called a_child. Then you can define the height and width of that child as follows: var a_child:VBox = new VBox(); // i am taking child as VBox a_child.height = parent.height * fraction //(fraction represents the ratio of child's height and parents hei

[flex_india:19636] How do I Move the whole Window .

2009-02-24 Thread maverick020382
Hi, I would like to know how can we move the window using flex, i am trying to minimze the window and instead of it getting minimised, it should go to the Right hand side ofthe screen, is shrink and go to right hand side as if we are minimising it on the right hand corner of the screen . --~-

[flex_india:19635] Re: Doubt

2009-02-24 Thread gurpreet
Probably the child component (Box) has been given fixed width and height in pixels. Try changing those to percent values. http://gsjournals.wordpress.com/ On Feb 24, 4:34 pm, akshay gore wrote: > Hi all, >          I have a Canvas in my application, in that i am adding a > child (box) dynamica

[flex_india:19634] address path on the top of the application

2009-02-24 Thread srini
Hi All, Please clarify my doubt. How to implement address path for a application means i have a DivideBox contains VBox and HBox .In VBox i have Tree List and In Hbox i have maintain the tree related Data from xml. if click on a particular child from tree that path is maintained in the r

[flex_india:19633] Re: Doubt in Child Resize

2009-02-24 Thread
Hi Guys, This is really confusing to understand a thread by subject lines like "Doubt","Query","Needing Help". We all know that a person is not writing poems here. A gentle request to everyone please for the sake of group members at least newbies give a meaningful subject line in future. Anand

[flex_india:19632] Re: Doubt

2009-02-24 Thread akshay gore
Hi all, I am developing one editing tool in which i am doing adding page layout functionality (portrait/landscape) now the problem is that for page i am using canvas n when i change the height and width of the page i also want to change its children height n width .. but how can change t

[flex_india:19631] Re: Doubt

2009-02-24 Thread akshay gore
Hi Ravi, Thanks for reply .. Can u tell me how can i bind parent's width n height with child's Pls tell me.. Regards, Akshay On Feb 24, 5:30 pm, Ravi wrote: > I am not sure but I think you should bind the height and width of > child box to the height and width of parent(canvas) {pare

[flex_india:19630] Re: doubt in rollOut event

2009-02-24 Thread Ravi
On the rollOut event of the grid just write the following method: public function removeBtn():void{ parentOfButton.removeChild('IDofButton'); } this should help. -Ravi On Feb 24, 4:05 pm, Gerald Anto wrote: > Hello Friends, > > I have a Grid which has 3 label controls one by one. > when i

[flex_india:19629] Re: Doubt

2009-02-24 Thread Ravi
I am not sure but I think you should bind the height and width of child box to the height and width of parent(canvas) {parent.height}. Just try it out and let me know if it works. -Ravi On Feb 24, 4:34 pm, akshay gore wrote: > Hi all, >          I have a Canvas in my application, in that i am a

[flex_india:19628] Doubt

2009-02-24 Thread akshay gore
Hi all, I have a Canvas in my application, in that i am adding a child (box) dynamically.. now when i change the height n width (Layout) of the canvas dynamically i also want its children get resized accordingly .. Here i am getting the problem that children (Layout) are not changing acco

[flex_india:19627] doubt in rollOut event

2009-02-24 Thread Gerald Anto
Hello Friends, I have a Grid which has 3 label controls one by one. when i rollOver any label i could get a button. now i need that when i rollOut Grid, the button should be removed. I have done that but the button will be hidden when i rollout from label control.but i need to acheive that only w

[flex_india:19626] Re: suggest a good book

2009-02-24 Thread
http://www.adobe.com/devnet/ Anand On Feb 24, 2:04 pm, "prasanna.d prasanna.d" wrote: > could u send me the links of web sites which has lot of examples for > creating custom action script components > > On 2/24/09, wrote: > > > > > There are Many, > > > however, > > Flex 3 in Action > > Prog

[flex_india:19625] Re: add tooltip in Linechart

2009-02-24 Thread sudhi
Dear Abhishek You can show it in the data points .. I meant the data points you are using to plot the line chart. It can be done using the property showDataTips = true ; for the chart Regards Sudhi. --~--~-~--~~~---~--~~ You received this message because you

[flex_india:19624] Re: suggest a good book

2009-02-24 Thread prasanna.d prasanna.d
could u send me the links of web sites which has lot of examples for creating custom action script components On 2/24/09, wrote: > > > There are Many, > > however, > Flex 3 in Action > Programming Flex 3 > and Flex 3 Cookbook might be a good reference point. Apart from these > you may be interes

[flex_india:19623] add tooltip in Linechart

2009-02-24 Thread abhishekchess1
hello frnd, plz check theis code http://www.adobe.com/2006/mxml"; layout="vertical" verticalAlign="top" horizontalAlign="center" backgroundGradientColors="0x00,0x323232]" paddingTop="0" viewSourceURL="srcview/index.html">

[flex_india:19622] Re: Progress event for webservice call

2009-02-24 Thread FreeMind
hi make use of the cursorManger class... when u make the service call change set your cursor to busy state and when u have got the result u can remove the busycursor u can also add custom cursors if you wish --~--~-~--~~~---~--~~ You received this messa

[flex_india:19621] flex context menu size

2009-02-24 Thread krishna
hi all, its an urgent requirement can some body help. I need to create a flex context menu with nearly 18 options, after hiding the hidebuiltinitems. by default it allows some 12-14 menus only. my question is how to increase this default size so that i can add more context menu options. thank

[flex_india:19620] Re: (LCData Services)Problem with mapping a java POJO class that has java.util.Set property with the action script class.

2009-02-24 Thread chandu
Thanks Anand for your generous reply. Sorry i did not mention i have this mapping done already. I have also made a corresponding action script class for Permission like this: [Managed] (Since this will be used by data service and by default all "Managed" classes are Bindable i used Managed here)