[flexcoders] Location of the shared.sws

2005-07-18 Thread Joost Nuijten





Hi,

I have the following 
problem regarding the shared library:

The webserver 
(server 1) embeds mxml.swf files from the flexserver (server 2). The shared.sws 
is located on server 2. The mxml saysthe rsl can be found on 
rsl="shared.sws".

When the page 
is accessed throught the HTML the sws cannot be found. When I call the mxml 
directly everything works fine. In the first case the mxml expects the sws on 
server1. So entering an absolute path, like rsl=http://domain/shared.swsshould help. But this doesn't work A compile error 'the 
resource cannot be found' is returned. Does anybody have an idea how to do 
this?

Thanks!
-Joost






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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  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] Rich Text Editor Component, someone have it?

2005-07-18 Thread Clint Modien



hot control... how well does it work in flex?On 7/17/05, JesterXL [EMAIL PROTECTED] wrote:









Closest you'll get for now:
http://www.flashtexteditor.com/in.php


- Original Message - 
From: 
Bruno Martins 
To: flexcoders@yahoogroups.com 
Sent: Sunday, July 17, 2005 4:32 PM
Subject: [flexcoders] Rich Text Editor Component, someone have 
it?

Thanks...





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



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  















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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] OT: Just testing

2005-07-18 Thread Abdul Qabiz
Testing, if I am still in the list...Have not received any new mails...

-abdul

Breeze 5 - high-impact online communications everyone can access
instantly. Test drive Breeze 5 today!  
www.macromedia.com/go/breeze5


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

* 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] fp8

2005-07-18 Thread Philippe Maegerman





Not really 
Flex-centric, some examples of the FP8 power ;)
http://www.5etdemi.com/blog/archives/2005/07/fp8-invasion-of-the-goths/

Philippe 
Maegerman






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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






--**STATEMENT OF CONFIDENTIALITY** 
This e-mail and any attached files are confidential and intended solely for the use of the individual to whom it is addressed. If you have received this email in error please send it back to the person that sent it to you. Any views or opinions presented are solely those of author and do not necessarily represent those the Emakina Company. Unauthorized publication, use, dissemination, forwarding, printing or copying of this email and its associated attachments is strictly prohibited.
We also inform you that we have checked that this message does not contain any virus but we decline any responsability in case of any damage caused by an a non detected virus.--


Re: [flexcoders] OT: Just testing

2005-07-18 Thread Sreejith Unnikrishnan
:-) you are ... incase u dont recieve ur own mails !!!

Abdul Qabiz wrote:

 Testing, if I am still in the list...Have not received any new mails...

 -abdul

 Breeze 5 - high-impact online communications everyone can access
 instantly. Test drive Breeze 5 today! 
 www.macromedia.com/go/breeze5


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

 *  Visit your group flexcoders
   http://groups.yahoo.com/group/flexcoders on the web.

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


 





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

* 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] clone objects

2005-07-18 Thread m00n_de
hi folks,

how is it possible to clone an object, rather than creating a
reference to an object ?

For example: I have to Objects, ObjA and ObjB; when i call ObjA = ObjB
and ObjB changes, ObjA also changes.

In Flash itself there is a way using the function below, in flex this
doesnt work, or maybe I´m putting it in the wrong place (currently
in
the Application Script tag)


Object.prototype.clone = function() {
if (this instanceof Array) {
var to = [];
for (var i = 0; ithis.length; i++) {
to[i] = (typeof (this[i]) == object) ?
this[i].clone() : this[i];
}
} else if (this instanceof XML || this instanceof MovieClip) {
// can't clone this so return null
var to = null;
trace(Warning! Object.clone can not be used on
MovieClip or XML objects);
} else {
var to = {};
for (var i in this) {
to[i] = (typeof (this[i]) == object) ?
this[i].clone() : this[i];
}
}
return to;
};




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

* 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] clone objects

2005-07-18 Thread Darron J. Schall
m00n_de wrote:

how is it possible to clone an object, rather than creating a
reference to an object ?
  


Use mx.utils.ObjectCopy - 
http://livedocs.macromedia.com/flex/15/asdocs_en/mx/utils/ObjectCopy.html

It's for internal use only but usage is as such:

var instance2:SomeClass = SomeClass( ObjectCopy.copy(instance1) );

-d




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

* 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: OT: Just testing

2005-07-18 Thread abdulqabiz3
Hi,

I have not recieved any mail since morning. Even my own mail. I am
replying this from web interface of yahoo groups :(

Why am I not recieving mails? This has happened for first time with me...


-abdul

--- In flexcoders@yahoogroups.com, Sreejith Unnikrishnan [EMAIL PROTECTED]
wrote:
 :-) you are ... incase u dont recieve ur own mails !!!
 
 Abdul Qabiz wrote:
 
  Testing, if I am still in the list...Have not received any new
mails...
 
  -abdul
 
  Breeze 5 - high-impact online communications everyone can access
  instantly. Test drive Breeze 5 today! 
  www.macromedia.com/go/breeze5
 
 
  --
  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
 
  *  Visit your group flexcoders
http://groups.yahoo.com/group/flexcoders on the web.
 
  *  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/.
 
 
 

 




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

* 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: clone objects

2005-07-18 Thread m00n_de
ahh, thanks, works now

--- In flexcoders@yahoogroups.com, Darron J. Schall [EMAIL PROTECTED] wrote:
 m00n_de wrote:
 
 how is it possible to clone an object, rather than creating a
 reference to an object ?
   
 
 
 Use mx.utils.ObjectCopy - 

http://livedocs.macromedia.com/flex/15/asdocs_en/mx/utils/ObjectCopy.html
 
 It's for internal use only but usage is as such:
 
 var instance2:SomeClass = SomeClass( ObjectCopy.copy(instance1) );
 
 -d




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

* 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] email servers and live links

2005-07-18 Thread Sauro, Nick





Does Flex 
have any capabilities to communicate with any type of email servers?(pop3, smtp, 
etc).

I am also 
having a problem creating a List of live links. I can make labels, and use the 
htmlText property to create a link normally. Yet, when I try to make a List of 
Labels using the same property, the List doesn't honor that property, and just 
displays raw HTML. I have tried using a custom renderer to set the 
htmlText property, but to no avail, i just see raw html. Is there some 
kind of work around for this?

Thanks.





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



  Visit your group "flexcoders" on the web.
  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] Re: clone objects

2005-07-18 Thread Clint Modien



i remember reading a post a few weeks ago that said something about this is broken for v 1.5 

http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09275.html


might want to search for On 7/18/05, m00n_de [EMAIL PROTECTED] wrote:
ahh, thanks, works now--- In flexcoders@yahoogroups.com, Darron J. Schall [EMAIL PROTECTED] wrote: m00n_de wrote: how is it possible to clone an object, rather than creating a
 reference to an object ?   Use mx.utils.ObjectCopy -http://livedocs.macromedia.com/flex/15/asdocs_en/mx/utils/ObjectCopy.html
 It's for internal use only but usage is as such: var instance2:SomeClass = SomeClass( ObjectCopy.copy(instance1) ); -d--Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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/






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



  Visit your group "flexcoders" on the web.
  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] email servers and live links

2005-07-18 Thread Clint Modien



email question was just asked last week... run a search
http://www.mail-archive.com/flexcoders@yahoogroups.com/

then search for getUrl to help with your live link problem
On 7/18/05, Sauro, Nick [EMAIL PROTECTED] wrote:







Does Flex 
have any capabilities to communicate with any type of email servers?(pop3, smtp, 
etc).

I am also 
having a problem creating a List of live links. I can make labels, and use the 
htmlText property to create a link normally. Yet, when I try to make a List of 
Labels using the same property, the List doesn't honor that property, and just 
displays raw HTML. I have tried using a custom renderer to set the 
htmlText property, but to no avail, i just see raw html. Is there some 
kind of work around for this?

Thanks.





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



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  















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



  Visit your group "flexcoders" on the web.
  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] Re: clone objects

2005-07-18 Thread Darron J. Schall
Clint Modien wrote:

 i remember reading a post a few weeks ago that said something about 
 this is broken for v 1.5

 http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09275.html


I fixed ObjectCopy earlier this year here:  
http://www.darronschall.com/weblog/archives/000148.cfm

I'm assuming the Flex its broken is the same as the way it was in 
Flash, which means my fix will still apply.  You might need to just 
download the flash remoting components source code (to get the 
ObjectCopy class source code) to be able to apply the fix manually.

-d






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

* 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: cursor manager bug

2005-07-18 Thread alex_harui
This is a fact-of-life of how security in loaded SWFs works.  
Assets in subordinate SWFs are not available to the top-level SWF, 
but the cursorManager only can work in the top-level SWF.

The easy workaround is to put a DividedBox in the top-level movie and 
hide it.

The more sophisticated workaround is to embed the assets you need in 
the top-level SWF.

--- In flexcoders@yahoogroups.com, Eric Guesdon [EMAIL PROTECTED] 
wrote:
 
 Hi to All,
 
 It seems to be a bug 
 
 In your first .mxml file copy and paste this peace of code
 // 
* 
\\ 
 
 mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
   mx:Loader source=MainDivider.mxml.swf autoLoad=true
 width=100% height=100%/
 /mx:Application
 
 
 // 
*** \\
 
 In a second one copy and paste this code
 
 // 
* 
\\
 
 mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
   mx:Script
   ![CDATA[
   
   public function getPreferredWidth () {
   if(_parent){
   return _parent.layoutWidth ;
   }
   return _preferredWidth ;
   }
   
   public function getPreferredHeight () {
   if(_parent){
   return _parent.layoutHeight ;
   }
   return _preferredHeight ;
   }
   
   ]]
   /mx:Script
   mx:DividedBox direction=horizontal width=100% 
height=100%
   mx:Panel width=25% height=100%/
   mx:DividedBox direction=vertical width=100%
 height=100%
   mx:Panel width=100% height=100%/
   mx:Panel width=100% height=100% /
   /mx:DividedBox
   /mx:DividedBox
 /mx:Application
 
 // 
* 
\\
 
 At last compile and run first file 
 
 
 Look your cursor when you try to resize Divider, cursor is simply 
invisible.
 Are there any reason for that behaviours?
 Are there any known solutions?
 
 Thanks in advance
 
 Best regards 
 
 Eric 
 
 
 
 This message contains information that may be privileged or 
confidential and is the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not 
the intended recipient,  you are not authorized to read, print, 
retain, copy, disseminate,  distribute, or use this message or any 
part thereof. If you receive this  message in error, please notify 
the sender immediately and delete all  copies of this message.




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

* 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: dispatching event from custom swc file

2005-07-18 Thread alex_harui
You didn't explain what the problem is.  Do you get a compile error?  
What is the error?  Does the code listening for the event not run?  
Post a mini-example.

Your sample looks right to me.

--- In flexcoders@yahoogroups.com, m00n_de [EMAIL PROTECTED] 
wrote:
 hi, maybe someone could explain this to me ?
 
 I build a custom component in flash. The class extends UIComponent.
 The default events like initalize and creationcomplete are 
dispatched
 correctly. But i can´t solve it to dispatch custom events.
 
 Before the class definition starts i use:
 [Event(myEvent)].
 
 
 Later in the class I call
 
 var eventObj = new Object();
 eventObj.type = myEvent;
 dispatchEvent(eventObj);
 
 Where is my problem ??




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

* 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: Help with loading of some SWF content in an mx:Image tag

2005-07-18 Thread alex_harui
Well, if you are in no-source-code hell, then you have to hack your 
way out.

If you know the internal structure of the loaded SWF, you can try to 
find the place the loadVars is done and try to grab a load event on 
it, or set a timer and check to see if the loadVars is complete.  
After that, you can then pass the variables to the loaded SWF and try 
to get it to render.


--- In flexcoders@yahoogroups.com, cazzaran [EMAIL PROTECTED] wrote:
 I have a banner that I load into my Image tag, and this banner goes
 out to the server it came from to request a TXT file to load up some
 variables.
 
 The problem is that I want to be able to use as much client side as
 possible. Is there a way to override it loading these vars so I can
 put in my own by passing the Image object the names of the vars I 
need
 to load?
 
 For example:
 
 mx:Image source=test.swf id=test/
 
 Then going:
 
 test[_level5].someVar = foo;
 
 I have tested this with other simpler SWFs and it appears that I CAN
 in fact set internal fields as long as I know their name. The 
