RE: [flexcoders] create-compile-report not creating report

2005-10-26 Thread Kelly Roman
I tried searching for anything with report.xml and the compile report wasnt there. Any other thoughts? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Roger Gonzalez Sent: Wednesday, October 26, 2005 3:41 PM To:

RE: [flexcoders] create-compile-report not creating report

2005-10-26 Thread Kelly Roman
No it works fine on my other server just by compiling the app in a browser. Probably something to do with the environment its setup in: Tomcat, Linux, Teamsite From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Roger Gonzalez Sent: Wednesday,

RE: [flexcoders] showing subcateogries on selecteditem

2005-10-24 Thread Kelly Roman
Why make it in xml? Why not just put it all in a database and pull it from there. It is easier to update that way. Do you know any server side languages? (ColdFusion, JSP, PHP, etc) If you plan on using Flex for anything serious then I suggest learning scripting languages and

RE: [flexcoders] Me go to MAX alone. you be my friend?

2005-10-14 Thread Kelly Roman
I am down. Here is my Bio: Name: Kelly Roman Age: 24 Nationality: American Currently: Building enterprise Flex applications for the automotive industry (Honda, Mazda, Ford) Currently on contract but I maintain www.dekaydmedia.com when I have time. See you there eh

RE: [flexcoders] Java VO.

2005-10-13 Thread Kelly Roman
Are you making corresponding AS classes to match your Java VO classes? If so are you declaring the remoteClass so that Flex knows which AS classes match which Java VO classes? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Omar Ramos

RE: [flexcoders] Me go to MAX alone. you be my friend?

2005-10-13 Thread Kelly Roman
I will be there too. I am also 23 but my birthday is on Saturday so I will be 24 when I get there. Hahahaha I will be in pretty much every Flex session though. Weee See you there --Kelly [EMAIL PROTECTED] From: flexcoders@yahoogroups.com

RE: [flexcoders] returning a confirmation

2005-10-08 Thread Kelly Roman
In your result handler just make an alert that displays the message returned. mx:method name=someMethod result=Alert.show(event.result) / From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Rottman Sent: Friday, October 07, 2005 12:20 PM

RE: [flexcoders] Putting a picture on a page

2005-10-03 Thread Kelly Roman
Jpeg files end with jpg Not jpeg From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Monday, October 03, 2005 1:09 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Putting a picture on a page Well I

RE: [flexcoders] Passing value to textarea which I am calling as a popupwindow

2005-10-03 Thread Kelly Roman
You can do this two ways. I will show you both at once because I hate typing. In your nda.mxml create a variable to store a reference to the popup window with the two text fields. Example: var myPopupWindow; function myPopupCreatorFunction() { var initObj = new Object();

RE: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Kelly Roman
Title: Message The problem is that when your getdata() function executes you set specdata_arr equal to a single value instead of an array then you repeat that step 4 times. Also, unless your array has a column called A and another one called B its not going to display anything even if

RE: [flexcoders] Help with error message ASAP!

2005-10-02 Thread Kelly Roman
You are going to have to break up your file into components. Its a good design practice anyways so get in the habit of it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of delaquae Sent: Sunday, October 02, 2005 6:51 PM To: