[flex_india:32191] Advanceddatagrid inside advancedatagrid issue

2010-11-30 Thread pradeepflex
Hi, I have stuck up here in my application,when i click on the hierarichy button in the parent advanceddatagrid I can able to show the child advanceddatagrid inside parent But the problem is the parent advanceddatagrid vertical lines are visible on below the grid it self For sample application

[flex_india:31849] Show a horizontal graphic line representation in Advanceddatagrid cell renderer in flex3

2010-10-28 Thread pradeepflex
Hi Friends, I have a situation like i need to display one horizontal line in the advanced datagrid cell with the four dynamic values like (min,max,avg and one more value related to the data).It has to represent the diff color for different value positions like Circle item renderer in the line

[flex_india:31277] session timeout while accessing remoteObject

2010-08-30 Thread pradeepflex
Hi All, We are using java and flex in my project and we set the session time out for my web application is 20 min. After session expired when user trying to access the remote object I am getting Send Failed error I am using this code to connect remoteObject var blazeUrl:String =

[flex_india:31277] session timeout issue when accessing remote object

2010-08-30 Thread pradeepflex
Hi All, we are using java and flex, for my web application we set session time to 20 minutes,after session expired when I am trying to access the remote object I am getting Send Failed error I am using this code to send remote object var blazeUrl:String = /RiskReportsSummary/messagebroker/;

[flex_india:31249] Re: play wipeup effect when remove canvas from viewstack

2010-08-27 Thread pradeepflex
}/                         /mx:ViewStack                 /mx:Panel         /mx:VBox /mx:Application Please let me know if any issues. Regards, Pradip Jadhav On Aug 26, 6:05 pm, pradeepflex pradeepflex.gr...@gmail.com wrote: Hi, This is the sample code of what we are using in my project

[flex_india:31236] play wipeup effect when remove canvas from viewstack

2010-08-26 Thread pradeepflex
Hi, This is the sample code of what we are using in my project The way which we are using to apply effect when using removeAllchildren from viewstack Requirement is when i click on second button the canvas which i was created dynamically has to remove with wipe up effect mx:Application

[flex_india:30946] tree leafnode change error

2010-08-03 Thread pradeepflex
Hi Friends, Please let me know what i done mistake over this,I have done line of changes iin updatedisplaylist method in customtreeItemrenderer if(TreeListData(super.listData).hasChildren==false) { // tree.setStyle(defaultLeafIcon,null);

[flex_india:29709] flex messaging Service

2010-04-28 Thread pradeepflex
Hi Friends, I need some information from you all, I am publishing the message from flex with blazeds and i have configured the messages-config.xml file like this ?xml version=1.0 encoding=UTF-8? service id=message-service class=flex.messaging.services.MessageService adapters

[flex_india:29770] Deep linking problem in IE7

2010-04-14 Thread pradeepflex
Hi guys, I got the browser URL using these line of code var browserManager:IBrowserManager = BrowserManager.getInstance(); var urlString:String = browserManager.url; After that i was manipulted the url like this 1)

[flex_india:29036] Remove horizontal scroll bar in a datagrid row

2010-03-09 Thread pradeepflex
Hello Friends, Please help me out this one i have crossed all the possibilities with this datagrid I have used one custom item renderer like this ?xml version=1.0 encoding=utf-8? mx:HBox xmlns:mx=http://www.adobe.com/2006/mxml; width=100% paddingTop=7 implements=mx.core.IFactory mx:Script

[flex_india:29009] reset all the components in the viewstack