problem
 with this particular flash movie is that I believe I set the fields,
 but then it overwrites them with values it gets in the TXT file.
 
 Right now, I have no choice but to serve it a TXT file, because if I
 don't regardless of what the values are set to, it wont play until 
it
 loads this file. I don't have the source to this file, but I do know
 where the vars need to be set.
 
 Help is much appreciated! Thanks... -Josh




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

* 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: No Deserializer for List

2005-07-18 Thread Rajesh Jayabalan
Hi,

 Anyone faced this problem.

Regards
Rajesh J
--- In flexcoders@yahoogroups.com, Rajesh Jayabalan [EMAIL PROTECTED] wrote:
 Hi,
 
  I have a webservice which accepts a complex paramenter
 
 createRequest(MarketRequest marketRequest)
 
 where
 
 class MarketRequest
 {
   protected String mrId;
   protected String status;
   protected MRItem[] mrItems;
 
 I have getters and setters here
 }
 
 and MRItem is
 
 class MRItem {
 
 protected String mrItemId;
 protected String mrItemName;
 protected String mrItemDesc;
 protected String mrItemSpec;
 protected Integer mrItemQty;
 protected String mrItemImage;
 protected Double mrItemPrice;
 
 with getter and setters here..
 }
 
 
 and in my ActionScript I have created corresponding classes
 
 class MarketRequest {
 var mrId: String;
 var status: String=;
 var mrItems: Array;
 
 with getters and setters
 }
 
 and 
 class MRItem {
 private var mrItemId: String;
 private var mrItemName: String;
 private var mrItemDesc: String;
 private var mrItemSpec: String;
 private var mrItemQty: Number;
 private var mrItemImage: String;
 private var mrItemPrice: Number;
 
 with getters and setters
 
 }
 
 but when I call the webservice
 
 marketRequest = new MarketRequest();
 var mris = new Array();
 mris.push(mrItem);
 marketRequest.addMrItem(mris);
 
 mRequestWS.createRequest(marketRequest);
 
 I get the 
 
 Web Service Fault
 org.xml.sax.SAXException: No Deserializer defined for array type
 {http://client.massconnections.mr}MRItem
 
 How/where do I set this deserializer?
 
 Regards
 Rajesh J




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

* 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] Location of the shared.sws

2005-07-18 Thread Rob Rusher










Joost,

You need to create the library descriptor
file that defines the SWS. In this descriptor file you will be able to
reference SWF or SWC .



http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentationfile=1165.htm



The livedocs link above shows how to point
to a different server.



Regards,

Rob Rusher









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Joost Nuijten
Sent: Monday, July 18, 2005 8:37
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Location of
the shared.sws







Hi,











I have the following problem regarding the shared library:











The webserver (server 1) embeds mxml.swf files from the
flexserver (server 2). The shared.sws is located on server 2. The mxml
saysthe rsl can be found on rsl=shared.sws.











When the page is accessed throught the HTML the sws cannot
be found. When I call the mxml directly everything works fine. In the first
case the mxml expects the sws on server1. So entering an absolute path, like
rsl=http://domain/shared.swsshould
help. But this doesn't work A compile error 'the resource cannot be found' is
returned. Does anybody have an idea how to do this?











Thanks!





-Joost

















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



  Visit your group "flexcoders" on the web.
  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] Using Run-as for web services

2005-07-18 Thread Matt Chotin










I wonder if this is a bug. Leave the
run-as in but try setting use-custom-authentication to true maybe?



Matt











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of tony_lic
Sent: Friday, July 15, 2005 3:53
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Using Run-as
for web services





Hi,
 I tried using a particular web service
which when i run gives the 
followin error message. 

Flex proxy and the specified endpoint do not
have the same domain, 
and so basic authentication can not be used.
Please specify use-
custom-authentication or run-as for services not
located on the same 
domain as the Flex proxy.
 
 I know that i have to use run-as by giving
the username and 
password, I gave it  tried but still
the same error message is 
coming.
 The worst part is it got executed two times
successfully , but 
after that(I didnt even touch any part of the
code) again the same 
problem comes. 
 I also tried restarting the flex
server, but no hope. I attach my 
flex-config.xml details.

service name=myws

!-- enables use of custom fault code on the 
client for handling authentication failures --



!-- wsdl location for the named service --


wsdlhttp://us4273.wdf.sap.corp:50009/sap/bc/srt/rfc/sap/ZWS_TREX_VI
QMEL2?wsdl/wsdl

 
  !-- endpoints
for the named 
web service --

 !-- endpoints for the named web service
--

 
  

 
 endpoints

 
 
 
 endpointhttp://us4273.wdf.sap.corp:50009/sap/bc/srt/rfc/sap
/ZWS_TREX_VIQMEL2?sap-client=004/endpoint

 
 
 /endpoints
 

 
 
 
 
 

!-- user-name and password to use when 
accessing this web service --

run-as user=user password=pass/

!-- Adds the service's wsdl and endpoints to 
the unnamed whitelist. If false, these can
never be used unnamed --

!-- This should be set to false if using web 
application security with this named service
--

allow-unnamed-accessfalse/allow-unnamed-
access

/service

please help

with regards,
tony





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












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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Horizontal Datagrid

2005-07-18 Thread superabe
Hello List,
Is there any way to achieve a horizontal datagrid effect using a datagrid or 
otherwise.

E.g

COLUMNItem1Item2Item3
columnAval1aval2a val3a
columnBval1bval2b val3b
columnCval1cval2c val3c

Thanks,

- superabe



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

* 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] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Clint Modien



*shakes head*On 7/18/05, Tracy Spratt [EMAIL PROTECTED] wrote:

















I can't quote line/verse, but I do
know that MM has said repeatedly that third party hosting is not permitted
under any Flex license..

Tracy











From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Clint Modien
Sent: Monday, July 18, 2005 4:54
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: If I buy
a flex license can I host other peoples apps on the license?





anyone?



On 7/15/05, Clint
Modien [EMAIL PROTECTED]
wrote:

Just a question I thought I'd kick out there to MM.












--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Computer software testing
  
  

Macromedia flex
  
  

Development
  
  



Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  

















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



  Visit your group "flexcoders" on the web.
  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] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Clint Modien



*yoda voice* confusing mm's motives are
On 7/18/05, Clint Modien [EMAIL PROTECTED] wrote:
*shakes head*On 7/18/05, Tracy Spratt 
[EMAIL PROTECTED] wrote:

















