[flexcoders] FDS Hosting Need

2006-10-02 Thread Alexander Tsoukias
Hi all,

Is there any interest in FDS hosting services?

If so, how would you categorize pricing?

Thanks,
Alexander





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




Re: [flexcoders] Re: issue with progress bar loader becoming stuck

2006-10-02 Thread Tom Chiverton
On Thursday 28 September 2006 17:04, wayneposner wrote:
 Is there a method or some call to use that forces the UI to
 refresh. 

At the point you want that to happen, take all the later code out into a 
separate method, and use callLater to execute it.

-- 
Tom Chiverton
Helping to apprehensively unleash professional functionalities



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

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





Re: [flexcoders] [Flex2] Coldfusion startup error regarding RMI and FlexAssembler

2006-10-02 Thread Thomas Rühl

@Darron:
since I'm currently not running JBoss, I think this isn't the issue.

@João:
thanks a lot , I think deleting the file finally did it. At last, CF 
starts up without errors and everything seems to work for now.

Thanks for all your interest!
Cheers, Thomas



   Thomas Rühl
   Design, Programming  Concepts

   akitogo OHG
   Hanauer Landstrasse 188
   60314 Frankfurt

   Telefon +49 (0) 69 800 69 445
   Fax +49 (0) 69 800 69 449
   Mobil   +49 (0) 179 750 75 87
   E-Mail  [EMAIL PROTECTED]
   Web http://www.akitogo.com




João Fernandes wrote:
 
 
 Thomas take a look here and see if it solves:
 
 http://www.sargeway.com/blog/index.cfm/2006/9/28/CFMX-702-Failure-to-Connect-to-FDS-2
  
 http://www.sargeway.com/blog/index.cfm/2006/9/28/CFMX-702-Failure-to-Connect-to-FDS-2
 
  
 
 João Fernandes
 
  
 
 
 
 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 *On Behalf Of *Thomas Rühl -akitogo-
 *Sent:* sexta-feira, 29 de Setembro de 2006 17:14
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders] [Flex2] Coldfusion startup error regarding 
 RMI and FlexAssembler
 
  
 
 
 *push*
 
 anyone else having that issue?
 or is it just me, as most of the time...
 
 cheers, thomas
 
 Thomas Rühl wrote:



  Hello flexcoders,
  I sporadically get this error when Coldfusion starts:

  snip ---
  09/27 11:08:44 Information [main] - Starting FlexAssembler...

  09/27 11:08:45 Error [main] - Unable to initialize FlexAssembler
  service: coldfusion.server.ServiceException: Unable to register Flex
  Assembler Service in RMI registry: java.rmi.ConnectException: Connection
  refused to host: 10.12.104.10; nested exception is:
  java.net.ConnectException: Connection refused: connect.
  --- snip

  I already checked my ports, because I know 1099 is the default port for
  the Java RMI registry (or its listener, however), but it is not blocked
  by another process or firewall and free for business. The above IP
  address is the one of my own machine and therefore correct, since
  everything runs locally.

  In spite of that, the rest of the startup process looks normal and
  Coldfusion works except anything regarding RMI. It also doesn't matter,
  whether I first start Coldfusion or first start Flex Data Services.

  As I said, this error fires sporadically, like every 10 starts and then
  occurs for a while. After some restart(s) or about 20 more tries, it
  mostly works without errors. It is just annoying to work like that.

  I am running the latest public versions of Coldfusion (7.02, Developer)
  and FDS (final version, Express Edition). However, earlier I had the
  beta versions installed, but they were completely removed before
  installing the finals.

  Thanks for your help.
  Cheers, Thomas

  

  Thomas Rühl
  Design, Programming  Concepts

  akitogo OHG
  Hanauer Landstrasse 188
  60314 Frankfurt

  Telefon +49 (0) 69 800 69 445
  Fax +49 (0) 69 800 69 449
  Mobil +49 (0) 179 750 75 87
  E-Mail [EMAIL PROTECTED] mailto:thomas.ruehl%40akitogo.com 
 mailto:thomas.ruehl%40akitogo.com
  Web http://www.akitogo.com http://www.akitogo.com 
 http://www.akitogo.com http://www.akitogo.com

  


 
 -- 
 
 
 
 Thomas Rühl
 Design, Programming  Concepts
 
 akitogo OHG
 Hanauer Landstrasse 188
 60314 Frankfurt
 
 Telefon +49 (0) 69 800 69 445
 Fax +49 (0) 69 800 69 449
 Mobil +49 (0) 179 750 75 87
 E-Mail [EMAIL PROTECTED] mailto:thomas.ruehl%40akitogo.com
 Web http://www.akitogo.com http://www.akitogo.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

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




Re: [flexcoders] Setting properties to children technique

2006-10-02 Thread Sergey Kovalyov



Gordon, thank you for this answer. Are there any alternatives? I have one component inside another with the same properties. Actually, the second one is the pop up and the first one is a kind of decorator. Together they work the waysimilar to ComboBox (ComboBox itself and List respectively also have similar properties). According to the example provided, I need to make two variables (flag and cache) for each property in both classes. It seems a bit overweighted for me.

On 9/29/06, Gordon Smith [EMAIL PROTECTED] wrote:



Yes, you should be using invalidation. The typical pattern for doing this is as follows:

 private var _buttonLabel:String = ;

 private var buttonLabelChanged:Boolean = false;

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Re: Setting properties to children technique

2006-10-02 Thread Sergey Kovalyov
But if I have pure ActionScript component, where should I set binding?
In initialize() override after super.initialize() call?

On 9/29/06, Doug Lowder [EMAIL PROTECTED] wrote:
 Hi Sergey,

 Another idea is to get/set a variable instead of a property on a
 component, and then bind that component's property to the variable.
 Something like the following:

 private var _buttonLabel: String;

 public function get buttonLabel() : String {
  return _buttonLabel;
 }

 public function set buttonLabel(buttonLabel : String) : void {
  _buttonLabel = buttonLabel;
 }
 ...
 mx:Button id=myButton label={_buttonLabel} ... /


--
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] Pure ActionScript binding for protected and private properties

2006-10-02 Thread Sergey Kovalyov
Hi All!

Is there any way to set binding for either protected or private
properties using ActionScript? BindingUtils works with public
properties only, because all the protected and private members are
invisible to it. Are there any plans to move binding methods to the
Object class in future releases?

Sergey.


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




Re: [flexcoders] Re: binary in xml

2006-10-02 Thread EECOLOR



The flash player is capable of runtime loading of the PNG file format, so that should not pose a problem.


Greetz EE



__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] How to create a date timeline

2006-10-02 Thread Jeroen De Vos
Title: How to create a date timeline








Guys,


I want to create a timeline to visualize dates, for example to show the reignlengths of the kings of a country.

How can I do this?


Jeroen.





Deze e-mail en alle gekoppelde bestanden zijn officiele documenten van het Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke of persoonlijke informatie bevatten. Gelieve de afzender onmiddellijk via e-mail of telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf Antwerpen is op geen enkele manier verantwoordelijk voor fouten of onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk Havenbedrijf Antwerpen kan niet aansprakelijk gesteld worden voor directe of indirecte schade, verlies of ongemak veroorzaakt als gevolg van een onnauwkeurigheid of fout in deze e-mail.

