[flexcoders] Network Topology Diagrams

2009-12-29 Thread vin.flex
Hi, I got a requiremnt to display newtwork diagrmas. These diagrams should be created dynamically by loading data from the database. I have looked into some 3rd party frameworks like, ILOG Elixir, y files etc, but none of them was giving me a solution. Any bidy cna suggest how

[flexcoders] Re: crossdomain.xml issue

2009-07-30 Thread vin.flex
try setting the to-ports attribute. ?xml version=1.0? !DOCTYPE cross-domain-policy SYSTEM http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd; cross-domain-policy allow-access-from domain=* to-ports=80/ allow-http-request-headers-from domain=* headers=*/ /cross-domain-policy

[flexcoders] Re: Need help Combobox label property

2009-07-29 Thread vin.flex
Hi there, You can use the following code: ?xml version=1.0 encoding=utf-8? mx:ComboBox xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ private var _selectedValue:String; private var bSelectedValueSet:Boolean = false; private var

[flexcoders] Setting firstVisibleItem in ADG

2009-07-14 Thread vin.flex
HI, I have an ADG with piechart as he itemrenderer for the entire row. If I click any node the chart is shown. I want to set the opened node as the firstVisibleItem, so that the chart is visible completely. I am doing the following in itemOpen event. myADG.fisrtVisibleItem =

[flexcoders] Advanced DataGrid Issue Help???

2009-07-10 Thread vin.flex
Hi, I have noticed a issue. In an advanced datagrid if you open a row which is the last row visible then the children are not visible. we need to scroll down to see them. is there any work around so that if we click to open a node, it is moves to the top so that their children are

[flexcoders] Accesing Webservices behind Firewall

2009-07-07 Thread vin.flex
Hi there, I have developed a Flex app with .NET webservices as the backend. Webservices are deployed beind firewall. How can I access those webservices from my client side Flex app. Can I access using proxie using Weborb? If so what is the edition I need to use. Can any body guide me in this

[flexcoders] very urgent PlZZZZZZZ Accessing webservices

2009-07-01 Thread vin.flex
Hi there, I got an urgent situation. I have developed a flex app accessing the data through webservices developed in C# .NET. webservices and my flex app reside in two different boxes. and webservices are not available for outside public. Everthing is working fine within the network.

[flexcoders] reg exp for Password

2009-06-24 Thread vin.flex
Can any body help me with the regexp for password with following specifications. 1)It should contain atleast contain 8 characters 2)Atleast it should have atleast one uppercase letter and one number 3) No special characters thanks vin

[flexcoders] reg expression for Password

2009-06-24 Thread vin.flex
can anybody help me with regexp for password with following specifications 1) It should contain atleast 8 characters 2) It should atleast has one uppercase letter and one digit 3) No special characters thank s vin

[flexcoders] Displaying HTML page

2009-06-23 Thread vin.flex
Hi I have a html page(user agreement) which needs to be displayed in a popup as modal window. I am getting that html text as CLOB. I have binded the string to a text area component. It is not able to recognize all the html tags. I have tried using IFRAME, but somehow my page is not

[flexcoders] Re: Radio Button in DataGrid urgent Plz

2009-06-21 Thread vin.flex
Thanks for your response Harui. I have tried your checkbox renderer. I want to preselect a checkbox depending on the value of a field in my dataprovider. Can you help me how can I bind the check box to a field in my dataprovider? thanks vin --- In flexcoders@yahoogroups.com, vin.flex

[flexcoders] Radio Button in DataGrid urgent Plz

2009-06-19 Thread vin.flex
Hi there, I had requirment for having radio button for one of the column in Datagrid and the user should be able to select only one row radiobutton. I have used item renderer and assigned it to a RadioButton Group. But I got scrolling issues and also I was unable to preselect one row(which is

[flexcoders] Problems using ItemRenderers in DataGrid

2009-06-17 Thread vin.flex
I have created a check box item renderer for my datgrid. I will update the arraycollection by checking or unchecking the checkbox. I will submit the data to backend and I will assign the dataprovider with updated dataprovider. My data is getting updated but the some checkboxes are appearing as