[flexcoders] Error :Security error accessing url

2008-07-15 Thread Ray Zhang
when I deployed the progarmme on the server ,and user the HTTPService to remote access, Error Security error accessing url   will be shown I have put the crossdomain.xml file on http://IP:8080/crossdomain.xml anybody knows the reason?

Re: [flexcoders] (TabNavigator component )Error #1009Cannot access a property or method of a null object reference

2008-07-10 Thread Ray Zhang
new Date() or whatever it is here) before using it in the above line. Try to initialize it and then execute your application. -Manu. Ray Zhang wrote: After the page is shown ,i have to do some logic handle (add ,edit) in the Panel week through popup a window. popup a window (PopUpManager

[flexcoders] Can I change the DateField Component 's header content

2008-07-10 Thread Ray Zhang
DateField 's header content normally is the following format June 2008 can i change it to 2008 06?? does anyone know  ,thank u

[flexcoders] how can I get the Java Session 's data from Flex cilent side

2008-07-10 Thread Ray Zhang
Our system uses java/jsp to do the login  function, but I want to get the login user 's information at the  Flex side ,how can I realize it? Can anyone give me some advice? thank u !

[flexcoders] get the week through date

2008-06-28 Thread Ray Zhang
If I know a Date ,how can I get the week of the Date 's first Day and  last Day? Can anyone offer any advice? Thank you very much.

Re: [flexcoders] Re: get the week through date

2008-06-28 Thread Ray Zhang
math to get the previous Sunday and next Saturday. -Michael --- In [EMAIL PROTECTED] ups.com, Ray Zhang [EMAIL PROTECTED] wrote: If I know a Date ,how can I get the week of the Date 's first Day and  last Day? Can anyone offer any advice? Thank you very much.

[flexcoders] Flex TextInput componet 's problem

2008-06-24 Thread Ray Zhang
I don't know TextInput 's text andtextField.text property 's difference anybody know ,tell me plz Ray