English Translation: This e-mail and all attached files are official documents of Antwerp Port Authority and may contain confidential or personal information. If you have received this e-mail in error, you are asked to inform the sender by e-mail or telephone immediately, and to remove it from your system without reading or reproducing it or passing it on to other parties. Antwerp Port Authority is in no way responsible for any errors or inaccuracies in the contents of this e-mail, nor can it be held liable for any direct or indirect loss, damage or inconvenience arising from any such errors or inaccuracies. [GHA#Disclaimer]


__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Socket buffers

2006-10-02 Thread EECOLOR



Hello,

as far as i know the progress event fires as soon as the sockets detect data being in the socket. You could read the data into a byte array if 1 progress cycle did not contain a complete message for example. Typically however the sending side should use a buffer and send it as soon as it has a complete message, then in progress event you can just read out the complete message. I dont have experience with data being lost.



Greetz Erik

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Re: Mapping Fails, CFCs

2006-10-02 Thread EECOLOR



Custom tag roots work like classpaths for CFC's, create a custom tag root via the administrator and place common cfc's inthere. 

Another possible solution for you might be a local proxy cfc. All calls to the backend go through this CFC. We use a proxy CFC for various reasons:

- authentication
- formatting of results
- caching of called cfc's

This proxy cfc has a method that allows you to call the component that was given as an argument, it will do a createObject and call the method requested.


Greetz Erik

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Re: Setting properties to children technique

2006-10-02 Thread Sergey Kovalyov
Also I have found that in case I use code-behind and children are
declared in MXML, their properties are accessible directly from setter
even in initialization time without null pointer exception. Is it
stable behaviour and could be used as a feature?


--
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: Accessing resources in one project from another

2006-10-02 Thread hank williams
Ok so I posted this yesterday, but it was a sunday, and I'm sure lots
more people are here today so I thought I would try again. I have two
projects and I am dead in the water until I can figure out how to
bring them together. Hence the urgency. Any help appreciated.

Hank

On 10/1/06, hank williams [EMAIL PROTECTED] wrote:
 I have two project/applications that are in the same workspace. I
 would like to be able to access the .as and mxml files in project A
 from project B. I have gone into the dialog at propertiesproject
 references of project B and selected project A.

 But having done so, I still am not able to see the files from A within
 B. Is there some additional step I need to take or does this feature
 only work if A is a library project and not an regular application
 project.

 Hank



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





Re: [flexcoders] Re: loading animated gifs at runtime

2006-10-02 Thread Andrew Bourne






Thanks, though not the answer I was hoping for I can work around it in
this instance. 

Cheers, 
Andrew


passive_thoughts wrote:

  I took the official Adobe Flex class back in August and the instructor
told us that animated gifs were not supported.

V

--- In flexcoders@yahoogroups.com, Andrew Bourne [EMAIL PROTECTED] wrote:
  
  
Is it possible to load and display animated gifs at runtime?

I have been unsuccessful in using the Loader, SWFLoader or Image 
components to display these. Livedocs nor other sites make any mention 
of whether this is possible. Any help would be much appreciated.

Cheers,
Andrew


  
  





--
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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___




[flexcoders] Re: Event Issue? Error #1046: Type was not found or was not a compile-time constant

2006-10-02 Thread wayne_badu_johnson
Hi

It may be an issue with your imported classes, remove flash.event.* 
* XML class;

Try the following:
import flash.net.URLLoader;
import flash.net.URLRequest;
import flash.events.*;
import mx.utils.ObjectUtil;

public function ConfigInit() :void{
var loader:URLLoader = new URLLoader();
loader.addEventListener(Event.COMPLETE, onComplete);
loader.load(new URLRequest(C:\\Config\\Config.txt));
}
private function onComplete(evt:Event):void {
trace(onComplete  + ObjectUtil.toString(evt.target));
}


Cheers
Wayne

--- In flexcoders@yahoogroups.com, consciousdev [EMAIL PROTECTED] 
wrote:

 Hi there all!
 
 Just downloaded the Flash 9 alpha after getting an intro to AS3 and
 Flex. Seems like fun stuff, but I've run into a problem. For some
 reason using a Event type as the input to the onComplete function 
is
 causing problems. Perhaps a particular EventType is required?
 
 import flash.net.URLLoader;
 import flash.net.URLRequest;
 import flash.xml.XML;
 import flash.event.*;
 import flash.error.*;
 
 public function ConfigInit() {
   trace(Config());
   loader = new URLLoader();
   loader.addEventListener(Event.COMPLETE, onComplete);
   loader.load(new URLRequest(C:\\Config\\Config.txt));
 }

 private function onComplete(evt:Event):void {
 ...
 
 Flash 9 Error:
 
 **Error**
 C:\Repository\CReqs\trunk\Flash\AS3\com\creqs\ui\core\Config.as : 
Line
 74, Column 37 : [Compiler] Error #1046: Type was not found or was 
not
 a compile-time constant: Event.
 private function onComplete(event:Event):void {
 ReferenceError: Error #1065: Variable
 Timeline0_33a3fce9152d34591bcfb486e18ebe is not defined.
 
 I've tried a number of different things, but this error always 
crops
 up. Does anyone have any insight?
 
 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/

* 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: Parent View States Control Child Component View States

2006-10-02 Thread Bruce Denham
Rather than setting up some kind of binding mechanism to the view
state, which still may be better (don't know), I'm doing something
like this, in which a Presenter (controller) puts the View in one of
its view states (using a public method defined on the View's
interface), and the parent loops through its child components to set
their view states to match. 

// VIEW STATE Setter -- Called by Presenter to change view state for user
public function setViewState(state:String):void
{
//Sets parent's view state
this.currentState = state;

//Parent controls child component view states
// TODO: Make recursive to get through various wrapper 
components
var children:Array=this.getChildren();
for (var i:String in children)
{
children[i].currentState = this.currentState;
}
}   

Using this technique, the children would have to define the same view
states as the parent. 

Is there a cleaner way? Is this unnecessarily processor intensive?
Please let me know.  

Thanks,
Bruce





--
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] Installing FDS As Win2003 WebService

2006-10-02 Thread Francois Dejardin





Hi all,I'm trying to install fds as service on Win2003.. i've read 
that it was possible with jrunsvc but it doesn't work with the following 
command line : jrunsvc.exe -install jrun-server "Flex data service" 
"Flex Data Service"(I find the jrunsvc from Coldfusion installation 
directory)Is it something wrong ? regards
__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Re: can you unload an swf file from an mx:image control?

2006-10-02 Thread wayne_badu_johnson
Hi Jamie

Try just setting the source to null.

private function stopImage():void{
myImage.source = null;
}
//
mx:Image id=myImage source=test.swf/  
mx:Button label=Stop click=stopImage()/

Also you may want to check if your sounds in the flash file are 
streamed or event sounds, would be better to stream.

Cheers
Wayne



--- In flexcoders@yahoogroups.com, JClouz [EMAIL PROTECTED] wrote:

 I've been loading flash movies into an mx:image control for 
display just fine.  Problem comes when the user quits during 
playback.  He heads out to a new state but the flash swf file and 
it's sound keep on playing until they're done.  I've tried 
removeChild, .enabled = false, and other stuff, but I can't get the 
movie to quit midway.
 
 Will I have to load into an swfLoader instead of an mx:image 
control in order to kill it midway through playing?
 
 Thanks,
 
 
 Jamie







--
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] Setting View States of Children from Parent

2006-10-02 Thread Bruce Denham
I have a parent component with various view states defined. Each child
component of the parent defines the same set of view states. So from
the child components, I want to bind to the currentState of the
parent, so that when something changes the parent state, the view
states of the children will automatically change accordingly. How
might I do this?

Bruce






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





RE: [flexcoders] Installing FDS As Win2003 WebService

2006-10-02 Thread João Fernandes












What is your server
called? 



If your java server
instance is called fds and located inside drive:\{jrun.home}\servers\ run the
command from the bin folder drive:\{jrun.home}\bin :



jrunsvc -install fds Flex Data Service
Flex Data Service 



João Fernandes











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Francois Dejardin
Sent: segunda-feira, 2 de Outubro
de 2006 12:51
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Installing
FDS As Win2003 WebService













Hi all,

I'm trying to install fds as service on Win2003.. i've read that it was 
possible with jrunsvc but it doesn't work with the following command 
line : 
jrunsvc.exe -install jrun-server Flex data service Flex Data
Service

(I find the jrunsvc from Coldfusion installation directory)

Is it something wrong ? 

regards








__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






Re: [flexcoders] Installing FDS as Web Service

2006-10-02 Thread Tom Chiverton
On Sunday 01 October 2006 17:27, Francois Dejardin wrote:
 Is it something wrong ?

I dunno.
You say it doesn't work but don't say what you tried, what happened, and what 
you expected to happen.

-- 
Tom Chiverton
Helping to advantageously transition out-of-the-box patterns



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] Technical Problems - Flex IDE Keeps Crashing, any ideas?

2006-10-02 Thread tomnoonmds
I have been using Flex for a total of 4 months in this time I have
used, v1.5, v2.0 Beta 3 and on the 09/08/06 Martin Dawes Systems'
Research and Development department purchased two copies of flex
builder with charting, one a download version and a copy sent via
post.  Since the downloaded date I have had a few problems with the
program but nothing major.  However within the last few days whenever
I save a modification or carry out a task; such as importing a
component into an application file the entire IDE comes to a halt.  I
decided to record such instances today as I was experiencing the same
problems.  During the course of an hour and a half the IDE froze 12
times and on two occasions froze for more than 18 minutes.  The
current project I am working on is not a large file (1.55 MB).  So far
I have noticed that the computer I am using allows me to use all other
applications but not Flex Builder which displays the message Not
Responding.  When I have had to end Flex using the task manager an
error message displaying the following appears:

JVM Terminated. Exit Code=1
C:\Program Files\Adobe\Flex Builder 2\jre\bin\javaw.exe
-Xms128M
-Xmx512M
-XX:MinHeapFreeRatio=20
-jar C:\ Program Files\Adobe\Flex Builder 2\startup.jar
-os win32
-ws win32
-arch x86
-launcher C:\ Program Files\Adobe\Flex Builder 2\FlexBuilder2
-name FlexBuilder
-showsplash600
-exitdata 570_5c
-vm C:\Program Files\Adobe\Flex Builder 2\jre\bin\javaw.exe
-vmargs
-Xms128M
-Xmx512M
-XX:MinHeapFreeRatio=20
-jar C:\Program Files\Adobe\Flex Builder 2\startup.jar

The workstation I am using has the following specifications:

Dell Precision 470 Intel Xeon 3.00GHZ 2.00GB RAM 






--
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: Setting View States of Children from Parent

2006-10-02 Thread Bruce Denham
Here's here's one way I might do this:

public function setViewState(state:String):void
{
//Sets parent's view state
this.currentState = state;

// The parent is responsible for controlling its child 
// component view states. All components must implement 
// IView's setViewState() and all components must define 
// view states that match their parents' view states.
// That way, all child components will be updated based 
// on the parent's view state.

// I only go down to grandchildren because that's typically 
// as deep as I'll make the child component heirarchy. 
// But...you never know. So... TODO: Make recursive.
var children:Array=this.getChildren();
for (var i:String in children)
{
if (children[i].hasOwnProperty(setViewState))
children[i].setViewState(this.currentState);
else {
Alert.show(children[i].toString());
var grandchildren:Array = Container(children
[i]).getChildren();
for (var j:String in grandchildren)
{
if (grandchildren[j].hasOwnProperty
(setViewState))
grandchildren[j].setViewState
(this.currentState);
}
}
}
}

It needs to be recursive, but maybe there's a better way?

Bruce

--- In flexcoders@yahoogroups.com, Bruce Denham [EMAIL PROTECTED] 
wrote:

 I have a parent component with various view states defined. Each 
child
 component of the parent defines the same set of view states. So 
from
 the child components, I want to bind to the currentState of the
 parent, so that when something changes the parent state, the view
 states of the children will automatically change accordingly. How
 might I do this?
 
 Bruce







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




Re: [flexcoders] Technical Problems - Flex IDE Keeps Crashing, any ideas?

2006-10-02 Thread Tom Chiverton
In your workspace directory, there should be a .log file (possibly 
inside .metadata) - is that any help ?

-- 
Tom Chiverton
Helping to centrally negotiate robust data



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.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

* 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] How can we achieve this effect in flex??? Any Ideas???

2006-10-02 Thread omkarjoe
Hi All,

Plz go thru the following link 
http://www.apple.com/macosx/theater/dashboard.html

When user drops a widget in to the dashboard, It gives a watery effect 
to the screen. Would anyone one has any ideas of implementing it in 
Flex... I really loved that effect...

Thanks in Advance






--
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] UID(unique identifier)

2006-10-02 Thread KP










Hi All,



Someone tried using uid which is present in flex. 

Please suggest its usage and implementation.



Thanks

Kumar




__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] [Flex 2] The speed of adding/moving nodes in a tree decreases with more complica

2006-10-02 Thread box110a
I have a tree that is populated with an object graph from FDS. Drag
and Move is enabled on the tree. I have a TreeDataDescriptor with an
addChildAt method implemented. Whenever I modify the parent or the
newChild object inside of this method, the tree fires off some
event, which takes longer and longer depending on how many nodes are
in the tree. This really slows down the addition/moving of nodes. 

Question: What is adding these event listeners?  What do they do? How
do I identify them and how do I prevent them from getting added?

The Tree has mixed object types but they are all subclasses of one
object.  All Children of each Node returns an ArrayCollection. Has
anybody run into this problem? Let me know if you need code?

Thanks,
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: [Flex 2] The speed of adding/moving nodes in a tree decreases with more comp

2006-10-02 Thread box110a
After a fresh cup of joe, I think I've figured it out. Because I've
retrieved the underlying object graph from FDS, it is still under the
control of the DataService's propertyChange event. This gets fired
everytime a property changes in the tree. The solution is to call
DataService.releaseItem(Tree's DataProvider) before you manipulate it.

Now, when I save the changes to the tree, I'll just make the FDS call
to get the object graph, then re-assign it to the object graph from
the tree. I'll also need to check the row version to see if anybody
else has modified the object.


--- In flexcoders@yahoogroups.com, box110a [EMAIL PROTECTED]
wrote:

 I have a tree that is populated with an object graph from FDS. Drag
 and Move is enabled on the tree. I have a TreeDataDescriptor with an
 addChildAt method implemented. Whenever I modify the parent or the
 newChild object inside of this method, the tree fires off some
 event, which takes longer and longer depending on how many nodes are
 in the tree. This really slows down the addition/moving of nodes. 
 
 Question: What is adding these event listeners?  What do they do? How
 do I identify them and how do I prevent them from getting added?
 
 The Tree has mixed object types but they are all subclasses of one
 object.  All Children of each Node returns an ArrayCollection. Has
 anybody run into this problem? Let me know if you need code?
 
 Thanks,
 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/
 




Re: [flexcoders] UID(unique identifier)

2006-10-02 Thread EECOLOR



Hello,

in the flex development guide you can find a chapter about uid on page 142 Data providers and the uid property. 


Greetz Erik

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Chart Axis Effects?

2006-10-02 Thread Mark
I'd like to add an Interpolate effect to the vertical axis of an
AreaChart so that as the data of the chart changes the labels scroll
up and down, rather than just disappear or appear.  Is that possible?
 I know I can set the showDataEffect on the AreaSeries but I don't see
a similar effect for the axis.

Thanks in advanced for any help.

Mark






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





Re: [flexcoders] Work with Flex Builder became Misson Impossible

2006-10-02 Thread Igor Costa



I've also did the same tips and tricks of your mentions.Creating separated workspaces for each project isn't a good idea, likewise I don't have too much time to take switching both of them in my machine.The goal proposal are,  I could only disable the automatic build. and keeps a low price of mem usage.
But after I was point out today in morning a Partner in crime Leo he told me to insall as Eclipse Plug-in, and worked.Adobe Please look at that problem, I can't be very satisfied if Stand Alone version keeps in large mem usage.
Regards.On 10/2/06, Bjorn Schultheiss [EMAIL PROTECTED] wrote:













  







Possible Fix:
You can use the Krysoft 
eclipse plugin to do your garbage collection for you. It even gives you a 
console to view your mem usage etc.do an new find and install with the 
remote site: http://www.kyrsoft.com/updates/


Here's the blog thread on Ted Patrick's blog with some 
interesting comments

http://www.onflex.org/ted/2006/09/flex-builder-memory-minimize-flex.php

Regards,

Bjorn 
Schultheiss



From: [EMAIL PROTECTED]ups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Rogerio 
GonzalezSent: Monday, 2 October 2006 1:36 PMTo: 
[EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] Work with Flex 
Builder became Misson Impossible


Hi there, Igor,I Have the same problem. I give up and create an 
workspace for every project, so this problem doesn´t happen again.My 
initiate with this problema after have 5 projects of test and 2 big projects 
(around 700Kb compiled). Then I divide the projects for workspaces and let 
the tests separated.RegardsRogerio
On 10/1/06, Igor 
Costa  
[EMAIL PROTECTED] wrote:

  
  
  
  
  Hey Adobe Flex Team please pay attention in this problem
http://www.igorcosta.com/blog/wp-content/uploads/2006/10/work_or_not.jpg 
  I wonder how could happen with other users that has less memory than 
  me.I have installed 2GB RAM, processor 64Bits 1.8Ghz AMD Turion and 
  still have this.Lot's of projects opened can't be possible only 
  with 2 or 4 it's a terrible idea. I guess you could see using a 
  tiny version of Adobe Flex Builder, my version is Flex Builder Stand Alone 
  version.I'd like to know who have passed or has the same problem 
  of mine.Regards. -- 
  Igor Costawww.igorcosta.com 
  


  













-- Igor Costawww.igorcosta.com

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Technical Problems - Flex IDE Keeps Crashing, any ideas?

2006-10-02 Thread Igor Costa



Tom this is a quite problem of  overwrite files in the last files you've used in Flex Builder beta programFor sure, unistall your Flex Builder manually and than install again.Regards.
On 10/2/06, tomnoonmds [EMAIL PROTECTED] wrote:













  



I have been using Flex for a total of 4 months in this time I have
used, v1.5, v2.0 Beta 3 and on the 09/08/06 Martin Dawes Systems'
Research and Development department purchased two copies of flex
builder with charting, one a download version and a copy sent via
post.  Since the downloaded date I have had a few problems with the
program but nothing major.  However within the last few days whenever
I save a modification or carry out a task; such as importing a
component into an application file the entire IDE comes to a halt.  I
decided to record such instances today as I was experiencing the same
problems.  During the course of an hour and a half the IDE froze 12
times and on two occasions froze for more than 18 minutes.  The
current project I am working on is not a large file (1.55 MB).  So far
I have noticed that the computer I am using allows me to use all other
applications but not Flex Builder which displays the message Not
Responding.  When I have had to end Flex using the task manager an
error message displaying the following appears:

JVM Terminated. Exit Code=1
C:\Program Files\Adobe\Flex Builder 2\jre\bin\javaw.exe
-Xms128M
-Xmx512M
-XX:MinHeapFreeRatio=20
-jar C:\ Program Files\Adobe\Flex Builder 2\startup.jar
-os win32
-ws win32
-arch x86
-launcher C:\ Program Files\Adobe\Flex Builder 2\FlexBuilder2
-name FlexBuilder
-showsplash600
-exitdata 570_5c
-vm C:\Program Files\Adobe\Flex Builder 2\jre\bin\javaw.exe
-vmargs
-Xms128M
-Xmx512M
-XX:MinHeapFreeRatio=20
-jar C:\Program Files\Adobe\Flex Builder 2\startup.jar

The workstation I am using has the following specifications:

Dell Precision 470 Intel Xeon 3.00GHZ 2.00GB RAM 


  













-- Igor Costawww.igorcosta.com

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Re: loading animated gifs at runtime

2006-10-02 Thread Igor Costa



Andrew Adobe Flex 2 does not support no more GIF formats, only PNG, 8 up to 32bits and JPG 16 bits.Due the the render problem for them it's a really easy compared to the compress engine of GIF format carry's.
RegardsOn 10/2/06, Andrew Bourne [EMAIL PROTECTED] wrote:













  







Thanks, though not the answer I was hoping for I can work around it in
this instance. 

Cheers, 
Andrew


passive_thoughts wrote:

  I took the official Adobe Flex class back in August and the instructortold us that animated gifs were not supported.V--- In 
flexcoders@yahoogroups.com, Andrew Bourne [EMAIL PROTECTED] wrote:  
  
Is it possible to load and display animated gifs at runtime?I have been unsuccessful in using the Loader, SWFLoader or Image components to display these. Livedocs nor other sites make any mention 
of whether this is possible. Any help would be much appreciated.Cheers,Andrew
  
  



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






  





  













-- Igor Costawww.igorcosta.com

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] How can we achieve this effect in flex??? Any Ideas???

