[flexcoders] Including Panel depending on the selected canvas

2005-09-05 Thread vnice Cute
Hello All;Please how can i add (include a panel) to the mxml file.Please see the attached codeThanks Attach Code ** Including Panel here depended on the selected canvas **

RE: [flexcoders] Combining graphic and programmatic themes - a better way?

2005-09-05 Thread Jim Phelan
Brian, thanks for the response.   I found that in “About theme limitations” at http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentation&file=0577.htm   I tried adding the skin through Flash authoring by attaching the clas

[flexcoders] Re: Webservice - Unable to connect to endpoint ...

2005-09-05 Thread mrvinedit
Thanks again Brian. I added the useProxy="false" attribute (see below) to my webservice tag and now it works in both IE and FireFox. http://ws2.serviceobjects.net/gcr/GeoCoder.asmx?WSDL"; id="GeoCodeService" useProxy="false" fault="alert(event.fault.faultstring)" result="ParseResult()"> -

[flexcoders] Re: Webservice - Unable to connect to endpoint ...

2005-09-05 Thread mrvinedit
Good idea Brian. In the meantime... here's what I get in my Tomcat stdout log for IE: 09/05 23:00:04 INFO -- POST status: 200, reason: OK, target: http://ws2.serviceobjects.net/gcr/GeoCoder.asmx 09/05 23:01:30 INFO -- POST : http://ws2.serviceobjects.net/gcr/GeoCoder.asmx 09/05 23:01:30 INFO --

RE: [flexcoders] Warning refinement request

2005-09-05 Thread Brian Deitte
This isn't a guarantee that it will work in the next version, but I did try something like this in a current build, and it works fine without warning. -Brian > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Aral Balkan > Sent: Friday, Sept

RE: [flexcoders] Webservice - Unable to connect to endpoint ...

2005-09-05 Thread Brian Deitte
Try turning on webservice-proxy-debug in flex-config.xml and if it doesn't make sense, posting the differences between IE and Firefox here. Try setting noProxy to true and see if it is the proxy or the endpoint that is causing problems. -Brian > -Original Message- > From: flexcoders@yaho

RE: [flexcoders] Combining graphic and programmatic themes - a better way?

2005-09-05 Thread Brian Deitte
Hi Jim, that's a pretty interesting solution that technically should work, but the catalog.xml has many exceptions, caveats, and magical properties.  I would suggest staying away from it if you can.  Did you try just adding both the programmatic and graphical skins to the SWC (through comp

[flexcoders] Webservice - Unable to connect to endpoint ...

2005-09-05 Thread mrvinedit
Anyone seen "Unable to connect to endpoint ..." calling a webservice only when using IE but otherwise working fine in Firefox. http://ws2.serviceobjects.net/gcr/GeoCoder.asmx?WSDL"; id="GeoCodeService" fault="alert(event.fault.faultstring)" result="ParseResult()"> {txtAdd

[flexcoders] Datagrid and Multiple Combo Boxes

2005-09-05 Thread priya_sukup
Hi, I have a grid with two combo boxes. So in order to use a common cell renderer i have extended the Datagrid column to include a dataProvider variable. I have created the common cell renderer. The combos are populated from different arrays using the dataProvider variable in the newly defined

RE: [flexcoders] DataGrid and color display

2005-09-05 Thread vnice Cute
Ok now it work with me correctly. I have changed the :-   1) in the file "CellBgColorTest.mxml" :- a) Removed the extra ";" at the end of the tag http://www.macromedia.com/2003/mxml";> b) The line   i have changed the cellRenerer from "SimpleCellRenderer" to "SimpleCustomCellRenderer"   2) In t

Re: [flexcoders] Form dynamic layout

2005-09-05 Thread Stanislav Zayarsky
Thanks Manish, it works! Best regards Stanislav On 9/5/05, Manish Jethani <[EMAIL PROTECTED]> wrote: > On 9/5/05, Stanislav Zayarsky <[EMAIL PROTECTED]> wrote: > > > I have some Form. Dependent on user actions, I want to dynamically > > change FormItems, destroy or create new of them. > > (For e

Re: [flexcoders] Form dynamic layout

2005-09-05 Thread Manish Jethani
On 9/5/05, Stanislav Zayarsky <[EMAIL PROTECTED]> wrote: > I have some Form. Dependent on user actions, I want to dynamically > change FormItems, destroy or create new of them. > (For example user choose country Zimbabwe, so then I need to remove > "state" combobox with list of usa states) I woul

RE: [flexcoders] DataGrid and color display

2005-09-05 Thread Abdul Qabiz
What problem you are seeing, can you please mention that?   Thanks   -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vnice CuteSent: Monday, September 05, 2005 2:15 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] DataGrid and color display Pleas

Re: [flexcoders] DataGrid and color display

2005-09-05 Thread vnice Cute
Please note when i try this example i got a problem in the "##SimpleCustomCellRenderer.mxml##" in line (http://www.macromedia.com/2003/mxml";borderStyle="none" backgroundAlpha="0">) still dont know why i have that problem.   Could you help please   Saleh al-GergawiManish Jethani <[EMAIL PROTECT

[flexcoders] Form dynamic layout

2005-09-05 Thread Stanislav Zayarsky
Hello Flex Coders, I have next question: I have some Form. Dependent on user actions, I want to dynamically change FormItems, destroy or create new of them. (For example user choose country Zimbabwe, so then I need to remove "state" combobox with list of usa states) How I can achieve this? Best