I can't quote line/verse, but I do
know that MM has said repeatedly that third party hosting is not permitted
under any Flex license..

Tracy











From: 

flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 

On Behalf Of Clint Modien
Sent: Monday, July 18, 2005 4:54
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: If I buy
a flex license can I host other peoples apps on the license?





anyone?



On 7/15/05, Clint
Modien [EMAIL PROTECTED]
wrote:

Just a question I thought I'd kick out there to MM.












--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt


Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com










  
  
SPONSORED LINKS
  
  
  



Computer software testing
  
  


Macromedia flex
  
  


Development
  
  




Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:

[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.





  



















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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Clint Modien



anyone?On 7/15/05, Clint Modien [EMAIL PROTECTED] wrote:
Just a question I thought I'd kick out there to MM.








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



  Visit your group "flexcoders" on the web.
  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] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Clint Modien



Asp basis would work for my situation... I can't see it being a big deal... It's per cpu right? 
























*snickers* BUT ITS NOT PER CORE!!!... muahahahahaha... On 7/18/05, Clint Modien [EMAIL PROTECTED] wrote:
*yoda voice* confusing mm's motives are

On 7/18/05, Clint Modien [EMAIL PROTECTED]
 wrote:
*shakes head*On 7/18/05, Tracy Spratt 

[EMAIL PROTECTED] wrote:

















I can't quote line/verse, but I do
know that MM has said repeatedly that third party hosting is not permitted
under any Flex license..

Tracy











From: 


flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 


On Behalf Of Clint Modien
Sent: Monday, July 18, 2005 4:54
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: If I buy
a flex license can I host other peoples apps on the license?





anyone?



On 7/15/05, Clint
Modien [EMAIL PROTECTED]
wrote:

Just a question I thought I'd kick out there to MM.












--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt



Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com











  
  
SPONSORED LINKS
  
  
  




Computer software testing
  
  



Macromedia flex
  
  



Development
  
  





Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:


[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.






  





















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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  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] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Tracy Spratt










I cant quote line/verse, but I do
know that MM has said repeatedly that third party hosting is not permitted
under any Flex license..

Tracy











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint Modien
Sent: Monday, July 18, 2005 4:54
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: If I buy
a flex license can I host other peoples apps on the license?





anyone?



On 7/15/05, Clint
Modien [EMAIL PROTECTED]
wrote:

Just a question I thought I'd kick out there to MM.












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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  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] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Nate Nielsen





From what I understand, only on an ASP basis. 


I.e. you can only host what you create for 
your clients.

-someone correct me if I'm wrongplease  
:)


  - Original Message - 
  From: 
  Clint Modien 
  
  To: flexcoders@yahoogroups.com 
  Sent: Monday, July 18, 2005 2:54 PM
  Subject: [flexcoders] Re: If I buy a flex 
  license can I host other peoples apps on the license?
  anyone?
  On 7/15/05, Clint 
  Modien [EMAIL PROTECTED] 
  wrote:
  Just 
a question I thought I'd kick out there to MM.





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



  Visit your group "flexcoders" on the web.
  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] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Tarik Ahmed






Well what if I developed a Flex application, sold it or gave it to you,
and you got it going on your machine. You're 'hosting' my application,
which I believe is legal.

The only thing I see is section 3c: Unless otherwise provided herein,
you may not rent, lease, or sublicense the Software. 

Does that mean as long as you don't charge for running an app you
didn't develop yourself, you're good?

Clint Modien wrote:
anyone?
  
  On 7/15/05, Clint Modien [EMAIL PROTECTED] wrote:
  Just
a question I thought I'd kick out there to MM.
  
  
  









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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










[flexcoders] dispatching effects

2005-07-18 Thread Sauro, Nick





Hey guys, here'sa question.

I have a Panel, and on this Panel there is a Button. 
Initially, the Panel is not exposed(save for the Button).When the user 
clicks the button, I want to dispatch the Panel's Resize effect. 
Currently, its hacked, so the panel has a , and yea 
that works, but it's not the right way to do it(everytime after that, when 
thePanel is open, when user selects something on the grid, it resizes again 
lol). I've been googling for hours, and it shows how to do Custom events, 
but i want to dispatch that built in event.

Thanks

Nick 
Sauro+R 
O U N D 
A R C H + 
bus 
212.909.2335+ mob 914.882.3687



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
dimkapimkakolbasaSent: Monday, July 18, 2005 1:27 
PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] How 
to catch events of a child component by the parent 
component?
I've got a custom component Widget which makes a child "image" in 
it's createChildren() method like that:function createChildren (): 
Void { super.createChildren 
(); this.image = this.createClassObject 
(  
mx.controls.Image, 
 "abc", 
 0, 
 {source: 
"rose.jpg"} );}I want to call a 
rotateImage function when image is clicked.Is using a Delegate the only way 
to make it? I made it by adding such code to 
createChildren():var rotateDelegate: Object = Delegate.create 
(this,rotateImage);image.addEventListener ("mouseDown", 
this.rotateDelegate);Can I make it without a Delegat?





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



  Visit your group "flexcoders" on the web.
  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] dispatching effects

2005-07-18 Thread Tracy Spratt










While I have not tried it personally, I
believe you can just run the event with a statement like:

myDataProvider.modelChanged



I know I have seen that particular syntax.



Could it be as easy as myPanel.resize; ?



Tracy











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sauro, Nick
Sent: Monday, July 18, 2005 3:55
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] dispatching
effects





Hey guys, here'sa question.



I have a Panel, and on this Panel there is
a Button. Initially, the Panel is not exposed(save for the
Button).When the user clicks the button, I want to dispatch the Panel's
Resize effect. Currently, its hacked, so the panel has a
 and yea that works, but it's not the
right way to do it(everytime after that, when thePanel is open, when user
selects something on the grid, it resizes again lol). I've been googling
for hours, and it shows how to do Custom events, but i want to dispatch that
built in event.



Thanks







Nick
Sauro+R O U N D A R C H + bus 212.909.2335+ mob 914.882.3687















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dimkapimkakolbasa
Sent: Monday, July 18, 2005 1:27
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to catch
events of a child component by the parent component?

I've got a custom component Widget which makes a child
image in it's 
createChildren() method like that:

function createChildren (): Void {

super.createChildren ();
 this.image =
this.createClassObject (

 mx.controls.Image,

 abc,

 0,

 {source: rose.jpg}
 );
}