2006-10-02 Thread Igor Costa



Hi, omkarjoeThis is a simple feature that it's already in Flex Classes.import mx.effect.easing.*mx:Move id=idofyours duration=in milli seconds easingFunction=Elastic.easeIn
/take that in mind.RegardsOn 10/2/06, omkarjoe [EMAIL PROTECTED] wrote:













  



Hi All,

Plz go thru the following link 
http://www.apple.com/macosx/theater/dashboard.html

When user drops a widget in to the dashboard, It gives a watery effect 
to the screen. Would anyone one has any ideas of implementing it in 
Flex... I really loved that effect...

Thanks in Advance


  













-- Igor Costawww.igorcosta.com

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] How can we achieve this effect in flex??? Any Ideas???

2006-10-02 Thread Igor Costa



Ahh sorry.I just right now undrestood your request.It's really amazing effect. Just see the same at waterEffect in the Gskinner blog.regardsOn 10/2/06, 
Igor Costa [EMAIL PROTECTED] wrote:
Hi, omkarjoeThis is a simple feature that it's already in Flex Classes.import mx.effect.easing.*mx:Move id=idofyours duration=in milli seconds easingFunction=Elastic.easeIn

/take that in mind.RegardsOn 10/2/06, omkarjoe 
[EMAIL PROTECTED] wrote:













  



Hi All,

Plz go thru the following link 
http://www.apple.com/macosx/theater/dashboard.html

When user drops a widget in to the dashboard, It gives a watery effect 
to the screen. Would anyone one has any ideas of implementing it in 
Flex... I really loved that effect...

Thanks in Advance


  













-- Igor Costa
www.igorcosta.com

-- Igor Costawww.igorcosta.com

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] How to create a date timeline

2006-10-02 Thread Igor Costa



I've want too if it fits this way, Come on man, YOU HAVE TO CREATE NOT ASK Things like that.On 10/2/06, Jeroen De Vos 
[EMAIL PROTECTED] wrote:












  









Guys,


I want to create a timeline to visualize dates, for example to show the reignlengths of the kings of a country.

How can I do this?


Jeroen.





Deze e-mail en alle gekoppelde bestanden zijn officiele documenten van het Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke of persoonlijke informatie bevatten. Gelieve de afzender onmiddellijk via e-mail of telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf Antwerpen is op geen enkele manier verantwoordelijk voor fouten of onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk Havenbedrijf Antwerpen kan niet aansprakelijk gesteld worden voor directe of indirecte schade, verlies of ongemak veroorzaakt als gevolg van een onnauwkeurigheid of fout in deze e-mail.


English Translation: This e-mail and all attached files are official documents of Antwerp Port Authority and may contain confidential or personal information. If you have received this e-mail in error, you are asked to inform the sender by e-mail or telephone immediately, and to remove it from your system without reading or reproducing it or passing it on to other parties. Antwerp Port Authority is in no way responsible for any errors or inaccuracies in the contents of this e-mail, nor can it be held liable for any direct or indirect loss, damage or inconvenience arising from any such errors or inaccuracies. [GHA#Disclaimer]



  













-- Igor Costawww.igorcosta.com

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Flex 2 y DataGrid

2006-10-02 Thread wespinozab
Hola. Necesito ayuda con Datagrids, lo que deseo hacer es agregar una
nueva fila al DataGrid, pero no como comúnmente se hace: un textbox y
un botón de agregar. Más bien lo que deseo es que se pueda agregar
escribiendo en la última fila del DataGrid, logrando una interacción
más directa. Me dijeron que en FoxPro se hace activando una propiedad
llama allow o algo así y no sé si con flex se pueda hacer. 

Att: Wen





--
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] NET web service from C#

2006-10-02 Thread elzumbasefue
Hello, I'm new in this group, recently I has been started with flex,
and I've a some questions.
I'm a C# developer mainly, and i triying to make the business model in
C# and the client in flex 2.
The problem is, i develop a web service, and run it in Visual
studio. I think that is enought to consume it from flex... it's
enough? Because, when I try to consume it, everytime i get an
exception because the wsdl not found... i tryied with
http://tempuri/operation; and
http://localhost/web/webservice.asmx?wsdl; with no solution... it's
the debug mode of visual studio a limitation to consume it? (I can
consume it from visual studio)
Anybody can help me? The flex documentation hasn't enough help for me :(
Thanks a lot.
PD: sorry for my poor english.





--
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: exposing data in custom components

2006-10-02 Thread Douglas Knudsen



bumpy bump. On 10/1/06, Douglas Knudsen [EMAIL PROTECTED] wrote:
Ok, going through some discussions with some fellow employees on this. What is a best practise for exposing data in custom components? case 1: simple data. eg, a fancy date selection component that exposes a selectedDate value. Seems in this case a custom getter method in front of a privte variable. Can you bind on this well enough? Looking at 
DateChooser.as as a example, it appears this is a typical way.case 2: complex data. eg, a custom component that does a employee search dumping data into a EmployeeVO object. How to expose? Same as in case 1? OR should there be a custom event thrown containing the EmployeeVO object as a payload? Should something like this expose the data in a generic AS Object to be more easily used perhaps, ie no need to import EmployeeVO?
thoughts?-- Douglas Knudsenhttp://www.cubicleman.com
this is my signature, like it

-- Douglas Knudsenhttp://www.cubicleman.comthis is my signature, like it?

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Flash Debugger Crashing IE! Please Help!

2006-10-02 Thread wayneposner
This problem just came up all of a sudden.  I trying to run my app in 
debug mode to trace some variable values and everytime the code 
execution gets to my break point I get the following error appear in 
an IE popup window:

The following add-on was running when this problem occured:
File: FIDbg9.ocx
Comany Name: Adobe Systems Inc
Description: Adobe Flash Player 9

I tried re-installing the debug player, but it doesn't fix the problem.

Has anyone come across this issue and have any ideas how to fix it???

Thanks!
Wayne






--
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] easy way to change a grid column background or font color

2006-10-02 Thread boy_trike
I want to be able to conditionally change the font color (or attributes) or the 
background 
color of a datagrid.  I have seen the RowColorDataGrid example and this seems 
like I am 
using an elephant gun when hunting rabbits!  Is there an easier way?

thanks
bruce






--
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: How can we achieve this effect in flex??? Any Ideas???

2006-10-02 Thread omkarjoe
Hi Igor,

Thanks for your reply... But gskinner hav kinda floating effect.. I 
am looking for the effect that can generate those waves when u drop 
the widget...

Lookin forward for replies...

Omkar

--- In flexcoders@yahoogroups.com, Igor Costa [EMAIL PROTECTED] 
wrote:

 Ahh sorry.
 
 I just right now undrestood your request.
 
 It's really amazing effect. Just see the same at waterEffect in 
the Gskinner
 blog.
 
 regards
 
 
 On 10/2/06, Igor Costa [EMAIL PROTECTED] wrote:
 
  Hi, omkarjoe
 
  This is a simple feature that it's already in Flex Classes.
 
 
  import mx.effect.easing.*
 
  mx:Move id=idofyours duration=in milli seconds 
easingFunction=
  Elastic.easeIn /
 
  take that in mind.
 
 
  Regards
 
  On 10/2/06, omkarjoe [EMAIL PROTECTED] wrote:
  
 Hi All,
  
   Plz go thru the following link
   http://www.apple.com/macosx/theater/dashboard.html
  
   When user drops a widget in to the dashboard, It gives a 
watery effect
   to the screen. Would anyone one has any ideas of implementing 
it in
   Flex... I really loved that effect...
  
   Thanks in Advance
  

  
 
 
 
  --
  
  Igor Costa
  www.igorcosta.com
 
 
 
 
 -- 
 
 Igor Costa
 www.igorcosta.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

* 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] Bug with stacked ColumnSet and LogAxis

2006-10-02 Thread thunderstumpgesatwork
Hi guys,

I think I found a bug when using a stacked ColumnSet and a LogAxis.
When both are used in combination, I only see one of the series. 

Take away the LogAxis and it displays properly, change the stacked
set to clustered and it displays properly.

All code to reproduce is below.

Any ideas on a work-around or did I miss something?

thanks,
Thunder

_

?xml version=1.0 encoding=utf-8?
mx:Application 
xmlns:mx=http://www.adobe.com/2006/mxml; 
height=100% width=100%

mx:CartesianChart id=mainChart dataProvider={xmldp} width=100%
height=100%
mx:horizontalAxis
mx:CategoryAxis categoryField=c1 /
/mx:horizontalAxis
mx:verticalAxis
mx:LogAxis /
/mx:verticalAxis
mx:series
mx:ColumnSet type=stacked
mx:series
mx:ColumnSeries name=ser1 xField=c1 
yField=c2 /
mx:ColumnSeries name=ser2 xField=c1 
yField=c3 /
/mx:series
/mx:ColumnSet
/mx:series
/mx:CartesianChart

mx:XMLListCollection id=xmldp source={xmldata.row} 
/mx:XMLListCollection

mx:Script
![CDATA[
import mx.collections.XMLListCollection;

[Bindable]
public var xmldata:XML=
data
row
  c1
LATIN AMERICA
  /c1
  c2
37678868.637720306168
  /c2
  c3
110142187.90926
  /c3
/row
row
  c1
WESTERN EUROPE
  /c1
  c2
318490344.2893529101133
  /c2
  c3
679071488.21768
  /c3
/row
row
  c1
CANADA
  /c1
  c2
120256461.5727694942742
  /c2
  c3
215627454.08756
  /c3
/row
row
  c1
UNITED STATES
  /c1
  c2
988251270.7151564
  /c2
  c3
1424728739
  /c3
/row
row
  c1
UNKNOWN
  /c1
  c2
1384116330.0040691457986
  /c2
  c3
46989736559.273270562118
  /c3
/row
row
  c1
ASIA
  /c1
  c2
317159861.37942892227342
  /c2
  c3
424260325.47515
  /c3
/row
row
  c1
JAPAN
  /c1
  c2
194769590.7691669766298
  /c2
  c3
234463800.90701
  /c3
/row
row
  c1
EASTERN EUROPE
  /c1
  c2
57658857.255431395895
  /c2
  c3
110793902.19164
  /c3
/row
/data

]]
/mx:Script
/mx:Application






