Re: [flexcoders] How would I write this query in e4x

2008-01-28 Thread Dominique Bessette - Halsema
you want to do something like this, but basically your going to have to create an xml or xmllist object and then after check out the object in the debugger and find the node/attribute you are looking for. it will tell you what to put in your code ie. childNode/firstChild/lastChild/attribute try{

Re: [flexcoders] Flex 2 underline in datagrid

2008-01-22 Thread Dominique Bessette - Halsema
so in the datagridcolumn i do headerRenderer={header.getStyle('textDecoration')} On 1/19/08, Alex Harui [EMAIL PROTECTED] wrote: I put together a test case and found that it is a known bug in 2.x. I would workaround it with a custom header renderer. Here's the one I used. package {

Re: [flexcoders] Flex 2 underline in datagrid

2008-01-22 Thread Dominique Bessette - Halsema
nevermind i got it, for everyone else it's just mx:DataGridColumn id=cff headerText=CFF UID headerRenderer=MyHeaderRenderer textDecoration=underline dataField=cffUid width=100 / On 1/22/08, Dominique Bessette - Halsema [EMAIL PROTECTED] wrote: so in the datagridcolumn i do headerRenderer

Re: [flexcoders] Re: Security error accessing url?

2008-01-18 Thread Dominique Bessette - Halsema
trying to debug. Webservice is on the corporate intranet. I've never had this problem before... --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Dominique Bessette - Halsema [EMAIL PROTECTED] wrote: are you running the flex app on your local machine or a server On 1/18

Re: [flexcoders] Security error accessing url?

2008-01-18 Thread Dominique Bessette - Halsema
are you running the flex app on your local machine or a server On 1/18/08, Nate Pearson [EMAIL PROTECTED] wrote: I'm using Flex Builder 3 Beta 3. I can't seem to create any new projects that can connect to webservices! I'll copy the exact same code from an old project into a new Flex

Re: [flexcoders] underline in datagrid

2008-01-17 Thread Dominique Bessette - Halsema
/mx:Application - Original Message From: Dominique Bessette - Halsema [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 17, 2008 12:44:01 PM Subject: Re: [flexcoders] underline in datagrid that just made it all underlined, even the header mx:DataGrid

Re: [flexcoders] underline in datagrid

2008-01-17 Thread Dominique Bessette - Halsema
PROTECTED] *On Behalf Of *Dominique Bessette - Halsema *Sent:* Wednesday, January 16, 2008 4:18 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] underline in datagrid what if i dont want the datagrid's title to be underlined On 1/16/08, *Sherif Abdou* [EMAIL PROTECTED] wrote

Re: [flexcoders] Validating Radio Button Groups

2008-01-17 Thread Dominique Bessette - Halsema
add an event listener like so and then you watch it for selectedIndex selectedItem etc mx:RadioButtonGroup id=rbGroup itemClick=onClick(event)/ On 1/17/08, Ethan Miller [EMAIL PROTECTED] wrote: Greetings - Asking again anyone have experience validating that one of some group of

Re: [flexcoders] underline in datagrid

2008-01-17 Thread Dominique Bessette - Halsema
maybe i should mention i'm not using flex 3 i'm using flex 2 On 1/17/08, Dominique Bessette - Halsema [EMAIL PROTECTED] wrote: yeah it's weird even when i take the styleName = HeaderCustomStyle out and put the values in the columns it's still just all underlined, i think i've tried every

Re: [flexcoders] underline in datagrid

2008-01-17 Thread Dominique Bessette - Halsema
it in headerCustomStyle -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Dominique Bessette - Halsema *Sent:* Thursday, January 17, 2008 10:39 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] underline in datagrid it's

Re: [flexcoders] underline in datagrid

2008-01-17 Thread Dominique Bessette - Halsema
the header. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Dominique Bessette - Halsema *Sent:* Thursday, January 17, 2008 4:12 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] underline in datagrid maybe i should

Re: [flexcoders] underline in datagrid

