[flexcoders] need help on authentication

2006-11-03 Thread jbbec_fr
Hi all,

I want to diplay a box with a login form when my application load first 
with a blur effect behind the box.

I don't know how to do 
Is someone here to explain me how to do ?

Thank you 

JB





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] problem with refreshing datagrid under IE6 or Firefox

2006-10-31 Thread jbbec_fr
Hi all,

I made an UI with flex that take data from a database  using
HTTPService, and when i modify a row using a form and valid it, the
datagrid doesn't refresh when i call the HTTPService 
That works fine under IE7 but all the others browsers don't work.
Have you any idea ?

Thy very much

JB




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] Re: HTTPService url problem

2006-10-25 Thread jbbec_fr
thank you for your help !!

JB :-)

--- In flexcoders@yahoogroups.com, Prakaz <[EMAIL PROTECTED]> wrote:
>
> try this:
> 
> url="http://testdrive.local.net/cgi-bin/get_warnings_data.cgi";
>   showBusyCursor="true"
>   useProxy="false"
>   method="POST"
>   result="loginSuccessHandler();"
>   fault="loginErrorHandler();"
>   />
> 
> public function callService():void{
>  var objParameters:Object=new Object();
> // Collect parameter to send to HTTPService
> objParameters.code='MA';
> objParameters.pcode=TO
> 
> // Additional parameters
> objParameters.parameter1='value1';
> objParameters.parameter2='value2';
> 
> // send HTTPRequest
> *myservice.send(objParameter);
> *}
> 
> try putting all your parameter inside an object and use 
HTTPservices' send()
> method to pass this parameter to your backend code.
> 
> Hope that helps,
> -P
> 
> 
> 
> On 10/25/06, jbbec_fr <[EMAIL PROTECTED]> wrote:
> >
> >   Hi all,
> > I am a newbie in flex and i apologize if my posts seem tobe 
dummies
> > one...
> > I want to populate a datagrid and i use HTTPService to do it.
> > The url parameter is like this :
> > url="http://testdrive.local.net/cgi-bin/get_warnings_data.cgi?
> > code=MA&pcode=TO"
> > when i save the file i get an error :
> > The reference to entity "pcode" must end with the ';' delimiter.
> >
> > can anyone help me ?
> >
> > thy
> >
> > JB
> >
> > 
> >
>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] HTTPService url problem

2006-10-25 Thread jbbec_fr
Hi all,
I am a newbie in flex and i apologize if my posts seem tobe dummies 
one...
I want to populate a datagrid and i use HTTPService to do it.
The url parameter is like this :
url="http://testdrive.local.net/cgi-bin/get_warnings_data.cgi?
code=MA&pcode=TO"
when i save the file i get an error :
The reference to entity "pcode" must end with the ';' delimiter.

can anyone help me ?

thy

JB




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/