--
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] Viewstack / Navigator Filtering Best Practice?

2006-10-02 Thread Jamie O
Hello,

Looking for a little help as far as best practices for filtering a
navigator (togglebuttonbar, buttonbar) from a viewstack data provider.
Each viewstack is a canvas and I only want to present the selection in
the togglebuttonbar IF the XML node which contains the data for the
canvas exists.

Right now I'm using .addChild and .removeChild on the togglebuttonbar
to control which buttons are displayed. That works the firs time the
app loads, but as the user changes the data source (tied to a textbox
that loads a different xml file) it breaks. I'm thinking there is a
way to control which viewstate elements are displayed from within a
dataprovider, but having issues with that.

Right now, this is the XML event result handler source code:
mx:Script
private function XMLDPHandler(event:ResultEvent):void {
pcXMLDP = new XML(event.result);
bbNavigate.removeAllChildren();
if (pcXMLDP.nodename1.length()  0) {
bbNavigate.addChild(vsNavigate .getChildByName(nodename1));
}
else {
bbNavigate.removeChild(vsNavigate .getChildByName(nodename1));
}
/mx:Script

And this is the viewstack / navigator components MXML:
mx:ToggleButtonBar x=10 y=70 id=bbNavigate width=475 /
mx:ViewStack x=10 y=100 id=vsNavigate width=475 height=235

mx:Canvas id=nodename1 label=Node 1 width=325 height=100
 mx:Label text=Node 1 text test 
 fontWeight=bold left=0 top=0/
 mx:ComboBox id=cmbCriteria width=200 
 dataProvider={pcXMLDP.nodename1.criteria}
 labelField=@Name  left=108 top=15/
/mx:Canvas

mx:Canvas id=nodename2 label=Node 2 width=325 height=100
 mx:Label text=Node 2 text test 
 fontWeight=bold left=0 top=0/
 mx:ComboBox id=cmbRank width=200 
 dataProvider={pcXMLDP.nodename2.rank}
 labelField=@Name  left=108 top=15/
/mx:Canvas

/mx:ViewStack
/mx:Canvas


Any help would be appreciated
Thx






--
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] Click Event in Item Renderer... firing a second barrel ?!

2006-10-02 Thread jamiebadman
Hi,

Can someone help ?

I've created a custom item renderer for a tree in which I have a 
listener on the mouse click event. Unfortunately, though, the main 
app code also needs to act on the click event - I have the tree 
defined as:

mx:Tree id=tvCompanies itemRenderer=CompanyTreeItemRenderer 
click=getCompanyDetail() dataProvider={myData.companies} /

The event is being picked up by the renderer and the function in 
there is working fine - but 'getCompanyDetail' isn't firing off at 
all.

Any ideas ?

Thanks,

Jamie.







--
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] Conditional Login inside curly braces for binding

2006-10-02 Thread Sam Shrefler



Is there anyway to put a condition inside { } for example:

enabled={checkA == something  checkB == somethingElse}

Flex Builder throws an error The Entity must immediately follow the  in the entity referecne. It seems to be a problem with the Logical Operator  since || works fine.

ThanksSam


__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] How can we achieve this effect in flex??? Any Ideas???

2006-10-02 Thread greg h



Not to hijack omkar's thread regarding the ripple effect, but ...

I also love the metaphor of flipping the widgets to expose their
customize controls (which is also demonstrated in the video). It
is a nice UI metaphor ... assuming we can make it sufficiently
discoverable and get users conditioned to look for it.

Regarding Igor's reference to waterEffect in the Gskinner blog, can
anyone provide the link? I used google to search Grant's site and
the best I could find is a reference in the outline from last year's Flash 8 Workshop:
Demo: Water ripple effect with perlin noise


Thanks omkar and Igor!

gOn 10/2/06, Igor Costa [EMAIL PROTECTED] wrote:



Ahh sorry.I just right now undrestood your request.It's really amazing effect. Just see the same at waterEffect in the Gskinner blog.regards-- 
Igor Costawww.igorcosta.com






On 10/2/06, omkarjoe
 
[EMAIL PROTECTED] wrote:













  



Hi All,

Plz go thru the following link 
http://www.apple.com/macosx/theater/dashboard.html

When user drops a widget in to the dashboard, It gives a watery effect 
to the screen. Would anyone one has any ideas of implementing it in 
Flex... I really loved that effect...

Thanks in Advance

  


















__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Conditional Login inside curly braces for binding

2006-10-02 Thread Daniel Wabyick

Ran into the same thing.  Its that '' is an entity in XML. So you can use:

enabled={checkA == something amp;amp; checkB == somethingElse}



Sam Shrefler wrote:
 Is there anyway to put a condition inside { } for example:
  
 enabled={checkA == something  checkB == somethingElse}
  
 Flex Builder throws an error The Entity must immediately follow the  
 in the entity referecne.  It seems to be a problem with the Logical 
 Operator  since || works fine.
  
 Thanks

 Sam
  
  



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





Re: [flexcoders] NET web service from C#

2006-10-02 Thread John C. Bland II



Did you try using localhost:(port number)? Whenever I test .NET WS locally I always have to use the port number (while in debug mode).If in IIS locally, I don't know. I've only tested in debug mode.
On 10/2/06, elzumbasefue [EMAIL PROTECTED] wrote:













  



Hello, I'm new in this group, recently I has been started with flex,
and I've a some questions.
I'm a C# developer mainly, and i triying to make the business model in
C# and the client in flex 2.
The problem is, i develop a web service, and run it in Visual
studio. I think that is enought to consume it from flex... it's
enough? Because, when I try to consume it, everytime i get an
exception because the wsdl not found... i tryied with
http://tempuri/operation and
http://localhost/web/webservice.asmx?wsdl with no solution... it's
the debug mode of visual studio a limitation to consume it? (I can
consume it from visual studio)
Anybody can help me? The flex documentation hasn't enough help for me :(
Thanks a lot.
PD: sorry for my poor english.


  













-- John C. Bland IIChief GeekKatapult Media, Inc. - www.katapultmedia.com---Biz Blog - 
http://blogs.katapultmedia.com/jb2Personal Blog - http://blog.blandfamilyonline.comhttp://www.lifthimhigh.com - Christian Products for Those Bold Enough to Wear Them
Home of FMUG.az - http://www.gotoandstop.orgHome of AZCFUG - http://www.azcfug.org

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Conditional Login inside curly braces for binding

2006-10-02 Thread Sam Shrefler



Daniel:

Thanks...the other thing I tried that worked was using the ||, soas per DeMorgans law:

A  B = !A || !B

Thanks
Sam

On 10/2/06, Daniel Wabyick [EMAIL PROTECTED] wrote:





Ran into the same thing. Its that '' is an entity in XML. So you can use:enabled={checkA == something amp;amp; checkB == somethingElse} 
Sam Shrefler wrote: Is there anyway to put a condition inside { } for example:  enabled={checkA == something  checkB == somethingElse}
  Flex Builder throws an error The Entity must immediately follow the   in the entity referecne. It seems to be a problem with the Logical  Operator  since || works fine.
  Thanks Sam  
 

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Conditional Login inside curly braces for binding

2006-10-02 Thread Peter Hall
mx:Button
mx:enabled![CDATA[{checkA == something  checkB ==
somethingElse}]/mx:enabled
/mx:Button


Peter


On 10/2/06, Daniel Wabyick [EMAIL PROTECTED] wrote:

 Ran into the same thing.  Its that '' is an entity in XML. So you can use:

 enabled={checkA == something amp;amp; checkB == somethingElse}




--
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: Flex 2 y DataGrid

2006-10-02 Thread Daniel
Hola!

Si estás usando CellRenderer dentro de las columnas de tu dataGrid,
este código te puede servir:

public function agregarFila(dataGrid:DataGrid):void{
   var objeto:Object = new Object();
   ArrayCollection(dataGrid.dataProvider).addItem(objeto);
}


--- In flexcoders@yahoogroups.com, wespinozab [EMAIL PROTECTED] wrote:

 Hola. Necesito ayuda con Datagrids, lo que deseo hacer es agregar una
 nueva fila al DataGrid, pero no como comúnmente se hace: un textbox y
 un botón de agregar. Más bien lo que deseo es que se pueda agregar
 escribiendo en la última fila del DataGrid, logrando una interacción
 más directa. Me dijeron que en FoxPro se hace activando una propiedad
 llama allow o algo así y no sé si con flex se pueda hacer. 
 
 Att: Wen








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





Re: [flexcoders] Conditional Login inside curly braces for binding

2006-10-02 Thread Daniel Wabyick

Yeah - I used that at first ... Although I think the DeMorgan's law 
would be:

!( A  B ) = !A || !B

So then ...

A  B = !( !A || !B ) ...

Sam Shrefler wrote:
 Daniel:
  
 Thanks...the other thing I tried that worked was using the ||, so as 
 per DeMorgans law:
  
 A  B = !A || !B
  
 Thanks

 Sam


  
 On 10/2/06, *Daniel Wabyick* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:


 Ran into the same thing. Its that '' is an entity in XML. So you
 can use:

 enabled={checkA == something amp;amp; checkB == somethingElse}



 Sam Shrefler wrote:
  Is there anyway to put a condition inside { } for example:
 
  enabled={checkA == something  checkB == somethingElse}
 
  Flex Builder throws an error The Entity must immediately follow
 the 
  in the entity referecne. It seems to be a problem with the Logical
  Operator  since || works fine.
 
  Thanks
 
  Sam
 
 


  



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




Re: [flexcoders] mxmlc -increment not working.

2006-10-02 Thread Paul Spitzer
Did anyone ever figure this out? I've having the same problem. I'm 
trying to use incremental compiling w/ ANT but am getting the following 
error...

Failed to match the compile target with ... Administrator_405624.cache. 
The cache file will not be reused.

The .cache file is created without any problems but the compiler is 
complaining about it.

Any ideas? Thanks





--- In flexcoders@yahoogroups.com, Lance Linder [EMAIL PROTECTED] wrote:
 
  I am getting the following message from the MXMLC compiler when calling
  it from NAnt using the -increment parameter.
 
  
 
  [exec] Failed to match the compile target with myApp_411843.cache. The
  cache file will not be reused.
 
  
 
  I don' t see any reason why this wouldn't work if I run multiple
  compiles back to back using the -increment parameter and I don't even
  change any code.
 
  
 
  I do see _x.cache files showing up but as you can see the compiler
  refuses to use them.
 
  
 
  Any ideas?
 



--
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] Absolute Sizing

2006-10-02 Thread David Buitenveld
Hi all -

Does anyone know a strategy for creating an application window size
that is an absolute size in inches (vs pixels) independent of screen
size or reslution?

My goal is to simulate one of these new UMPC devices with a 7 inch
screen, then compare the visual output to a 9 inch screen device -
this simulation needs to run on whatever the client is running.

My problem is that Capabilities.screenDPI is not returning a useful
value. 

Example: on my laptop with 15 inch screen (12 inch horizontal, 9 inch
vertical) is set to 1280x1024. Simple math tells me that I have 106.7
pixels for each horizontal inch of screen, and 113.8 pixels per inch
of vertical. Skipping the math, I end up with a layout of 6.1x3.4
inches for my 7 inch device, which (via pixels per inch) gives a pixel
resoultion of 651x353. And, this works pretty well when actually
measured with a ruler.

However - Capatilities.screenDPI tells me that I have 72 pixels per
inch (at least the docs say that dots = pixels).. in other words,
using the screenDPI figure results in a completely missized window.

Is there a better way?

thanks!

david buitenveld





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




Re: [flexcoders] Conditional Login inside curly braces for binding

2006-10-02 Thread Sam Shrefler



Sho:

Yep...i rushed the reply right after writing it on my blog...blog was right, reply was wrong...thanks

Peter:

Thanks, i never thought of doing if that way..

Thanks for all the replies
Sam
On 10/2/06, Peter Hall [EMAIL PROTECTED] wrote:





mx:Buttonmx:enabled![CDATA[{checkA == something  checkB ==somethingElse}]/mx:enabled/mx:ButtonPeterOn 10/2/06, Daniel Wabyick 
[EMAIL PROTECTED] wrote: Ran into the same thing. Its that '' is an entity in XML. So you can use:
 enabled={checkA == something amp;amp; checkB == somethingElse} 

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] mxmlc -increment not working.

2006-10-02 Thread Igor Costa



