HTTP_REFERER

2005-02-23 Thread Ben Hooton
Hi flexcoders, Ive created a flex app which contains a list of links to secure sites which our organisation subscribes to. The sites rely on authenticating visitors via HTTP_REFERER, but this doesnt seem to be getting set automatically. Is there some way I canset it manually?

dropShadow masking?

2005-02-23 Thread James Ward
Hi all. I have encountered some strange behavior when I added a dropShadow to a VBox which has a WipeDown / WipeUp effect on it. The dropShadow doesn't wipe with the VBox. This can be seen by adding dropShadow=true to the cart VBox on the Samples - Explorer - UI Patterns - Overlay Demo. Am I using

RE: [flexcoders] HTTP_REFERER

2005-02-23 Thread Matt Chotin
How are you accessing those sites? getURL? Are you opening a new window or navigating the existing window? Matt From: Ben Hooton [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 6:42 PM To: [EMAIL PROTECTED] Subject: [flexcoders] HTTP_REFERER Hi flexcoders,

RE: [flexcoders] FlashPaper in Flex?

2005-02-23 Thread Matt Chotin
I hate Yahoo search! Thank goodness I archive all my emails J Heres something I wrote a while back to help load FlashPaper content. Thanks to Vinny for reproducing since thats how I found it J FlashPaperLoader.as class FlashPaperLoader extends mx.controls.Loader { function init() :

RE: [flexcoders] HTTP_REFERER

2005-02-23 Thread Ben Hooton
Yes, the links are in a datagrid whosecellPress event calls a function which uses getURL to launch a new window. The getURL call looks like this: getURL(event.target.selectedItem.link,'_blank'); From: Matt Chotin [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 February2005

RE: [flexcoders] HTTP_REFERER

2005-02-23 Thread Matt Chotin
Hmm, I think this might be a limitation in the IE version of the Player. When I tried it in Firefox I could see the Referrer be sent, but not in IE. This might be a known issue, our bugbase is down right now unfortunately so I cant see. I tried openinga link with _javascript_ in IE and it

Custom Validator

2005-02-23 Thread Ketan Bengali
Hi All (and Matt), Have managed to solve the bugs/errors from my Custom Validator. You can have a look at it at http://www.meritokri.com/myvalidator.htm; Regards., Ketan B.

Flex license install

2005-02-23 Thread Mark Hitchcock
Hi Everyone, I have finally received my license for flex 1.5 however I'm not sure if it is installed correctly as the apps that I have deployed keep expiring. Basically the production system is Sun Jes Application server which has the license installed. The apps are pre-compiled on my local

Error Display Colour

2005-02-23 Thread Ketan Bengali
Hi Can anybody tell me how do I change the default red colour of the Error Display Colour in Forms. Thanks. Regards., Ketan Bengali

Re: [flexcoders] stress test

2005-02-23 Thread ibibas
Thanks Jonathan!!! One more question, can I edit/modify the AMF code?. I intend to emulate multiple client accessing a single server. The problem is the server rejects requests containing the same data for each client. I appreciate your help, Regards, Isaac Bibás Jonathan Bezuidenhout

RE: [flexcoders] stress test

2005-02-23 Thread ibibas
Just the my flex application. Isaac Bibás Matt Chotin [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com ia.com cc: Asunto: RE: [flexcoders] stress test 22/02/2005 19:26 Por favor, responda a flexcoders Are you trying to stress the Flex app itself or the data

Flex Charting

2005-02-23 Thread Rich Tretola
OK so I am playing with the Flex charts, mainly the bar chart and have so many questions. Is there a good resourse site out there for this besides the flex live docs and the tutorial on MM's site which weren't very helpful ? How do you make the charts 3D ? How do you fine tune the axis plotting ?

re: [flexcoders] Flex license install

2005-02-23 Thread Tarik Ahmed
Hi Mark. "and I need to recompile and redeploy the apps." - Redeploy meaning... you compile, and copy the swf's somewhere else? Welp, you can't do that, the SWF's will expire as you've noted. Also the MM Flex license forbids doing that anyways. From: "Mark Hitchcock" [EMAIL PROTECTED]Sent:

Coldfusion Flash Forms Problem

2005-02-23 Thread Michael van Leest
Any developers here that make CF Flash Forms?? If so, can anyone help me with a Flash Form problem (sort of MXML) The case (I'm writing a demo): I have a DataGrid that contains a empty query (size, toppings, price). But if I click on a button it needs to add a row with the selected settings.

AW: [flexcoders] macromedia.css.LocatorParser error

2005-02-23 Thread Benjamin Steiner
Hi Cathy, we have solved the server-problem... The classpath for the VM wasn't set correctly L Thanks a lot for your support!!! Greetz Benjamin

RE: [flexcoders] Remote object problem

2005-02-23 Thread Allen Manning
Kleber, Have you tried looking at the traffic in the Net Connection Debugger? There may be a request that is attempting to be made, but the end point can't be found. HTH, Allen Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f:+44 (0)870 749 1200 w:

IoC framework

2005-02-23 Thread David Solis
Is there an IoC (aka Dependency Injection) framework for ActionScript? Regards D.

RE: [flexcoders] stress test

2005-02-23 Thread Matt Chotin
We just posted this Devnet article on testing AMF with Silk Performer. http://www.macromedia.com/devnet/flex/articles/amf_perftest.html _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 3:36 AM To: flexcoders@yahoogroups.com Subject: Re:

RE: [flexcoders] dateField questions?

2005-02-23 Thread Allen Manning
I think 'new Date()' is today, no? Allen Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f:+44 (0)870 749 1200 w: www.prismix.com From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 18:21To: flexcoders@yahoogroups.comSubject:

RE: [flexcoders] dateField questions?

2005-02-23 Thread Clint Tredway
yes, you are correct, but you can pass any date to the dateField and set the selectedDate to that date... -Original Message-From: Allen Manning [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 23, 2005 12:26 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] dateField

RE: [flexcoders] Re: Screenshot of a flex application

2005-02-23 Thread Mehdi, Agha
Looks great. Very good use of space. -Original Message- From: David Solis [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 10:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Screenshot of a flex application Please try this:

UI Style Guide

2005-02-23 Thread David Solis
Is there an UI style guide for flex applications? Regards D.

Interesting Loader/DividedBox behavior

2005-02-23 Thread lm7e
In attempting to utilize the RSL feature, I am designing an application that is composed of a wrapper app that in turn loads different subsystem apps. This works fine. The interesting behavior I have seen is that a subsystem app I have written contains a DividedBox and when it is loaded, the

Re: [flexcoders] dateField questions?

2005-02-23 Thread alf
Thanks!! worked like a charm. -Art Quoting [EMAIL PROTECTED]: Once created the datefield, use this code in a ActionScript function: inputDate.selectedDate = new Date(); where inputDate: mx:DateField id=inputDate dateFormatter=formatDate / You can format it using this function: function

Re: UI Style Guide

2005-02-23 Thread David Solis
Maybe it is an internal document at Macomedia. Almost every GUI enviroment has one. --- In flexcoders@yahoogroups.com, David Solis [EMAIL PROTECTED] wrote: Is there an UI style guide for flex applications? Regards D.

RE: [flexcoders] Re: Screenshot of a flex application

2005-02-23 Thread Dimitrios Gianninas
Very nice indeed... yup, Flex is great for RAD. Jimmy Gianninas Software Developer - Optimal Payments Inc. From: David Solis [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 1:06 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Screenshot of a flex application

Single sign-on

2005-02-23 Thread Dimitrios Gianninas
Hi, Has anyone done something regarding single sign-on with Flex UIs ? In my case, I have one Flex UI and need to build two smaller ones over the next month, and want to provide single sign-on to end-users. Anyone do this already? Also the UIs will most likely reside at different

Screenshot of flex application

2005-02-23 Thread David Solis
Here is a screenshot of a flex application: http://weblogs.javahispano.org/resources/dasol/ixenetplus-css.jpg At this moment is just the prototype. Regards D.

No Graphics Environment

2005-02-23 Thread Kevin Conboy
Hello, all. We're attempting to install a new Flex application on our headless Solaris server for cooperative development on Flex prototypes for an eventual application. When attempting to view our application in a browser, we get An error occurred because there is no graphics environment

RE: [flexcoders] Defining classes / attributes in mxml

2005-02-23 Thread Matt Chotin
Im not sure what you mean. Every MXML file is itself a class and can be referred to in ActionScript as a class. All public properties of a class are available as attributes. Matt From: viraf_bankwalla [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 11:17 AM To:

IoC framework

2005-02-23 Thread David Solis
Is there an IoC (aka Dependency Injection) framework for ActionScript? Regards D.

Re: [flexcoders] No Graphics Environment

2005-02-23 Thread Dave Carabetta
On Wed, 23 Feb 2005 12:30:59 -0700, Kevin Conboy [EMAIL PROTECTED] wrote: Hello, all. We're attempting to install a new Flex application on our headless Solaris server for cooperative development on Flex prototypes for an eventual application. When attempting to view our application in a

Hierarchical data display

2005-02-23 Thread Mehdi, Agha
Hi all, I was just wondering how easy/difficult would it be to do this sort of navigation orhierarchical data displayinFlex? http://www.harborresearch.com If not very complicated, what will be the best route to take? Thanks - Agha Mehdi web developer Littler

Re: [flexcoders] dateField questions?

2005-02-23 Thread alf
Hi ibibas, How would I set up a function to accept an argument like this: getCurrentDate(myDateFieldNameHere); I know this isn't correct: function getCurrentDate(myArg) { var myArg; myArg.selectedDate = new Date(); } I would like to make the function generic so I could reuse it on other screens

RE: [flexcoders] Hierarchical data display

2005-02-23 Thread Tracy Spratt
That looks cool. Imagine having a big tree that you never had to expand/collapse nodes on. Tracy From: Mehdi, Agha [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 3:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Hierarchical data display Hi

Re: [flexcoders] theme

2005-02-23 Thread alf
use the theme= or themeColor= attribute of the mx:Application tag -Art Quoting Robert Brueckmann [EMAIL PROTECTED]: If I wanted to apply the haloBlue theme to my Flex app, what do I need to do? Is there an easy way to do this because setting the theme attribute in the mx:CairngormApplication tag

RE: [flexcoders] Hierarchical data display

2005-02-23 Thread Mehdi, Agha
Hmmm, interesting. Can you make tree nodes go in circle around their root in the middle and have their children stick out in any direction you want? It can be kind of cool. Thanks From: Tracy Spratt [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 1:51 PMTo:

Flex Developer / San Diego / Contract

2005-02-23 Thread Cameron Childress
Hopefully this message is welcome on this list. I didn't see a Flex-jobs list. Please send responses to the email address at the bottom of this message, not to me. -Cameron --- Emerald First LLC (“Emerald First”) is a start up consumer financial services company located in downtown San Diego, CA.

RE: [flexcoders] theme

2005-02-23 Thread Robert Brueckmann
themeColor did the trick. I couldnt seem to find that anywhere in the docs. Thanks! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 4:37 PM To: [EMAIL PROTECTED] Subject: Re: [flexcoders] theme use the theme= or themeColor= attributeof

re: [flexcoders] Flex Developer / San Diego / Contract

2005-02-23 Thread Tarik Ahmed
I have a section on the CFlex.net home pagefor job postings; I just added this. From: "Cameron Childress" [EMAIL PROTECTED]Sent: Wednesday, February 23, 2005 2:56 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex Developer / San Diego / ContractHopefully this message is welcome on this

RE: [flexcoders] dateField questions?

2005-02-23 Thread alf
Hi Tracy, Works great! Here is the code for whoever needs it ;) my AS: getCurrentDate(commDate); My Function: function getCurrentDate(dateField:mx.controls.DateField) { dateField.selectedDate = new Date(); } my MXML: mx:DateField id=commDate/ Quoting Tracy Spratt [EMAIL PROTECTED]:

Calendar component

2005-02-23 Thread wcucsd
I'm looking for a calendar control like datefield but that supports typing the date into the textinput part of the control. I have seen the previous posts on this but displaying both the textinput and the datefield input boxes is not an option. An additional, nice-to-have would be a calendar

RE: [flexcoders] theme

2005-02-23 Thread alf
np thats what the list is for ;) -Art Quoting Robert Brueckmann [EMAIL PROTECTED]: themeColor did the trick. I couldn't seem to find that anywhere in the docs. Thanks! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 4:37 PM To:

RE: [flexcoders] HTTP_REFERER

2005-02-23 Thread Ben Hooton
Yes, the links are in a datagrid whosecellPress event calls a function which uses getURL to launch a new window. The getURL call looks like this: getURL(event.target.selectedItem.link,'_blank'); From: Matt Chotin [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 February2005

Flex license install

2005-02-23 Thread Mark Hitchcock
Hi Everyone, I have finally received my license for flex 1.5 however I'm not sure if it is installed correctly as the apps that I have deployed keep expiring. Basically the production system is Sun Jes Application server which has the license installed. The apps are pre-compiled on my local

RE: [flexcoders] Flex Charting

2005-02-23 Thread Ely Greenfield
Hi Rich. Flex 1.5 doesn't render any 3D charts. If you have specific questions about fine tuning the axis plotting, you can ask them here. Ely.

RE: [flexcoders] Error Display Colour

2005-02-23 Thread Matt Chotin
Set the errorColor style. Matt From: Ketan Bengali [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 1:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Error Display Colour Hi Can anybody tell me how do I change the default red colour of the Error

Re: IoC framework

2005-02-23 Thread David Solis
One of my goals is avoid use of ServiceLocator. --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: I don't know of a framework in AS right now that does anything like this. Cairngorm does provide the concept of a ServiceLocator and I think would be the right place to add

RE: [flexcoders] Screenshot of a flex application

2005-02-23 Thread Matt Chotin
Nice, do you mind sharing how long it took you to build this? Matt From: David Solis [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 9:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Screenshot of a flex application Here is a screenshot of a

Re: Screenshot of a flex application

2005-02-23 Thread David Solis
2.5 weeks, partial time. Flex as RAD is great. Regards --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Nice, do you mind sharing how long it took you to build this? Matt _ From: David Solis [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23,

RE: [flexcoders] Screenshot of a flex application

2005-02-23 Thread Mehdi, Agha
I couldn't get it to load. It gives me this Servidor fuera de servicio por mantenimiento En estos momentos, el servidor que hospeda la web de javaHispano y sus subdominios está temporalmente fuera de servicio. Disculpen las molestias From: Matt Chotin [mailto:[EMAIL PROTECTED] Sent:

dateField questions?

2005-02-23 Thread alf
Hi All, How does one access the dateField component and set a specific date to be visible on init? right now by default is comes up blank and showToday only highlights Todays date on the popup dateChooser. Thanks, -Art

RE: [flexcoders] dateField questions?

2005-02-23 Thread Clint Tredway
use the selectedDate property and set it to a date -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 12:21 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] dateField questions? Hi All, How does one access the dateField

Re: Screenshot of a flex application

2005-02-23 Thread David Solis
Please try this: http://members.cox.net/dsolis/flex/ixenetplus-css.jpg Regards D. --- In flexcoders@yahoogroups.com, Mehdi, Agha [EMAIL PROTECTED] wrote: I couldn't get it to load. It gives me this Servidor fuera de servicio por mantenimiento