2010-03-08 Thread pradeepflex
Hi All, I have seen the forum i need reload data in viewStack ,In that I have seen shorty findout the solution reload the viewstack component data... Same way i m using the code like this... if(event.newIndex==1){ /* var test1Obj:test1 = new test1();

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

2010-02-24 Thread pradeepflex
Hi All, I have seen shorty findout the solution reload the viewstack component data... Same way i m using the code like this... if(event.newIndex==1){ /* var test1Obj:test1 = new test1(); getDocumentChildrens(test1Obj,test1);

[flex_india:28538] reset all the child components in the viewstack

2010-02-23 Thread pradeepflex
Hello Friends, I have requirement like... we are using viewstack in our pages apart from that i have one viewstack in that i have let us take 3 child canvas components. Each canvas component i m using lot of child components like combobox and grids So the problem is when iclick back

[flex_india:28734] Remove vertical line in the datagrid header

2010-02-22 Thread pradeepflex
Hello All, I need to remove the vertical header line in the datagrid,I tried for the vertivalGridLines=false. But that is working for remove the lines in the grid. How can i remove that header line in the grid Thanks for any valuable information Regards, Pradeep -- You received this message

[flex_india:28541] radio Button renderer problem in datagrid

2010-02-15 Thread pradeepflex
Hi All, I got a problem with rendering a radio button in the datagrid. The problem is intially the radiobuttons are renderered but when i select one radiobuton and scroll the grid the selection row(radiobutton) got changed . Thanks for any information Regards, Pradeep -- You received this

[flex_india:28377] Reload or reset component mxml file

2010-02-10 Thread pradeepflex
Hi, I have a mxml file i m using viewstack in that 2 components each component have datagrid's like this .. mx:ViewStack id=apExistingPositions borderStyle=none width=100% height=100% change=stackRefresh(event) apExistingPosition:ApMyWorkforce

[flex_india:28263] Datagrid with image itemrenderer problem

2010-02-04 Thread pradeepflex
Hello Friends, This is the problem which ifaced from last 3 days.the problem is I have a datagrid and i am displaying an images based on some condition in the grid. Intially it displays fine when i scroll the grid vertically the images were not displayed properly. So please anyone let me know

[flex_india:27829] search the data in xml file

2010-01-18 Thread pradeepflex
Hello Friends, i have the xml file as below section ID=MyWorkforce_Data title= tooltip= Type=Grid - rows - row - fields field ID=COLLEAGUE_NAME value=West,Anthony tooltip= / field ID=POSITION_TITLE value=Senior Scientist tooltip= / field ID=COUNTRY value=United Kingdom tooltip= / field

[flex_india:27734] FlexBuilder Out of memory error

2010-01-11 Thread pradeepflex
Hello Friends, This is pradeep,I have a probelm with the flexbuilder3.0 like Sometimes when we build the entire project it shoes the erro like An out of memory error and java heap space problem. For that we had change the flexbuilder.ini file for increase the memory, but still we can't solute

[flex_india:27660] How to deploy a flex application in the production environment

2010-01-07 Thread pradeepflex
Hello Friends, Can anyone please let me know the steps for deploy the flex+blazeds +spring application in the production server, i dont have no idea about this please let me know what are all the steps i need to take for this task Regards, Pradeep. -- You received this message because you are

[flex_india:27663] flex application doesn't run properly

2010-01-07 Thread pradeepflex
Hello Friends, i have installed the flex software in my system.when i run the flex application the browser will appear for a minute and then the browser will close automatically. thanks for the any information Regards, Pradeep -- You received this message because you are subscribed to the

[flex_india:26620] Binding issue

2009-11-12 Thread pradeepflex
Hello Friends, Please observe this code mx:Script ![CDATA[ import mx.collections.ArrayCollection; private var testArr:ArrayCollection; private var text:String = pradeep; public

[flex_india:26517] Embed GoogleMaps in Flex

2009-11-09 Thread pradeepflex
Hello Friends, i have to finish this task in one day Please let me know the embedding the google maps in flex and set a markers on it whenever i put mouse over the marker it should be displayed an image. Please let me know which is the best way to implement the code thanks for any information

[flex_india:26489] Why Flexapplication load initally slow

2009-11-08 Thread pradeepflex
Hello Friends, This is pradeep,i was faced the question like this Why Flex application initally takes 10 to 15 seconds and how we overcome this? Thanks for any information. Regards, Pradeep. --~--~-~--~~~---~--~~ You received this message because you are

[flex_india:26284] difference between cairongormevent and event

2009-11-02 Thread pradeepflex
Hello Friends, This is pradeep,Please any one tel me the difference between cairongormevent and event? Regards, Pradeep. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this

[flex_india:26312] Re: difference between cairongormevent and event

2009-11-02 Thread pradeepflex
, while CustomEvent is limited to a component or up its hierarchy. If you need to know more, best will be to explore the Cairngorm code with the help of the debugger. It is the only way to understand it at best. On Mon, Nov 2, 2009 at 5:25 AM, pradeepflex pradeepflex.gr...@gmail.comwrote