put -increment=true;-increment is a boolean paramater, just put true or false to get start workingOn 10/2/06, Paul Spitzer 
[EMAIL PROTECTED] wrote:












  



Did anyone ever figure this out? I've having the same problem. I'm 
trying to use incremental compiling w/ ANT but am getting the following 
error...

Failed to match the compile target with ... Administrator_405624.cache. 
The cache file will not be reused.

The .cache file is created without any problems but the compiler is 
complaining about it.

Any ideas? Thanks

--- In flexcoders@yahoogroups.com, Lance Linder [EMAIL PROTECTED] wrote:
 
  I am getting the following message from the MXMLC compiler when calling
  it from NAnt using the -increment parameter.
 
  
 
  [exec] Failed to match the compile target with myApp_411843.cache. The
  cache file will not be reused.
 
  
 
  I don' t see any reason why this wouldn't work if I run multiple
  compiles back to back using the -increment parameter and I don't even
  change any code.
 
  
 
  I do see _x.cache files showing up but as you can see the compiler
  refuses to use them.
 
  
 
  Any ideas?
 


  













-- Igor Costawww.igorcosta.com

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Set variable in custom component

2006-10-02 Thread fsawitzki
Hello,

inside a repeating component i try to draw some rectancles via a
custom component.

*
main.mxml
*
...
mx:Repeater id=ER dataProvider={parentDocument.dbData}
myComp:ShowEvent datestarty=99/
/mx:Repeater
...

*
ShowEvent.as
*
package myComponents
{
import flash.display.*;
import flash.text.*;
import mx.core.UIComponent;

public class ShowEvent extends UIComponent{

public var datestarty:Number = 0;

public function ShowEvent():void{

super();

var mySprite:Sprite = new Sprite();
mySprite.graphics.beginFill(0x00);
mySprite.graphics.drawRect(0,0,20,20);

var label:TextField = new TextField();
label.text = datestarty.toString();
mySprite.addChild(label);

addChild(mySprite);
}
}
}


I have the problem to set the datestarty variable. It is always set to
the initial value, regardless of which value was given from the
repeating component. What i'am doing wrong?

Thanks in advance,
Frank






--
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: NET web service from C#

2006-10-02 Thread elzumbasefue
Yes, I tryed with :port, but nothing happen. But then, when I create a
WebService object in ActionScript, te constructor parameter is the url
http://localhost:3451/web/webservice.asmx?wsdl;? This is the mainly
confusion that I've. Tonight I'm going to do more tests.
You've got a actionscript class that consume a webservice from .net?
If you have and if you like to share it with me, please send me it.
Thanks!!!

--- In flexcoders@yahoogroups.com, John C. Bland II
[EMAIL PROTECTED] wrote:

 Did you try using localhost:(port number)? Whenever I test .NET WS
locally I
 always have to use the port number (while in debug mode).
 
 If in IIS locally, I don't know. I've only tested in debug mode.
 
 On 10/2/06, elzumbasefue [EMAIL PROTECTED] wrote:
 
Hello, I'm new in this group, recently I has been started with flex,
  and I've a some questions.
  I'm a C# developer mainly, and i triying to make the business model in
  C# and the client in flex 2.
  The problem is, i develop a web service, and run it in Visual
  studio. I think that is enought to consume it from flex... it's
  enough? Because, when I try to consume it, everytime i get an
  exception because the wsdl not found... i tryied with
  http://tempuri/operation; and
  http://localhost/web/webservice.asmx?wsdl; with no solution... it's
  the debug mode of visual studio a limitation to consume it? (I can
  consume it from visual studio)
  Anybody can help me? The flex documentation hasn't enough help for
me :(
  Thanks a lot.
  PD: sorry for my poor english.
 
   
 
 
 
 
 -- 
 John C. Bland II
 Chief Geek
 Katapult Media, Inc. - www.katapultmedia.com
 ---
 Biz Blog - http://blogs.katapultmedia.com/jb2
 Personal Blog - http://blog.blandfamilyonline.com
 http://www.lifthimhigh.com - Christian Products for Those Bold
Enough to
 Wear Them
 Home of FMUG.az - http://www.gotoandstop.org
 Home of AZCFUG - http://www.azcfug.org







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




Re: [flexcoders] mxmlc -increment not working.

2006-10-02 Thread Robert Wąs






option is:
-incremental
and works for me
Robert Was



Paul Spitzer wrote:


  
  Did anyone ever figure this out? I've having the same problem. I'm
  
trying to use incremental compiling w/ ANT but am getting the following
  
error...
  
"Failed to match the compile target with ... Administrator_405624.cache.
  
The cache file will not be reused."
  
The .cache file is created without any problems but the compiler is 
complaining about it.
  
Any ideas? Thanks
  
--- In [EMAIL PROTECTED]ups.com,
"Lance Linder" [EMAIL PROTECTED] wrote:

 I am getting the following message from the MXMLC compiler when
calling
 it from NAnt using the -increment parameter.

 

 "[exec] Failed to match the compile target with myApp_411843.cache.
The
 cache file will not be reused."

 

 I don' t see any reason why this wouldn't work if I run multiple
 compiles back to back using the -increment parameter and I don't
even
 change any code.

 

 I do see _x.cache files showing up but as you can see the
compiler
 refuses to use them.

 

 Any ideas?

  
  
  





__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___








RE: [flexcoders] Affinitiz V3.0 powered by Flex2+ColdFusion7+FMS2

2006-10-02 Thread Carl-Alexandre Malartre










Really nice Benoit,



I like how you
dynamically check if the Pseudo is already taken!



I think you have over-accordioned
everything in a over-efficient but un-natural way. Maybe we could chat a bit
about it.



Im also flexing
and adding chat to a big app, Idd like to exchange on it.



Im in Montreal and I talk
french. Idd like to get your email, mine is [EMAIL PROTECTED] (its also
my MSN).



Carl











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benoit Hediard
Sent: 29 septembre 2006 04:40
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Affinitiz
V3.0 powered by Flex2+ColdFusion7+FMS2







Hi everyone,











FYI, we finally launched the new version of our
blogs/communities platform Affinitiz (initiallylaunched in its
V1.0in 2000)!











It's a personal publishing tool for blog/communities
(public/private contents),with more than300 000 members and25
000 communities.





The main app is powered by Flex2 (developped with Cairngorm2
framework) and ColdFusion7 remoteservices (developped with ColdSpring
framework, no FDS).





ColdFusion7 is also used for the public pages
(home, member profiles, blogs and global directories).





Next month, we'll add chat/online presence powered by Flash
Media Server2.





A 100% powered by Adobe platform!











I spent more than 2 years (on my own)to develop this
new platform, starting itwith Flex1 alpha andfinishing it
withFlex2...





So you can imagine that I'm pretty happy to release it!











In order to have an overview of it, you can go to http://www.affinitiz.com and click on the
buttonVoir la visite guidée (guided tour).







Sorry, it's only in french...













Have fun!











Benoit Hediard







































__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





Re: [flexcoders] mxmlc -increment not working.

2006-10-02 Thread Paul Spitzer
I'm not actually using increment as the subject line suggests 
(increment reports an error). I have -incremental=true. ... Here's 
what it looks like in my ANT target.

target name=Administrator
java jar=${mxmlc.jar} fork=true
arg 
line=-local-fonts-snapshot='${flexsdk.home}/frameworks/winFonts.ser'/
arg 
line=-load-config='${flexsdk.home}/frameworks/flex-config.xml' /
arg 
line=-load-config+='${basedir}/Administrator/build/Administrator-config.xml' 
/
arg 
line=-load-config+='${basedir}/Administrator/build/Administrator-includes.xml' 
/
arg line=-library-path+='${fluidas3.lib}'/
arg line=-library-path+='${flex.lib}'/
arg line=-library-path+='${locale.lib}'/
arg line=-library-path+='${admin.lib}'/
arg line=-incremental=true/
arg line=-output 
'${basedir}/Administrator/htdocs/bin/Administrator.swf'/
arg line=--/
arg line='${basedir}/Administrator/as3/Administrator.mxml'/
/java
/target


Igor Costa wrote:
  put -increment=true;


 -increment is a boolean paramater, just put true or false to get start 
 working

 On 10/2/06, *Paul Spitzer*  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 wrote:

 Did anyone ever figure this out? I've having the same problem. I'm
 trying to use incremental compiling w/ ANT but am getting the
 following
 error...

 Failed to match the compile target with ...
 Administrator_405624.cache.
 The cache file will not be reused.

 The .cache file is created without any problems but the compiler is
 complaining about it.

 Any ideas? Thanks

 --- In flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com, Lance Linder
 [EMAIL PROTECTED] wrote:
 
  I am getting the following message from the MXMLC compiler when
 calling
  it from NAnt using the -increment parameter.
 
 
 
  [exec] Failed to match the compile target with
 myApp_411843.cache. The
  cache file will not be reused.
 
 
 
  I don' t see any reason why this wouldn't work if I run multiple
  compiles back to back using the -increment parameter and I don't
 even
  change any code.
 
 
 
  I do see _x.cache files showing up but as you can see the
 compiler
  refuses to use them.
 
 
 
  Any ideas?
 







--
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] Hslider problem

2006-10-02 Thread g_vaccarezza
Guys,
I got this XML

data
month label=Jan/
month label=Feb/
month label=Mar/
month label=Apr/
/data

I want to make a time range selector for a column chart. I copied 
this code from Macromedia's webblog: 
(http://weblogs.macromedia.com/flex_samples/charts_explorer/line/LineS
lider.mxml)



AS:

private function getSliderLabel(value:String): void {
   ### return results.gen[parseInt(value)].label;
}
private function sliceResults(): void {
slicedResults= myData.lastResult.data.slice(slider.values
[0],slider.values[1]);
}

MXML:

mx:HTTPService id=myData useProxy=false/
mx:Model id=results
gen{myData.lastResult.data.month}/gen 
/mx:Model



Unluckyly, it ain't working...I get and error on ### that says:

The resturned value must not be defined


Any ideas?
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/

* 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: Click Event in Item Renderer... firing a second barrel ?!

2006-10-02 Thread flex.helleman
Sould you be listening for the change event?



--- In flexcoders@yahoogroups.com, jamiebadman [EMAIL PROTECTED] wrote:

 Hi,
 
 Can someone help ?
 
 I've created a custom item renderer for a tree in which I have a 
 listener on the mouse click event. Unfortunately, though, the main 
 app code also needs to act on the click event - I have the tree 
 defined as:
 
 mx:Tree id=tvCompanies itemRenderer=CompanyTreeItemRenderer 
 click=getCompanyDetail() dataProvider={myData.companies} /
 
 The event is being picked up by the renderer and the function in 
 there is working fine - but 'getCompanyDetail' isn't firing off at 
 all.
 
 Any ideas ?
 
 Thanks,
 
 Jamie.







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





Re: [flexcoders] Re: NET web service from C#

2006-10-02 Thread John C. Bland II



mx:WebService id=MyWS showBusyCursor=true wsdl=http://whatever mx:operation name=MyFunc result=onMyFaultResult(event) fault=onMyFuncFault(event) /
/mx:WebServiceThat's all you need to do to connect.You can use AS but the mxml makes it so easy I have yet to try the AS. :-)Also, ServiceCapture is your friend. It will show you Flash Remoting calls, WS calls, HTTPS calls, etc. This thing is magic when dealing with RPC's.
http://kevinlangdon.com/serviceCapture/ On 10/2/06, elzumbasefue 
[EMAIL PROTECTED] wrote:












  



Yes, I tryed with :port, but nothing happen. But then, when I create a
WebService object in ActionScript, te constructor parameter is the url
http://localhost:3451/web/webservice.asmx?wsdl? This is the mainly
confusion that I've. Tonight I'm going to do more tests.
You've got a actionscript class that consume a webservice from .net?
If you have and if you like to share it with me, please send me it.
Thanks!!!

--- In flexcoders@yahoogroups.com, John C. Bland II
[EMAIL PROTECTED] wrote:

 Did you try using localhost:(port number)? Whenever I test .NET WS
locally I
 always have to use the port number (while in debug mode).
 
 If in IIS locally, I don't know. I've only tested in debug mode.
 
 On 10/2/06, elzumbasefue [EMAIL PROTECTED] wrote:
 
Hello, I'm new in this group, recently I has been started with flex,
  and I've a some questions.
  I'm a C# developer mainly, and i triying to make the business model in
  C# and the client in flex 2.
  The problem is, i develop a web service, and run it in Visual
  studio. I think that is enought to consume it from flex... it's
  enough? Because, when I try to consume it, everytime i get an
  exception because the wsdl not found... i tryied with
  http://tempuri/operation and
  http://localhost/web/webservice.asmx?wsdl with no solution... it's
  the debug mode of visual studio a limitation to consume it? (I can
  consume it from visual studio)
  Anybody can help me? The flex documentation hasn't enough help for
