[flexcoders] Re: embedding a swf file in html

2008-01-07 Thread pateyog
folder. The wrapper is in the parent folder -Yogesh --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 04 Jan 2008, pateyog wrote: embed src=en_US/main.swf quality=high bgcolor=#ff ... However if put the main.html is in en_US and update the path to look

[flexcoders] embedding a swf file in html

2008-01-04 Thread pateyog
I am trying to embed the generated swf file in an html which lies in the parent directory and am not able to do so here is the detail root folder contains main.html under root folder is en_US which contains main.swf here is my object tag in the main.html object

[flexcoders] html wrapper

2007-12-05 Thread pateyog
I am trying to extend the height of the html wrapper such that it would get a scroll instead of the swf. Here is what I am trying to achieve: In my html wrapper I have Header (some html content) Object tag that includes my varying height flex swf Footer (some html content) What I am trying to

[flexcoders] Hiding a datagrid column header

2007-11-27 Thread pateyog
I have a requirement when I have to display a table data without displaying the column header. I plan on using a datagrid for this purpose. How do you hide hide the column header row of a data grid.

[flexcoders] Re: Style Manager

2007-06-06 Thread pateyog
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pateyog Sent: Monday, June 04, 2007 7:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Style Manager I am trying to use the run-time CSS using StyleManager and am getting bizzare behavior when loading

[flexcoders] Style Manager

2007-06-04 Thread pateyog
I am trying to use the run-time CSS using StyleManager and am getting bizzare behavior when loading multiple css files. My code looks something like StyleManager.loadStyleDeclarations(styles/core.swf); //Add the service specific styles from the argument passed

[flexcoders] Re: Style Manager

2007-06-04 Thread pateyog
and is not according to the order in which it is invoded. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 04 Jun 2007, pateyog wrote: Thanks in advance for suggesting an appropriate solution. Try setting the 'update' parameter to 'false' in all but the last

[flexcoders] RTL workaround

2006-12-13 Thread pateyog
As Flash 9 and hence Flex2 does not support RTL inputs. I have heard there is a workaround for this. Can any body on the board point me to an example of how this can be achieved. Thanks in advance.

[flexcoders] porting tool

2006-12-11 Thread pateyog
We have recently evaluated Flex 2 for our next generation product. Exerybody was excited at the look and feel of the pilot project that we undertook. Some few concerns that came up were. Adobe has in the recent past changed the architecture (from 1.5 to 2.0) and Pricing, I believe mainly for mass

[flexcoders] USing a webservice

2006-10-04 Thread pateyog
I am kind of stuck while using web service. A help here would be highly appreciated. Here is the Error Message, WSDL, Schema Def. I am using. Thanks in advance -Yogesh Error message: -- [WSDLError faultString=Element http://deploy.webservices.ach.payments.ph.com:templatesRequest not

[flexcoders] Select Multiple Dates

2006-08-14 Thread pateyog
Does anybody know how to make the mx:DateChooser tag to select multiple dates. Thanks in advance. -- 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] problem using httpservice to fetch xml

2006-08-01 Thread pateyog
I am facing a problem with a code which used to work with flex beta 2.0 but has stopped working when I moved to the release version. I get the following error while executing the below given code: TypeError: Error #1034: Type Coercion failed: cannot convert mx.collections::[EMAIL PROTECTED] to

[flexcoders] Re: problem using httpservice to fetch xml

2006-08-01 Thread pateyog
--- In flexcoders@yahoogroups.com, Geoffrey Williams [EMAIL PROTECTED] wrote: srv.lastResult.list.employee is already an ArrayCollection. Try: employees = ArrayCollection (srv.lastResult.list.employee); --- In flexcoders@yahoogroups.com, pateyog pateyog@ wrote: I am facing a problem

[flexcoders] Re: Datagrid Column Width

2006-07-31 Thread pateyog
For getting the column data tool tip you can use something like mx:DataGrid id=dgGrid1 dataProvider={someDataProvider} mx:columns mx:Array mx:DataGridColumn dataField=name headerText=Name/ mx:DataGridColumn

[flexcoders] Re: Using IUID

2006-07-31 Thread pateyog
{ return _uid; } public function set uid(value:String):void { _uid = value; } } } Oriol. 2006/7/30, pateyog [EMAIL PROTECTED]: I am a newbie and was trying to understand how to use the iuid

[flexcoders] Re: Using IUID

2006-07-31 Thread pateyog
cut and paste mistake read the datagrid tag as mx:DataGrid id=dgContactList editable=true dataProvider={acContacts} width=100% height=95% --- In flexcoders@yahoogroups.com, pateyog [EMAIL PROTECTED] wrote: Pardon my ignorance. How can I do this with the following example

[flexcoders] Using IUID

2006-07-30 Thread pateyog
I am a newbie and was trying to understand how to use the iuid interface while using a datagrid that is being populated by a ArrayCollection fetching data from an xml using http service. Can any of you point me to an example Thanks -pateyog -- Flexcoders Mailing List FAQ: http