RE: [flexcoders] run Flex apps fullscreen

2005-06-14 Thread CHANSOU Patrick ROSI/SICOR
Or you can use iexplore -k URL to get internet explorer in kiosque mode 
(fullscreen) 

-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Joe 
Berkovitz
Envoyé : mardi 14 juin 2005 17:30
À : flexcoders@yahoogroups.com
Objet : Re: [flexcoders] run Flex apps fullscreen

I don't have the answer, but I would very much expect that this is doable 
purely by employing DHTML and JavaScript in the enclosing web page, without 
involving Flex in any way.  As such, you may have more luck searching resources 
that have to do with DHTML and scripting, rather than Flex.

... .  ..   .j


superabe wrote:
 Hi List,
  
 Is it possible to run a flex app at fullscreen without any of the 
 browser chrome ?
 If so how?
  
 Thanks in advance
 superabe
  
  
 
 --
 --
 *Yahoo! Groups Links*
 
 * To visit your group on the web, go to:
   http://groups.yahoo.com/group/flexcoders/

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

 * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
   Service http://docs.yahoo.com/info/terms/. 
 
 


 
Yahoo! Groups Links



 





 
Yahoo! Groups Links

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

* 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/
 




RE : [flexcoders] how to use a repeater question

2005-05-12 Thread CHANSOU Patrick ROSI/SICOR
Title: [flexcoders] how to use a repeater question







mx:Repeater id="rp" 
dataProvider="{thrustData}"mx:CheckBox 
id="subCheck" label="{rp.currentItem}"//mx:Repeater
I don't know if it's faster but you can have your array populatedvia 
AS
or use the same array in multiple mxml.

   Message d'origine De: 
  flexcoders@yahoogroups.comde la part decnewroth55 Date: 
  jeu. 12/05/2005 19:57 À: flexcoders@yahoogroups.com Cc: 
  Objet: [flexcoders] how to use a repeater 
  question
  is it possible to use a repeater control to 'duplicate' a 
  group ofcheckboxes? I have this text array i would like to have put into 
  agroup of checkboxes;![CDATA[ 
  var thrustData:Array = ["All Reports", "ASMT - AffordableStructures  
  Mfg. Tech.", "ALE - Advanced Lean  Efficient", "ASC -Advanced Support 
  Concepts", "APS - Advanced Platform Systems", "NCO -Netcentric Operations" 
  ];]]and would like for it to be the checkboxes 
  label.is it faster to do a repeater or just make them up 
  normally..Craig NewrothStructures Technology - STLExecutive 
  Computing SupportThe Boeing CompanyYahoo! Groups 
  Links* To visit your group on the web, go 
  to: http://groups.yahoo.com/group/flexcoders/* 
  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/









Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










RE: [flexcoders] Webservice result

2005-04-22 Thread CHANSOU Patrick ROSI/SICOR





You 
should find anything you want in the event object


function myResultCallback(event)
{
 if (event.operation.name == 
"function1")
...
}

  
  
  De: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] De la part de Fransjo 
  LeihituEnvoyé: vendredi 22 avril 2005 
  12:33À: flex codersObjet: [flexcoders] 
  Webservice result
  
  ok, consider this code:  
  mx:Scriptfunction 
  myResultCallback(){}/mx:Script
   mx:WebService id="myService" wsdl="http://www.mydomein.com/script?wsdl" 
  fault="alert(event.fault.faultstring)" 
  result="myResultCallback()" 
   mx:operation 
  name="function1" 
  mx:requestinputmy 
  input/input 
  /mx:request 
  /mx:operation 
   mx:operation 
  name="function2" 
  mx:requestinputmy 
  input1/input 
  /mx:request 
  /mx:operation 

  /mx:WebService  
  Everytime I do a send() and the result is done, then everytime the 
  function myResultCallback() is called.But how do I know from wich 
  operation the result is?
  So when I do myService.function1.send() and the server responds back, the 
  function myResultCallback() is called, how do I know the result was meant for 
  myService.function1 ?
  
  __Do You 
  Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around 
  http://mail.yahoo.com 







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.