me :(
  Thanks a lot.
  PD: sorry for my poor english.
 
   
 
 
 
 
 -- 
 John C. Bland II
 Chief Geek
 Katapult Media, Inc. - www.katapultmedia.com
 ---
 Biz Blog - http://blogs.katapultmedia.com/jb2
 Personal Blog - http://blog.blandfamilyonline.com
 http://www.lifthimhigh.com - Christian Products for Those Bold
Enough to
 Wear Them
 Home of FMUG.az - http://www.gotoandstop.org
 Home of AZCFUG - http://www.azcfug.org



  













-- John C. Bland IIChief GeekKatapult Media, Inc. - www.katapultmedia.com---Biz Blog - 
http://blogs.katapultmedia.com/jb2Personal Blog - http://blog.blandfamilyonline.comhttp://www.lifthimhigh.com - Christian Products for Those Bold Enough to Wear Them
Home of FMUG.az - http://www.gotoandstop.orgHome of AZCFUG - http://www.azcfug.org

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Project References Dialog in Flex Builder

2006-10-02 Thread hank williams
I cant find any documentation about the project references section
of the properties dialog for  projects. The documentation merely
states in numerous locations that this is how you allow references to
another project.

But when trying to actually reference elements in the other project,
they are not recognized. I dont know whether the other project is
perceived as another namespace or another package, but none of the
techniques seem to actually allow external references.

Has anyone ever used this feature and/or has anyone ever seen any
documentation that explains exactly what project references are?

Hank


--
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: NET web service from C#

2006-10-02 Thread passive_thoughts



In its simplest form.C# Asp.Net Webservice:using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.Web;using System.Web.Services;namespace Director{ public class Hello : System.Web.Services.WebService {  public Hello()  {   InitializeComponent();  }  #region Component Designer generated code private IContainer components = null;   private void InitializeComponent() { }  protected override void Dispose( bool disposing )  {   if(disposing  components != null)   {components.Dispose();   }   base.Dispose(disposing);} #endregion  [WebMethod]  public string HelloWorld(string variable)  {   return "Hello " + variable;  } }}MXML Application:?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"  mx:WebService id="myService"  wsdl="http://localhost/Director/Hello.asmx?WSDL"  load="myService.HelloWorld('Peter')"  showBusyCursor="true"/   mx:Label text="{myService.HelloWorld.lastResult}"//mx:ApplicationIf you're not accessing a webservice on the same machine don't forget your crossdomain.xml file in your IIS webroot folder:?xml version="1.0"?!-- http://www.foo.com/crossdomain.xml --cross-domain-policy allow-access-from domain="*"//cross-domain-policy

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



RE: [flexcoders] Re: HTTP Status 500 Error using SSL endpoint

2006-10-02 Thread Peter Farland





I replied to the Adobe forums - the requirement to add some 
path info to your secure AMF channel endpoint was, in spirit, correct... here's 
what I posted:

"I just want 
to restate knallore's poste regarding channel definitions as it is essentially 
correct, but the issue was that he didn't realize that /flex2gateway was the 
servlet mapping already (not the context root).In general, if you have 
two channels defined that use the same servlet mapping then the endpoints must 
be unique from the servlet mapping onwards, so you should add some path info to 
the endpoint URI to distinguish between the secure and normal AMF 
channels:SecureAMFChannel 
endpoint:https://me.com/flex2gateway/secureamfAMFChannel 
endpointhttps://me.com/flex2gateway/amfAlso, in web.xml the servlet 
mapping must allow for path info... here is what it is in 
FDS:servlet-mappingservlet-nameMessageBrokerServlet/servlet-nameurl-pattern/messagebroker/*/url-pattern/servlet-mappingNotice 
the /* at the end of the servlet mapping pattern. Please check that your 
equivalent entry for ColdFusion 7.0.2's web.xml (i.e. for /flex2gateway/*) 
includes the /*.Also, as always, please ensure that you don't have a 
dirty classpath with older versions of CF Mystic and/or beta versions of FDS 
too."


Also, can you try adding the following property to your 
channel-definition properties section:

add-no-cache-headersfalse/add-no-cache-headers

...restart the server and try again?


Note that you can use something like Paros Proxy on the 
client to debug SSL / HTTPS requests... but you could also rely on 
mx:TraceTarget level="0" and the debug Flash Player / flashlog.txt to 
see what was being sent.






From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
syndrake7Sent: Friday, September 29, 2006 4:34 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: HTTP Status 500 
Error using SSL endpoint


I'm having some difficulty getting a sniffer going due to security 
limitations here. However, I did get some web log info:2006-09-29 
20:04:43 W3SVC699396293 #.#.#.# POST /flex2gateway/ - 443 - #.#.#.# 
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322;+InfoPath.1;+.NET+CLR+2.0.50727) 
https://me.com/myartdemo/bin/main.swf 
200 0 0Seems like my swf is getting the all-clear from the web 
server, which is returning a 200 code. Flex thinks it's not connecting, 
though.-Tony--- In [EMAIL PROTECTED]ups.com, 
Tom Chiverton tom.chiverton@... wrote: On 
Wednesday 27 September 2006 16:58, syndrake7 wrote:  
(mx.rpc:Fault)  faultCode = "Client.Error.MessageSend" 
 faultDetail = "Channel.Connect.Failed error  
NetConnection.Call.Failed: HTTP: Failed"  faultString = "Send 
failed"  details = "https://me.com/flex2gateway/" 
 level = "error"  Can you stick a network sniffer in there 
and see what is going past on the  wire ?   On 
the Adobe forum, someone posted that "The endpoint URI for the  
secureAMFchannel definition should be:  https://me.com/flex2gateway/messagebroker/amfsecure" 
but that  I don't think it should be that either. 
 It's worth pointing out I was never able to get this to work at all 
using  CF7.0.2 on SuSE 10.  --  Tom 
Chiverton Helping to carefully synergize integrated 
infrastructures  
 
 This email is sent for and on behalf of Halliwells LLP. 
 Halliwells LLP is a limited liability partnership registered in 
England and Wales under registered number OC307980 whose registered 
office address is at St James's Court Brown Street Manchester M2 2JF. A 
list of members is available for inspection at the registered office. Any 
reference to a partner in relation to Halliwells LLP means a member of 
Halliwells LLP. Regulated by the Law Society.  
CONFIDENTIALITY  This email is intended only for the use of the 
addressee named above and may be confidential or legally privileged. If you 
are not the addressee you must not read it and must not use any information 
contained in nor copy it nor inform any person other than Halliwells LLP 
or the addressee of its existence or contents. If you have received this 
email in error please delete it and notify Halliwells LLP IT Department on 
0870 365 8008.  For more information about Halliwells LLP visit 
www.halliwells.com.
__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual 

[flexcoders] Datagrid catching changes in dataprovider

2006-10-02 Thread Derrick Grigg
I have a DataGrid that has it's DataProvider set to an ArrayCollection
that is defined in a ModelLocator (I'm using Cairngorm). The
ArrayCollection has defined ValueObjects in it. When I make a change
to any of the ValueObjects in the ArrayCollection, the DataGrid is
updated (via binding) and the changed values are displayed. 

What I want to do is catch the data changing so that I can also update
some text around the DataGrid that notes the total number of items in
the DataGrid vs. the total number that meet a certain criteria. 

Is there a way to listen for changes to the underlying data in a
DataGrid? I have tried the valueCommit and dataChange but they do not
seem to get fired when a change the ArrayCollection happens.






--
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] How to save client data server-side?

2006-10-02 Thread jeremyrichman
I have an application where on the client-side the user makes some 
entry of various kinds and when the want to save their work, I want to 
serialize it to XML and save it on the server side (in an XML 
repository or the server's file system.

I'm a complete newbie to the server-side of things, how can I do this?

Thanks,

Jeremy





--
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] Flex pulling in data from the HTML and can HTML hold my XML dataprovider?

2006-10-02 Thread dorkie dork from dorktown



I have a very complicated project that I would like your help with. The reason it's complicated is because I can't change anything in the backend, the information getting pushed to the client. I can modify the html and rearrange it to my liking. So my only option is to do it the ghetto way and pull data into flex off the html page somehow. 
I know what I want to do. That is, once Flex loads, go to the HTML browser and get the value inside of some nodes and then put that value in my Flex. I think I can probably find a way to do that with simple strings and numbers but I also am trying to get XML off the page. Not even sure how or where to put xml in an html document but I can ask for that. Does that make sense?
Check this out: * Browser loads HTML page in browser -  Embedded Flex swf loads -  Embedded Flex swf looks at html page and gets values off page (maybe tries to get the document as a string somehow and parse it in an xml object, maybe i can use external interface somehow, not sure what to do here) -  Finds info it needs in html page and displays it in Flex (much cooler of course)
Anyone know how to do this and does anyone know how to put xml in html? Thanks guys,JudahPS i *have* been reading the manuals (which are well written btw) but the project is due this week and i was just given the specs :( 


__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Re: How to create a date timeline

2006-10-02 Thread fsawitzki
 I want to create a timeline to visualize dates, for example to show the
 reignlengths of the kings of a country.
 How can I do this?
 
 Jeroen.

I started to work on a similar project, but i have no working code
till now. My idea is to draw rectangles inside a canvas. The
x-position is the value of the begin of the reign and the lenght of
each bar is the diffence between the end and start. 

Sounds simple, but i have a problem to set some variables. I postet
this problem in another message. If my problems will be solved, i can
send you an example. But my programming knowlegde is limited, don't
expect a perfect solution ;)

If someone has another idea to solve a timeline visualization, any
tips would be appreciated...

Frank





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




Re: [flexcoders] mxmlc -increment not working.

2006-10-02 Thread Paul Spitzer
Robert Wąs wrote:
 option is:
 -incremental
 and works for me


w/ ANT?


 Robert Was
   


 Paul Spitzer wrote:

 Did anyone ever figure this out? I've having the same problem. I'm
 trying to use incremental compiling w/ ANT but am getting the following
 error...

 Failed to match the compile target with ... Administrator_405624.cache.
 The cache file will not be reused.

 The .cache file is created without any problems but the compiler is
 complaining about it.

 Any ideas? Thanks

 --- In flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com, Lance Linder [EMAIL PROTECTED] 
 wrote:
 
  I am getting the following message from the MXMLC compiler when calling
  it from NAnt using the -increment parameter.
 
 
 
  [exec] Failed to match the compile target with myApp_411843.cache. The
  cache file will not be reused.
 
 
 
  I don' t see any reason why this wouldn't work if I run multiple
  compiles back to back using the -increment parameter and I don't even
  change any code.
 
 
 
  I do see _x.cache files showing up but as you can see the compiler
  refuses to use them.
 
 
 
  Any ideas?
 


  



--
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] Can I force a redraw of my dataGrid?

2006-10-02 Thread livinginswitzerland
I have a datagrid with many rows, in the change event of the datagrid, 
I copy data from the selectedItem to individual controls on the page.  
In the change event of these controls, I copy the values back into the 
dataprovider of the datagrid, which is a collection, but the diplayed 
data in the datagrid (which is not editable) is not updating on its own 
(even though the data in its dataprovider is getting updated).  If i 
scroll the datagrid until the updated row is out of view, then scroll 
back to it, it is updated...so i'm looking for the command to cause the 
redraw to occur programatically.  

Thanks,

rick





--
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: Set variable in custom component

2006-10-02 Thread passive_thoughts
package myComponents
{
import flash.display.*;
import flash.text.*;
import mx.core.UIComponent;

public class ShowEvent extends UIComponent{

public var datestarty:Number = 0;
private var label:TextField;

override protected function createChildren():void {
super.createChildren();

var mySprite:Sprite = new Sprite();
mySprite.graphics.beginFill(0x00);
mySprite.graphics.drawRect(0,0,20,20);

label = new TextField();
mySprite.addChild(label);   
addChild(mySprite);
}

 override protected function commitProperties():void{
super.commitProperties();
label.text = datestarty.toString();
 }  
}
}





--
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: Datagrid catching changes in dataprovider

2006-10-02 Thread passive_thoughts
Could you listen for changes to the collection instead and then do
your comparisons when that event triggers?

model.ac.addEventListener(mx.events.CollectionEvent.COLLECTION_CHANGE,
acChange);

private function acChange(event:CollectionEvent):void{
  lblCount.text = ac.length.toString();
}
  






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




Re: [flexcoders] Re: loading animated gifs at runtime

2006-10-02 Thread Andrew Bourne
As the GIFs I am attempting to display are ads I don't have control over 
them to be able to convert them to SWFs, instead I am now adding them to 
the html DOM via JS. Seems to be working well at the moment.

Cheers,
Andrew



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





RE: [flexcoders] Pure ActionScript binding for protected and private properties

2006-10-02 Thread Matt Chotin












I dont think moving that binding
logic into the VM is on the near-term roadmap.



Matt











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sergey Kovalyov
Sent: Monday, October 02, 2006
2:14 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Pure
ActionScript binding for protected and private properties











Hi All!

Is there any way to set binding for either protected or private
properties using ActionScript? BindingUtils works with public
properties only, because all the protected and private members are
invisible to it. Are there any plans to move binding methods to the
Object class in future releases?

Sergey.






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Flash Debugger Crashing IE! Please Help!

2006-10-02 Thread Matt Chotin












Nothing should cause a crash (so its
a bug in the Player for that to happen). Had you been debugging up until this
point? Maybe you can remove some of the recent code and see if the crash goes
away, then slowly add back in?



Does it crash at runtime?



Would we be able to run your source code
or do you have lots of stuff that we wouldnt be able to access? If we
could you can send it to me and I can ask the Flex Builder team to look.



Matt











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of wayneposner
Sent: Monday, October 02, 2006
10:21 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flash
Debugger Crashing IE! Please Help!











This problem just came up all of a sudden. I trying to
run my app in 
debug mode to trace some variable values and everytime the code 
execution gets to my break point I get the following error appear in 
an IE popup window:

The following add-on was running when this problem occured:
File: FIDbg9.ocx
Comany Name: Adobe Systems Inc
Description: Adobe Flash Player 9

I tried re-installing the debug player, but it doesn't fix the problem.

Has anyone come across this issue and have any ideas how to fix it???

Thanks!
Wayne






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] WebService case sensitive

2006-10-02 Thread Matt Chotin












Sorry, ActionScript is case-sensitive so youll
probably need to fix your code.



Matt











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Krueger
Sent: Sunday, October 01, 2006
7:03 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] WebService
case sensitive













All,











 I am wondering if there is a way to deal with case
sensitive issues around the wsdl. The element name in my wsdl is Pk, but
the variable in the object I am sending is pk. In watching a trace I
notice that flex doesn't even attempt to send the request, instead I get the
following error. Is there a way to tell it not to worry about case.
I would really like to not rename all my variables. Here is the error.











Thanks











Jeff











[RPC Fault faultString=Error #1069: Property Pk not found on com.routeto1.flex.vo.user.UserVO
and there is no default value. faultCode=EncodingError
faultDetail=null]
at mx.rpc.soap::Operation/http://www.adobe.com/2006/flex/mx/internal::invokePendingCall()
at mx.rpc.soap::Operatio! n/send()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.rpc.soap.mxml::Operation/send()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.rpc::AbstractService/http://www.adobe.com/2006/actionscript/flash/proxy::callProperty()
at com.routeto1.flex.business::SecurityDelegate/findUserSecurityKey()
at com.routeto1.flex.command.security::FindUserSecurityKeyCMD/execute()
at com.adobe.cairngorm.control::FrontController/::executeCommand()
at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.adobe.cairngorm.control::CairngormEventDispatcher/dispatchEvent()
at Home/setLoginStatus()
at com.routeto1.flex.view.component::LoginViewHelper/setLoginStatus()
at com.routeto1.flex.command.user::LoginCMD/result()
at mx.rpc::AsyncToken/http://www.adobe.com/2006/flex/mx/internal::applyResult()
at mx.rpc.events::ResultEvent/http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()
at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
at mx.rpc::Responder/result()
at mx.rpc::AsyncRequest/acknowledge()
at ::DirectHTTPMessageResponder/completeHandler()
at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::onComplete()



 







Do you Yahoo!?
Everyone is raving about the all-new
Yahoo! Mail.






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






[flexcoders] itemEditEnd event on datagrid

2006-10-02 Thread Robert Moss




in the following code, which I copied out of the livedocs and modified to throw an alert when the itemEditEnd event is fired, it seems that every time the cell you are editingloses focus,the event gets kicked off 5 times, the first 4 times with a reason of "other" and the last with "new_column".What am I missing. I'm trying to kick off code when a cell is changed, but I do not want it to run 5 times. Thanks.

Robert

?xml version="1.0"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:local="*"

 mx:Script ![CDATA[  import mx.controls.TextInput; import mx.events.DataGridEvent; import mx.controls.Alert; import mx.utils.ObjectUtil;  private var initDG:Array = [ {Company: 'Acme', Contact: 'Bob Jones',  Phone: '413-555-1212', City: 'Boston', State: 'MA'}, {Company: 'Allied', Contact: 'Jane Smith',  Phone: '617-555-3434', City: 'SanFrancisco', State: 'CA'}  ];  public function validateData(event:DataGridEvent):void {  Alert.show(ObjectUtil.toString(event.reason)); }  ]] /mx:Script  mx:DataGrid id="myGrid" dataProvider="{initDG}" editable="true" itemEditEnd="validateData(event)" mx:columns mx:DataGridColumn dataField="Company" editable="false"/ mx:DataGridColumn dataField="Contact"/ mx:DataGridColumn dataField="Phone"/ mx:DataGridColumn dataField="City"/ mx:DataGridColumn dataField="State"/ /mx:columns /mx:DataGrid/mx:Application


** Confidentiality Notice: This e-mail and any files transmitted with it are confidential to the extent permitted by law and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the originator of the message and destroy all copies. **

__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Re: Can I force a redraw of my dataGrid?

2006-10-02 Thread Derrick Grigg
I think you can use the 'invalidateDisplayList()'  or possibly 
the 'invalidateList()' to refresh your datagrid.

Alternatively, if you use typed value objects in the dataProvider any 
changes to those, should automatically be reflected (and viewed) in 
the DataGrid if you are using databinding.

Derrick Grigg

www.dgrigg.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

* 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: Flex pulling in data from the HTML and can HTML hold my XML dataprovider?

2006-10-02 Thread ben.clinkinbeard
http://www.onflex.org/FXT/


--- In flexcoders@yahoogroups.com, dorkie dork from dorktown
[EMAIL PROTECTED] wrote:

 I have a very complicated project that I would like your help with. The
 reason it's complicated is because I can't change anything in the
backend,
 the information getting pushed to the client. I can modify the html and
 rearrange it to my liking. So my only option is to do it the ghetto
way and
 pull data into flex off the html page somehow.
 
 I know what I want to do. That is, once Flex loads, go to the HTML
browser
 and get the value inside of some nodes and then put that value in my
Flex. I
 think I can probably find a way to do that with simple strings and
numbers
 but I also am trying to get XML off the page. Not even sure how or
where to
 put xml in an html document but I can ask for that. Does that make
sense?
 
 Check this out:
 
 * Browser loads HTML page in browser -  Embedded Flex swf loads - 
 Embedded Flex swf looks at html page and gets values off page (maybe
tries
 to get the document as a string somehow and parse it in an xml
object, maybe
 i can use external interface somehow, not sure what to do here) - 
Finds
 info it needs in html page and displays it in Flex (much cooler of
course)
 
 Anyone know how to do this and does anyone know how to put xml in html?
 
 Thanks guys,
 Judah
 PS i *have* been reading the manuals (which are well written btw)
but the
 project is due this week and i was just given the specs :(







--
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: FlashPlayer security puzzle

2006-10-02 Thread Jason
Hi Matt,

When you say debug your server do you mean debug from the remotely
deployed swf on your server? 

If so, I can't seem to get this working. Have you got any tips for
remotely debugging a flash 9 swf through Flex Builder 2?

Regards,

Jason

--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 If you debug your server you'll see that the first request coming from
 the player is something like policy-file-request/.  You need to react
 to that by returning the crossdomain xml syntax that allows access to
 the domain where the SWF was served from (or *).  This would look like
 the same crossdomain as we document for the xml file.
 
  
 
 HTH,
 
 Matt
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Tracy Spratt
 Sent: Tuesday, September 26, 2006 8:32 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] FlashPlayer security puzzle
 
  
 
 Do you know about the crossdomain.xml security policy file?
 
  
 
 Tracy
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Dima Ulich
 Sent: Tuesday, September 26, 2006 7:57 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] FlashPlayer security puzzle
 
  
 
 Hello FlexCoders,
 
 
 
 I've been struggling with flash security matters for some time now.
 I have a php socket server, which is used both by php server and Flex
 Application. My php application does some heavy work and sends feedback
 to socket server so a user could know what's happening in a moment. My
 flex application works just fine when I started from FlexBuilder
 (default location) and it is in localTrusted sandbox. As soon as I place
 it to my webserver my application can't connect to my socket server. I
 have tried different ways to make it work with no luck. 
 
 Does anybody know how can I connect to socket server when flex
 application is online? 
 
 Thanks beforehand,
 
 Dima








--
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: Click Event in Item Renderer... firing a second barrel ?!

2006-10-02 Thread comfuture21
try mx.events.ItemClickEvent

mx:Script
![CDATA[
  import mx.events.ItemClickEvent;

  public function getCompanyDetail(event:ItemClickEvent):void
  {
// your code here...
  }
]]
/mx:Script
mx:Tree id=tvCompanies itemRenderer=CompanyTreeItemRenderer 
itemClick=getCompanyDetail() dataProvider={myData.companies} /

--- In flexcoders@yahoogroups.com, jamiebadman [EMAIL PROTECTED] wrote:

 Hi,
 
 Can someone help ?
 
 I've created a custom item renderer for a tree in which I have a 
 listener on the mouse click event. Unfortunately, though, the main 
 app code also needs to act on the click event - I have the tree 
 defined as:
 
 mx:Tree id=tvCompanies itemRenderer=CompanyTreeItemRenderer 
 click=getCompanyDetail() dataProvider={myData.companies} /
 
 The event is being picked up by the renderer and the function in 
 there is working fine - but 'getCompanyDetail' isn't firing off at 
 all.
 
 Any ideas ?
 
 Thanks,
 
 Jamie.








--
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: Can I force a redraw of my dataGrid?

2006-10-02 Thread livinginswitzerland
Thanks Derrick...

I had tried invalidateDisplay list, but not invalidateList..which did 
it.  interesting.  when you say typed value objects...can you elaborate 
on that?  I am doing some 'non standard' things, and all of my data is 
read into an ArrayCollection via a web service, but i'm not using XML 
but text instead.  Curious if what you are saying regarding typed value 
objects is something i'm bumping up against.

thanks again!

-rick

--- In flexcoders@yahoogroups.com, Derrick Grigg [EMAIL PROTECTED] wrote:

 I think you can use the 'invalidateDisplayList()'  or possibly 
 the 'invalidateList()' to refresh your datagrid.
 
 Alternatively, if you use typed value objects in the dataProvider any 
 changes to those, should automatically be reflected (and viewed) in 
 the DataGrid if you are using databinding.
 
 Derrick Grigg
 
 www.dgrigg.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

* 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: can you unload an swf file from an mx:image control? **SOLVED**

2006-10-02 Thread jpc14_99

 Hi Jamie
 
 Try just setting the source to null.

Thanks Wayne.  That didn't do the trick, the sound just kept on 
playing.  This worked though:

SoundMixer.stopAll();

I didn't even need an extra include statement for the SoundMixer, maybe 
I had it already included somehow, it's located at 
flash.media.SoundMixer.

Thanks again.

Jamie





--
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: overriding Button's style sheet **SOLVED**

2006-10-02 Thread jpc14_99
Thanks Gordon,  I actually ended up doing this in the particular 
component where I needed to restyle the buttons:


Init() {
myBStyle.setStyle('embedFonts', 'true');
myBStyle.setStyle('fontWeight', 'normal');
myBStyle.setStyle('fontFamily', 'myVerdana');
StyleManager.setStyleDeclaration(.myButtonStyle,myBStyle,true);
}

mx:LinkButton label=Answer 1 - leave  styleName=myButtonStyle/




works well.  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/

* 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: can you unload an swf file from an mx:image control? **SOLVED**

2006-10-02 Thread jpc14_99

 Hi Jamie
 
 Try just setting the source to null.

Thanks Wayne.  That didn't do the trick, the sound just kept on 
playing.  This worked though:

SoundMixer.stopAll();

I didn't even need an extra include statement for the SoundMixer, maybe 
I had it already included somehow, it's located at 
flash.media.SoundMixer.

Thanks again.

Jamie





--
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: flex 2.0 logging

2006-10-02 Thread sinacapho
Dear all,
 i have change the config of flex to this. But still i cannot log
any HTTPservice and webservice . Can someone help me?
thx
capho

--- In flexcoders@yahoogroups.com, sinacapho [EMAIL PROTECTED] wrote:

 Dear Jeff,
 i have modifed the service-config.xml as below
 
 logging
 target class=flex.messaging.log.ConsoleTarget level=Debug
 properties
 prefix[Flex] /prefix
 includeDatefalse/includeDate
 includeTimefalse/includeTime
 includeLevelfalse/includeLevel
 includeCategorytrue/includeCategory
 /properties
 filters
 patternEndpoint.*/pattern
 patternService.*/pattern
 patternConfiguration/pattern
 patternMessage.*/pattern
 /filters
 /target
 /logging
 
 My application will call several httpservice on the starting of
 loading. However what i get in the flex.log is only
 
 09/11 10:43:53 DEBUG configuration service started.
 09/11 10:43:53 DEBUG logger services started.
 09/11 10:44:00 DEBUG Loading configuration file

/usr/local/tomcat/jakarta-tomcat-5.0.28/webapps/flex/WEB-INF/flex/flex-webtier-config.xml
 09/11 10:44:00 DEBUG Loading configuration file

/usr/local/tomcat/jakarta-tomcat-5.0.28/webapps/flex/WEB-INF/flex/flex-config.xml
 09/11 10:44:01 DEBUG Initial setup: 350ms
 09/11 10:44:01 DEBUG Loaded 10 SWCs: 740ms
 09/11 10:44:10 DEBUG Files: 514 Time: 8293ms
 09/11 10:44:10 DEBUG Linking... 99ms
 09/11 10:44:11 DEBUG Optimizing... 767ms
 09/11 10:44:11 DEBUG Total time: 10260ms
 09/11 10:44:11 DEBUG SWF Encoding... 326ms
 
 even i have reload the tomcat . _  Have i do something wrong ?
 thx
 capho
 
 
 --- In flexcoders@yahoogroups.com, Jeff Vroom jvroom@ wrote:
 
  On the client, this shows up if you just turn on the client side
logging
  facility.  You can do this by adding the MXML tag:
  
   
  
  mx:TraceTarget/
  
   
  
  It then goes into the flashlog.txt which lives in
%HOMEDRIVE%\%HOMEPATH%
  by default.  A couple of other notes on flashlog.txt - it only
shows up
  with the debug player and its location can be overridden if you
have an
  mm.cfg in that folder which specifies a TraceOutputFileName
property. 
  
   
  
  If you are talking about server side logging using the FDS server, you
  go into WEB-INF/flex/services-config.xml, find the line which says
  level= and change that attributes value to Debug.  Then make sure
  you have Message.* enabled as one of the patterns below.  This
logs a
  debug message in the app server's log file before and after each
message
  processed by the server for each client.
  
   
  
  Jeff
  
   
  
  
  
  From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
  Behalf Of sinacapho
  Sent: Thursday, September 07, 2006 12:55 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] flex 2.0 logging
  
   
  
  Dear all, 
  Can someone tell we that how i can get logging of the Httpservice
  result . I remember that i can find it in flex.log in Flex 1.5 after
  the config the xml file. But i dont know that i can do it in Flex 2.0
  
  thx
  capho
 