I want to call a rotateImage function when image
is clicked.
Is using a Delegate the only way to make it? I
made it by adding such 
code to createChildren():

var rotateDelegate: Object = Delegate.create
(this,rotateImage);
image.addEventListener (mouseDown,
this.rotateDelegate);

Can I make it without a Delegat?










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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[FlexCoders]

2005-07-18 Thread Eric Guesdon










Hi to all,



Im looking for validator without mx:Model
or mx:Validator. In fact how to make validation totally with
actionscript



I didnt find any solutions for the moment



First is it possible ?

Second are there any old messages about this use of
validation



Thanks in advance for your help



Eric











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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  










This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.



[FlexCoders] Validator width actionscript and without model tag

2005-07-18 Thread Eric Guesdon

Hi to all,

I’m looking for validator without mx :Model or mx :Validator. In fact
how to make validation totally with actionscript

I didn’t find any solutions for the moment

First is it possible ?
Second are there any old messages about this use of validation

Thanks in advance for your help

Eric



This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.



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

* 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] Validator width actionscript and without model tag

2005-07-18 Thread Sauro, Nick





first off, ALL mxml classes are reallly 
Actionscript.The mxml serves as a shortcut for coding, in theoryyou 
can write an entire Flex app using nothing but AS. During compilation, all 
your mxmls are converted into AS.There's an option in flex-config to 
keep-generated-as files, so you can see that. Write a validator using 
mxml, and then turn on that option, and u will see the AS that is generated for 
the Validator. You won't see the fine details of it, but you can get a 
starting point at least.

Secondly, as I just learned, you can 
check

http://www.mail-archive.com/flexcoders@yahoogroups.com/
for all old emails.

Nick 
Sauro+R 
O U N D 
A R C H + 
bus 
212.909.2335+ mob 914.882.3687



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Eric 
GuesdonSent: Monday, July 18, 2005 2:32 PMTo: 
flexcoders@yahoogroups.comSubject: [FlexCoders] Validator width 
actionscript and without model tag
Hi to all,Im looking for validator without 
mx:Model or mx:Validator. In facthow to make 
validation totally with actionscriptI didnt find any solutions for the 
momentFirst is it possible ?Second are there any old messages about 
this use of validationThanks in advance for your 
helpEricThis message contains information that may be 
privileged or confidential and is the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the 
intended recipient, you are not authorized to read, print, retain, copy, 
disseminate, distribute, or use this message or any part thereof. If you 
receive this message in error, please notify the sender immediately and 
delete all copies of this message.





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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Christopher Coenraets' SQLAdmin

2005-07-18 Thread charlespaz1
Is anyone using Christopher's Flex SQL Admin application?  If so, how
do you set up the database name bundle?  I lost my instructions and
his site is down.

Thanks




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

* 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: No Deserializer for List -- more information

2005-07-18 Thread Rajesh Jayabalan
Hi,

 After I changed my beanmappings from 

 beanMapping
languageSpecificType=java:mr.massconnections.client.MarketRequest
qname=ns1:MarketRequest xmlns:ns1=http://www.macromedia.com/samples/
beanMapping
languageSpecificType=java:mr.massconnections.client.MRItem
qname=ns1:MRItem xmlns:ns1=http://www.macromedia.com/samples/

to 

typeMapping
xmlns:ns=http://www.macromedia.com/samples;
qname=ns:MarketRequest
type=java:mr.massconnections.client.MarketRequest
serializer=org.apache.axis.encoding.ser.BeanSerializerFactory
   
deserializer=org.apache.axis.encoding.ser.BeanDeserializerFactory
encodingStyle=http://schemas.xmlsoap.org/soap/encoding/;
  /
   typeMapping
xmlns:ns=http://www.macromedia.com/samples;
qname=ns:MRItem
type=java:mr.massconnections.client.MRItem
serializer=org.apache.axis.encoding.ser.BeanSerializerFactory
   
deserializer=org.apache.axis.encoding.ser.BeanDeserializerFactory
encodingStyle=http://schemas.xmlsoap.org/soap/encoding/;
  /
   typeMapping
xmlns:ns=http://www.macromedia.com/samples;
qname=ns:MRItems
type=java:mr.massconnections.client.MRItem[]
serializer=org.apache.axis.encoding.ser.ArraySerializerFactory
   
deserializer=org.apache.axis.encoding.ser.ArrayDeserializerFactory
encodingStyle=http://schemas.xmlsoap.org/soap/encoding/;
  /


In my WSDD I do not get the No Deserializer error anymore , but the
data is not coming to the webservice, I get nulls for all values in
the MRItem object. I am checking if there is data before I send it 

var marketRequest: MarketRequest

function creatReqClick(): Void {
marketRequest = new MarketRequest();
var mris = new Array();
for (var i=0; i  dataObject.items.length; i++)
{

Alert.show(Spec:  + dataObject.items[i].spec);
Alert.show(Price:  + dataObject.items[i].price);
Alert.show(Qty:  + dataObject.items[i].qty);
var mrItem = new MRItem();
mrItem.setMRItemId(dataObject.items[i].id)
mrItem.setMRItemName(dataObject.items[i].name)
mrItem.setMRItemDesc(dataObject.items[i].description)
mrItem.setMRItemSpec(dataObject.items[i].spec)
mrItem.setMRItemQty(dataObject.items[i].qty)
mrItem.setMRItemImage(dataObject.items[i].image)
mrItem.setMRItemPrice(dataObject.items[i].price)

mris.push(mrItem);
}
marketRequest.addMrItem(mris);
mRequestWS.createRequest(marketRequest);
Alert.show(Service Called);
} 

in the alerts I can see the values, but in my service when I try to
see the value I get nulls

Regards
Rajesh J
--- In flexcoders@yahoogroups.com, Rajesh Jayabalan [EMAIL PROTECTED] wrote:
 Hi,
 
  Anyone faced this problem.
 
 Regards
 Rajesh J
 --- In flexcoders@yahoogroups.com, Rajesh Jayabalan [EMAIL PROTECTED]