2008-01-16 Thread Dominique Bessette - Halsema
what if i dont want the datagrid's title to be underlined On 1/16/08, Sherif Abdou [EMAIL PROTECTED] wrote: textDecoration= underline - Original Message From: dominique.bessette [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 16, 2008 5:46:52 PM

Re: [flexcoders] crossdomain not working with HTTP Request Error

2008-01-11 Thread Dominique Bessette - Halsema
by typing its url in a browser. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Dominique Bessette - Halsema *Sent:* Wednesday, January 09, 2008 11:34 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] crossdomain

Re: [flexcoders] crossdomain not working with HTTP Request Error

2008-01-09 Thread Dominique Bessette - Halsema
PROTECTED] *On Behalf Of *Dominique Bessette - Halsema *Sent:* Tuesday, January 08, 2008 11:09 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] crossdomain not working with HTTP Request Error I'm trying to finish this project and i'm running out of time if anyone has any ideas

[flexcoders] crossdomain not working with HTTP Request Error

2008-01-08 Thread Dominique Bessette - Halsema
I'm trying to finish this project and i'm running out of time if anyone has any ideas PLEASE let me know. I have a flex application that calls my web service through the wsdl which is located in an ear file http://{svr8}:port/weemc-service/weemc?wsdl on my local machine the flex app works when

Re: [flexcoders] crossdomain not working with HTTP Request Error

2008-01-08 Thread Dominique Bessette - Halsema
. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Dominique Bessette - Halsema *Sent:* Tuesday, January 08, 2008 11:09 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] crossdomain not working with HTTP Request Error I'm trying to finish

Re: [flexcoders] Databinding to ArrayCollections

2008-01-03 Thread Dominique Bessette - Halsema
you have to make your variable bindable here's the documentation http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=1653.html try [Bindable] private var arrayCollectionData:ArrayCollection= new ArrayCollection(); On 1/3/08, Clinton D.

Re: [flexcoders] Alert window position?

2007-12-28 Thread Dominique Bessette - Halsema
i created my own popup using TitleWindow and in there you can control the placement. //in the main class call the popup private function getAtomPopUp():void{ var helpWindow:IFlexDisplayObject; helpWindow = PopUpManager.createPopUp(this, getPopUp, false); } On 12/28/07,

Re: [flexcoders] flex on Weblogic 9.2

2007-12-21 Thread Dominique Bessette - Halsema
of the webtier compiler which of course uses the flex sdk located in the flex.war. So, sounds like you need to get the hotfix installed in the flex app server. Instructions for this are on the hotfix page at adobe.com Peas DK On 12/19/07, Dominique Bessette - Halsema [EMAIL PROTECTED] dbhalsema

Re: [flexcoders] ComboBox ItemRenderer

2007-12-21 Thread Dominique Bessette - Halsema
Here is the code for the itemRenderer for a combobox i made. The dataProvider is xml. ?xml version=1.0 encoding=utf-8? mx:ComboBox xmlns:mx=http://www.adobe.com/2006/mxml; rowCount=2 labelField=@name dataProvider={weemcStatus} change=onSelectionChange(event) mx:Script ![CDATA[

Re: [flexcoders] ComboBox ItemRenderer

2007-12-21 Thread Dominique Bessette - Halsema
. Let me make sure I understand. ownerData is defined in set method. That means it's set as many times as many rows are in the DG, right? But why can't I talk directly to the dataProvider of my DG? Or using a private var is the direct way? *Dominique Bessette - Halsema [EMAIL PROTECTED]* wrote

[flexcoders] flex on Weblogic 9.2

2007-12-19 Thread Dominique Bessette - Halsema
Hi everyone, I was getting errors like faultString = 'WSDL.BadElement' or 'element not resolvable' when i tried to activate my webservice. At this point I tried installing Adobe Flex 2.0.1 Hotfix 3 on Flex builder 2 and it resolved these problems on my local machine. Now i'm trying to create a

[flexcoders] validate wsdl

2007-12-19 Thread Dominique Bessette - Halsema
The wsdl i'm using for my webservice is invalid, but it needs to be invalid, when i call a service i get the invalid wsdl error but if i call it again then the data is displayed. is there a way to turn off the valid wsdl check in flex? thanks dominique