--
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: Navigating between Screens

2006-10-02 Thread jlentz2112
--- In flexcoders@yahoogroups.com, jlentz2112 [EMAIL PROTECTED] wrote:

 Hi,
 
 I'm new to Flex 2 development.  I've seen some tutorials on
 ViewStacks, but they used a navigator bar or tab bar to switch between
 screens.  I've got an ap that won't have the bars or tabs to switch
 by.  It starts with a login screen, then goes to a data screen that
 has buttons that when clicked will either return to the login screen
 or continue on to another screen.  I've tried to have the component
 screen select the next screen in the ViewStack, but the ViewStack
 isn't in the scope of the child.  What is the best way to implement
 this kind of navigation?   Thanks for the help.
 
 jlentz


Thanks for the help.  I ended up using the selectedIndex method. 
Worked nicely.  Thanks again!
jlentz






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





Re: [flexcoders] subject

2006-10-02 Thread Daniel Cascais
You are very welcome!

Daniel

On 9/14/06, Aldo Bucchi [EMAIL PROTECTED] wrote:
 Hi all,

 thanks,
 Aldo

 --
 : Aldo Bucchi :
 mobile (56) 8 429 8300


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













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

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





RE: [flexcoders] Re: Flash Debugger Crashing IE! Please Help!

2006-10-02 Thread Matt Chotin