wrote:
  Hi,
  
   I have a webservice which accepts a complex paramenter
  
  createRequest(MarketRequest marketRequest)
  
  where
  
  class MarketRequest
  {
protected String mrId;
protected String status;
protected MRItem[] mrItems;
  
  I have getters and setters here
  }
  
  and MRItem is
  
  class MRItem {
  
  protected String mrItemId;
  protected String mrItemName;
  protected String mrItemDesc;
  protected String mrItemSpec;
  protected Integer mrItemQty;
  protected String mrItemImage;
  protected Double mrItemPrice;
  
  with getter and setters here..
  }
  
  
  and in my ActionScript I have created corresponding classes
  
  class MarketRequest {
  var mrId: String;
  var status: String=;
  var mrItems: Array;
  
  with getters and setters
  }
  
  and 
  class MRItem {
  private var mrItemId: String;
  private var mrItemName: String;
  private var mrItemDesc: String;
  private var mrItemSpec: String;
  private var mrItemQty: Number;
  private var mrItemImage: String;
  private var mrItemPrice: Number;
  
  with getters and setters
  
  }
  
  but when I call the webservice
  
  marketRequest = new MarketRequest();
  var mris = new Array();
  mris.push(mrItem);
  marketRequest.addMrItem(mris);
  
  mRequestWS.createRequest(marketRequest);
  
  I get the 
  
  Web Service Fault
  org.xml.sax.SAXException: No Deserializer defined for array type
  {http://client.massconnections.mr}MRItem
  
  How/where do I set this deserializer?
  
  Regards
  Rajesh J




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

* 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] Validator width actionscript and without model tag

2005-07-18 Thread Eric Guesdon


Good evening,

I do this code and i retreived true or false from validate method but i
would like to retreive default validators behaviors (TextInput with red
border and error tooltip attach to the error field)

?xml version=1.0? 
mx:Application
xmlns:mx=http://www.macromedia.com/2003/mxml;
creationComplete=initApp()


mx:Script
![CDATA[
import mx.validators.* ;

private var model : Object ;
private var myCurrencyValidator : CurrencyValidator ;


private function initApp () : Void {
model = new Object () ;

myCurrencyValidator = new CurrencyValidator() ;
myCurrencyValidator.decimalSeparator = , ;
myCurrencyValidator.thousandsSeparator=. ;
myCurrencyValidator.separationError = separation error ;
myCurrencyValidator.invalidFormatCharsError = wrong format
;
}



private function validate () : Void {
model.SalaryPerMonth = SalaryPerMonth.text ;
if(CurrencyValidator.validateCurrency(myCurrencyValidator ,
model.SalaryPerMonth ,null , SalaryPerMonth)){
// TODO - set TextInput with red border and error
tooltips
}
}

]]
/mx:Script
mx:Form id=myForm 
mx:FormItem label=Zip Code 
mx:TextInput id=zipCode/
/mx:FormItem
mx:FormItem label=Salary per month 
mx:TextInput id=SalaryPerMonth/
/mx:FormItem
mx:FormItem
mx:Button label=Submit click=validate() /
/mx:FormItem
/mx:Form

/mx:Application

Thanks for you help

Eric

-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la
part de Eric Guesdon
Envoyé : lundi 18 juillet 2005 20:32
À : flexcoders@yahoogroups.com
Objet : [FlexCoders] Validator width actionscript and without model tag


Hi to all,

I’m looking for validator without mx :Model or mx :Validator. In fact
how to make validation totally with actionscript

I didn’t find any solutions for the moment

First is it possible ?
Second are there any old messages about this use of validation

Thanks in advance for your help

Eric



This message contains information that may be privileged or confidential and
is the property of the Capgemini Group. It is intended only for the person
to whom it is addressed. If you are not the intended recipient,  you are not
authorized to read, print, retain, copy, disseminate,  distribute, or use
this message or any part thereof. If you receive this  message in error,
please notify the sender immediately and delete all  copies of this message.



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







This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.



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

* 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] Validator width actionscript and without model tag

2005-07-18 Thread Darron J. Schall
Eric Guesdon wrote:

I do this code and i retreived true or false from validate method but i
would like to retreive default validators behaviors (TextInput with red
border and error tooltip attach to the error field)

That's kind of funny - I actually just ran into this exact same thing 
today.  The Validator revolves around the errorString property of 
UIComponent.

To set the red border and a tooltip on a textInput, set it's errorString 
to some value:

myInput.errorString = This is the tooltip text;

To make the red border / tooltip go away, set the errorString to .

-d




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

* 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] Re: No Deserializer for List -- more information

2005-07-18 Thread Sreejith Unnikrishnan
Rajesh Jayabalan wrote:

 org.xml.sax.SAXException: No Deserializer defined for array type

this error is usually on the client side where in the array type was 
not mapped properly - sun forum

 In my WSDD I do not get the No Deserializer error anymore , but the
 data is not coming to the webservice, I get nulls for all values in
 the MRItem object. I am checking if there is data before I send it

 in the alerts I can see the values, but in my service when I try to
 see the value I get nulls

If you are getting the values in the alerts, then your WS is working and 
recieved well. The problem should be in your data-binding.

Anyways, today does not seem to be a good day for tough questions and 
expert answers!
*FlexCoders are on vacation, I think!!!*

Regards, Sree



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

* 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] Breakline in Buttons.

2005-07-18 Thread Omar Ramos
Hi everyone,

Is there a way to instert line breaks in a button? so I can have
multiline text in it. I have tried html but it doesn't render it. Any
ideas? thanks.




Omar Ramos
System Developer
Nobox Marketing Group, Inc




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

* 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] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Daniel Cascais
You might want to mention if you are planning on charging for your hosting.
If it's free: I'm not sure, but you probably can't.
If it's not free: I dont think so.


On 7/18/05, Clint Modien [EMAIL PROTECTED] wrote:
 anyone?
 
 
 On 7/15/05, Clint Modien [EMAIL PROTECTED] wrote:
  Just a question I thought I'd kick out there to MM.
-- 
Daniel Cascais
Tel: +56 (0)2  4589495
Cel: +56 (0)9  9417355




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

* 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] Validator width actionscript and without model tag

2005-07-18 Thread Eric Guesdon


Darron,

So funny, when i receive your post I just found the solution.

Thanks a lot for your help


Eric
-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la
part de Darron J. Schall
Envoyé : lundi 18 juillet 2005 21:11
À : flexcoders@yahoogroups.com
Objet : Re: [FlexCoders] Validator width actionscript and without model tag

Eric Guesdon wrote:

I do this code and i retreived true or false from validate method but i
would like to retreive default validators behaviors (TextInput with red
border and error tooltip attach to the error field)

That's kind of funny - I actually just ran into this exact same thing
today.  The Validator revolves around the errorString property of
UIComponent.

To set the red border and a tooltip on a textInput, set it's errorString
to some value:

myInput.errorString = This is the tooltip text;

To make the red border / tooltip go away, set the errorString to .

-d




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







This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.



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

* 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] Breakline in Buttons.

2005-07-18 Thread Tracy Spratt
Here are two ways.  Unfortunately, the text does not center.
Tracy

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
initialize=initUI()
mx:Script![CDATA[
function initUI():Void
{
btn2.label = one\ntwo\nthree\n 
}

]]/mx:Script
mx:Button  label=My{newline}Button /
mx:Button  id=btn2 /
/mx:Application

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Omar Ramos
Sent: Monday, July 18, 2005 5:51 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Breakline in Buttons.

Hi everyone,

Is there a way to instert line breaks in a button? so I can have
multiline text in it. I have tried html but it doesn't render it. Any
ideas? thanks.




Omar Ramos
System Developer
Nobox Marketing Group, Inc




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



 






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

* 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] firefox set variable

2005-07-18 Thread nextadvantage
We are tring to set a variable in HTML, to set the focus of an flex
accordion. We are having issues passing the value from firefox.

Can someone please post the java/mxml required to do this. Thanks




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

* 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] populating controls from a structure coming from a RemoteObject call

2005-07-18 Thread Tracy Spratt
Looks ok at first glance.  I assume this is not working?

Is rToListSet() getting called?

Can you debug in that handler to see exactly what the structure of your
result object is?

Tracy 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ghislain Simard
Sent: Saturday, July 16, 2005 4:56 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] populating controls from a structure coming from a
RemoteObject call

Hi
I'm trying to parse an object coming from a RemoteObject and use 
that object to fill-in different form fields. How to do so?

Here is the code:
mx:Script
![CDATA[

var rToList:Object;

function rToListSet(event:Object):Void
{
rToList=event.result;
labelID.text = rToList[0];
}

]]
/mx:Script

mx:RemoteObject id=toitureObject 
endpoint=http://132.156.178.59/flashservices/gateway; 
source=EEwizard3.G.toit_nf

mx:method name=affichage result=rToListSet(event)
mx:arguments
zoneID1/zoneID
/mx:arguments
/mx:method
/mx:RemoteObject

mx:Button label=Call CFC click=toitureObject.affichage.send()/
mx:Label id=labelID/




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



 






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

* 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] Binding DataGridColumn widths across DataGrids

2005-07-18 Thread alandouglasgray
Hi,
I am new to Flex so apologies if this is trivial.  I have tried 
searching for an answer but I'm at the end of my tether.

I would like to add a totals line to a datagrid.  Of course I don't 
want it to be affected by sorting the body of the datagrid.  Using 
this article (http://www.richinternetapps.com/archives/000101.html) 
as inspiration I am trying to blend two separate tables with limited 
success.

Here is an abstract example of my attempts so far:
?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; 
initialize=trace(dGrid.columns[0].width)
mx:Model id=m
details
detail
date01/01/2005/date
quantity10/quantity
total100/total
/detail
detail
date02/01/2005/date
quantity20/quantity
total400/total
/detail
/details
totals
quantity30/quantity
total500/total
/totals
/mx:Model
mx:Panel
mx:VBox verticalGap=-1
mx:DataGrid dataProvider={m.details.detail} 
id=dGrid
mx:columns
 mx:Array
mx:DataGridColumn 
columnName=date/
mx:DataGridColumn 
columnName=quantity/
mx:DataGridColumn 
columnName=total/
 /mx:Array
/mx:columns
/mx:DataGrid
mx:HBox horizontalGap=0
mx:Label text=Totals: 
width={dGrid.columns[0].width}/
mx:DataGrid dataProvider={m.totals} 
showHeaders=false rowCount=1
mx:columns
 mx:Array
mx:DataGridColumn 
columnName=quantity width={dGrid.columns[1].width}/
mx:DataGridColumn 
columnName=total  width={dGrid.columns[2].width}/
 /mx:Array
/mx:columns
/mx:DataGrid
/mx:HBox
/mx:VBox
/mx:Panel
/mx:Application

I would like to bind the widths of the columns in the main table to 
the totals label and columns.  However I get the warning Changes to 
unknown property, width, will not be detected.  Yet the trace 
method at the top of the file IS able to see the width property, or 
so I believe.

The second problem is with displaying the totals in a datagrid.  It 
complains that the dataProvider is not an array etc.  Ok, so is 
there a quick way to cast it into such?

I am struggling a bit with inspecting datamodels in Flex.  The 
ability to reflect objects appears lacking by comparison with the 
Java Reflection API.  Is this the case or am I being obtuse?

Regards,
Alan.




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

* 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] How to catch events of a child component by the parent component?

2005-07-18 Thread dimkapimkakolbasa
I've got a custom component Widget which makes a child image in it's 
createChildren() method like that:

function createChildren (): Void {
super.createChildren ();
this.image = this.createClassObject (
mx.controls.Image,
abc,
0,
{source: rose.jpg}
);
}

I want to call a rotateImage function when image is clicked.
Is using a Delegate the only way to make it? I made it by adding such 
code to  createChildren():

var rotateDelegate: Object = Delegate.create (this,rotateImage);
image.addEventListener (mouseDown, this.rotateDelegate);

Can I make it without a Delegat?




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

* 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] How can I get an object by its id in a string?

2005-07-18 Thread dimkapimkakolbasa
I have a string with the name of the object. What function should I use 
to get itself?

For example, I produce many objects by createClassObject() with 
names object1, object2 and furthermore. How can I get access to the 
objectN, where N is a numeric variable?




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

* 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: RE. [flexcoders] get ComboBox selected item with RemoteObject

2005-07-18 Thread Tracy Spratt
Here is another example, same solution as Stacy provided.
http://www.cflex.net/showfiledetails.cfm?ObjectID=229
Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ghislain Simard
Sent: Sunday, July 17, 2005 5:33 PM
To: flexcoders@yahoogroups.com
Subject: Re: RE. [flexcoders] get ComboBox selected item with
RemoteObject

The selection in my ComboBox is saved in a database.  When I want to 
come back to that ComboBox (in an other session), I want to get back 
to the previously saved selected item.


