[flexcoders] Re: How to change the Alert Window colors

2007-12-11 Thread haravallabhan
Hi Girish try this out.. I think the title bar of the Alert is manged by the css for Panel. If you have written any css for the Panel try changing them or change the name of it and try the one below. Alert{ /*borderStyle:solid;*/ borderThic

[flexcoders] Re: How to have no MenuBar & No ToolBar in Browser

2007-12-05 Thread haravallabhan
the actual window to design a window with next to no chrome on it. > > If you need an example of window.open let me know > > --A > > > On Dec 3, 2007 10:50 PM, haravallabhan <mailto:[EMAIL PROTECTED]> gmail.com> wrote: > > > I think you need to us

[flexcoders] Re: How to have no MenuBar & No ToolBar in Browser

2007-12-03 Thread haravallabhan
I think you need to use another html page and in that you need to have a javascript function and call the window.open pointing to the html embeded with the flex. You can modify all the properties of a window using the window.open. Call the window.open in the onload function of the body tag of

[flexcoders] Re: how to display values in flex reading from a jsp an retriving the data's fr

2007-06-14 Thread haravallabhan
I never passed any data frm jsp to FLex. Is that JSP alone your solution?. You can use java methods and beans to do the same thing. Accessing Java methods using RemoteObjects. What error do you get ? if JSP the only option you have then try validating the XML format. Sometimes when you use imp

[flexcoders] Re: Difference in ActionScript File and ActionScript Class

2007-05-23 Thread haravallabhan
> > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of haravallabhan > Sent: Wednesday, May 23, 2007 9:40 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Difference in ActionScript File and Act

[flexcoders] Difference in ActionScript File and ActionScript Class

2007-05-23 Thread haravallabhan
Hi All, What is the difference when using an ActionScriptFile and ActionScript Class? Is it that the difference lies only in the way of referencing it? When do we use ActioScript File and ActionScript Class. Can somebody help me? I am just confused in the usage. Thanks in advance Cheers Hara

[flexcoders] Which is Best MXML or ActionScript

2007-05-15 Thread haravallabhan
Hi All, It might sound very odd...but I need to know the best practice. What is better? to develop a Flex charting application. Raw coding with ActionScript or use MXML tags. Like Creating child components though ActionScript is better or Designing the layout using the MXML is better. I find v

[flexcoders] String methods doesn't work

2007-05-08 Thread haravallabhan
Hi, It seems I alone get such wierd problems. I tried to pass an ListEvent from the DataGrid on itemClick. I got the value from the event. I mean the de\isplay value. I tried to check for a character in the value using the value.indexOf("Character") > -1. it doesnt work. The method is not ret

[flexcoders] ON CLicking the bar the Color of the Bar in a Bar chart should change

2007-05-07 Thread haravallabhan
Hi All, The subject says it all.. I want the color of the bar in a bar chart to change itself when it is clicked. Any one has any idea... Thanks in advance. Hara

[flexcoders] Re: Precompiling with active web-tier compiler

2007-01-17 Thread haravallabhan
t; > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of haravallabhan > Sent: Wednesday, January 17, 2007 8:58 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Precompiling with active web-tier compiler >

[flexcoders] Precompiling with active web-tier compiler

2007-01-17 Thread haravallabhan
emote-config.xml. Since when remote-config.xml is there then the web-tier compiler is activates as per the help doc. Does anyone have an answer for me? Thanks in advance Regards Hara --- In flexcoders@yahoogroups.com, "haravallabhan" <[EMAIL PROTECTED]> wrote: > > Tha

[flexcoders] Inerface IManaged not found Re: Performance Enhancement of Flex Application

2007-01-16 Thread haravallabhan
ike you're missing the fds.swc . It's not included in the SDK. > > You can get the express version of FDS here: > http://www.adobe.com/go/flex_trial > > On 1/12/07, haravallabhan <[EMAIL PROTECTED]> wrote: > > > > Thanks Clint for the links.. Was us

[flexcoders] Inerface IManaged not found Re: Performance Enhancement of Flex Application

2007-01-12 Thread haravallabhan
t; http://webddj.sys-con.com/read/309503.htm > http://webddj.sys-con.com/read/310378.htm > > > On 1/10/07, haravallabhan <[EMAIL PROTECTED]> wrote: > > > > Hi Rob and Mod, > > Thanks for your itme guys. Rob I use FDS and there are no images > > loaded i

[flexcoders] Re: Performance Enhancement of Flex Application

2007-01-10 Thread haravallabhan
949617508304% 3Amv4wpsyofxu&cof=FORID%3A9&q=precompiling#816 > > Which version of Flex is this? > > > On 1/10/07, haravallabhan <[EMAIL PROTECTED]> wrote: > > > > Hi guys, > > How to improve the startup performance of the flex application

[flexcoders] Performance Enhancement of Flex Application

2007-01-10 Thread haravallabhan
Hi guys, How to improve the startup performance of the flex application. That is before the application initializes a blank screen appears for over a minute after that a progress bar shows up.I want to minimize the time the blank page appears. I am using Tomcat server for running the applicatio

[flexcoders] Combo box selectedlabel problem.

2006-12-06 Thread haravallabhan
Hi all I want to set the initial value of a combo box to the first item when the application loads and load another component according to the item selected. The functionality works when I use a change action in the combo box.That is it works when I manually change the item of the combobox. B

[flexcoders] Re: Pie Chart display problem when the data is empty

2006-11-08 Thread haravallabhan
le sample, no server required, that > demonstrates the problem? > > Ely. > > > ____ > > From: flexcoders@yahoogroups.com <http://ups.com/> [mailto: > flexcoders@ <mailto:flexcoders@> yahoogroups.com

[flexcoders] Re: Pie Chart display problem when the data is empty

2006-11-06 Thread haravallabhan
@yahoogroups.com, "shemeshkale" <[EMAIL PROTECTED]> wrote: > > i called it the "pizza-slice" effect. > my solution was to check if all values equal zero and if true i > displayed a message "no data" > > --- In flexcoders@yahoogroups.com, "h

[flexcoders] Re: Pie Chart display problem when the data is empty

2006-11-06 Thread haravallabhan
if true i > displayed a message "no data" > > --- In flexcoders@yahoogroups.com, "haravallabhan" > wrote: > > > > Hi, > > > > I am trying to display a set of data to say number of fruits of > > different variety. I get a Pie chart w

[flexcoders] Pie Chart display problem when the data is empty

2006-11-06 Thread haravallabhan
Hi, I am trying to display a set of data to say number of fruits of different variety. I get a Pie chart when I have some values in each variety. But when there are no fruits (value is 0 in all) in every variety the obvious thing should be a blank chart. But the chart shows some display with a

[flexcoders] Re: How do I expand a tree through Action Scripts

2006-11-02 Thread haravallabhan
n:Boolean):void > Opens or closes all the tree items below the specified item. > > Parameters item:Object — the starting item > > open:Boolean — toggles an open or close operation > > --Mike > > --- In flexcoders@yahoogroups.com, "haravallabhan" &