Yeah, if you can do that and cause the
crash itd be great. Glad that you found the error in your code, but
clearly the player shouldnt crash.



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of wayneposner
Sent: Monday, October 02, 2006
5:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flash
Debugger Crashing IE! Please Help!











Debugging had been working up until I added a few
lines of code in a 
function. Removing the code did cause the crashing to stop, but it 
was bad code causing the problem, I'd rather see a debug error as 
opposed to a crashed app. 

The crash was only occuring when it executing my apparent bad code. 
All I was doing was setting a property on a declared object 
variable. All other code up to that point ran fine--the debugger 
was outputting trace statements with no apparent issues. 

I could probably send you just the files that are causing the issue 
with a sample wrapper app to build up the necessary data structure 
and pass it to the offending class.

Wayne

--- In [EMAIL PROTECTED]ups.com,
Matt Chotin [EMAIL PROTECTED] wrote:

 Nothing should cause a crash (so it's a bug in the Player for that 
to
 happen). Had you been debugging up until this point? Maybe you 
can
 remove some of the recent code and see if the crash goes away, then
 slowly add back in?
 
 
 
 Does it crash at runtime?
 
 
 
 Would we be able to run your source code or do you have lots of 
stuff
 that we wouldn't be able to access? If we could you can send it 
to me
 and I can ask the Flex Builder team to look.
 
 
 
 Matt
 
 
 
 
 
 From: [EMAIL PROTECTED]ups.com

[mailto:[EMAIL PROTECTED]ups.com]
On
 Behalf Of wayneposner
 Sent: Monday, October 02, 2006 10:21 AM
 To: [EMAIL PROTECTED]ups.com
 Subject: [flexcoders] Flash Debugger Crashing IE! Please Help!
 
 
 
 This problem just came up all of a sudden. I trying to run my app 
in 
 debug mode to trace some variable values and everytime the code 
 execution gets to my break point I get the following error appear 
in 
 an IE popup window:
 
 The following add-on was running when this problem occured:
 File: FIDbg9.ocx
 Comany Name: Adobe Systems Inc
 Description: Adobe Flash Player 9
 
 I tried re-installing the debug player, but it doesn't fix the 
problem.
 
 Has anyone come across this issue and have any ideas how to fix 
it???
 
 Thanks!
 Wayne







__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Re: FlashPlayer security puzzle

2006-10-02 Thread Matt Chotin












In this case I meant debug the socket
server, not the SWF. If you want to remote debug a decent hack that Mike has
posted in the past is to have FB use a debug configuration that has a url with
no flash, like www.google.com. Then,
launch a browser on the other machine to load your debug SWF, when the debug dialog
comes up, choose the IP address of your machine with FB. Hopefully it will
find the debugger there.



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jason
Sent: Monday, October 02, 2006
6:09 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re:
FlashPlayer security puzzle











Hi Matt,

When you say debug your server do you mean debug from the remotely
deployed swf on your server? 

If so, I can't seem to get this working. Have you got any tips for
remotely debugging a flash 9 swf through Flex Builder 2?

Regards,

Jason

--- In [EMAIL PROTECTED]ups.com,
Matt Chotin [EMAIL PROTECTED] wrote:

 If you debug your server you'll see that the first request coming from
 the player is something like policy-file-request/. You
need to react
 to that by returning the crossdomain xml syntax that allows access to
 the domain where the SWF was served from (or *). This would look like
 the same crossdomain as we document for the xml file.
 
 
 
 HTH,
 
 Matt
 
 
 
 
 
 From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com]
On
 Behalf Of Tracy Spratt
 Sent: Tuesday, September 26, 2006 8:32 AM
 To: [EMAIL PROTECTED]ups.com
 Subject: RE: [flexcoders] FlashPlayer security puzzle
 
 
 
 Do you know about the crossdomain.xml security policy file?
 
 
 
 Tracy
 
 
 
 
 
 From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com]
On
 Behalf Of Dima Ulich
 Sent: Tuesday, September 26, 2006 7:57 AM
 To: [EMAIL PROTECTED]ups.com
 Subject: [flexcoders] FlashPlayer security puzzle
 
 
 
 Hello FlexCoders,
 
 
 
 I've been struggling with flash security matters for some time now.
 I have a php socket server, which is used both by php server and Flex
 Application. My php application does some heavy work and sends feedback
 to socket server so a user could know what's happening in a moment. My
 flex application works just fine when I started from FlexBuilder
 (default location) and it is in localTrusted sandbox. As soon as I place
 it to my webserver my application can't connect to my socket server. I
 have tried different ways to make it work with no luck. 
 
 Does anybody know how can I connect to socket server when flex
 application is online? 
 
 Thanks beforehand,
 
 Dima







__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Technical Problems - Flex IDE Keeps Crashing, any ideas?

2006-10-02 Thread Matt Chotin












Only suggestion for the moment is to try
to increase the available memory. In the Flex Builder 2 directory I believe is
a config file where youll see the Xmx512M and you can change that
to be something bigger (like 1024M). How many projects do you have open, can
you reduce those? 



The suggestion to check Teds blog
was a good one as well.



Performance is definitely something well
be investigating further in Flex 3.



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of tomnoonmds
Sent: Monday, October 02, 2006
5:22 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Technical
Problems - Flex IDE Keeps Crashing, any ideas?











I have been using Flex for a total of 4 months in this
time I have
used, v1.5, v2.0 Beta 3 and on the 09/08/06 Martin Dawes Systems'
Research and Development department purchased two copies of flex
builder with charting, one a download version and a copy sent via
post. Since the downloaded date I have had a few problems with the
program but nothing major. However within the last few days whenever
I save a modification or carry out a task; such as importing a
component into an application file the entire IDE comes to a halt. I
decided to record such instances today as I was experiencing the same
problems. During the course of an hour and a half the IDE froze 12
times and on two occasions froze for more than 18 minutes. The
current project I am working on is not a large file (1.55 MB). So far
I have noticed that the computer I am using allows me to use all other
applications but not Flex Builder which displays the message Not
Responding. When I have had to end Flex using the task manager an
error message displaying the following appears:

JVM Terminated. Exit Code=1
C:\Program Files\Adobe\Flex Builder 2\jre\bin\javaw.exe
-Xms128M
-Xmx512M
-XX:MinHeapFreeRatio=20
-jar C:\ Program Files\Adobe\Flex Builder 2\startup.jar
-os win32
-ws win32
-arch x86
-launcher C:\ Program Files\Adobe\Flex Builder 2\FlexBuilder2
-name FlexBuilder
-showsplash600
-exitdata 570_5c
-vm C:\Program Files\Adobe\Flex Builder 2\jre\bin\javaw.exe
-vmargs
-Xms128M
-Xmx512M
-XX:MinHeapFreeRatio=20
-jar C:\Program Files\Adobe\Flex Builder 2\startup.jar

The workstation I am using has the following specifications:

Dell Precision 470 Intel Xeon 3.00GHZ 2.00GB RAM 






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Re: Binding bug?

2006-10-02 Thread Matt Chotin












Its a bug that we have fixed
internally. Next release.



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tom Bray
Sent: Sunday, October 01, 2006
5:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Binding
bug?











If I wait until the application's
creationComplete event fires to set foo, then the binding is executed in the
nested TestComp, so I'll backtrack from thinking this is a bug but I still
think the behavior below is unexpected, at least for me. What confuses me
is that if I nest the TestComp inside a plain old Canvas, the binding executes,
but when I'm nesting it inside a component that extends Canvas, it
doesn't. Can anyone explain what's going on here? 

Thanks,

Tom



On 10/1/06, Tom Bray
[EMAIL PROTECTED]com wrote:



If you create the following three files and run the application, you'll
see that the instance of TestComp with id of ok will trace out that
foobar was set, but the instance of TestComp that's inside another custom
component will not get set. This seems like a bug to me. Am I
missing something? 











//Main application:











?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 
layout=vertical xmlns:local=* 
mx:Script
![CDATA[
[Bindable]
public var foo:String = asdf;
]]
/mx:Script
local:TestComp id=ok foobar={foo}/
local:CustomComp 
local:TestComp id=fails
foobar={foo}/
/local:CustomComp
/mx:Application












//TestComp:











?xml version=1.0 encoding=utf-8?
mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml 
width=400 height=300 
mx:Script
![CDATA[
public function set foobar( str:String ):void
{
trace( this + : foobar was set:  + str );
}

public function get foobar():String
{
return asdf;
}
]]
/mx:Script
/mx:Canvas











//CustomComp:





?xml version=1.0 encoding=utf-8?
mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml 
width=400 height=300 

/mx:Canvas












__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___