--- In flexcoders@yahoogroups.com, shahnavaza [EMAIL PROTECTED] wrote:
 Hi
 
 Use a function to do your selection
 
 mx:ComboBox dataProvider={typeToitureModel.toiture.type} 
 value=3302 creationComplete=doSelection(event)/
 
 function doSelection( event  : Object ) : Void
 {
  var comboBoxID = event.target;
 // In my case I always prefer to keep first
 element in Combo Box as PLEASE SELECT label.
 comboBoxID.addItemAt(0,Please Select, );
  comboBoxID.selectedIndex = 0;
 }
 
 Thanks,
 
 Shahnavaz
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED]
 On Behalf Of Ghislain Simard
 Sent: Sunday, July 17, 2005 12:41 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] get ComboBox selected item with RemoteObject
 
 Hi,
 How can we get an item selected in a ComboxBox when it's coming 
from 
 a RemoteObject?
 
 my code:
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
 
 mx:RemoteObject id=toitureObject source=EEwizard3.G.toit_nf
 
   mx:method name=affichage result=resultHandler(event.result)
 mx:arguments
   zoneID1/zoneID
 /mx:arguments
   /mx:method
 /mx:RemoteObject  
   
 mx:Script
 ![CDATA[
var iniVal:Object;
function resultHandler(result){
   iniVal = result;
}
 ]]
 /mx:Script
 mx:Model id=typeToitureModel
   toiture
 type
   labelType I/label
   data3300/data
 /type
 type
   labelType II/label
   data3301/data
 /type
 type
   labelType III/label
   data3302/data
 /type
   /toiture
 /mx:Model
   
 mx:Button label=Get Data click=getdata();/
 
 mx:ComboBox dataProvider={typeToitureModel.toiture.type} 
 value=3302 selectedItem={???}/
 
 /mx:Application
 
 
 Thanks
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com 
 
 SPONSORED LINKS 
 Computer software testing 
 Macromedia flex 
 Development 
 
 Software developer 
   
 
 
 YAHOO! GROUPS LINKS 
 
 #61607;   Visit your group flexcoders on the web.
   
 #61607;   To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
   
 #61607;   Your use of Yahoo! Groups is subject to the Yahoo! 
Terms of Service. 
 
 




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



 







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

* 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] Axis server exceptions and Flex.

2005-07-18 Thread Shlomi Cohen
Title: Mercury Email Signature





well ? was 
it too long or you didn't see it ? :-)

please take a 
moment guys 

thanks

Shlomi




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Shlomi 
CohenSent: Sunday, July 17, 2005 17:52To: 
'flexcoders@yahoogroups.com'Subject: [flexcoders] Axis server 
exceptions and Flex.

Hi

i know this is a question more suitable for Axis forum 
but we are all working with the same tools so maybe someone 
knows.

The problem: 
when there is a server method exception Axis sends a 
faultcode of "Server.userException" in the 
SOAP
response to the flex client and the actual class and 
stack trace in the faultstring.

According to Axis docs if you throw an Exception which 
inherit from RemoteException than Axis will put the class name in the fault code 
field , see http://ws.apache.org/axis/java/user-guide.html#Exceptions.

but unfortunately this did not work for me , i 
triedthrowing RemoteException and throwing a child of RemoteException but 
no luck.

The need to distinguish between exceptions 
isobvious , we need to format a nice message according to the 

real exception happened on the 
server.

we are about to build our own result object that will 
have an error code in it , but wanted to check if thereis a 
nicer
formal way of changing the faultcode in the SOAP 
response.

do you have any idea 
?

thanks
Shlomi

__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__






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



  Visit your group "flexcoders" on the web.
  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] How can I get an object by its id in a string?

2005-07-18 Thread Tracy Spratt
Are those names or id's?

If they are Flex id's then you can do things like:
var myObj:Object = eval(object + N);
Or:
this[object + N].myProperty = whatever;

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of dimkapimkakolbasa
Sent: Monday, July 18, 2005 1:30 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How can I get an object by its id in a string?

I have a string with the name of the object. What function should I use 
to get itself?

For example, I produce many objects by createClassObject() with 
names object1, object2 and furthermore. How can I get access to the 
objectN, where N is a numeric variable?




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



 






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

* 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] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Keldon Rush










I would love to get a definitive answer on
this question from someone at MM.



Question: Can you follow an ASP model with
a server running Flex?





Thanks,



Keldon Rush

Principal

Spiral9

5814 4th Ave NW

Seattle WA 98107

e: [EMAIL PROTECTED]
m: 206.349.8690

w: www.spiral9.com 













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Cascais
Sent: Monday, July 18, 2005 2:05 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: If I
buy a flex license can I host other peoples apps on the license?





You might want to mention if
you are planning on charging for your hosting.
If it's free: I'm not sure, but you probably
can't.
If it's not free: I dont think so.


On 7/18/05, Clint Modien
[EMAIL PROTECTED] wrote:
 anyone?
 
 
 On 7/15/05, Clint Modien
[EMAIL PROTECTED] wrote:
  Just a question I thought I'd kick out
there to MM.
-- 
Daniel Cascais
Tel: +56 (0)2 4589495
Cel: +56 (0)9 9417355










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








  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Resetting a Cellrenderer

2005-07-18 Thread Stacy Young










Interesting predicamentany
suggestions on how to reset a Cellrenderer inside a datagrid? After a certain
process is completed I need to return the user to a particular screen which has
this grid and renderers. I have an init script which resets the dataprovider of
both the grid and the cellrenderersbut alas, when the user enters the
first row of the grid, the renderers are defaulting to the previous values from
when the user was last thereack!



Thx!

Stace









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



  Visit your group "flexcoders" on the web.
  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] Resetting a Cellrenderer

2005-07-18 Thread Stacy Young










*smacks
head* was a typo in setValue.



Cheers











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Monday, July 18, 2005 9:48
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Resetting a
Cellrenderer





Interesting predicamentany
suggestions on how to reset a Cellrenderer inside a datagrid? After a certain
process is completed I need to return the user to a particular screen which has
this grid and renderers. I have an init script which resets the dataprovider of
both the grid and the cellrenderersbut alas, when the user enters the
first row of the grid, the renderers are defaulting to the previous values from
when the user was last thereack!



Thx!

Stace









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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.