[flexcoders] How do I expand a tree through Action Scripts

2006-11-02 Thread haravallabhan
Hi, How can I expand a tree dynamically r atleast when the application has loaded. Thanks Hara -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*>

[flexcoders] How do I change the color of the button dynamically

2006-11-01 Thread haravallabhan
Hi all, Thanks all for all your posts. This is a gr8 group for flex coders. I 'll add one more topic for an answer How do I change the color of the button dynamically in flex. thanks Hara -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Ar

[flexcoders] How can I Hide ZOOM IN and ZOOM OUT in the context menu

2006-10-26 Thread haravallabhan
HI, I want to hide the context menu in my flex application. How do I go about. Please help me in this regard. thanks Hara -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Re: Datagrid Checkbox binding to selectedItems?

2006-10-12 Thread haravallabhan
Try using itemRenderer inside a DataGridColumn. inside which you can add a check box. like --- In flexcoders@yahoogroups.com, "wayneposner" <[EMAIL PROTECTED]> wrote: > > Howdy all... > > Is it possible to have a checkbox in a datagrid act as the method for > making multiple selections

[flexcoders] Re: mx_internal_uid and Tree issues

2006-10-11 Thread haravallabhan
Possible cause for this could be that you populate the tree with the objects in the collection. try to get the property name in it. Its should solve the problem. Internal Id are generated by flex when a list of objects are accumulated in a list for that mater a collection. --- In flexcoders@yah

[flexcoders] Re: Using Checkbox inside a DataGrid

2006-10-11 Thread haravallabhan
Hi, ha ha ha, It happens that I over look such a simple solution when I think too much ... its as simple as you say.. anyways thanks it works. --- In flexcoders@yahoogroups.com, "Iko Knyphausen" <[EMAIL PROTECTED]> wrote: > > Have you tried DataGrid.selectedItem and then the "selected" property

[flexcoders] Re: Horizontal alignment of inline checkbox in datagrid component

2006-10-11 Thread haravallabhan
Iam just wondering How a Layout component has some affect on data?. It works for me.. selected = {data.ColumnDataField} shoue populate the value. --- In flexcoders@yahoogroups.com, "Iko Knyphausen" <[EMAIL PROTECTED]> wrote: > > I tried that, and indeed it will help align the checkbox, unfort

[flexcoders] Using Checkbox inside a DataGrid

2006-10-11 Thread haravallabhan
Hi, I am trying to add check boxes to each row of a data grid for data management. I did add the check boxes to the Datagrid using itemRenderer. But I am not able to get the value of the datagrid row when I click the checkbox. I should get a ID or the data in a row in which the checkbox is cli

[flexcoders] Re: Horizontal alignment of inline checkbox in datagrid component

2006-10-11 Thread haravallabhan
Hi, You can use HBox component or anoother layout compnent to say, inside the itemRenderer like thanks. --- In flexcoders@yahoogroups.com, "iko_knyphausen" <[EMAIL PROTECTED]> wrote: > > > Hi, > > I am trying to use checkbox

[flexcoders] Running The Flex Application in Tomcat 5.5 server

2006-10-10 Thread haravallabhan
Hi all, I am trying to run a sample flex application with tomcat 5.5. I am trying to run a application with a waar file containing the files. I did set the tomcat configuration file server.xml with Host property unpackWARs to "false" . Now the application is not working. IS there anything that