[flexcoders] Re: Adobe Bridges Flash, Flex with AJAX

2006-03-09 Thread Renaun Erickson
Thanks for the links Deepa, its great that Adobe embraces current
technology while still creating thier own great unique product at the
same time.

Renaun

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

 Hi - I'm glad you posted this :-) 
 
  
 
 Here is more information about the Flex-AJAX bridge including steps to
 download and install it:
 http://labs.macromedia.com/wiki/index.php/Flex_Framework:FABridge
 
  
 
 Also Ely Greenfield, an engineer on the Flex Framework team and a
 frequent poster to this list, has a great blog entry about the bridge
 and what it allows developers to do:
 http://www.quietlyscheming.com/blog/2006/03/06/flex-and-ajax
 
  
 
 Just an FYI -
 
  
 
 Deepa Subramaniam 
 
 Flex Team 
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Renaun Erickson
 Sent: Wednesday, March 08, 2006 6:44 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Adobe Bridges Flash, Flex with AJAX
 
  
 
 Here is an article talking about Adobe's development of Flex-AJAX bridge
 frameworks.
 
 
 http://www.eweek.com/article2/0,1895,1935475,00.asp Adobe Bridges
 Flash, Flex with AJAX
 http://www.eweek.com/article2/0,1895,1935475,00.asp  
 
 This is a great move by Adobe. 
 
 
 
 --
 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 
 
 Web site design development
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+
 site+design+developmentw2=Computer+software+developmentw3=Software+des
 ign+and+developmentw4=Macromedia+flexw5=Software+development+best+prac
 ticec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ  
 
 Computer software development
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=We
 b+site+design+developmentw2=Computer+software+developmentw3=Software+d
 esign+and+developmentw4=Macromedia+flexw5=Software+development+best+pr
 acticec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw  
 
 Software design and development
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=
 Web+site+design+developmentw2=Computer+software+developmentw3=Software
 +design+and+developmentw4=Macromedia+flexw5=Software+development+best+
 practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ  
 
 Macromedia flex
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+
 developmentw2=Computer+software+developmentw3=Software+design+and+deve
 lopmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=1
 66.sig=OO6nPIrz7_EpZI36cYzBjw  
 
 Software development best practice
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practice;
 w1=Web+site+design+developmentw2=Computer+software+developmentw3=Softw
 are+design+and+developmentw4=Macromedia+flexw5=Software+development+be
 st+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw  
 
  
 
  
 
 
 
 YAHOO! GROUPS LINKS 
 
  
 
 *  Visit your group flexcoders
 http://groups.yahoo.com/group/flexcoders  on the web.
 
 *  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] 
 
 *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/ . 
 
  
 
 







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

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

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

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




RE: [flexcoders] Checkboard / chessboard pattern

2006-03-09 Thread Philippe Maegerman
I thought it would be easier to have a small .gif containing a pattern and use 
it with beginBitmapFill in combination with a StageListener for resizing 
instead of having conditional loops in conditional loops loops that would have 
to repeat lineTos, moveTos etc ... and if you want to change the look of your 
board you just have to overwrite the .gif file. Maybe I'm wrong, but I'm used 
to it now ;)
 
Ph.
 


From: flexcoders@yahoogroups.com on behalf of Gordon Smith
Sent: Wed 3/8/2006 23:39
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Checkboard / chessboard pattern



Can you elaborate on why you believe it is easier to use bitmaps to draw solid 
color squares? It certainly isn't as memory-efficient.

 

- Gordon

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Philippe Maegerman
Sent: Tuesday, March 07, 2006 3:14 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Checkboard / chessboard pattern

 

I still believe it would be much easier to implement with beginBitmapFill()

 

http://www.blog.lessrain.com/?p=218

 

Philippe








From: flexcoders@yahoogroups.com on behalf of Gordon Smith

Sent: Mon 3/6/2006 21:46

To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Checkboard / chessboard pattern

beginFill() will let you fill with a solid color; there's no reason to use 
beginBitmapFill() unless the checkerboard squares are bitmaps.

 

- Gordon

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Philippe Maegerman
Sent: Monday, March 06, 2006 1:18 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Checkboard / chessboard pattern

 

actualy 'beginBitmapFill'

http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=2441.html

 

Philippe

 

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon 
Smith
Sent: dimanche 5 mars 2006 4:09
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Checkboard / chessboard pattern

There are drawing APIs like beginFill(), drawRect(), etc. that you can
use to draw the squares. Check out the Graphics class.

- Gordon


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of andrewstuartblah
Sent: Saturday, March 04, 2006 1:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Checkboard / chessboard pattern

Hello

I'd like the background of my application to be a checkerboard /
chessboard pattern.

Can anyone suggest an easy programmtic way to do this?

I'd like to avoid using bitmaps but i'll do it if need be.

Thanks

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









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

Web site design development 
http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
  

Computer software development 
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
  

Software design and development 
http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
  

Macromedia flex 
http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
  

Software development best practice 
http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
  

 

 



YAHOO! GROUPS LINKS 

 

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

[flexcoders] Flex2: RichTextEditor copy/paste bug and improvement requests

2006-03-09 Thread Benoit Hediard





It is not possible 
to perform copy/paste of existing text in the 
RichTextEditor.

To reproduce the 
problem:
- enter text or 
copy/paste some text in the RichTextEditor,
- select and try to 
copy/paste a portion of the entered text.

While we are talking 
about the RichTextEditor component, there are big usability issues with the URL 
linking system.

To add a link to 
text, you must :
- selecta 
portion of text,
- enter a 
URL,
- you must then use 
ENTER key to validate the change.
Would it be possible 
to add a OK button nearby the URL input text?

It isthen very 
difficult to remove the URL linking, because it is not possible to select the text 
anymore (the link become active and a click open the URL in a new 
window).
So you must use the 
arrow keys + shift key to select the text.
Most of users won't 
be able to do that.
Would it be possible 
to change the behaviour of a link :
- whenit isclicked, 
it become selected,
-the link is 
displayed in the URL Input text with Remove andUpdate buttons (so you can 
modify or delete the link).

It would be also 
nice if the links are visually marked (blue/underline).

Another improvement 
request :
- an HTML button, to 
be able toview and/or modifythe generated HTML (kind of expert 
mode).

What are your 
opinions and othersuggestions to improve the RichTextEditor 
components?

Thanks!

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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Loading File IO example SWF

2006-03-09 Thread Jeff Krueger



This is the solution that I had implemented. The path is stored in the web.xml and passed as a paramter to the component. But it sure seemed like a limitation and poor implimentation. 

Thanks- Original Message From: Roger Gonzalez [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Tuesday, March 7, 2006 9:25:27 PMSubject: RE: [flexcoders] Loading File IO example SWF


If you're loading files at runtime, its going to be loading relative to the application, not the component. A component that pulls files over the network is by definition not self-contained. I suggest that you make your component parameterized, and have the application pass down a URL base for the component to use to load from. After all, that whole component directory tree really wouldn't exist at all if you were deploying the app to a server statically compiled, all you would have would be the app SWF. So, you need a more sophisticated deployment strategy.

-rg




From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff KruegerSent: Tuesday, March 07, 2006 5:49 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Loading File IO example SWF



Right now fileIO.mxml has to have source="/webapp/com/foo/components/fileIO/fileIO.swf"

I would like to create a component (fileIO.mxml) that I can use on any mxml page in any package level and not have to worry about it's relative path to the swf in my component. To me a component should be self contained and that should be fileIO.mxml. 

Sorry if this doesn't make sense. I am trying to make a package that can be reused over and over in other flex apps. In the other flex apps I have no idea of where in the package stucture this component will be used or what the webapp name will be. So the thought would be everything under com/foo/app would be app specific, but everything else should be reusable.
Thanks

Jeff
- Original Message From: Roger Gonzalez [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Tuesday, March 7, 2006 4:05:24 PMSubject: RE: [flexcoders] Loading File IO example SWF


From empMaint.swf, I'd expect 

../../components/fileIO/fileIO.swf 
or 

/webapp/com/foo/components/fileIO/fileIO.swf

Wait, I'm confused. fileIO.mxml contains source="fileIO.swf"?? If so, I suggest renaming things. Are you compiling fileIO.mxml into a separate application, or are you using it as a component from empMaint.mxml? If as a component, then the path of the component containing thesource= is irrelevant, its a component, components don't make their own SWFs. The application is empMaint, which is the application path.

-rg





From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff KruegerSent: Tuesday, March 07, 2006 1:57 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Loading File IO example SWF



Thanks for the reply.

So let say my application structure is as follows

webapp/com/foo/app/employee/empMaint.mxml (This is the page I am displaying)
in that page I want to use the fileIO component. That component is located
webapp/com/foo/components/fileIO/fileIO.mxml (This is the component that extends loader and is used in empMaint.mxml)
webapp/com/foo/components/fileIO/fileIO.swf

So the swf that would be calling it would that be fileIO.mxml or empMaint.mxml? empMaint is the outer most and I think would be the swf calling it and would be the basis for the relative path. The fileIO.mxml is what contains source="" statement. I have tried several values in there with no luck.

"/com/foo/components/fileIO.fileIO.swf"
"com/foo/components/fileIO/fileIO.swf"
"fileIO.swf""./com/foo/components/fileIO.fileIO.swf""../com/foo/components/fileIO.fileIO.swf"
All don't work, only including the web app names seems to work. In the above senario what would you expect the value to be?

Thanks

Jeff- Original Message From: Roger Gonzalez [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Tuesday, March 7, 2006 1:21:42 PMSubject: RE: [flexcoders] Loading File IO example SWF


Its relative to the calling SWF when there isn't a leading '/' in the URL.

-rg




From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff KruegerSent: Tuesday, March 07, 2006 9:59 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Loading File IO example SWF


I was wondering if anyone can help me understand something about the file io example on the macromedia website.
http://www.macromedia.com/devnet/flex/articles/fp8_features.html

There is a swf file that exposes the file upload functionality. In the example on the site it gives and example with 

Loader source="fileIO.swf" 

That works fine if everything (mxml page and all components) are in the root of your application. But in practice you will always have packages. As soon as you move the swf to say \ com\ foo\ fileIO.swf you have to set the source="/WebAppName/com/foo/fileIO.swf". I don't understand the need for the web app in the path. Probably because it is requesting that swf via 

[flexcoders] Re: flex builder2 internal build error

2006-03-09 Thread seethinglong
Hi I had never develop any flex project.

Recently trying with laszlo samples but laszlo decided to switch to
open AJAX and become less dependant on Flash-based AJAX.  Later I
found FLEX.  I downloaded and tried it yesterday and got the thing run
smoothly  with tomcat apache 5.5.12, Eclipse IDE 3.1.2, JAVA 1.5.06. 
Which mxml files you tried?  I had tried all the flex chart and
include the charts.swc in the flex project libraries.  All run
smoothly on firefox 1.5.0.1 except some minor error. I guess it's from
bugs in Action script coming out form  Flash 8.5 plugin.

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

 Hi 
 In one flexbuilder2 project containing approximately 15 simple mxml 
 apps ( most of which are copies of ones from the livedocs). I am 
 getting 'an internal build error has occured. please check the error 
 log' error. As follows.
 Any ideas. cant go any further. any help will be appreciated
 
 thanks
 
 java.lang.OutOfMemoryError
 !SESSION 2006-03-08 16:17:22.310 
 ---
 eclipse.buildId=unknown
 java.version=1.4.2_09
 java.vendor=Sun Microsystems Inc.
 BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
 Command-line arguments:  -os win32 -ws win32 -arch x86
 
 !ENTRY org.eclipse.core.resources 2 10035 2006-03-08 16:17:23.834
 !MESSAGE A workspace crash was detected. The previous session did 
 not exit normally.
 
 !ENTRY org.eclipse.ui 4 4 2006-03-08 16:17:29.836
 !MESSAGE Invalid Menu Extension (Path is invalid): 
 zorn.standalone.actions.OpenRunConfigurations
 
 !ENTRY org.eclipse.ui 4 4 2006-03-08 16:17:29.852
 !MESSAGE Invalid Menu Extension (Path is invalid): 
 zorn.standalone.actions.OpenDebugConfigurations
 
 !ENTRY zorn.project 4 43 2006-03-08 16:19:29.484
 !MESSAGE Uncaught exception in compiler
 !STACK 0
 java.lang.NullPointerException
   at flex2.compiler.abc.Compiler.parse(Compiler.java:143)
   at flex2.compiler.API.parse(API.java:1104)
   at flex2.compiler.API.parse(API.java:1072)
   at flex2.compiler.API.batchInner(API.java:156)
   at flex2.compiler.API.batch(API.java:260)
   at flex2.compiler.API.compile(API.java:361)
   at zorn.project.compiler.Compiler.compile(Compiler.java:186)
   at 
 zorn.project.compiler.internal.FlexIncrementalBuilder.buildApplicatio
 n(FlexIncrementalBuilder.java:333)
   at 
 zorn.project.compiler.internal.FlexIncrementalBuilder.build
 (FlexIncrementalBuilder.java:224)
   at org.eclipse.core.internal.events.BuildManager$2.run
 (BuildManager.java:593)
   at org.eclipse.core.internal.runtime.InternalPlatform.run
 (InternalPlatform.java:1044)
   at org.eclipse.core.runtime.Platform.run(Platform.java:783)
   at org.eclipse.core.internal.events.BuildManager.basicBuild
 (BuildManager.java:168)
   at org.eclipse.core.internal.events.BuildManager.basicBuild
 (BuildManager.java:202)
   at org.eclipse.core.internal.events.BuildManager$1.run
 (BuildManager.java:231)
   at org.eclipse.core.internal.runtime.InternalPlatform.run
 (InternalPlatform.java:1044)
   at org.eclipse.core.runtime.Platform.run(Platform.java:783)
   at org.eclipse.core.internal.events.BuildManager.basicBuild
 (BuildManager.java:234)
   at 
 org.eclipse.core.internal.events.BuildManager.basicBuildLoop
 (BuildManager.java:253)
   at org.eclipse.core.internal.events.BuildManager.build
 (BuildManager.java:282)
   at org.eclipse.core.internal.events.AutoBuildJob.doBuild
 (AutoBuildJob.java:139)
   at org.eclipse.core.internal.events.AutoBuildJob.run
 (AutoBuildJob.java:200)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)






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

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

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

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





[flexcoders] This is my mistake.

2006-03-09 Thread flash6designeronline
Hi All,

This is my mistake.

Here is the the link

http://www.fruition.in/openmacro.html

Let me know your thoughts.

Flash:)





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

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

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

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





Re: [flexcoders] FlashRemoting in ActionScript Project

2006-03-09 Thread M.Prabhakar Shenoy



use mxml project to using remoteobject tag and while compiling use -keep along with flex-enterprise-service.xml, it will generate .as classes for all mxml files in generated directory under project directory, go to that directory, look for filename.as for filename.mxml in that dir. open that file and see how file is gnerated.
is it make sense--PrabsOn 3/8/06, sn197412 [EMAIL PROTECTED] wrote:




Hi.

Can we connect to ColdFusion from SWF of ActionScript Project??

I got an error like below.
[Couldn't establish a connection to 'ColdFusion']
I'm sure I did set a compiler option of flex-enterprise-services.xml.
But it never work.

Please somebody tell me how I can connect to FlashRemoting with
ActionScript Project.

--Shigeru










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


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

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



  









-- regards and thanksM.Prabhakar Shenoy+91 94483 77460






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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: .NET Webservices with Structure Parameters

2006-03-09 Thread mvbaffa
Thanks Dave

I am using Flex 2.0 Beta 1. Unfortunatelly I must use Webservices, 
since they are all developed and ready to use. Besides the 
Enterprise Services are too much expensive, the project cannot 
afford it.

Wouldn't it be easier to use arrays. Is there any problems passing 
arrays to Webservices ?

Thanks in advance

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

 If this is Flex 1.5 we have seen it have issues with CompelxTypes
 (e.g. a struct) when using document/literal encoding (the default 
for
 .NET I believe).   Can you modify the service to use rpc/encoded?  
 
 If you have a good repro of this using doc/lit you should open a 
case
 so Adobe can work it.
 
 -- 
 Dave Wolf
 Cynergy Systems, Inc.
 Macromedia Flex Alliance Partner
 http://www.cynergysystems.com
 
 Email:  [EMAIL PROTECTED]
 Office: 866-CYNERGY
 
 
 --- In flexcoders@yahoogroups.com, mvbaffa mvbaffa@ wrote:
 
  Hi All,
  
  When I call a method in a VB.NET webservice passing as parameter 
the 
  class listed below
  
 public class UserAccountVO {
  
  public function UserAccountVO() {}
  
  public var id : Number;
  public var name : String;
  public var password : String;
  public var email : String;
  public var dataExpiracao : String;
  public var isLogon : Boolean;   
 }
  
  I receive the following error: Request HTTP request error
  
  The .NET service parameter is defined like that:
  
  Public Class UserAccountVO
  Public id As Integer
  Public nome As String
  Public senha As String
  Public email As String
  Public dataExpiracao As String
  Public isLogon As Boolean
  End Class
  
  When I pass only name and password to the Webservice it works OK.
  
  Plase Help me 
 








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

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

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

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




[flexcoders] Doubt in draw triangle inside Canvas

2006-03-09 Thread Sathish K





when i execute
the following code. 
Triangledrawn
outsidethe canvas area... 
how to view the full
triangle?


?xml version="1.0"
encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Script![CDATA[function
a(){

can1.createChild(mx.containers.Canvas,"rectcan"
,{});tri(can1["rectcan"]);}function
tri(target){target.beginFill(0x00F0FF,
20);target.lineStyle(2, 0xFF00FF,
100);target.moveTo(200,
200);//target.lineTo(300,
300);target.lineTo(100,
300);//target.lineTo(200,
200);target.lineTo(500,
450);target.endFill();

}]]/mx:Scriptmx:Canvas id="can1"
autoLayout="true" width="500" height="400"
backgroundColor="0xFF"mx:Button label="drawtri"
click="a()"//mx:Canvas/mx:Application
[Sathish K]







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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  








DISCLAIMER: 

Information transmitted by this e-mail may be proprietary to Ramco Systems Ltd., and / or the authors of the information and is intended for use only by the individual or entity to which it is addressed, and may contain confidential or legally privileged information. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are not authorised to access, read, disclose, copy, use or otherwise deal with it and any such actions are prohibited and may be unlawful. 

Internet communications cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, arrive late or contain viruses. Ramco Systems Limited therefore does not accept liability for any errors, omissions, viruses or computer problems experienced as a result of this transmission.

If you have received this e-mail in error, please notify us immediately at mail to: [EMAIL PROTECTED] and delete this mail from your records. Notice is hereby given that no representation, contract or other binding obligation shall be created by this e-mail.


Re: [flexcoders] Adobe Bridges Flash, Flex with AJAX

2006-03-09 Thread dos dedos



I agree that it's a politically clever move, but not so from a purely technical point of view.Since Flex Builder 2 is based on Eclipse and since there are several AJAX platforms that have plugins for Eclipse, I suppose that one of the AJAX tool vendors (e.g. Zimbra, Bindows et al) could develop an IDE based on Eclipse that would offer an integrated environment for developing mixed-mode AJAX-Flex2 applications.The idea behind this move, in my extra humble opinion, is to address developer "inertia" in moving from one tech to another by making it very tempting and easy to make the switch.Flex 2 is far more powerful than AJAX for many reasons including the following: shifts more of the functionality away from the server leaving it with less load [cross-domain stuff is useful here], offers async pub-sub, far more visual possibilities and cosistency across platforms.AJAX is fine for email applications and such, and possibly for fancier stuff than
 we've seen to date (I have seen some advanced AJAX stuff under development that includes some really dynamic graphical elements, e.g. flowcharts, that can be graphically manipulated the user in realtime.) However, Flex can do a lot more as of today, so it is definitely far ahead of AJAX on several fronts, including graphics and distribution/decoupling.So by allowing AJAX developers easy transition/access to Flex (and vice versa) they are counting on the fact that Flex has far stronger pull effect than AJAX for most creative developers. I believe it's a smart strategy to move the creative types from AJAX to Flex. A 3rd party Eclipse AJAX/Flex 2 IDE would be very popular in both camps. For example, if Bindows or Zimbra decide to integrate Flex with their toolkits they may succeed in leading the RIA market.MarcRenaun Erickson [EMAIL PROTECTED] wrote:Here is an article talking about Adobe's development of Flex-AJAX bridge frameworks.   Adobe Bridges Flash, Flex with AJAX  This is a great move by Adobe.   
		Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 






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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] remote sandbox security problem for mx:HTTPService

2006-03-09 Thread Arnaud Garcia
Hi all,

My app works well when I launch it as a local
sandbox but when I put it in my tomcat webserver the
sandbox is now on state remote and all the http
service call failed.

The only way I found is to put a crossdomain.xml in
the root of all servers I call ! (which is not
possible for a real deployment)

= Is there a way to create as we do in java a policy
file on the client side or a certificate to trust the
swf file ...


many thanks for help
arnaud



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

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

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

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




[flexcoders] Doubt in draw triangle inside Canvas

2006-03-09 Thread Sathish K





when i execute the
following code. 
Triangledrawn
outsidethe canvas area... 
how to view the full
triangle?


?xml version="1.0"
encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Script![CDATA[function
a(){

can1.createChild(mx.containers.Canvas,"rectcan"
,{});tri(can1["rectcan"]);}function
tri(target){target.beginFill(0x00F0FF,
20);target.lineStyle(2, 0xFF00FF,
100);target.moveTo(200,
200);//target.lineTo(300,
300);target.lineTo(100,
300);//target.lineTo(200,
200);target.lineTo(500,
450);target.endFill();

}]]/mx:Scriptmx:Canvas id="can1"
autoLayout="true" width="500" height="400"
backgroundColor="0xFF"mx:Button label="drawtri"
click="a()"//mx:Canvas/mx:Application
[Sathish K]







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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  








DISCLAIMER: 

Information transmitted by this e-mail may be proprietary to Ramco Systems Ltd., and / or the authors of the information and is intended for use only by the individual or entity to which it is addressed, and may contain confidential or legally privileged information. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are not authorised to access, read, disclose, copy, use or otherwise deal with it and any such actions are prohibited and may be unlawful. 

Internet communications cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, arrive late or contain viruses. Ramco Systems Limited therefore does not accept liability for any errors, omissions, viruses or computer problems experienced as a result of this transmission.

If you have received this e-mail in error, please notify us immediately at mail to: [EMAIL PROTECTED] and delete this mail from your records. Notice is hereby given that no representation, contract or other binding obligation shall be created by this e-mail.


RE: [flexcoders] Re: Flex2 beta -- localToGlobal(), globalToLocal() bug

2006-03-09 Thread Alex Uhlmann
Yes, there is:
http://livedocs.macromedia.com/labs/1/flex/langref/migration.html

Migrating Applications to Flex 2:
http://labs.macromedia.com/wiki/index.php/Flex:Release_Notes#Beta_1_docu
mentation

Best,
Alex

Alex Uhlmann
Consultant (Rich Internet Applications)
Adobe Consulting
Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
p: +44 (0) 131 338 6969
m: +44 (0) 7917 428 951 
[EMAIL PROTECTED] 


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sufibaba
Sent: 08 March 2006 17:33
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex2 beta -- localToGlobal(), globalToLocal()
bug

Hi Alex,

I wasn't aware of the change.  BTW, is there a published list of changes
of this sort that you know of.

Cheers,

Tim


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

 How are you using it? Make sure you are using the return value. 
 
 i.e.
 
 target.localToGlobal(p);
 trace(p.x);
 
 would previously have changed p. Now you have to do:
 
 P = target.localToGlobal(p);
 trace(p.x);
 
 Alex
 
 Alex Uhlmann
 Consultant (Rich Internet Applications) Adobe Consulting Westpoint, 4 
 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
 p: +44 (0) 131 338 6969
 m: +44 (0) 7917 428 951
 [EMAIL PROTECTED] 
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 On Behalf Of sufibaba
 Sent: 07 March 2006 19:35
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex2 beta -- localToGlobal(), globalToLocal() 
 bug
 
 Hi Flexors,
 
 I am using these two functions and they don't seem to working.
 
 Has anyone looked into this.  Is this a bug and if it is, is there a 
 work around.
 
 Cheers,
 
 Tim
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links









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



 




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

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

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

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





[flexcoders] CellRender DataGrid create row Runtime

2006-03-09 Thread Devis
Hi to all i have this problem but i have no idea how to implent:
Here my DataGrid

CODENAME QTY
1 ALL  100
054 PIPPO1

I wish when the end user click on dataGrid row to create a dataGrid likeThis
CODENAME QTY
1 ALL  100
cons 14/10/2006   (this row i must put it at runtime in
the secondcolumn)
054 PIPPO1
cons 15/10/2006  (this row i must put it at runtime in
the secondcolumn)

Can you help me please
Devis





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

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

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

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




[flexcoders] Runtime error #1034

2006-03-09 Thread nahruka



	Hi all,While executing my Flex application, I got the following runtime error:TypeError: Error #1034: Type Coercion failed: cannot convert Components::Grup$ to mx.core.IFactoryat MethodInfo-1992()at mx.binding::Binding/execute()at mx.binding::BindingManager$/executeBindings()at mx.core::UIComponent/executeBindings()at mx.core::Container/createComponentFromDescriptor()at mx.core::Container/createComponentsFromDescriptors()at mx.containers::ViewStack/mx.containers:ViewStack::instantiateSelectedChild()at mx.containers::ViewStack/mx.containers:ViewStack::commitProperties()at mx.core::UIComponent/validateProperties()at mx.managers::LayoutManager/validateProperties()at mx.managers::LayoutManager/mx.managers:LayoutManager:oPhasedInstantiation()at mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher2()at mx.core::UIComponent/mx.core:UIComponent::callLaterDispatcher()Themain application has a set of components stored in a common directorynamed Components. One of these components is VProva (extends VBox) andit includes the mx:TileList tag (see attached code).Where Grup.mxml is another component in the Components folder also extending from VBox.Is this a Flex compiler bug? How can I overcome it?Thanks!Code for VProva.mxml:?xml version="1.0" encoding="utf-8"?mx:VBox xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" width="100%" height="100%" xmlns:ns1="Components.*" initialize="inici()" mx:Script  ![CDATA[   import mx.utils.ArrayUtil;   [Bindable] public var arr:Array;   private function inici() {arr = new Array("un", "dos", "tres");   }  ]] /mx:Script mx:TileList dataProvider="{arr}" listItemRenderer="{Grup}"/mx:TileList/mx:VBox---Code for Grup.mxml:?xml version="1.0" encoding="utf-8"?mx:VBox xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" mx:Label text="test"/mx:Label/mx:VBox  






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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] This is my mistake.

2006-03-09 Thread dos dedos



"Inculcate" is a scary word...flash6designeronline [EMAIL PROTECTED] wrote: Hi All,  This is my mistake.  Here is the the link  http://www.fruition.in/openmacro.html  Let me know your thoughts.  Flash:)  
		Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 






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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] RemoteObject and Enterprise Services

2006-03-09 Thread mvbaffa
Hi All,

I am working with Flex 2.0 and considering the use of RemoteObject. 

But i am concerned about the entreprise services and its price. I am 
using .NET at the server and thinking about some new .NET AMF open 
source packages.

The main problem with Entreprise Services, as I have heard, is the 
price. Will I be able to use at the client RemoteObjects and a free 
AMF at the server without having to pay form Enterprise Services.

Excuse me if this an obvious question but I am new to Flex.

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/

* 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: Effects - Newbie help

2006-03-09 Thread Roger Gonzalez
We do support the new Flash Type engine, but indirectly - you have to
export a SWF containing the font from Flash 8, and then embed it into
your Flex 2 app.  This doesn't change the need to have the font
embedded, device fonts are still the default.

-rg 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of pk_wasp
 Sent: Wednesday, March 08, 2006 10:34 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Effects - Newbie help
 
 the text on the label won't fade coz Flex uses device fonts by default
 
 if you use embedded fonts u should see the effect
 
 does anyone know if Flex 2.0 is going to support Flash Type e.g. 
 that new font engine in Flash Player 8 which should sort this problem 
 out?
 
 --- In flexcoders@yahoogroups.com, Brent Johnson [EMAIL PROTECTED] wrote:
 
   I'm having a litle trouble understanding how effects work. 
  Apparently when you play() an effect, it is asynchronous, but I 
 can't
  seem to wrap my head around a solution.
  
   I have a Timer set up.  Each time it fires, I want to do the 
 following:
  
  1) Fade the Label to alpha=0.0
  2) Change the Label text
  3) Fade to alpha=1.0
  
  
  So I define one mx:Fade to fade in and one to fade out.  Then in my
  timer handler I try:
  
  fadeOut.play([salesTxt], true);
  
  salesTxt.text = cf.format(tickerData[current].value);
  
  fadeIn.play([salesTxt], true);
  
  ...but the text just pops to alpha 0.0 and then fades in.
  
  Could someone explain why this happens and what would be a good way 
 to
  accomplish this?
  
   Thanks,
 Brent
 
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


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

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

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

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




[flexcoders] Re: Repeater and Web Services (Flex 2b1)

2006-03-09 Thread Tim Sawyer
Sorry didn't spot that.

I have tried that way, and it doesn't seem to work.  The behaviour I'm
seeing is:

Assign collection to dataprovider = no event firing.
Update dataprovider directly = event fires, but there's a null object
somewhere.

I'm stumped, a workaround I can see is to loop through the results of
my web service and add a tab manually for each row.

The web service in debug mode does seem to be returning the correct
data, and if I try and add objects directly to the dataprovider it
errors on the first one, so I think the data returned from the web
service is correct.

Thanks,

Tim.

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

 Hi!
 
 The difference between your code and mine was that I set a temp
variable, 
 made all the changes on the temp, and then assigned the temp to the
bound 
 variable.
 
 I don't know why, but assigning the changed temp variable seemed to
react 
 differently than changing the actual bound variable.
 
 I'm not sure why excecuteBindings did not work for you.  It almost
always 
 worked for me.
 
 Are you sure you are getting data back from your service?
 
 
 -- Carolyn
 
 At 12:58 PM 3/8/2006, you wrote:
 Thanks for that.  executeBindings() didn't work though, it just didn't
 seem to fire the event. :-(
 
 My original mail below has me doing:
 
private function populateCategoryList(event : ResultEvent)
: void
{
  tabsDataProvider = new ArrayCollection();
  var lResults : ArrayCollection = new
   ArrayCollection(event.result);
  var lIndex:int;
  for (lIndex = 0; lIndex  lResults.length; lIndex++)
  {
tabsDataProvider.addItem(lResults.getItemAt(lIndex));
  }
}
 
 which I think is the same as your other suggestion.  This gives me a
 null error.
 
 Any more ideas appreciated, or is this a bug?
 
 ta,
 
 Tim.
 
 --- In flexcoders@yahoogroups.com, Carolyn Cole cam156@ wrote:
  
   Hi!
  
   I know this may not be the right way, but you can call
   myCategories.executeBindings()
or
   I found if I made a new Object added the data to that and then
set the
   bound object to that:
   var tmpArray = new ArrayCollection();
   var lResults : ArrayCollection = new
   ArrayCollection(event.result);
   var lIndex:int;
   for (lIndex = 0; lIndex  lResults.length; lIndex++)
   {
 tmpArray.addItem(lResults.getItemAt(lIndex));
   }
  tabsDataProvider = tmpArray;
   I'm not sure if the above will work some times it did, other times I
 had to
   call executeBindings.
  
   -- Carolyn
  
   At 11:24 AM 3/8/2006, you wrote:
   Interesting.
   
   This code:
   
  tabsDataProvider = new ArrayCollection(event.result);
  var lCollectionEvent : CollectionEvent = new
CollectionEvent();
  lCollectionEvent.kind = CollectionEventKind.REFRESH;
  tabsDataProvider.dispatchEvent(lCollectionEvent);
   
   causes the same
   
   TypeError: Error #1009: null has no properties.
  at
mx.core::Repeater/mx.core:Repeater::getIndexForFirstChild()
  at mx.core::Repeater/mx.core:Repeater::recreate()
  at mx.core::Repeater/mx.core:Repeater::execute()
  at mx.core::Repeater/mx.core:Repeater::sort()
  at
 mx.core::Repeater/mx.core:Repeater::collectionChangedHandler()
   
   as before.
   
   Tim.
   
   --- In flexcoders@yahoogroups.com, Tim Sawyer lists@ wrote:

 Good plan, but I think I need to be more specific with the
 event.  I get

 Error: Repeater.collectionChangedHandler: unhandled
collectionEvent
 kind, 500
   at

  
 
mx.core::Repeater/mx.core:Repeater::collectionChangedHandler()[C:\dev\bet

  a1\sdk\frameworks\mx\core\Repeater.as:1000]
   at flash.events::EventDispatcher/dispatchEvent()
   at

  
 
mx.collections::ListCollectionView/dispatchEvent()[C:\dev\beta1\sdk\frame

  works\mx\collections\ListCollectionView.as:701]
   at

  
 
components::DashBoardTabList/components:DashBoardTabList::populateCategor

 
yList()[C:\dev\HEAD\PRODUCT\websites\MisDashboard\dev\components\DashBoardTabList.mxml:27]
   at

  
 
()[C:\dev\HEAD\PRODUCT\websites\MisDashboard\dev\services\category\FetchC

  ategoryList.as:24]
   at flash.events::EventDispatcher/dispatchEvent()
   at

  
 
mx.rpc::AbstractService/dispatchEvent()[C:\dev\enterprise_beta1\framework

  s\mx\rpc\AbstractService.as:144]
   at

  
 
mx.rpc::AbstractOperation/http://www.macromedia.com/2005/flex/mx/intern

 
al::dispatchRpcEvent()[C:\dev\enterprise_beta1\frameworks\mx\rpc\AbstractOperation.as:162]http://www.macromedia.com/2005/flex/mx/internal::dispatchRpcEvent()[C:\dev\enterprise_beta1\frameworks\mx\rpc\AbstractOperation.as:162]http://www.macromedia.com/2005/flex/mx/internal::dispatchRpcEvent()[C:\dev\enterprise_beta1\frameworks\mx\rpc\AbstractOperation.as:162]
   

RE: [flexcoders] FlashRemoting in ActionScript Project

2006-03-09 Thread Roger Gonzalez





No need to do it this way, see my previous solution. 
All you need is to make your Actionscript base class use FlexLoader as its 
bootstrap class (which has other benefits as well).

-rg

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of M.Prabhakar 
  ShenoySent: Thursday, March 09, 2006 3:10 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] FlashRemoting 
  in ActionScript Project
  use mxml project to using remoteobject tag and while compiling use 
  -keep along with flex-enterprise-service.xml, it will generate .as classes for 
  all mxml files in generated directory under project directory, go to that 
  directory, look for filename.as for filename.mxml in that dir. 
  open that file and see how file is gnerated. is it make 
  sense--Prabs
  On 3/8/06, sn197412 
  [EMAIL PROTECTED] 
  wrote: 
  
Hi.Can we connect to ColdFusion from 
SWF of ActionScript Project??I got an error like below.[Couldn't 
establish a connection to 'ColdFusion']I'm sure I did set a compiler 
option of flex-enterprise-services.xml.But it never work.Please 
somebody tell me how I can connect to FlashRemoting withActionScript 
Project.--Shigeru--Flexcoders 
Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 

SPONSORED 
LINKS 

  
  
Web site design development 
Computer software development 
Software design and development 
  
Macromedia flex 
Software development best practice 
  


YAHOO! GROUPS LINKS 

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


-- regards and 
  thanksM.Prabhakar Shenoy+91 94483 77460 





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: flex builder2 internal build error

2006-03-09 Thread bhaq1972
Thanks everyone


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

 it same happened to me some tilmes ago...little 
mistakes makes
 it so difficult...luckily we have YELLOW WARNING SYMBOLS ,,,they 
are really
 frendly
 
 On 3/8/06, Michael Schmalle [EMAIL PROTECTED] wrote:
 
  Oh yeah, one other thing.
 
  This has taught me to ::
 
  Treat the little yellow warning symbols as friends saying the 
more of me
  you get to go away, the more time on development I give you, 
spoken from
  the mouth of the yellow warning  sprites.
 
  Yes, they are you closest friends...
 
  Peace, Mike
 
 
 
  On 3/8/06, Michael Schmalle [EMAIL PROTECTED] wrote:
  
   Sorry, ;(
  
   Search this list, about a month - 3 weeks ago I had the same 
issue and
   well, happy fishing!
  
   My problem was an id had the same name as a var myProp 
declared in an
   mx:Script tag.
  
   So essentially, I had;
  
   mx:Script
  
  var myButton:Button;
  
   /mx:Script
  
   app
  
  mx:Button id=myButton /
  
   /app..
  
   When I found this and changed the var myButton:Button to 
public var
   myButton:Button, I got the REAL error, duplicate public 
property.
  
   I had over 30 different files that could have had this in it, 
I got
   lucky.
  
   Long story short, this one little problem cost me 2 days on a 
component
   project, but I moved on for awhile to get a fresh look..
  
   Peace, Mike
  
  
   On 3/8/06, bhaq1972  [EMAIL PROTECTED] wrote:
   
Hi
In one flexbuilder2 project containing approximately 15 
simple mxml
apps ( most of which are copies of ones from the livedocs). 
I am
getting 'an internal build error has occured. please check 
the error
log' error. As follows.
Any ideas. cant go any further. any help will be appreciated
   
thanks
   
java.lang.OutOfMemoryError
!SESSION 2006-03-08 16:17:22.310 

---
eclipse.buildId=unknown
java.version=1.4.2_09
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86
   
!ENTRY org.eclipse.core.resources 2 10035 2006-03-08 
16:17:23.834
!MESSAGE A workspace crash was detected. The previous 
session did
not exit normally.
   
!ENTRY org.eclipse.ui 4 4 2006-03-08 16:17:29.836
!MESSAGE Invalid Menu Extension (Path is invalid):
zorn.standalone.actions.OpenRunConfigurations
   
!ENTRY org.eclipse.ui 4 4 2006-03-08 16:17:29.852
!MESSAGE Invalid Menu Extension (Path is invalid):
zorn.standalone.actions.OpenDebugConfigurations
   
!ENTRY zorn.project 4 43 2006-03-08 16:19:29.484
!MESSAGE Uncaught exception in compiler
!STACK 0
java.lang.NullPointerException
  at flex2.compiler.abc.Compiler.parse(Compiler.java:143)
  at flex2.compiler.API.parse(API.java:1104)
  at flex2.compiler.API.parse(API.java:1072)
  at flex2.compiler.API.batchInner(API.java:156)
  at flex2.compiler.API.batch(API.java:260)
  at flex2.compiler.API.compile(API.java:361)
  at zorn.project.compiler.Compiler.compile
(Compiler.java:186)
  at

zorn.project.compiler.internal.FlexIncrementalBuilder.buildApplicatio
n(FlexIncrementalBuilder.java:333)
  at
zorn.project.compiler.internal.FlexIncrementalBuilder.build
(FlexIncrementalBuilder.java:224)
  at org.eclipse.core.internal.events.BuildManager$2.run
(BuildManager.java:593)
  at 
org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:1044)
  at org.eclipse.core.runtime.Platform.run
(Platform.java:783)
  at 
org.eclipse.core.internal.events.BuildManager.basicBuild
(BuildManager.java:168)
  at 
org.eclipse.core.internal.events.BuildManager.basicBuild
(BuildManager.java:202)
  at org.eclipse.core.internal.events.BuildManager$1.run
(BuildManager.java:231)
  at 
org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:1044)
  at org.eclipse.core.runtime.Platform.run
(Platform.java:783)
  at 
org.eclipse.core.internal.events.BuildManager.basicBuild
(BuildManager.java:234)
  at
org.eclipse.core.internal.events.BuildManager.basicBuildLoop
(BuildManager.java:253)
  at org.eclipse.core.internal.events.BuildManager.build
(BuildManager.java:282)
  at 
org.eclipse.core.internal.events.AutoBuildJob.doBuild
(AutoBuildJob.java:139)
  at org.eclipse.core.internal.events.AutoBuildJob.run
(AutoBuildJob.java:200)
  at org.eclipse.core.internal.jobs.Worker.run
(Worker.java:76)
   
   
   
   
   
--
Flexcoders Mailing List
FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
   
   
   
SPONSORED 

[flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread mmthm
I'm new to Flex, and i'm interested in knowing if there are any markets 
where i can obtain extended Flex components, either commercial or 
opensource (eg. sourceforge)?  I would like to use components that are 
not currently part of the Flex framework.

I'm thinking of components like complex calendaring (eg. 
http://www.laszlosystems.com/lps/sample-apps/calendar/calendar.lzo?
lzt=html), clock controls, gauges, spreadsheet controls, reporting 
components, specialized grids, gant chart components, network graphing 
components, chat controls, etc

Thanks.







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

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

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

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




RE: [flexcoders] remote sandbox security problem for mx:HTTPService

2006-03-09 Thread Tracy Spratt
You can use the Flex proxy, or write your own.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Arnaud Garcia
Sent: Thursday, March 09, 2006 7:25 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] remote sandbox security problem for
mx:HTTPService

Hi all,

My app works well when I launch it as a local
sandbox but when I put it in my tomcat webserver the
sandbox is now on state remote and all the http
service call failed.

The only way I found is to put a crossdomain.xml in
the root of all servers I call ! (which is not
possible for a real deployment)

= Is there a way to create as we do in java a policy
file on the client side or a certificate to trust the
swf file ...


many thanks for help
arnaud



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



 






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

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

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

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





[flexcoders] Re: XMLList as dataProvder for TileList

2006-03-09 Thread bhaq1972
without looking at your code, i'll take a big guess. try putting 
your XMLList into a XMLLIstCollection
eg

var xlc:XMLListCollection = new XMLListCollection(yourXMLList);
yourTileList.dataProvider = xlc;



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

 Hi,
 
 I create a XMLList result from a query by using the e4x method - 
and I would
 like to use this as the data provider for a TileList.
 
 In the TileList I create a custom component as a listItemRenderer, 
and in
 that component I use e.g. [EMAIL PROTECTED] to try and display the 
value of
 my attribute.
 
 The weird thing is that I get a TileList created with only one row 
in it
 (the XML has 5), and all the values for each field is concatenated.
 
 So instead of seeing rows with values
 1
 4
 5
 I see one row with value 145.
 
 Hopefully this makes sense.  Is there any trick to make this work?
 
 Thanks
 
 Jonathan







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

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

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

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




RE: [flexcoders] CellRender DataGrid create row Runtime

2006-03-09 Thread Tracy Spratt
I would consider creating a cellRenderer that will create the entire
line, and use it in a List, instead of trying to use DataGrid.  I have
not done this and am not sure how the List would respond to changes in
individual line heights.

If that doesn't work, use a custom component(nearly the same as the
cellRenderer) in a repeater.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Devis
Sent: Thursday, March 09, 2006 8:42 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] CellRender DataGrid create row Runtime

Hi to all i have this problem but i have no idea how to implent:
Here my DataGrid

CODENAME QTY
1 ALL  100
054 PIPPO1

I wish when the end user click on dataGrid row to create a dataGrid
likeThis
CODENAME QTY
1 ALL  100
cons 14/10/2006   (this row i must put it at runtime
in
the secondcolumn)
054 PIPPO1
cons 15/10/2006  (this row i must put it at runtime
in
the secondcolumn)

Can you help me please
Devis





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



 






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

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

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

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




Re: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread JesterXL
Market?  Well, there are a bunch of Flash components that can easily be 
ported to work in Flex, some with no work at all.

As far as creating them, however, that takes a lot of work, time, and the 
decision to go pay vs. open source isn't one to be taken lightly if you 
value your time at all.

There some other sets out there too like mCom, Ghostwire, ActionStep, etc. 
that have some components unique to their set.  Hit Google for Flash 
components.



- Original Message - 
From: mmthm [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Thursday, March 09, 2006 10:14 AM
Subject: [flexcoders] Is there a third-party or opensource market for Flex 
components?


I'm new to Flex, and i'm interested in knowing if there are any markets
where i can obtain extended Flex components, either commercial or
opensource (eg. sourceforge)?  I would like to use components that are
not currently part of the Flex framework.

I'm thinking of components like complex calendaring (eg.
http://www.laszlosystems.com/lps/sample-apps/calendar/calendar.lzo?
lzt=html), clock controls, gauges, spreadsheet controls, reporting
components, specialized grids, gant chart components, network graphing
components, chat controls, etc

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







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

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

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

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





Re: [flexcoders] remote sandbox security problem for mx:HTTPService

2006-03-09 Thread Arnaud Garcia
What do you mean by Flex proxy ? (I don't have flex enterprise 
server ...)
thanks for help
 arnaud

Tracy Spratt a écrit :

 You can use the Flex proxy, or write your own.

 Tracy

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Arnaud Garcia
 Sent: Thursday, March 09, 2006 7:25 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] remote sandbox security problem for
 mx:HTTPService

 Hi all,

 My app works well when I launch it as a local
 sandbox but when I put it in my tomcat webserver the
 sandbox is now on state remote and all the http
 service call failed.

 The only way I found is to put a crossdomain.xml in
 the root of all servers I call ! (which is not
 possible for a real deployment)

 = Is there a way to create as we do in java a policy
 file on the client side or a certificate to trust the
 swf file ...


 many thanks for help
 arnaud



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










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



 SPONSORED LINKS
 Web site design development 
 http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
  
   Computer software development 
 http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
  
   Software design and development 
 http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
  

 Macromedia flex 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
  
   Software development best practice 
 http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
  



 
 YAHOO! GROUPS LINKS

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

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

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


 




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

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

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

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




RE: [flexcoders] Re: XMLList as dataProvder for TileList

2006-03-09 Thread Roger Gonzalez
Also note that we have no way to monitor an XMLList for changes (its a
snapshot), so if you want your dataprovider to update, your expression
needs to include a reference to the actual XML.

-rg

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of bhaq1972
 Sent: Thursday, March 09, 2006 7:33 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: XMLList as dataProvder for TileList
 
 without looking at your code, i'll take a big guess. try putting 
 your XMLList into a XMLLIstCollection
 eg
 
 var xlc:XMLListCollection = new XMLListCollection(yourXMLList);
 yourTileList.dataProvider = xlc;
 
 
 
 --- In flexcoders@yahoogroups.com, Jonathan Bezuidenhout 
 [EMAIL PROTECTED] wrote:
 
  Hi,
  
  I create a XMLList result from a query by using the e4x method - 
 and I would
  like to use this as the data provider for a TileList.
  
  In the TileList I create a custom component as a listItemRenderer, 
 and in
  that component I use e.g. [EMAIL PROTECTED] to try and display the 
 value of
  my attribute.
  
  The weird thing is that I get a TileList created with only one row 
 in it
  (the XML has 5), and all the values for each field is concatenated.
  
  So instead of seeing rows with values
  1
  4
  5
  I see one row with value 145.
  
  Hopefully this makes sense.  Is there any trick to make this work?
  
  Thanks
  
  Jonathan
 
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
  
 
 
 


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

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

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

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





Re: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread Michael Schmalle



Hello,

Are speaking of Flex 1.5 or Flex2?

If you are speaking of Flex 2, it would almost be virtually impossible
to use a no-flexframework component in a Flex app. You would have
to implement so many things.

I have been working on many custom components for Flex2, some
that you have mentioned. Since we are still in beta1, so are my
components. I have a feeling, the thrid party component market will
exlode in 1 year(not to mention open source components).

There are just to many things a good developer could make for clients
that even competition will be mute on some components becasue they are
so specailized.

It's not like the Flash component market where any one and their
brother could put up a cheesy site and say they sell components.

There is another angle here that I think clients will want and that is
a standardized documentation presentation. I think any 3rd party
developer that can create fantastic docs for their components will be a
success(IE following the path of Adobe's docs to begin with).

Anyway, it's funny this list does not talk about 3rd party components
more, but I am sure they will be when Flex2 goes public. Flex2 is
components and that in itself makes this a great market to do great
things in.

Peace, Mike
On 3/9/06, mmthm [EMAIL PROTECTED] wrote:




I'm new to Flex, and i'm interested in knowing if there are any markets 
where i can obtain extended Flex components, either commercial or 
opensource (eg. sourceforge)? I would like to use components that are 
not currently part of the Flex framework.

I'm thinking of components like complex calendaring (eg. 
http://www.laszlosystems.com/lps/sample-apps/calendar/calendar.lzo?

lzt=html), clock controls, gauges, spreadsheet controls, reporting 
components, specialized grids, gant chart components, network graphing 
components, chat controls, etc

Thanks.












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

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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




  










-- What goes up, does come down.






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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Re: XMLList as dataProvder for TileList

2006-03-09 Thread Jonathan Bezuidenhout



Excellent - that worked.Thanks!JonathanOn 3/9/06, bhaq1972 [EMAIL PROTECTED] wrote:




without looking at your code, i'll take a big guess. try putting 
your XMLList into a XMLLIstCollection
eg

var xlc:XMLListCollection = new XMLListCollection(yourXMLList);
yourTileList.dataProvider = xlc;








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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] CellRender DataGrid create row Runtime

2006-03-09 Thread Devis
THANK'S FOR YOUR SUGGESTION
DEVIS

- Original Message - 
From: Tracy Spratt [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Thursday, March 09, 2006 4:43 PM
Subject: RE: [flexcoders] CellRender DataGrid create row Runtime


 I would consider creating a cellRenderer that will create the entire
 line, and use it in a List, instead of trying to use DataGrid.  I have
 not done this and am not sure how the List would respond to changes in
 individual line heights.

 If that doesn't work, use a custom component(nearly the same as the
 cellRenderer) in a repeater.

 Tracy

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Devis
 Sent: Thursday, March 09, 2006 8:42 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] CellRender DataGrid create row Runtime

 Hi to all i have this problem but i have no idea how to implent:
 Here my DataGrid

 CODENAME QTY
 1 ALL  100
 054 PIPPO1

 I wish when the end user click on dataGrid row to create a dataGrid
 likeThis
 CODENAME QTY
 1 ALL  100
 cons 14/10/2006   (this row i must put it at runtime
 in
 the secondcolumn)
 054 PIPPO1
 cons 15/10/2006  (this row i must put it at runtime
 in
 the secondcolumn)

 Can you help me please
 Devis





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










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









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

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

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

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




RE: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread Jonathan Miranda












Ghostwire was great back when I did Flash
development, but I think its all in AS1 still.

_

Jonathan Miranda

Flexible Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w (720)
963-3832

c (707)
761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL
Sent: Thursday, March 09, 2006
8:43 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Is there
a third-party or opensource market for Flex components?





Market? Well, there are
a bunch of Flash components that can easily be 
ported to work in Flex, some with no work at all.

As far as creating them, however, that takes a lot
of work, time, and the 
decision to go pay vs. open source isn't one to be
taken lightly if you 
value your time at all.

There some other sets out there too like mCom,
Ghostwire, ActionStep, etc. 
that have some components unique to their
set. Hit Google for Flash 
components.



- Original Message - 
From: mmthm
[EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Thursday, March 09, 2006 10:14 AM
Subject: [flexcoders] Is there a third-party or
opensource market for Flex 
components?


I'm new to Flex, and i'm interested in knowing if
there are any markets
where i can obtain extended Flex components,
either commercial or
opensource (eg. sourceforge)? I would like
to use components that are
not currently part of the Flex framework.

I'm thinking of components like complex
calendaring (eg.
http://www.laszlosystems.com/lps/sample-apps/calendar/calendar.lzo?
lzt=html), clock controls, gauges, spreadsheet
controls, reporting
components, specialized grids, gant chart
components, network graphing
components, chat controls, etc

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













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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread Greg Fuller



I thought commercial compenents were a violation of the license agreement in Flex 1. Is this changing in Flex 2 ?On 3/9/06, Jonathan Miranda 
[EMAIL PROTECTED] wrote:




















Ghostwire was great back when I did Flash
development, but I think it's all in AS1 still.

_

Jonathan Miranda


Flexible Master of the Web


Try not
to become a man of success, but a man of value. - Albert Einstein


HealthGrades: Guiding America
 to Better Healthcare™

NASDAQ:
HGRD

w (720)
963-3832

c (707)
761-0868


[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of JesterXL
Sent: Thursday, March 09, 2006
8:43 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Is there
a third-party or opensource market for Flex components?





Market? Well, there are
a bunch of Flash components that can easily be 

ported to work in Flex, some with no work at all.

As far as creating them, however, that takes a lot
of work, time, and the 
decision to go pay vs. open source isn't one to be
taken lightly if you 
value your time at all.

There some other sets out there too like mCom,
Ghostwire, ActionStep, etc. 
that have some components unique to their
set. Hit Google for Flash 
components.



- Original Message - 
From: mmthm
[EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Thursday, March 09, 2006 10:14 AM
Subject: [flexcoders] Is there a third-party or
opensource market for Flex 
components?


I'm new to Flex, and i'm interested in knowing if
there are any markets
where i can obtain extended Flex components,
either commercial or
opensource (eg. sourceforge)? I would like
to use components that are
not currently part of the Flex framework.

I'm thinking of components like complex
calendaring (eg.
http://www.laszlosystems.com/lps/sample-apps/calendar/calendar.lzo?

lzt=html), clock controls, gauges, spreadsheet
controls, reporting
components, specialized grids, gant chart
components, network graphing
components, chat controls, etc

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













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


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

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



  

















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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] This is my mistake.

2006-03-09 Thread michael . corbridge
What I really think is that someone should proof your copy.

every beautiful little things in this world are fresh ... ?

Unless you are attempting to initiate another, Your base are belong to us
craze.

---
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.
---




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

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

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

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





[flexcoders] Internal compiler error

2006-03-09 Thread tobiaspatton
Hello;

I'm stuck! When compiling my project I am getting an internal 
compiler error, and can't for the life of me figure out why. I've 
reproduced the problem with a very small set of files that implement 
the same structure as my project. 

Essentially, I have a custom component, COMP_List, that derives from 
mx:List and implements some custom behaviors. I have another custom 
component DSHB_List that dervies from COMP_List. The main 
application instantiates a DSHB_List object.


/com/foo/bar/COMP/COMP_List.mxml:

?xml version=1.0 encoding=utf-8?
mx:List xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=*
/mx:List

/com/foo/bar/DSHB/DSHB_List.mxml:

?xml version=1.0 encoding=utf-8?
COMP:COMP_List xmlns:COMP=com.foo.bar.COMP.*
/COMP:COMP_List

/CompilerError.mxml:

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; 
xmlns:DSHB=com.foo.bar.DSHB.*
xmlns=* 
layout=absolute
DSHB:DSHB_List/
/mx:Application

This is the command line I'm using to compile, along with the 
compiler output:

C:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2
\binmxmlc --load-config ..\frameworks\flex-config.xml c:\Documents 
and Settings\tpatton\My 
Documents\Flex\CompilerError\CompilerError.mxml

Loading configuration file C:\Program Files\Adobe\Flex Builder 2 
Beta 1\Flex Framework 2\frameworks\flex-config.xml, root element 
flex-config
Initial setup: 343ms
Loaded 6 SWCs: 594ms
License Service: Flex 2.0 Developer Edition enabled (beta period 
ends May 1, 2006)
Compiling...
Error: null

java.lang.AssertionError
at flex2.compiler.mxml.lang.StandardDefs.isIUIComponent
(StandardDefs.java:267)
at 
flex2.compiler.mxml.builder.ComponentBuilder.constructComponent
(ComponentBuilder.java:78)
at flex2.compiler.mxml.builder.ApplicationBuilder.analyze
(ApplicationBuilder.java:102)
at flex2.compiler.mxml.dom.Node.analyze(Node.java:36)
at flex2.compiler.mxml.ImplementationCompiler.parse
(ImplementationCompiler.java:130)
at flex2.compiler.mxml.Compiler.parse(Compiler.java:73)
at flex2.compiler.API.parse(API.java:1104)
at flex2.compiler.API.parse(API.java:1072)
at flex2.compiler.API.batchInner(API.java:156)
at flex2.compiler.API.batch(API.java:260)
at flex2.compiler.API.compile(API.java:361)
at flex2.compiler.API.compile(API.java:289)
at flex2.tools.Compiler.main(Compiler.java:167)
Total time: 3062ms
Peak memory usage: 49 MB (Heap: 31, Non-Heap: 18)

Am I doing something obviously wrong here? Does anyone have any 
suggestions as to how I can track down an eliminate the internal 
compiler error?

Thanks.
Tobias











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

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

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

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




RE: [flexcoders] Internal compiler error

2006-03-09 Thread Roger Gonzalez
I'm guessing that your project isn't finding the frameworks SWC.  There
are a few key classes that really irk the compiler if it can't find
them.  Did you remove it from your project, or perhaps move the file?

-rg 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of tobiaspatton
 Sent: Thursday, March 09, 2006 9:03 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Internal compiler error
 
 Hello;
 
 I'm stuck! When compiling my project I am getting an internal 
 compiler error, and can't for the life of me figure out why. I've 
 reproduced the problem with a very small set of files that implement 
 the same structure as my project. 
 
 Essentially, I have a custom component, COMP_List, that derives from 
 mx:List and implements some custom behaviors. I have another custom 
 component DSHB_List that dervies from COMP_List. The main 
 application instantiates a DSHB_List object.
 
 
 /com/foo/bar/COMP/COMP_List.mxml:
 
 ?xml version=1.0 encoding=utf-8?
 mx:List xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=*
 /mx:List
 
 /com/foo/bar/DSHB/DSHB_List.mxml:
 
 ?xml version=1.0 encoding=utf-8?
 COMP:COMP_List xmlns:COMP=com.foo.bar.COMP.*  
 /COMP:COMP_List
 
 /CompilerError.mxml:
 
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; 
   xmlns:DSHB=com.foo.bar.DSHB.*
   xmlns=* 
   layout=absolute
   DSHB:DSHB_List/
 /mx:Application
 
 This is the command line I'm using to compile, along with the 
 compiler output:
 
 C:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2
 \binmxmlc --load-config ..\frameworks\flex-config.xml c:\Documents 
 and Settings\tpatton\My 
 Documents\Flex\CompilerError\CompilerError.mxml
 
 Loading configuration file C:\Program Files\Adobe\Flex Builder 2 
 Beta 1\Flex Framework 2\frameworks\flex-config.xml, root element 
 flex-config
 Initial setup: 343ms
 Loaded 6 SWCs: 594ms
 License Service: Flex 2.0 Developer Edition enabled (beta period 
 ends May 1, 2006)
 Compiling...
 Error: null
 
 java.lang.AssertionError
 at flex2.compiler.mxml.lang.StandardDefs.isIUIComponent
 (StandardDefs.java:267)
 at 
 flex2.compiler.mxml.builder.ComponentBuilder.constructComponent
 (ComponentBuilder.java:78)
 at flex2.compiler.mxml.builder.ApplicationBuilder.analyze
 (ApplicationBuilder.java:102)
 at flex2.compiler.mxml.dom.Node.analyze(Node.java:36)
 at flex2.compiler.mxml.ImplementationCompiler.parse
 (ImplementationCompiler.java:130)
 at flex2.compiler.mxml.Compiler.parse(Compiler.java:73)
 at flex2.compiler.API.parse(API.java:1104)
 at flex2.compiler.API.parse(API.java:1072)
 at flex2.compiler.API.batchInner(API.java:156)
 at flex2.compiler.API.batch(API.java:260)
 at flex2.compiler.API.compile(API.java:361)
 at flex2.compiler.API.compile(API.java:289)
 at flex2.tools.Compiler.main(Compiler.java:167)
 Total time: 3062ms
 Peak memory usage: 49 MB (Heap: 31, Non-Heap: 18)
 
 Am I doing something obviously wrong here? Does anyone have any 
 suggestions as to how I can track down an eliminate the internal 
 compiler error?
 
 Thanks.
 Tobias
 
 
 
 
 
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
  
 
 
 


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

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

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

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





[flexcoders] HibernateAdapter

2006-03-09 Thread Devis





hi,
i'm new with flex 2 beta 1, can you give some 
examples with HibernateAdapter pls
Thank's devis





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] In actionscript, converting from string to number loses precision

2006-03-09 Thread Boon Chew



This actually exists in Flash 8 as well. And I don't think it's a case of trace( ) not calling parseFloat, I get the same thing when I output it to a textfield.And it gets better:stop();var s:String = "952.85";var i:Number = parseFloat(s);// txtResultX are dynamic textbox on stagetxtResult1 = Math.floor(952.85 / 0.05); // 19057, correcttxtResult2 = Math.floor(i / 0.05); // 19056, wrongtxtResult3 = Math.floor(i * ( 1 / 0.05)); // 19057, correct- boonGordon Smith [EMAIL PROTECTED] wrote:This is a bug. Can you please file it?Apparently when the AS3 compiler compiles trace(i - 952.86), it doesn't convert the 952.86 to the exact same Number that the player does when it executes parseFloat() on "952.86". They should produce identical Numbers, and the different should be exactly 0.You should be aware, however, that the
 Number they produce will be very close but not exactly equal to decimal 952.86. The reason is that Number stores values as binary fractions, not decimal fractions. A decimal fraction like 0.375 has a terminating binary representation (0.011 =0 x 1/2 + 1 x 1/4 + 1 x 1/8) but a decimal fraction like 952.86 has a non-terminating binary representation that would require an infinite number of bits to represent exactly. This is why an _expression_ like 0.1 + 0.2 == 0.3 evaluates to false! This is NOT a bug, it's a consequence that microprocessors and computer languages tend to do floating-point arithmetic in binary, not in decimal. The Number type in AS3 is the same as the 'double' type in Java and C++, which have the same issue.- GordonFrom: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Boon Chew Sent: Wednesday, March 08, 2006 9:31 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] In actionscript, converting from string to number loses precisionAnyone has any idea why it's not possible to convert a string to a number without losing precision?var s:String =
 "952.86"; var i:Number = parseFloat(s); trace(i); trace(i - 952.86); // Not zero!  - boon  Yahoo! Mail Use Photomail to share photos without annoying attachments.
		Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 






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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: Internal compiler error

2006-03-09 Thread tobiaspatton
Hi Roger;

Thanks for replying.

For this test, I'm actually using the command-line compiler. If I 
explicitly link against framworks.swc I get the same error:

C:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2
\binmxmlc --load-config ..\frameworks\flex-config.xml c:\Documents 
and Settings\tpatton\My 
Documents\Flex\CompilerError\CompilerError.mxml -library-
path=c:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2
\frameworks\libs\framework.swc

Also, if frameworks.swc were corrupt or missing, wouldn't I have 
problems compiling *any* project? It's only this particular project 
that I'm having trouble with.

Tobias.

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

 I'm guessing that your project isn't finding the frameworks SWC.  
There
 are a few key classes that really irk the compiler if it can't find
 them.  Did you remove it from your project, or perhaps move the 
file?
 
 -rg 
 
  -Original Message-
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of tobiaspatton
  Sent: Thursday, March 09, 2006 9:03 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Internal compiler error
  
  Hello;
  
  I'm stuck! When compiling my project I am getting an internal 
  compiler error, and can't for the life of me figure out why. 
I've 
  reproduced the problem with a very small set of files that 
implement 
  the same structure as my project. 
  
  Essentially, I have a custom component, COMP_List, that derives 
from 
  mx:List and implements some custom behaviors. I have another 
custom 
  component DSHB_List that dervies from COMP_List. The main 
  application instantiates a DSHB_List object.
  
  
  /com/foo/bar/COMP/COMP_List.mxml:
  
  ?xml version=1.0 encoding=utf-8?
  mx:List xmlns:mx=http://www.macromedia.com/2005/mxml; 
xmlns=*
  /mx:List
  
  /com/foo/bar/DSHB/DSHB_List.mxml:
  
  ?xml version=1.0 encoding=utf-8?
  COMP:COMP_List xmlns:COMP=com.foo.bar.COMP.*
  /COMP:COMP_List
  
  /CompilerError.mxml:
  
  ?xml version=1.0 encoding=utf-8?
  mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; 
  xmlns:DSHB=com.foo.bar.DSHB.*
  xmlns=* 
  layout=absolute
  DSHB:DSHB_List/
  /mx:Application
  
  This is the command line I'm using to compile, along with the 
  compiler output:
  
  C:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2
  \binmxmlc --load-config ..\frameworks\flex-
config.xml c:\Documents 
  and Settings\tpatton\My 
  Documents\Flex\CompilerError\CompilerError.mxml
  
  Loading configuration file C:\Program Files\Adobe\Flex Builder 2 
  Beta 1\Flex Framework 2\frameworks\flex-config.xml, root element 
  flex-config
  Initial setup: 343ms
  Loaded 6 SWCs: 594ms
  License Service: Flex 2.0 Developer Edition enabled (beta period 
  ends May 1, 2006)
  Compiling...
  Error: null
  
  java.lang.AssertionError
  at flex2.compiler.mxml.lang.StandardDefs.isIUIComponent
  (StandardDefs.java:267)
  at 
  flex2.compiler.mxml.builder.ComponentBuilder.constructComponent
  (ComponentBuilder.java:78)
  at flex2.compiler.mxml.builder.ApplicationBuilder.analyze
  (ApplicationBuilder.java:102)
  at flex2.compiler.mxml.dom.Node.analyze(Node.java:36)
  at flex2.compiler.mxml.ImplementationCompiler.parse
  (ImplementationCompiler.java:130)
  at flex2.compiler.mxml.Compiler.parse(Compiler.java:73)
  at flex2.compiler.API.parse(API.java:1104)
  at flex2.compiler.API.parse(API.java:1072)
  at flex2.compiler.API.batchInner(API.java:156)
  at flex2.compiler.API.batch(API.java:260)
  at flex2.compiler.API.compile(API.java:361)
  at flex2.compiler.API.compile(API.java:289)
  at flex2.tools.Compiler.main(Compiler.java:167)
  Total time: 3062ms
  Peak memory usage: 49 MB (Heap: 31, Non-Heap: 18)
  
  Am I doing something obviously wrong here? Does anyone have any 
  suggestions as to how I can track down an eliminate the internal 
  compiler error?
  
  Thanks.
  Tobias
  
  
  
  
  
  
  
  
  
  
  
  --
  Flexcoders Mailing List
  FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  Yahoo! Groups Links
  
  
  
   
  
  
 








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

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

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

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





RE: [flexcoders] Re: Internal compiler error

2006-03-09 Thread Roger Gonzalez
You're right, I've looked at the specific line of code, and its not
unhappy about IUIComponent as I suspected, its unhappy about some other
class being unresolved.

We'll check this out internally, its quite possible its already been
fixed for Beta 2.

-rg 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of tobiaspatton
 Sent: Thursday, March 09, 2006 9:20 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Internal compiler error
 
 Hi Roger;
 
 Thanks for replying.
 
 For this test, I'm actually using the command-line compiler. If I 
 explicitly link against framworks.swc I get the same error:
 
 C:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2
 \binmxmlc --load-config ..\frameworks\flex-config.xml c:\Documents 
 and Settings\tpatton\My 
 Documents\Flex\CompilerError\CompilerError.mxml -library-
 path=c:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2
 \frameworks\libs\framework.swc
 
 Also, if frameworks.swc were corrupt or missing, wouldn't I have 
 problems compiling *any* project? It's only this particular project 
 that I'm having trouble with.
 
 Tobias.
 
 --- In flexcoders@yahoogroups.com, Roger Gonzalez [EMAIL PROTECTED] 
 wrote:
 
  I'm guessing that your project isn't finding the frameworks SWC.  
 There
  are a few key classes that really irk the compiler if it can't find
  them.  Did you remove it from your project, or perhaps move the 
 file?
  
  -rg 
  
   -Original Message-
   From: flexcoders@yahoogroups.com 
   [mailto:[EMAIL PROTECTED] On Behalf Of tobiaspatton
   Sent: Thursday, March 09, 2006 9:03 AM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] Internal compiler error
   
   Hello;
   
   I'm stuck! When compiling my project I am getting an internal 
   compiler error, and can't for the life of me figure out why. 
 I've 
   reproduced the problem with a very small set of files that 
 implement 
   the same structure as my project. 
   
   Essentially, I have a custom component, COMP_List, that derives 
 from 
   mx:List and implements some custom behaviors. I have another 
 custom 
   component DSHB_List that dervies from COMP_List. The main 
   application instantiates a DSHB_List object.
   
   
   /com/foo/bar/COMP/COMP_List.mxml:
   
   ?xml version=1.0 encoding=utf-8?
   mx:List xmlns:mx=http://www.macromedia.com/2005/mxml; 
 xmlns=*
   /mx:List
   
   /com/foo/bar/DSHB/DSHB_List.mxml:
   
   ?xml version=1.0 encoding=utf-8?
   COMP:COMP_List xmlns:COMP=com.foo.bar.COMP.*  
   /COMP:COMP_List
   
   /CompilerError.mxml:
   
   ?xml version=1.0 encoding=utf-8?
   mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; 
 xmlns:DSHB=com.foo.bar.DSHB.*
 xmlns=* 
 layout=absolute
 DSHB:DSHB_List/
   /mx:Application
   
   This is the command line I'm using to compile, along with the 
   compiler output:
   
   C:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2
   \binmxmlc --load-config ..\frameworks\flex-
 config.xml c:\Documents 
   and Settings\tpatton\My 
   Documents\Flex\CompilerError\CompilerError.mxml
   
   Loading configuration file C:\Program Files\Adobe\Flex Builder 2 
   Beta 1\Flex Framework 2\frameworks\flex-config.xml, root element 
   flex-config
   Initial setup: 343ms
   Loaded 6 SWCs: 594ms
   License Service: Flex 2.0 Developer Edition enabled (beta period 
   ends May 1, 2006)
   Compiling...
   Error: null
   
   java.lang.AssertionError
   at flex2.compiler.mxml.lang.StandardDefs.isIUIComponent
   (StandardDefs.java:267)
   at 
   flex2.compiler.mxml.builder.ComponentBuilder.constructComponent
   (ComponentBuilder.java:78)
   at flex2.compiler.mxml.builder.ApplicationBuilder.analyze
   (ApplicationBuilder.java:102)
   at flex2.compiler.mxml.dom.Node.analyze(Node.java:36)
   at flex2.compiler.mxml.ImplementationCompiler.parse
   (ImplementationCompiler.java:130)
   at flex2.compiler.mxml.Compiler.parse(Compiler.java:73)
   at flex2.compiler.API.parse(API.java:1104)
   at flex2.compiler.API.parse(API.java:1072)
   at flex2.compiler.API.batchInner(API.java:156)
   at flex2.compiler.API.batch(API.java:260)
   at flex2.compiler.API.compile(API.java:361)
   at flex2.compiler.API.compile(API.java:289)
   at flex2.tools.Compiler.main(Compiler.java:167)
   Total time: 3062ms
   Peak memory usage: 49 MB (Heap: 31, Non-Heap: 18)
   
   Am I doing something obviously wrong here? Does anyone have any 
   suggestions as to how I can track down an eliminate the internal 
   compiler error?
   
   Thanks.
   Tobias
   
   
   
   
   
   
   
   
   
   
   
   --
   Flexcoders Mailing List
   FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives: 
   http://www.mail-archive.com/flexcoders%40yahoogroups.com 
   Yahoo! Groups Links
   
   
   

   
   
  
 
 
 
 
 
 
 
 
 --
 Flexcoders Mailing 

[flexcoders] dataService with pk

2006-03-09 Thread Devis
Hi,
this my pojo class

public class ItemPK()
{
  private int code;
  private int seria;
..
}


public class Item{
 private ItemPK pk
 private String cdc;
 private String dsc;
..
}

what i'm writing into my flex-data-service
metadata
identity property=pk.code/ ???
identity property=pk.seria/ ???
/metadata

Thank's for your help





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

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

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

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




RE: [flexcoders] Internal compiler error

2006-03-09 Thread Roger Gonzalez
I know this isn't going to help you at the moment, but I just tested
your code against our latest compiler, and it compiled without any
error.

I'm CC'ing the guy on our team who I suspect fixed the issue, to see if
there are any workarounds to hold you until Beta 2 is out.

Cheers,

-rg 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of tobiaspatton
 Sent: Thursday, March 09, 2006 9:03 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Internal compiler error
 
 Hello;
 
 I'm stuck! When compiling my project I am getting an internal 
 compiler error, and can't for the life of me figure out why. I've 
 reproduced the problem with a very small set of files that implement 
 the same structure as my project. 
 
 Essentially, I have a custom component, COMP_List, that derives from 
 mx:List and implements some custom behaviors. I have another custom 
 component DSHB_List that dervies from COMP_List. The main 
 application instantiates a DSHB_List object.
 
 
 /com/foo/bar/COMP/COMP_List.mxml:
 
 ?xml version=1.0 encoding=utf-8?
 mx:List xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=*
 /mx:List
 
 /com/foo/bar/DSHB/DSHB_List.mxml:
 
 ?xml version=1.0 encoding=utf-8?
 COMP:COMP_List xmlns:COMP=com.foo.bar.COMP.*  
 /COMP:COMP_List
 
 /CompilerError.mxml:
 
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; 
   xmlns:DSHB=com.foo.bar.DSHB.*
   xmlns=* 
   layout=absolute
   DSHB:DSHB_List/
 /mx:Application
 
 This is the command line I'm using to compile, along with the 
 compiler output:
 
 C:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2
 \binmxmlc --load-config ..\frameworks\flex-config.xml c:\Documents 
 and Settings\tpatton\My 
 Documents\Flex\CompilerError\CompilerError.mxml
 
 Loading configuration file C:\Program Files\Adobe\Flex Builder 2 
 Beta 1\Flex Framework 2\frameworks\flex-config.xml, root element 
 flex-config
 Initial setup: 343ms
 Loaded 6 SWCs: 594ms
 License Service: Flex 2.0 Developer Edition enabled (beta period 
 ends May 1, 2006)
 Compiling...
 Error: null
 
 java.lang.AssertionError
 at flex2.compiler.mxml.lang.StandardDefs.isIUIComponent
 (StandardDefs.java:267)
 at 
 flex2.compiler.mxml.builder.ComponentBuilder.constructComponent
 (ComponentBuilder.java:78)
 at flex2.compiler.mxml.builder.ApplicationBuilder.analyze
 (ApplicationBuilder.java:102)
 at flex2.compiler.mxml.dom.Node.analyze(Node.java:36)
 at flex2.compiler.mxml.ImplementationCompiler.parse
 (ImplementationCompiler.java:130)
 at flex2.compiler.mxml.Compiler.parse(Compiler.java:73)
 at flex2.compiler.API.parse(API.java:1104)
 at flex2.compiler.API.parse(API.java:1072)
 at flex2.compiler.API.batchInner(API.java:156)
 at flex2.compiler.API.batch(API.java:260)
 at flex2.compiler.API.compile(API.java:361)
 at flex2.compiler.API.compile(API.java:289)
 at flex2.tools.Compiler.main(Compiler.java:167)
 Total time: 3062ms
 Peak memory usage: 49 MB (Heap: 31, Non-Heap: 18)
 
 Am I doing something obviously wrong here? Does anyone have any 
 suggestions as to how I can track down an eliminate the internal 
 compiler error?
 
 Thanks.
 Tobias
 
 
 
 
 
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
  
 
 
 


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

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

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

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





[flexcoders] Re: Internal compiler error

2006-03-09 Thread tobiaspatton
Thanks Roger;

For now, I've changed COMP_List from an mxml component to an 
ActionScript class that derives from mx.controls.List. This seems to 
have worken around the compiler error.

Tobias.

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

 I know this isn't going to help you at the moment, but I just 
tested
 your code against our latest compiler, and it compiled without any
 error.
 
 I'm CC'ing the guy on our team who I suspect fixed the issue, to 
see if
 there are any workarounds to hold you until Beta 2 is out.
 
 Cheers,
 
 -rg 
 
  -Original Message-
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of tobiaspatton
  Sent: Thursday, March 09, 2006 9:03 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Internal compiler error
  
  Hello;
  
  I'm stuck! When compiling my project I am getting an internal 
  compiler error, and can't for the life of me figure out why. 
I've 
  reproduced the problem with a very small set of files that 
implement 
  the same structure as my project. 
  
  Essentially, I have a custom component, COMP_List, that derives 
from 
  mx:List and implements some custom behaviors. I have another 
custom 
  component DSHB_List that dervies from COMP_List. The main 
  application instantiates a DSHB_List object.
  
  
  /com/foo/bar/COMP/COMP_List.mxml:
  
  ?xml version=1.0 encoding=utf-8?
  mx:List xmlns:mx=http://www.macromedia.com/2005/mxml; 
xmlns=*
  /mx:List
  
  /com/foo/bar/DSHB/DSHB_List.mxml:
  
  ?xml version=1.0 encoding=utf-8?
  COMP:COMP_List xmlns:COMP=com.foo.bar.COMP.*
  /COMP:COMP_List
  
  /CompilerError.mxml:
  
  ?xml version=1.0 encoding=utf-8?
  mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; 
  xmlns:DSHB=com.foo.bar.DSHB.*
  xmlns=* 
  layout=absolute
  DSHB:DSHB_List/
  /mx:Application
  
  This is the command line I'm using to compile, along with the 
  compiler output:
  
  C:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2
  \binmxmlc --load-config ..\frameworks\flex-
config.xml c:\Documents 
  and Settings\tpatton\My 
  Documents\Flex\CompilerError\CompilerError.mxml
  
  Loading configuration file C:\Program Files\Adobe\Flex Builder 2 
  Beta 1\Flex Framework 2\frameworks\flex-config.xml, root element 
  flex-config
  Initial setup: 343ms
  Loaded 6 SWCs: 594ms
  License Service: Flex 2.0 Developer Edition enabled (beta period 
  ends May 1, 2006)
  Compiling...
  Error: null
  
  java.lang.AssertionError
  at flex2.compiler.mxml.lang.StandardDefs.isIUIComponent
  (StandardDefs.java:267)
  at 
  flex2.compiler.mxml.builder.ComponentBuilder.constructComponent
  (ComponentBuilder.java:78)
  at flex2.compiler.mxml.builder.ApplicationBuilder.analyze
  (ApplicationBuilder.java:102)
  at flex2.compiler.mxml.dom.Node.analyze(Node.java:36)
  at flex2.compiler.mxml.ImplementationCompiler.parse
  (ImplementationCompiler.java:130)
  at flex2.compiler.mxml.Compiler.parse(Compiler.java:73)
  at flex2.compiler.API.parse(API.java:1104)
  at flex2.compiler.API.parse(API.java:1072)
  at flex2.compiler.API.batchInner(API.java:156)
  at flex2.compiler.API.batch(API.java:260)
  at flex2.compiler.API.compile(API.java:361)
  at flex2.compiler.API.compile(API.java:289)
  at flex2.tools.Compiler.main(Compiler.java:167)
  Total time: 3062ms
  Peak memory usage: 49 MB (Heap: 31, Non-Heap: 18)
  
  Am I doing something obviously wrong here? Does anyone have any 
  suggestions as to how I can track down an eliminate the internal 
  compiler error?
  
  Thanks.
  Tobias
  
  
  
  
  
  
  
  
  
  
  
  --
  Flexcoders Mailing List
  FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  Yahoo! Groups Links
  
  
  
   
  
  
 







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

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

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

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




Re: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread Michael Schmalle



Yes, they want a rich 3rd party dev market for components. Search this
list about 3-4 months ago, I allready asked the question. I mean
common, they are releasing the flex framework/compiler for free now. ;-)

Peace, MikeOn 3/9/06, Greg Fuller [EMAIL PROTECTED] wrote:



I thought commercial compenents were a violation of the license agreement in Flex 1. Is this changing in Flex 2 ?
On 3/9/06, Jonathan Miranda 
[EMAIL PROTECTED] wrote:




















Ghostwire was great back when I did Flash
development, but I think it's all in AS1 still.

_

Jonathan Miranda



Flexible Master of the Web



Try not
to become a man of success, but a man of value. - Albert Einstein



HealthGrades: Guiding America

 to Better Healthcare™

NASDAQ:
HGRD

w (720)
963-3832

c (707)
761-0868



[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: 

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

On Behalf Of JesterXL
Sent: Thursday, March 09, 2006
8:43 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Is there
a third-party or opensource market for Flex components?





Market? Well, there are
a bunch of Flash components that can easily be 


ported to work in Flex, some with no work at all.

As far as creating them, however, that takes a lot
of work, time, and the 
decision to go pay vs. open source isn't one to be
taken lightly if you 
value your time at all.

There some other sets out there too like mCom,
Ghostwire, ActionStep, etc. 
that have some components unique to their
set. Hit Google for Flash 
components.



- Original Message - 
From: mmthm
[EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Thursday, March 09, 2006 10:14 AM
Subject: [flexcoders] Is there a third-party or
opensource market for Flex 
components?


I'm new to Flex, and i'm interested in knowing if
there are any markets
where i can obtain extended Flex components,
either commercial or
opensource (eg. sourceforge)? I would like
to use components that are
not currently part of the Flex framework.

I'm thinking of components like complex
calendaring (eg.
http://www.laszlosystems.com/lps/sample-apps/calendar/calendar.lzo?

lzt=html), clock controls, gauges, spreadsheet
controls, reporting
components, specialized grids, gant chart
components, network graphing
components, chat controls, etc

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













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



Web site design development
  
  


Computer software development
  
  


Software design and development
  
  




Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.


  To unsubscribe from this group, send an email to:

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

.



  

















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

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.
  To unsubscribe 

RE: [flexcoders] Is there a third-party or opensource market for Flex components?

2006-03-09 Thread Brian Deitte





I'm fairly positive this wasn't a violation of the license 
agreement in Flex 1 (but I could be wrong, so don't quote me on this). We 
are definitely hoping for a commercial component community in Flex 2, and we 
plan to do more in the future to help foster this. More to come. 
:) -Brian

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Greg 
  FullerSent: Thursday, March 09, 2006 11:43 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Is there a 
  third-party or opensource market for Flex components?
  I thought commercial compenents were a violation of the license 
  agreement in Flex 1. Is this changing in Flex 2 ?
  On 3/9/06, Jonathan 
  Miranda  
  [EMAIL PROTECTED] wrote:
  



Ghostwire was great 
back when I did Flash development, but I think it's all in AS1 
still.
_
Jonathan 
Miranda 

Flexible 
Master of the Web 
"Try not to become a man 
of success, but a man of value." - Albert 
Einstein
HealthGrades: Guiding 
America to Better Healthcare
NASDAQ: 
HGRD
w (720) 
963-3832
c (707) 
761-0868
[EMAIL PROTECTED] 
_
The message contains 
confidential and/or legally privileged information and is intended for use 
only by the indicated addressee. If you are not the named addressee 
you should not disseminate, distribute, or copy this e-mail. Please notify 
the sender immediately by e-mail if you have received this e-mail by mistake 
and delete this e-mail from your system. E-mail transmissions cannot be 
guaranteed to be secure or error-free as information could be intercepted, 
corrupted, lost, destroyed,arrive late or incomplete, or contain viruses. 
The sender therefore does not accept liability for any errors or omissions 
in the contents of this message which arise as a result of e-mail 
transmission. If verification is required please request a hard-copy 
version.




From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXLSent: Thursday, March 09, 2006 8:43 
AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Is there a 
third-party or opensource market for Flex 
components?


Market? Well, there are a bunch 
of Flash components that can easily be 

ported to work in Flex, some with no 
work at all.As far as 
creating them, however, that takes a lot of work, time, and the 
decision to go pay vs. open 
source isn't one to be taken lightly if you value your time at all.There some other sets out there too like mCom, Ghostwire, 
ActionStep, etc. that have some 
components unique to their set. Hit Google for Flash 
components.- Original Message - From: "mmthm" [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Thursday, March 09, 2006 10:14 
AMSubject: [flexcoders] Is 
there a third-party or opensource market for Flex components?
I'm new to Flex, and i'm interested in 
knowing if there are any marketswhere i can obtain extended Flex components, either 
commercial oropensource (eg. 
sourceforge)? I would like to use components that 
arenot currently part of the 
Flex framework.I'm thinking 
of components like complex calendaring (eg.http://www.laszlosystems.com/lps/sample-apps/calendar/calendar.lzo? 
lzt=html), clock controls, 
gauges, spreadsheet controls, reportingcomponents, specialized grids, gant chart components, 
network graphingcomponents, 
chat controls, etcThanks.--Flexcoders 
Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 

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

SPONSORED 
LINKS 

  
  
Web site design development 
Computer software development 
Software design and development 
  
Macromedia flex 
Software development best practice 
  


YAHOO! GROUPS LINKS 

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










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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software 

[flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread thunderstumpgesatwork
Hi guys

we have attempted to provide access to out flex app (2.0 Beta1)
through our firewall, and have opened port 8700 (the default http port
for JRUN). We are using Java RemoteObjects in JRUN over the default
AMF channel (also configured to use port 8700 from what I can tell)

With just port 8700 open, we get the initial screen, but it appears
the remote object calls cannot connect. 

Are there any other ports that need to be opened up for this
configuration? I could not find any documentation discussing firewalls
and ports for Flex.

thanks,
Thunder






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

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

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

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





RE: [flexcoders] Checkboard / chessboard pattern

2006-03-09 Thread Gordon Smith










I don't want to belabor this, but the nested
loops over rows and columns inside a resize handler would be the same in both
cases. The only issue is whether, inside the inner loop, when you're drawing
one square of the checkerboard, you would call



 beginBitmapFill(pattern)



or



 beginFill(color)



If I needed a pattern, I'd have to use the
former. But if all I needed was a solid color, I'd use the latter because it
doesn't require creating or loading a GIF.



- Gordon











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Philippe Maegerman
Sent: Thursday, March 09, 2006
1:12 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Checkboard / chessboard pattern







Ithought it would be easier to have a small .gif containing a
pattern and use it with beginBitmapFill in
combination with a StageListener for resizing instead of having conditional
loops in conditional loops loops that would have to repeat lineTos, moveTos etc
...and if you want to change the look of your board you just have to
overwrite the .gif file. Maybe I'm wrong, but I'm used to it now;)











Ph.





















From: flexcoders@yahoogroups.com on behalf of Gordon Smith
Sent: Wed 3/8/2006 23:39
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Checkboard / chessboard pattern





Can you elaborate on why you believe it is
easier to use bitmaps to draw solid color squares? It certainly isn't as
memory-efficient.



- Gordon











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Philippe Maegerman
Sent: Tuesday, March 07, 2006 3:14
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Checkboard / chessboard pattern









I still believe it would be much easier
to implement with beginBitmapFill()











http://www.blog.lessrain.com/?p=218











Philippe





























From: flexcoders@yahoogroups.com on behalf of Gordon Smith

Sent: Mon 3/6/2006 21:46

To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Checkboard / chessboard pattern























beginFill() will let you fill with a solid
color; there's no reason to use beginBitmapFill() unless the checkerboard
squares are bitmaps.



- Gordon











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Philippe Maegerman
Sent: Monday, March 06, 2006 1:18
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Checkboard / chessboard pattern





actualy 'beginBitmapFill'

http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=2441.html









Philippe





















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gordon Smith
Sent: dimanche 5 mars 2006 4:09
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Checkboard / chessboard pattern

There are drawing APIs like
beginFill(), drawRect(), etc. that you can
use to draw the squares. Check out the Graphics
class.

- Gordon


-Original Message-
From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On
Behalf Of andrewstuartblah
Sent: Saturday, March 04, 2006 1:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Checkboard / chessboard
pattern

Hello

I'd like the background of my application to be a
checkerboard /
chessboard pattern.

Can anyone suggest an easy programmtic way to do
this?

I'd like to avoid using bitmaps but i'll do it if
need be.

Thanks

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









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




 
  
  Web
  site design development 
  
  
  Computer
  software development 
  
  
  Software
  design and development 
  
 
 
  
  Macromedia
  flex 
  
  
  Software
  development best practice 
  
  
  
  
 














YAHOO!
GROUPS LINKS





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




















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







SPONSORED
LINKS 




 
  
  Web
  site design development 
  
  
  Computer
  software development 
  
  
  Software
  design and development 
  
 
 
  
  Macromedia
  flex 
  
  
  Software
  development best practice 
  
  
  
  
 










YAHOO!
GROUPS LINKS





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

RE: [flexcoders] In actionscript, converting from string to number loses precision

2006-03-09 Thread Gordon Smith










 I don't think it's a case of trace( ) not calling parseFloat 



I'm not sure what you're talking about.
The explanation is that the decimal-string-to-binary-floating-point-number
conversion at compile time and at run time are done by different code in
different products and they're not producing the same result down to the last
decimal place.



Did you file the bug?



- Gordon











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Boon Chew
Sent: Thursday, March 09, 2006
9:19 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] In
actionscript, converting from string to number loses precision





This actually exists in Flash 8 as well. And I don't think it's a
case of trace( ) not calling parseFloat, I get the same thing when I output it
to a textfield.

And it gets better:

stop();
var s:String = 952.85;
var i:Number = parseFloat(s);

// txtResultX are dynamic textbox on stage
txtResult1 = Math.floor(952.85 / 0.05); // 19057, correct
txtResult2 = Math.floor(i /
0.05);
// 19056, wrong
txtResult3 = Math.floor(i * ( 1 / 0.05)); // 19057, correct

- boon

Gordon Smith
[EMAIL PROTECTED] wrote:









- Gordon



















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Boon Chew
Sent: Wednesday, March 08, 2006
9:31 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] In
actionscript, converting from string to number loses precision















Anyone has any idea why it's not possible to convert a string to a
number without losing precision?



















var s:Strin! g = 952.86;
var i:Number = parseFloat(s);
trace(i);
trace(i - 952.86); // Not zero!









- boon













Yahoo! Mail
Use
Photomail to share photos without annoying attachments. 











Yahoo! Mail
Bring photos to life! New
PhotoMail makes sharing a breeze. 







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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Brian Deitte
Note that JRun does have webserver connectors which allow it to run on
top of your existing http server and port.  I'm not an expert on the
current workings of RemoteObject, but unless something has changed
drastically from 1.5, you should just need this one port for the AMF
channel to work.  -Brian

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork
 Sent: Thursday, March 09, 2006 1:16 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Firewall ports for Enterprise Services 
 with Java RemoteObject
 
 Hi guys
 
 we have attempted to provide access to out flex app (2.0 Beta1)
 through our firewall, and have opened port 8700 (the default http port
 for JRUN). We are using Java RemoteObjects in JRUN over the default
 AMF channel (also configured to use port 8700 from what I can tell)
 
 With just port 8700 open, we get the initial screen, but it appears
 the remote object calls cannot connect. 
 
 Are there any other ports that need to be opened up for this
 configuration? I could not find any documentation discussing firewalls
 and ports for Flex.
 
 thanks,
 Thunder
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


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

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

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

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





[flexcoders] Re: RemoteObject and Enterprise Services

2006-03-09 Thread Dave Wolf
Why not simply consume web services from .NET then?  That would avoid
the need for FES.

-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY

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

 Hi All,
 
 I am working with Flex 2.0 and considering the use of RemoteObject. 
 
 But i am concerned about the entreprise services and its price. I am 
 using .NET at the server and thinking about some new .NET AMF open 
 source packages.
 
 The main problem with Entreprise Services, as I have heard, is the 
 price. Will I be able to use at the client RemoteObjects and a free 
 AMF at the server without having to pay form Enterprise Services.
 
 Excuse me if this an obvious question but I am new to Flex.
 
 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/

* 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 Webservices with Structure Parameters

2006-03-09 Thread Dave Wolf
Arrays of simple types like String, Int etc would work (I believe).

The doc/lit issue is a big bummer right now.

-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY

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

 Thanks Dave
 
 I am using Flex 2.0 Beta 1. Unfortunatelly I must use Webservices, 
 since they are all developed and ready to use. Besides the 
 Enterprise Services are too much expensive, the project cannot 
 afford it.
 
 Wouldn't it be easier to use arrays. Is there any problems passing 
 arrays to Webservices ?
 
 Thanks in advance
 
 --- In flexcoders@yahoogroups.com, Dave Wolf gatorj24@ wrote:
 
  If this is Flex 1.5 we have seen it have issues with CompelxTypes
  (e.g. a struct) when using document/literal encoding (the default 
 for
  .NET I believe).   Can you modify the service to use rpc/encoded?  
  
  If you have a good repro of this using doc/lit you should open a 
 case
  so Adobe can work it.
  
  -- 
  Dave Wolf
  Cynergy Systems, Inc.
  Macromedia Flex Alliance Partner
  http://www.cynergysystems.com
  
  Email:  dave.wolf@
  Office: 866-CYNERGY
  
  
  --- In flexcoders@yahoogroups.com, mvbaffa mvbaffa@ wrote:
  
   Hi All,
   
   When I call a method in a VB.NET webservice passing as parameter 
 the 
   class listed below
   
  public class UserAccountVO {
   
 public function UserAccountVO() {}
   
 public var id : Number;
 public var name : String;
 public var password : String;
 public var email : String;
 public var dataExpiracao : String;
 public var isLogon : Boolean;   
  }
   
   I receive the following error: Request HTTP request error
   
   The .NET service parameter is defined like that:
   
   Public Class UserAccountVO
   Public id As Integer
   Public nome As String
   Public senha As String
   Public email As String
   Public dataExpiracao As String
   Public isLogon As Boolean
   End Class
   
   When I pass only name and password to the Webservice it works OK.
   
   Plase Help me 
  
 








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

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

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

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




RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Stacy Young










I was going to ask about this as well 
We can not run apps on non-standard ports (without a damn good reason ;-)
How does the AMF port relate to what the client actually uses to make the
remote call? If Ive got apache in front of WebLogic and apache is
configured for port 80 and the connector is plugged into the WL app
server  would the AMF gateway need to be set to 80 as well ? And how
does this play out with Enterprise data service ports?



Cheers,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brian Deitte
Sent: Thursday, March 09, 2006
1:26 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Firewall
ports for Enterprise Services with Java RemoteObject





Note that JRun does have
webserver connectors which allow it to run on
top of your existing http server and port.
I'm not an expert on the
current workings of RemoteObject, but unless
something has changed
drastically from 1.5, you should just need this
one port for the AMF
channel to work. -Brian

 -Original Message-
 From: flexcoders@yahoogroups.com

 [mailto:flexcoders@yahoogroups.com]
On Behalf Of thunderstumpgesatwork
 Sent: Thursday, March 09, 2006 1:16 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Firewall ports for
Enterprise Services 
 with Java RemoteObject
 
 Hi guys
 
 we have attempted to provide access to out
flex app (2.0 Beta1)
 through our firewall, and have opened port
8700 (the default http port
 for JRUN). We are using Java RemoteObjects in
JRUN over the default
 AMF channel (also configured to use port 8700
from what I can tell)
 
 With just port 8700 open, we get the initial
screen, but it appears
 the remote object calls cannot connect. 
 
 Are there any other ports that need to be
opened up for this
 configuration? I could not find any
documentation discussing firewalls
 and ports for Flex.
 
 thanks,
 Thunder
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com

 Yahoo! Groups Links
 
 
 
 
 
 
 
 








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Peter Farland
What does the channel configuration look like in your
flex-enterprise-services.xml file? Have you tried replacing any tokens
in the endpoint URI with hard coded values to check whether they're
successfully being resolved at runtme? Where are launching the SWF from?
If it's not from the same JRun web server you'll need a crossdomain.xml
file.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of thunderstumpgesatwork
Sent: Thursday, March 09, 2006 1:16 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Firewall ports for Enterprise Services with Java
RemoteObject

Hi guys

we have attempted to provide access to out flex app (2.0 Beta1) through
our firewall, and have opened port 8700 (the default http port for
JRUN). We are using Java RemoteObjects in JRUN over the default AMF
channel (also configured to use port 8700 from what I can tell)

With just port 8700 open, we get the initial screen, but it appears the
remote object calls cannot connect. 

Are there any other ports that need to be opened up for this
configuration? I could not find any documentation discussing firewalls
and ports for Flex.

thanks,
Thunder






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



 





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

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

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

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




RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Peter Farland





Note inFlex 2 there isn'tthe concept of 
an"AMF port"... in fact, there's not even an AMF gateway any more. And 
RemoteObject isn't tied to AMF. There are numerous channels that have endpoint 
URIs.Each destination can pick a set of channels to connect to the 
server.All of the HTTP based endpoints (including the AMFChannel, which 
uses AMF over HTTP POST) can be processed by one servlet, the message broker 
servlet. RTMP based communications use a separate endpoint, but all of the 
messages end up at the same message broker.

So, 
you can have the message broker servlet be on any port you like. Just update the 
flex-enterprise-services.xml file with the correct information, or leave a 
{server.port} token in there and ensure that the web server that hosts your SWF 
is the same as the location of the endpoint.




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Stacy 
YoungSent: Thursday, March 09, 2006 2:10 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Firewall ports 
for Enterprise Services with Java RemoteObject


I was going to ask 
about this as well  We can not run apps on non-standard ports (without a damn 
good reason ;-) How does the AMF port relate to what the client actually uses 
to make the remote call? If Ive got apache in front of WebLogic and apache is 
configured for port 80 and the connector is plugged into the WL app server  
would the AMF gateway need to be set to 80 as well ? And how does this 
play out with Enterprise data service ports?

Cheers,
Stace





From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Brian 
DeitteSent: Thursday, March 
09, 2006 1:26 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Firewall ports 
for Enterprise Services with Java 
RemoteObject

Note that JRun does have webserver 
connectors which allow it to run ontop of your existing http server and port. I'm not an 
expert on thecurrent workings of 
RemoteObject, but unless something has changeddrastically from 1.5, you should just need this one port for 
the AMFchannel to work. 
-Brian -Original 
Message- From: 
flexcoders@yahoogroups.com 
 [mailto:flexcoders@yahoogroups.com] On Behalf Of 
thunderstumpgesatwork Sent: 
Thursday, March 09, 2006 1:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Firewall ports for Enterprise 
Services  with Java 
RemoteObject 
 Hi 
guys  we have attempted to provide access to out flex app (2.0 
Beta1) through our firewall, 
and have opened port 8700 (the default http port for JRUN). We are using Java RemoteObjects in JRUN over 
the default AMF channel (also 
configured to use port 8700 from what I can tell)  With 
just port 8700 open, we get the initial screen, but it 
appears the remote object calls 
cannot connect.  
 Are there any other ports that 
need to be opened up for this 
configuration? I could not find any documentation discussing 
firewalls and ports for 
Flex.  thanks, 
Thunder 
   
   
-- Flexcoders Mailing 
List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:  http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups 
Links   
 
   
 






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Stacy Young










Perfect, was my suspicion but Ive
been feeling a little lost from my 1.5 days ;-)

Thanks very much!











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Peter Farland
Sent: Thursday, March 09, 2006
2:18 PM
To: flexcoders@yahoogroups.com
Subject:  RE: [flexcoders]
Firewall ports for Enterprise Services with Java RemoteObject





Note inFlex 2 there isn'tthe
concept of anAMF port... in fact, there's not even an AMF
gateway any more. And RemoteObject isn't tied to AMF. There are numerous
channels that have endpoint URIs.Each destination can pick a set of
channels to connect to the server.All of the HTTP based endpoints
(including the AMFChannel, which uses AMF over HTTP POST) can be processed by
one servlet, the message broker servlet. RTMP based communications use a
separate endpoint, but all of the messages end up at the same message broker.









So, you can have the message broker
servlet be on any port you like. Just update the flex-enterprise-services.xml
file with the correct information, or leave a {server.port} token in there and
ensure that the web server that hosts your SWF is the same as the location of
the endpoint.





















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy
 Young
Sent: Thursday, March 09, 2006 2:10
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Firewall
ports for Enterprise Services with Java RemoteObject

I was going to ask about this as well
 We can not run apps on non-standard ports (without a damn good reason
;-) How does the AMF port relate to what the client actually uses to
make the remote call? If Ive got apache in front of WebLogic and apache
is configured for port 80 and the connector is plugged into the WL app
server  would the AMF gateway need to be set to 80 as well ? And
how does this play out with Enterprise
data service ports?



Cheers,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brian Deitte
Sent: Thursday, March 09, 2006
1:26 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Firewall
ports for Enterprise Services with Java RemoteObject





Note that JRun does have
webserver connectors which allow it to run on
top of your existing http server and port.
I'm not an expert on the
current workings of RemoteObject, but unless
something has changed
drastically from 1.5, you should just need this
one port for the AMF
channel to work. -Brian

 -Original Message-
 From: flexcoders@yahoogroups.com

 [mailto:flexcoders@yahoogroups.com]
On Behalf Of thunderstumpgesatwork
 Sent: Thursday, March 09, 2006 1:16 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Firewall ports for
Enterprise Services 
 with Java RemoteObject
 
 Hi guys
 
 we have attempted to provide access to out
flex app (2.0 Beta1)
 through our firewall, and have opened port
8700 (the default http port
 for JRUN). We are using Java RemoteObjects in
JRUN over the default
 AMF channel (also configured to use port 8700
from what I can tell)
 
 With just port 8700 open, we get the initial
screen, but it appears
 the remote object calls cannot connect. 
 
 Are there any other ports that need to be
opened up for this
 configuration? I could not find any
documentation discussing firewalls
 and ports for Flex.
 
 thanks,
 Thunder
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com

 Yahoo! Groups Links
 
 
 
 
 
 
 
 









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] Remote calls and Security

2006-03-09 Thread Jonathan Miranda










With a background in Flash Remoting, I understand quite a
bit about Flash Remoting but wanted to ask what the different approaches to
securing a RemoteObject call are? Crossdomain.xml still have any effect on the SWFs
allowed domain pool  what about going over SSL with Flex Enterprise
calls? I guess Im looking or a mini article on security with these calls
 just double checking my approach before I find out later I was mistaken
J

_

Jonathan Miranda

Flexible Master of
the Web

Try not to become a
man of success, but a man of value. - Albert Einstein

HealthGrades:
Guiding America
to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or legally privileged
information and is intended for use only by the indicated addressee. If you
are not the named addressee you should not disseminate, distribute, or copy
this e-mail. Please notify the sender immediately by e-mail if you have
received this e-mail by mistake and delete this e-mail from your system. E-mail
transmissions cannot be guaranteed to be secure or error-free as information
could be intercepted, corrupted, lost, destroyed,arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any errors
or omissions in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard-copy version.











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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Internal compiler error

2006-03-09 Thread Basil Hosmer
Hi Tobias,

Unfortunately, this is a basic problem in how the beta 1 compiler
processes MXML components that subclass other MXML components. So the
only workaround, to use the term loosely, is to make sure that a given
MXML component has no other MXML components in its superclass chain. 

Not a feasible alternative in any nontrivial situation, obviously... but
FWIW you can make your stripped-down example work by turning
COMP_List.mxml into COMP_List.as:

package com.foo.bar.COMP {
import mx.controls.List;
public class COMP_List extends List { 
public function COMP_List() { super(); }
}
}

Alternatively, you can leave COMP_List alone, and make DSHB_List an AS
component in the analogous way (import COMP.COMP_List; public class
DSHB_List extends COMP_List ...). In either case, there's a single MXML
component in the class chain, which will avoid the error. (Having an AS
class extend an MXML component is a less well-trodden use-case, but
there's no fundamental rule against it.)

This is definitely fixed in beta2. In the meantime, apologies - it's
definitely something we should have caught before b1 went out the door.

Basil


-Original Message-
From: Roger Gonzalez 
Sent: Thursday, March 09, 2006 12:39 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Internal compiler error

I know this isn't going to help you at the moment, but I just tested
your code against our latest compiler, and it compiled without any
error.

I'm CC'ing the guy on our team who I suspect fixed the issue, to see if
there are any workarounds to hold you until Beta 2 is out.

Cheers,

-rg 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of tobiaspatton
 Sent: Thursday, March 09, 2006 9:03 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Internal compiler error
 
 Hello;
 
 I'm stuck! When compiling my project I am getting an internal 
 compiler error, and can't for the life of me figure out why. I've 
 reproduced the problem with a very small set of files that implement 
 the same structure as my project. 
 
 Essentially, I have a custom component, COMP_List, that derives from 
 mx:List and implements some custom behaviors. I have another custom 
 component DSHB_List that dervies from COMP_List. The main 
 application instantiates a DSHB_List object.
 
 
 /com/foo/bar/COMP/COMP_List.mxml:
 
 ?xml version=1.0 encoding=utf-8?
 mx:List xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=*
 /mx:List
 
 /com/foo/bar/DSHB/DSHB_List.mxml:
 
 ?xml version=1.0 encoding=utf-8?
 COMP:COMP_List xmlns:COMP=com.foo.bar.COMP.*  
 /COMP:COMP_List
 
 /CompilerError.mxml:
 
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; 
   xmlns:DSHB=com.foo.bar.DSHB.*
   xmlns=* 
   layout=absolute
   DSHB:DSHB_List/
 /mx:Application
 
 This is the command line I'm using to compile, along with the 
 compiler output:
 
 C:\Program Files\Adobe\Flex Builder 2 Beta 1\Flex Framework 2
 \binmxmlc --load-config ..\frameworks\flex-config.xml c:\Documents 
 and Settings\tpatton\My 
 Documents\Flex\CompilerError\CompilerError.mxml
 
 Loading configuration file C:\Program Files\Adobe\Flex Builder 2 
 Beta 1\Flex Framework 2\frameworks\flex-config.xml, root element 
 flex-config
 Initial setup: 343ms
 Loaded 6 SWCs: 594ms
 License Service: Flex 2.0 Developer Edition enabled (beta period 
 ends May 1, 2006)
 Compiling...
 Error: null
 
 java.lang.AssertionError
 at flex2.compiler.mxml.lang.StandardDefs.isIUIComponent
 (StandardDefs.java:267)
 at 
 flex2.compiler.mxml.builder.ComponentBuilder.constructComponent
 (ComponentBuilder.java:78)
 at flex2.compiler.mxml.builder.ApplicationBuilder.analyze
 (ApplicationBuilder.java:102)
 at flex2.compiler.mxml.dom.Node.analyze(Node.java:36)
 at flex2.compiler.mxml.ImplementationCompiler.parse
 (ImplementationCompiler.java:130)
 at flex2.compiler.mxml.Compiler.parse(Compiler.java:73)
 at flex2.compiler.API.parse(API.java:1104)
 at flex2.compiler.API.parse(API.java:1072)
 at flex2.compiler.API.batchInner(API.java:156)
 at flex2.compiler.API.batch(API.java:260)
 at flex2.compiler.API.compile(API.java:361)
 at flex2.compiler.API.compile(API.java:289)
 at flex2.tools.Compiler.main(Compiler.java:167)
 Total time: 3062ms
 Peak memory usage: 49 MB (Heap: 31, Non-Heap: 18)
 
 Am I doing something obviously wrong here? Does anyone have any 
 suggestions as to how I can track down an eliminate the internal 
 compiler error?
 
 Thanks.
 Tobias
 
 
 
 
 
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
  
 
 
 


--
Flexcoders Mailing List
FAQ: 

[flexcoders] Re: Is there a third-party or opensource market for Flex components?

2006-03-09 Thread mmthm

Thanks everyone for all the feedback.

 Are speaking of Flex 1.5 or Flex2?
 

I'm particularly interested in Flex2, but since it is so new, i was 
just interested in whether there was already an established component 
community.  It sounds like third-party 


 If you are speaking of Flex 2, it would almost be virtually 
impossible to
 use a no-flexframework component in a Flex app.  You would have to 
implement
 so many things.
 

I was not implying that the components should not use the Flex 
Framework (i agree that they would probably have to), i just was 
interested in component controls/widgets that are not provided out-of-
the-box as part of the flex2 framework (like the components of the 
type given in my example).


 I have been working on  many custom components for Flex2, some that 
you have
 mentioned. Since we are still in beta1, so are my components. I 
have a
 feeling, the third party component market will exlode in 1 year(not 
to
 mention open source components).
 

So i will just have to wait a while:-)


 There are just to many things a good developer could make for 
clients that
 even competition will be mute on some components becasue they are so
 specailized.
 
 It's not like the Flash component market where any one and their 
brother
 could put up a cheesy site and say they sell components.
 
 There is another angle here that I think clients will want and that 
is a
 standardized documentation presentation. I think any 3rd party 
developer
 that can create fantastic docs for their components will be a 
success(IE
 following the path of Adobe's docs to begin with).
 

I agree that well structured and documented code and API is important.


 Anyway, it's funny this list does not talk about 3rd party 
components more,
 but I am sure they will be when Flex2 goes public. Flex2 is 
components and
 that in itself makes this a great market to do great things in.
 
 Peace, Mike
 

Thanks again Mike.







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

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

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

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





[flexcoders] When is Flex 2 Generally Available ??

2006-03-09 Thread Hari Kolasani






Does anyone know when Flex 2 is going to be generally available. We
are working with a client trying to build an online enterprise
reporting application and Flex with Charting seems to be a good choice.
The project needs to go live in June/July time frame. I am trying to
find out what the risk levels are if we start developing the app. now
using the Beta with an assumption that Flex 2 is going to be available
by this Summer.








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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  










Re: [flexcoders] dataService with pk

2006-03-09 Thread Simeon Bateman



Where is the Flex Enterprise Beta list? Just curious on that.simeonOn 3/9/06, Peter Farland [EMAIL PROTECTED]
 wrote:



I'd suggest posting these sorts of questions to Adobe's Flex Enterprise
Beta list.

There's not enough information here to explain what you're trying to
achieve with DataService. 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On
Behalf Of Devis
Sent: Thursday, March 09, 2006 12:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] dataService with pk

Hi,
this my pojo class

public class ItemPK()
{
 private int code;
 private int seria;
..
}


public class Item{
 private ItemPK pk
 private String cdc;
 private String dsc;
..
}

what i'm writing into my flex-data-service
 metadata
 identity property=pk.code/ ???
 identity property=pk.seria/ ???
 /metadata

Thank's for your help





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

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

Yahoo! Groups Links



 









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

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

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



  

















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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] dataService with pk

2006-03-09 Thread Peter Farland
Ah, though I realize you may not be on that list.

Have you tried setting up a destination for both Item and ItemPK and
then establish an association between the two types? This might not be
exactly correct, but something along these lines?

destination id=Item
properties
metadata
identity property=id/ !-- Not sure whether this can be
pk --
one-to-many property=pk destination=ItemPK /
/metadata
 ...
/properties
...
/destination
 

destination id=ItemPK
properties
metadata
identity property=code,seria/
/metadata
 ...
/properties
...
/destination

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Peter Farland
Sent: Thursday, March 09, 2006 3:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] dataService with pk

I'd suggest posting these sorts of questions to Adobe's Flex Enterprise
Beta list.

There's not enough information here to explain what you're trying to
achieve with DataService. 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Devis
Sent: Thursday, March 09, 2006 12:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] dataService with pk

Hi,
this my pojo class

public class ItemPK()
{
  private int code;
  private int seria;
..
}


public class Item{
 private ItemPK pk
 private String cdc;
 private String dsc;
..
}

what i'm writing into my flex-data-service
metadata
identity property=pk.code/ ???
identity property=pk.seria/ ???
/metadata

Thank's for your help





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



 




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



 




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

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

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

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





[flexcoders] Re: Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread thunderstumpgesatwork
Everything going through JRun... 
invoking the thing via:

http://serverIP:8700/flex/AppFusion/Qualcomm.mxml

channel looks like:

channel-definition id=my-amf class=mx.messaging.channels.AMFChannel
endpoint
uri=http://{server.name}:8700/{context.root}/messagebroker/amf;
class=flex.messaging.endpoints.AMFEndpoint/
properties
polling-enabledfalse/polling-enabled
/properties
/channel-definition

seems like it should all be going over 8700 right?

Thunder

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

 What does the channel configuration look like in your
 flex-enterprise-services.xml file? Have you tried replacing any tokens
 in the endpoint URI with hard coded values to check whether they're
 successfully being resolved at runtme? Where are launching the SWF from?
 If it's not from the same JRun web server you'll need a crossdomain.xml
 file.
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of thunderstumpgesatwork
 Sent: Thursday, March 09, 2006 1:16 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Firewall ports for Enterprise Services with Java
 RemoteObject
 
 Hi guys
 
 we have attempted to provide access to out flex app (2.0 Beta1) through
 our firewall, and have opened port 8700 (the default http port for
 JRUN). We are using Java RemoteObjects in JRUN over the default AMF
 channel (also configured to use port 8700 from what I can tell)
 
 With just port 8700 open, we get the initial screen, but it appears the
 remote object calls cannot connect. 
 
 Are there any other ports that need to be opened up for this
 configuration? I could not find any documentation discussing firewalls
 and ports for Flex.
 
 thanks,
 Thunder
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links







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

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

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

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




[flexcoders] Re: RemoteObject and Enterprise Services

2006-03-09 Thread mvbaffa
Hi Dave,

The problem is that I can not find a way to send complex types 
(structures) from ActionScript to .NET WebServices.

I have talked to you a few days ago about this and I still do not 
have a solution to this problem.

If I could find a way to send the Value Objects to my webservice 
then I would stay with them. 

Can you help me please ???

Thanks in advance

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

 Why not simply consume web services from .NET then?  That would 
avoid
 the need for FES.
 
 -- 
 Dave Wolf
 Cynergy Systems, Inc.
 Macromedia Flex Alliance Partner
 http://www.cynergysystems.com
 
 Email:  [EMAIL PROTECTED]
 Office: 866-CYNERGY
 
 --- In flexcoders@yahoogroups.com, mvbaffa mvbaffa@ wrote:
 
  Hi All,
  
  I am working with Flex 2.0 and considering the use of 
RemoteObject. 
  
  But i am concerned about the entreprise services and its price. 
I am 
  using .NET at the server and thinking about some new .NET AMF 
open 
  source packages.
  
  The main problem with Entreprise Services, as I have heard, is 
the 
  price. Will I be able to use at the client RemoteObjects and a 
free 
  AMF at the server without having to pay form Enterprise Services.
  
  Excuse me if this an obvious question but I am new to Flex.
  
  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/

* 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 Builder 2 Beta 1 - compiler bug

2006-03-09 Thread phatboychatter
Going through several learning FLEX examples provided both in the FLEX
Builder Help  docs and on the Adobe/FLEX web site.  The simple
examples work fine but more advanced examples are buggy.  For example:

- Custom Control (LoginBox.mxml) example from the FB app
  After adding the control into the parent Main.mxml file, I get a
unspecified RT error:

  Errors exist in the required projects(s): Lessons
   Continue Launch?

As expected the output html wrapper file doesnt get created properly -
only displays the parent UI not the embedded custom control.

Question: Is the compilation and/or runtime output file so I tell what
the error is?
  

Also, when testing out the FLEX Builder Eclipse plug-in.  Adding a
package to my ActionScript file caused compile errors.  The parent
mxml file could find the as file(s).  To get things to compile I had
to remove the package statements and relocate all the as file into the
  root folder where the mxml file live.

Question: what is the correct syntax in the mx:Application tag to
define the path to your custom ActionScript classes?

Thanks 






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

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

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

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




Re: [flexcoders] Re: Repeater and Web Services (Flex 2b1)

2006-03-09 Thread Manish Jethani
On 3/9/06, Tim Sawyer [EMAIL PROTECTED] wrote:

 Assign collection to dataprovider = no event firing.

Simply reassigning the Repeater's dataProvider should work.  Otherwise
it's a bug.

Manish


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

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

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

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





Re: [flexcoders] Runtime error #1034

2006-03-09 Thread Manish Jethani
On 3/9/06, nahruka [EMAIL PROTECTED] wrote:

  mx:TileList dataProvider={arr} 
 listItemRenderer={Grup}/mx:TileList

I think changing that to the following should do the trick.

 mx:TileList dataProvider={arr}
listItemRenderer=Components.Grup/mx:TileList

Manish


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

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

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

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





[flexcoders] Re: Weird Gradient Fill error

2006-03-09 Thread Scott Fanetti



Does anyone know if anyone has been having weird compile time bugs with Flex 
when they try to import a shape or symbol from Flash 8 that has a 
gradient fill? The gradient stoke seems to work fine, but when I tried 
to import a shape with a gradient fill that used any of the Flash 8 
gradient transforms or overflow features it errors with:

Unable to transcode ../media/NewGradientFillWithGradientStroke.swf
unrecognized fill style type: 19

I guess these things are to be expected with Beta software.Scott FanettiRosettaStone.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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Changing Renderer Dynamically in DataGrid (Flex2)

2006-03-09 Thread Manish Jethani
On 3/8/06, dh_brown [EMAIL PROTECTED] wrote:

 ?xml version=1.0 encoding=utf-8?
 !-- RendererText.mxml --

 mx:Text xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=*
  mx:Script 
 ![CDATA[
 // Override the setter method.
 [Bindable]
 public var myColor:String = new String;
 override public function set dataObject(value:Object):void {
 if(value != null) {
 // Use super to set the value in the base class.
 super.dataObject = value;
 // Determine the text color based on whether it
 has been added to the graph.
 if (value.plotted == TRUE) {
 myColor = #FF;
 }
 else {
 myColor = #FF;
 }
 }
 }
 ]]
 /mx:Script
 mx:color{myColor}/mx:color
  /mx:Text

You almost never have to override dataObject in a cell renderer.  Your
example can be reduced to the following:

 mx:Text xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=*
color={dataObject.plotted == 'TRUE' ? '#FF' : '#FF'}
  /mx:Text

See if that works.

Manish


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

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

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

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





Re: [flexcoders] Problem with scrolling when navigating between tabs.

2006-03-09 Thread Manish Jethani
On 3/7/06, Satish Mopur [EMAIL PROTECTED] wrote:

 When I am navigating between tabs, my scrollbar disappears. I have to go back 
 to the other tab and come again and then it appears.  It usually happens when 
 I am on the tab and scrolling to the bottom of the page, and then navigate to 
 a different tab and come back again. Note: using VBox within a Canvas

Flex 2.0?

Sample code?

Manish


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

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

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

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




RE: [flexcoders] Re: Weird Gradient Fill error

2006-03-09 Thread Gordon Smith










Please file a bug on this.



- Gordon











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Scott Fanetti
Sent: Thursday, March 09, 2006
1:54 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Weird
Gradient Fill error





Does anyone know if
anyone has been having weird compile time bugs with Flex when they try to
import a shape or symbol from Flash 8 that has a gradient fill? The
gradient stoke seems to work fine, but when I tried to import a shape with a
gradient fill that used any of the Flash 8 gradient transforms or overflow
features it errors with: 

Unable to transcode ../media/NewGradientFillWithGradientStroke.swf 
unrecognized fill style type: 19 

I guess these things are to be expected with Beta software.

Scott Fanetti
RosettaStone.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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] SEO strategies for RIA?

2006-03-09 Thread JesterXL





Jim Kremens asked Google how to index Flash 
sites. Here is quoted response from the Google Team:

"The practice 
of creating HTML copies of these Flash pages for ourcrawler is actually our 
recommended solutions to this kind of issue.If you do this, please be sure 
to include a robots.txt file thatdisallows the Flash pages in order to 
ensure that these pages are notseen as duplicate 
content."
- Original Message - 
From: Mykola 
Paliyenko 
To: flexcoders@yahoogroups.com 
Sent: Thursday, March 09, 2006 4:35 PM
Subject: Re: [flexcoders] SEO strategies for RIA?
Hi John


  Make sure that your hosting HTML page has good 
  title, metadata, filename, and especially good inbound links with anchor 
  text of your desired search terms.Ok 
but what if we want the news on our RIA site to be indexed by Google, sure we 
can show another content to Google spiders but AFAIK it will be treated as a 
fraud, BMW site pagerank was set to zero by Google recently for the similar 
things.Does Adobe planing some mechanisms to deal with it in partnership 
with search engines? I think the best idea is just show them HTML to index, but 
that HTML shoud replicate the Flex site content, all we need is just not be 
treated as a fraud if we really just replicate text content availiable on the 
same link for the common user.-- WBR, Mykola 





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] When is Flex 2 Generally Available ??

2006-03-09 Thread Matt Chotin










But the announced timeframe is 1st
half of 2006 just to get an estimate of how those intermediate releases might
play out.











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Gordon
 Smith
Sent: Thursday, March 09, 2006
2:17 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] When is
Flex 2 Generally Available ??





I'd say that would be high-risk. We've
only released a Beta 1 and there will definitely be two or three more releases
before we ship. Plus, you should test on top of the shipping product for a good
while before going live. You might consider doing parallel development in Flex
1.5 and Flex 2.0.



- Gordon











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Hari Kolasani
Sent: Thursday, March 09, 2006
11:24 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] When is Flex
2 Generally Available ??





Does anyone know when Flex
2 is going to be generally available. We are working with a client trying
to build an online enterprise reporting application and Flex with Charting
seems to be a good choice. The project needs to go live in June/July time
frame. I am trying to find out what the risk levels are if we start
developing the app. now using the Beta with an assumption that Flex 2 is going
to be available by this Summer.











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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Newbie: VBox expanding when it shouldn't

2006-03-09 Thread Manish Jethani
On 3/7/06, revanisle [EMAIL PROTECTED] wrote:

  Part of my UI is a VBox nested inside another VBox. The first VBox
 puts a control bar on top of a results window.  The second VBox is the
 results window which is empty in mxml and gets populated dynamically
 with other containers based on search result.

 mx:VBox width=100% height=100%
 mx:HBox id=header
 mx:TextInput id=imagetag/
 mx:Button label=Go id=go click=get_thumbs()/
 /mx:HBox
 mx:VBox id=thumbs width=100% height=100% /
 /mx:VBox

 Everything is sized by percent (height  width =100%) so it always
 fills the available space.  So far so good, but when thumbs VBox
 should automatically add scroll bars, it just keeps getting taller,
 forcing the parent VBox to scroll.
[snip]

The outer VBox respects the inner's minHeight - which is calculated
based on the number of children inside it.  So the height of the inner
VBox is the larger of the available space and its own minHeight (and
minHeight wins once you've added enough children).

minHeight can be made irrelevant by setting it to 0 explicitly. 
That should work.

If that doesn't work, then maybe try setting maxHeight to an explicit value.

Manish


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

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

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

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




Re: [flexcoders]Question about the Loader class

2006-03-09 Thread Manish Jethani
On 3/7/06, Richard Schutten [EMAIL PROTECTED] wrote:

 Here  is my example code,

 ?xml version=1.0  encoding=utf-8?
 mx:Application  xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=*  
 layout=absolute
  mx:Script
   ![CDATA[
import  mx.controls.ProgressBar;
import  mx.controls.Image;
import  flash.events.*;
import  flash.display.*

private function  loadImage(url:String) : void  {

 var  myloader:Loader = new  Loader();
 addEventListeners(myloader);

 var  myprogress:ProgressBar = new  ProgressBar();
 myprogress.source =  myloader;
 myvbox.addChild(myprogress);

 var  myurlrequest:URLRequest = new  URLRequest(url);
 myloader.load(myurlrequest);
}

private  function addEventListeners(ldr:Loader) : void  {
 ldr.addEventListener(Event.COMPLETE,  handleComplete);
}

private  function handleComplete(event:Event) : void  {

 var myimage:Image = new  Image();
 var ldr2:flash.display.Loader =  flash.display.Loader(event.target);
 myimage.load(ldr2.content);

 myvbox.addChild(myimage);
}

   ]]
  /mx:Script

  mx:VBox  id=myvbox
   mx:Button label=load  click=loadImage(THE URL OF  IMAGE)/
  /mx:VBox
 /mx:Application

Why are you doing this in 2 steps?  Why not just use Image directly
and assign its source property?

Anyway - no, Flex does not download the image again.  If the browser
has cached it, Flex gets the cached version.

Manish


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

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

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

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




Re: [flexcoders] SEO strategies for RIA?

2006-03-09 Thread Manish Jethani
On 3/7/06, Sergey Kovalyov [EMAIL PROTECTED] wrote:

 Are there any effective strategies to make the RIA listed in search engines?

Progressive enhancement.

 I heard that Google's spider parses SWF already, but in most cases content
 is located on server layer, so there is nothing to parse in SWF actually.
 Any ideas on how to organize the application to make some content visible to
 spiders and how to reach top ranks with RIA without cheating?

It's not just for search engines to be able to index content on your
site, it's also for people with less capable web browsers to be able
to navigate your site.

Suppose you're doing an amazon.com in Flex.  Here's how I'd structure it.

html
div id=content
blah blah static content blah
a href=link1link1/a
a href=link2link2/a
...
script
var flex = new FlashObject(...);
flex.write(content);
/script
/div
/html

Now if you access it with a browser that does not have Flash or
JavaScript (like a search engine bot or a wget or Lynx), you get a
plain HTML/XHTML page with links.  That would be my strategy.

Manish


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

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

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

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




RE: [flexcoders] Re: Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Peter Farland
I assume you're using the webtier compiler (i.e. relying on the servlet
to compile .mxml to .swf)? What about the other tokens in the channel
definition? Check the value of context.root in /WEB-INF/flex-config.xml
to see if it matches or try eliminating it from the channel-definition
to isolate the issue. Check that your destination in RemoteObject is
setup to use this channel. 

Have you registered a fault handler for the RemoteObject? Are you
getting any errors? Check the flashlog.txt file if using a debug version
of Flash Player 8.5. Try adding an mx:TraceTarget level=0 / tag to
your MXML too to trace channel (well, all messaging) communications.

Consider whether you're using an IP address to precompile a SWF but then
accessing the SWF using a domain name - remembering that the security
sandbox does not translate DNS to IP or vice-versa in which case you'd
need a crossdomain.xml file in a webapp at the default context root
(i.e. not /flex) to allow such a difference in URLs.


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of thunderstumpgesatwork
Sent: Thursday, March 09, 2006 3:51 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Firewall ports for Enterprise Services with
Java RemoteObject

Everything going through JRun... 
invoking the thing via:

http://serverIP:8700/flex/AppFusion/Qualcomm.mxml

channel looks like:

channel-definition id=my-amf
class=mx.messaging.channels.AMFChannel
endpoint
uri=http://{server.name}:8700/{context.root}/messagebroker/amf;
class=flex.messaging.endpoints.AMFEndpoint/
properties
polling-enabledfalse/polling-enabled
/properties
/channel-definition

seems like it should all be going over 8700 right?

Thunder

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

 What does the channel configuration look like in your 
 flex-enterprise-services.xml file? Have you tried replacing any tokens

 in the endpoint URI with hard coded values to check whether they're 
 successfully being resolved at runtme? Where are launching the SWF
from?
 If it's not from the same JRun web server you'll need a 
 crossdomain.xml file.
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 On Behalf Of thunderstumpgesatwork
 Sent: Thursday, March 09, 2006 1:16 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Firewall ports for Enterprise Services with Java

 RemoteObject
 
 Hi guys
 
 we have attempted to provide access to out flex app (2.0 Beta1) 
 through our firewall, and have opened port 8700 (the default http port

 for JRUN). We are using Java RemoteObjects in JRUN over the default 
 AMF channel (also configured to use port 8700 from what I can tell)
 
 With just port 8700 open, we get the initial screen, but it appears 
 the remote object calls cannot connect.
 
 Are there any other ports that need to be opened up for this 
 configuration? I could not find any documentation discussing firewalls

 and ports for Flex.
 
 thanks,
 Thunder


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

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

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

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




Re: [flexcoders] Simpler than Flex??????

2006-03-09 Thread Chris Velevitch
The  correct link is :-

 http://www.fruition.in/openmacro.html



Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au


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

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

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

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




[flexcoders] Flex2: watch/unwatch AS3 solution to track component enabled property

2006-03-09 Thread Peter Blazejewicz
Hello everyone,

I'm looking for solution to watch changes in enabled property in
component's parent container,

Scenario:
mx:Panel id=parent2
  mx:VBox id=parent1
view:MyComp /
  /mx:VBox
/mx:Panel

now I want to change state within MyComp custom component when
enabled property of any container changes (e.g. to stop sounds in
MyComp),
MyComp is added at runtime so I cannot use states or bindings (which
do not work with enabled),
I've tried with ObjectProxy ObjectEvent.CHANGE but can't do much with
that to achieve something that I can do with watch/unwatch in AS1/AS2,
does someone know solution?
for a moment I'm adding listeners that watch for drawing events in
component parents to reflect changes, not nice but works,

thanx in advance,

regards,
Peter Blazejewicz
 





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

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

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

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




[flexcoders] Component that has event listeners and handles it's own event

2006-03-09 Thread george_lui
Hi,

I have an interesting situation here.

I have something like below.

mx:ComboBox id=employeeCB
 labelFunction=formatName
 change=empFolderViewHelper.cbChanged(event);
  mx:dataProvider { ModelLocator.employees } /mx:dataProvider
/mx:ComboBox

There's a handler for its change event.

I also have event listeners of this comboBox that listens to the
change event as well.


view.employeeCB.addEventListener('change', fooViewHelper);

I've noticed that the order of event execution seems to be that the
event listeners get the event first and processes it and then the
employeeCB handles its change event later.

This seems to be consistent, but I'm not really sure if this is the
case behind the scenes.

Anyone know the exact behavior of this?  And if there's a way that I
can programmatically change the ordering of this execution?

TIA,
George







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

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

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

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




Re: [flexcoders] Re: Weird Gradient Fill error

2006-03-09 Thread Scott Fanetti



Roger,Do you have any timeline on when Beta 2 is going live?ThanksScott FanettiRosettaStone.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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Runtime error #1034

2006-03-09 Thread ZhaoXingdong
hi Manish:

I looked up Runtime Errors section in Macromedia Flex 2 ActionScript and
MXML Language Reference and found something like this,

* Note: This error is thrown while the compiler is checking the
bytecode; that is, before executing the code. Under normal circumstances,
you should never see this error. If you are using the Macromedia
compiler and see this error, please file a compiler bug at [page tbd].
If you are using a third-party compiler and see one of these errors,
please notify the compiler developer.

Does that mean it's a beta bug when I see #1034 at runtime?

cheers,

xd

On Fri, 10 Mar 2006 03:17:15 +0530
Manish Jethani [EMAIL PROTECTED] wrote:

 On 3/9/06, nahruka [EMAIL PROTECTED] wrote:
 
   mx:TileList dataProvider={arr} 
  listItemRenderer={Grup}/mx:TileList
 
 I think changing that to the following should do the trick.
 
  mx:TileList dataProvider={arr}
 listItemRenderer=Components.Grup/mx:TileList
 
 Manish
 
 
 --
 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 
 Web site design development Computer software development 
   Software design and development
Macromedia flex  Software development best practice 
   
  
 
  YAHOO! GROUPS LINKS
 
   Visit your group flexcoders on the web.
To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
  
 
 

・・・‥‥……━━
趙興東  [EMAIL PROTECTED]
株式会社リンコム  http://www.linkcom.co.jp
〒111-0041 東京都台東区元浅草4-9-14 イマス元浅草ビル5F
PHONE 03-5246-6711, FAX 03-5246-6712
━━━……‥‥・・



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

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

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

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





Re: [flexcoders] Is is possible to create tabs with multipul rows?

2006-03-09 Thread Darron J. Schall
Gareth Edwards wrote:
 Cheers
 Gareth
   
There's an example of this inside Flex By Example that I wrote:

http://www.ifbin.com/news/2005/11/flex-15-multiline-tabnavigator-by.html

http://www.ifbin.com/?page=xbe

-d


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

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

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

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




Re: [flexcoders] SEO strategies for RIA?

2006-03-09 Thread Nirav Mehta
Manish Jethani wrote:
 It's not just for search engines to be able to index content on your
 site, it's also for people with less capable web browsers to be able
 to navigate your site.

With Flash available on more than 98% of browsers, people do let go HTML 
version of the Flash content. Developing an HTML version of your 
application may not also be feasible.

I agree that doing HTML version may be the only available solution right 
now, but how about Flex itself generating that version? I know there are 
many complications in this - and some things impossible, but it could 
really allow a lot more people to move to RIAs.

I do not know the internals of SWF format, but is it not feasible to 
have some intelligent SWF parsers that can handle such situations?

 Suppose you're doing an amazon.com in Flex. 

I wish the day comes soon, when we can create a complete app like that 
in Flex - ensuring SEO requirements are met ;-)

:Nirav


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

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

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

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




RE: [flexcoders] Re: Dynamic inserted column in datagrid

2006-03-09 Thread Matt Chotin
If you're using 1.5 you may need to use some doLater's (check the docs)
to delay setting the width.  Flex 2 validateNow() helps avoid that.

As far as using Flex 2 now vs 1.5 it really depends on your timeframe
and willingness to work with beta code.  The more flexible you are, the
more I recommend 2.0.  The stricter your deadlines, the more you stick
with 1.5.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sinacapho
Sent: Monday, March 06, 2006 11:34 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Dynamic inserted column in datagrid

Dear Matt,
But i am using flex 1.5. is That possible ? Actually i have
working for the company that will use Flex as the front end
development. is it more convenience if i use Flex 2 and actionscript
to development? As it seems that Flex 2 have fixed any bugs
thx
capho


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

 I think you may be experiencing a bug that is fixed in beta 2.  Try
 calling validateNow() on the DataGrid after you've assigned the
 dataProvider and then try setting the width of the columns.
 
 Matt
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
 Behalf Of sinacapho
 Sent: Monday, March 06, 2006 3:19 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Dynamic inserted column in datagrid
 
 Dear all,
i have facing a problem like this. I call two web service. One
 of them get the dataset .The other is get the column label and name of
 the datagrid. 
After i have get this 2 web service result(i sure i got it). I
 use actionscript to add the datagridcolumn into the datagrid according
 to the data i get from the second web service. 
 
After that i have set the dataprovider of the datagrid to be
 the result of the first web service . Actually the data can show . But
 the column width cannot set. Sometime 3 of the column width have used
 up all the datagrid width and the other column just hidden until you
 have use mouse to resize the column. i have set the column width but
 the problem come the same. What i can do?
 
 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







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



 




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

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

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

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




RE: [flexcoders] adding white spaces (nbsp;) in label attribute

2006-03-09 Thread Matt Chotin










Take advantage of the fact that youve
already used binding and just put the spaces in the binding _expression_.



label={  +
itemModel.effectiveDate} Text Specification











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of shweta_parekh
Sent: Tuesday, March 07, 2006
12:12 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] adding white
spaces (nbsp;) in label attribute





Hi,

I have the a canvas like below. In the label of the canvas, I
want to insert white spaces before the effectiveDate value (
{itemModel.effectiveDate} ).

mx:Canvas id=textspec_cn
width=815 height=99%
label={itemModel.effectiveDate} Text Specification marginLeft=0
marginRight=0

...

/mx:Canvas

I tried doing this: 

label=nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
{itemModel.effectiveDate} Text Specification but this does not work, gives an error

Putting white spaces before the effective date does not work
either. 

label=
{itemModel.effectiveDate} Text Specification //does not work

Putting white spaces before Text Specification works OK. 

label= Text Specification
{itemModel.effectiveDate} //works OK

Does anyone have any ideas? Thanks.

Shweta









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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Application url usage in flex 2.0 beta

2006-03-09 Thread Matt Chotin










Whats the error? Youre
using it correctly.











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Daniel Nelson
Sent: Tuesday, March 07, 2006
12:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Application
url usage in flex 2.0 beta







Hi,











I am not quite sure if I am using Application.application.url
right. It keeps giving me a fatal runtime error, that I can't even catch.












This is how I am using it.











var rootURL:String = Application.application.url;





Alert.show(rootURL);











The above example fatally errors out in IE.











If I wrap it using String(Application.application.url), everything
works fine.











Any one have any thoughts?











-Dan











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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Prob]lem with wordwrap - flex 1.5

2006-03-09 Thread Matt Chotin
What happens if you hard-code the column width for the word-wrapping
column?

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of pasflex
Sent: Tuesday, March 07, 2006 1:34 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Prob]lem with wordwrap - flex 1.5

I have a datagrid that has wordwrap turned on for one of it's 
columns.  If the contents of a cell in that column are long enough 
to cause a scrollbar to appear when the scrollbar is moved or the 
scroll down arrow clicked the column gets narrower until it 
disappears.
Also if there are multiple rows with values like this scrolling does 
not reveal the entire contents of the cell, it only goes to the top 
of the next row.

Here is some sample code that recreates the problem.  Any ideas?
Thanks.

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; 
xmlns=* width=250 height=250 backgroundColor=#FF
mx:DataGrid width=100% height=100% 
variableRowHeight=true
mx:columns
mx:Array
mx:DataGridColumn 
columnName=name/
mx:DataGridColumn 
columnName=title/
mx:DataGridColumn 
columnName=longString wordWrap=true/
/mx:Array
/mx:columns
mx:dataProvider
mx:Array
mx:Object
namename/name
titletitle/title
longStringClick on the 
scroll down arrow or on the scroll bar below the scroll control.  
This is a long string that is long enough to cause a vertical scroll 
bar to be displayed./longString
/mx:Object
/mx:Array
/mx:dataProvider
/mx:DataGrid
/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



 





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

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

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

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





RE: [flexcoders] Changing Renderer Dynamically in DataGrid (Flex2)

2006-03-09 Thread Matt Chotin
Also it may be that your setter is not getting called again?  Look into
calling notifyItemUpdate on the dataProvider (or source collection)
passing in the dataObject where you changed the value of plotted.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Manish Jethani
Sent: Thursday, March 09, 2006 2:10 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Changing Renderer Dynamically in DataGrid
(Flex2)

On 3/8/06, dh_brown [EMAIL PROTECTED] wrote:

 ?xml version=1.0 encoding=utf-8?
 !-- RendererText.mxml --

 mx:Text xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=*
  mx:Script 
 ![CDATA[
 // Override the setter method.
 [Bindable]
 public var myColor:String = new String;
 override public function set
dataObject(value:Object):void {
 if(value != null) {
 // Use super to set the value in the base class.
 super.dataObject = value;
 // Determine the text color based on whether it
 has been added to the graph.
 if (value.plotted == TRUE) {
 myColor = #FF;
 }
 else {
 myColor = #FF;
 }
 }
 }
 ]]
 /mx:Script
 mx:color{myColor}/mx:color
  /mx:Text

You almost never have to override dataObject in a cell renderer.  Your
example can be reduced to the following:

 mx:Text xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=*
color={dataObject.plotted == 'TRUE' ? '#FF' : '#FF'}
  /mx:Text

See if that works.

Manish


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



 





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

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

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

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




RE: [flexcoders] Loader during Service Call

2006-03-09 Thread Matt Chotin
I don't think you want to use a Loader, you really want an indeterminate
progress bar.  I'd look into that first (should be described in the
docs).

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of digital_eyezed
Sent: Tuesday, March 07, 2006 2:09 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Loader during Service Call

Hi,

I was thinking about having a loader in a status bar at the bottom of 
my app which would animate while service calls are being made, such as 
WebService calls and RemoteObject calls, is there any way I can use 
the standard loader to do this? I was thinking of starting it off when 
I call the service and finishing it when I get the result.

I have a function which calls the services and each method has a 
result function which can turn it off, just don't know how to 
implement it thats all.

I know I have a showBusyCursor but the icon seems to disapear when you 
move the mouse accross components when it's busy, thus the user isn't 
getting all the feedback of a busy application.

Cheers,

Iain






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



 




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

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

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

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




RE: [flexcoders] Flex 1.5 print problem

2006-03-09 Thread Matt Chotin










I dont know the printing API at all
but Ive forwarded your query to some folks inside to see if they have
any insight.











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Kiljunen
Sent: Wednesday, March 08, 2006
1:43 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex 1.5
print problem





No help there. I can print stuff that is
not visible on screen and print many pages. The problem is that when printing over
10 pages at once Flex badly messes up some pages. This is the problem that I
need to solve. Trust me, we had a hell of a fight getting the printing working.
Now that all that is solved we are facing the fact that users cannot print more
than 10 pages at a time otherwise it just garbles it up L



-Mika











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz
Sent: 7. maaliskuuta 2006 14:24
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex 1.5
print problem





Hi Mika,

Check out the FAQ here for links on printing in Flex 1.5:

http://www.macromedia.com/devnet/flex/articles/flexfaq.html#itemA-40


-abdul



On 3/7/06, Mika
Kiljunen [EMAIL PROTECTED]
wrote:

Hi,

When printing big printjobs (over 10 pages) flex 1.5 completely makes a mess
out of the result. It prints few pages nicely but the rest of the pages are
just a mess. In a single printJob result there are empty pages, some pages that

are completely fine and pages that have some printing on them but miss the most
of the content (ie. there are vertical lines, half of a datagrid, lines of
datagrids and empty lines between etc). If I print only few pages (10) then
it 
prints all fine, but when there is over 10 pages it messes up. Any hints or
clues how to fix this irritating problem?



-Mika



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

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

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

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
















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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] SEO strategies for RIA?

2006-03-09 Thread Matt Chotin
We have done a fair amount of thinking on this stuff but we don't have
anything we can show right now.  Hopefully a future version of Flex will
build in these kinds of capabilities.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Nirav Mehta
Sent: Thursday, March 09, 2006 7:10 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] SEO strategies for RIA?

Manish Jethani wrote:
 It's not just for search engines to be able to index content on your
 site, it's also for people with less capable web browsers to be able
 to navigate your site.

With Flash available on more than 98% of browsers, people do let go HTML

version of the Flash content. Developing an HTML version of your 
application may not also be feasible.

I agree that doing HTML version may be the only available solution right

now, but how about Flex itself generating that version? I know there are

many complications in this - and some things impossible, but it could 
really allow a lot more people to move to RIAs.

I do not know the internals of SWF format, but is it not feasible to 
have some intelligent SWF parsers that can handle such situations?

 Suppose you're doing an amazon.com in Flex. 

I wish the day comes soon, when we can create a complete app like that 
in Flex - ensuring SEO requirements are met ;-)

:Nirav


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



 




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

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

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

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





RE: [flexcoders] SEO strategies for RIA?

2006-03-09 Thread Matt Chotin










This may need to be clarified. I think its
one thing if you have a Flash site and HTML site and allow users to visit both
but only let Google search the HTML site. What it means is that when a user
finds a page in Google they will click on the link and go to the HTML site.
Google has been very clear that presenting HTML to the crawler but then having
a search link take you to a Flash site is not allowed (its called
cloaking). Unfortunately cloaking is exactly the kind of thing that would
solve our problem J So we need to work with the vendors directly to come up with
acceptable solutions.



Matt 











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: Thursday, March 09, 2006
2:22 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] SEO
strategies for RIA?







Jim Kremens asked Google how to index Flash sites.
Here is quoted response from the Google Team:











The practice of creating HTML copies of
these Flash pages for our
crawler is actually our recommended solutions to this kind of issue.
If you do this, please be sure to include a robots.txt file that
disallows the Flash pages in order to ensure that these pages are not
seen as duplicate content.





- Original Message - 



From: Mykola
Paliyenko 





To: flexcoders@yahoogroups.com






Sent: Thursday, March
09, 2006 4:35 PM





Subject: Re: [flexcoders]
SEO strategies for RIA?











Hi John







Make sure that your hosting HTML page has good title, metadata, 
filename, and especially good inbound links with
anchor text of your 
desired search terms.








Ok but what if we want the news on our RIA site to be indexed by Google, sure
we can show another content to Google spiders but AFAIK it will be treated as a
fraud, BMW site pagerank was set to zero by Google recently for the similar
things.
Does Adobe planing some mechanisms to deal with it in partnership with search
engines? I think the best idea is just show them HTML to index, but that HTML
shoud replicate the Flex site content, all we need is just not be treated as a
fraud if we really just replicate text content availiable on the same link for
the common user.

-- 
WBR, Mykola 







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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] How to draw a line in flex 1.5

2006-03-09 Thread Matt Chotin










Some in the Flash docs, e.g., here: http://livedocs.macromedia.com/flash/mx2004/main_7_2/1518.html

Matt











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sathish K
Sent: Wednesday, March 08, 2006
4:10 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to draw
a line in flex 1.5







how to use lineTo and moveTo function 
any small sample for it











sathish











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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









DISCLAIMER: 

Information transmitted by this e-mail may be proprietary to Ramco Systems Ltd., and / or the authors of the information and is intended for use only by the individual or entity to which it is addressed, and may contain confidential or legally privileged information. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are not authorised to access, read, disclose, copy, use or otherwise deal with it and any such actions are prohibited and may be unlawful. 

Internet communications cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, arrive late or contain viruses. Ramco Systems Limited therefore does not accept liability for any errors, omissions, viruses or computer problems experienced as a result of this transmission.

If you have received this e-mail in error, please notify us immediately at mail to: [EMAIL PROTECTED] and delete this mail from your records. Notice is hereby given that no representation, contract or other binding obligation shall be created by this e-mail.


RE: [flexcoders] datagrid column assistance needed

2006-03-09 Thread Matt Chotin
Are you trying to adjust the editable state of the whole column or the
individual cell within the column?  Any reason you can't just use a cell
renderer in the column where you want editability to flip and just have
it read the other columns values?

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of gault17
Sent: Wednesday, March 08, 2006 5:57 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] datagrid column assistance needed

I'd like to set the protection and color of a datagrid column based on 
the content of another column in the datagrid. I've tried using a 
cellrenderer with the following code in setValue:
 if (item.nodeId != xyz) {
   listOwner.getCellIndex().columnIndex.editable = false;
 }
else {
  listOwner.getCellIndex().columnIndex.editable = true;
}
However, the column always is non-editable. Can anyone give me some 
tips or another approach? 

Thanks

Gary Ault
Bureau of Labor Statistics






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



 




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

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

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

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





RE: [flexcoders] Re: Repeater and Web Services (Flex 2b1)

2006-03-09 Thread Matt Chotin
Yeah, it's sounding like a bug to me too.  Do your workaround for now
and let's see if it's fixed in B2.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Manish Jethani
Sent: Thursday, March 09, 2006 1:44 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Repeater and Web Services (Flex 2b1)

On 3/9/06, Tim Sawyer [EMAIL PROTECTED] wrote:

 Assign collection to dataprovider = no event firing.

Simply reassigning the Repeater's dataProvider should work.  Otherwise
it's a bug.

Manish


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



 





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

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

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

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





Re: [flexcoders] Tree+ datas from mySQL

2006-03-09 Thread Jignesh Dodiya



Still i am not getting the sollution

there is no any example for TreeDataDescriptorin the docs...anybodyhas an ideahow canI put data in tree control asfrom the mySQL database andfrom 2 different tables

On 2/27/06, Jignesh Dodiya [EMAIL PROTECTED] wrote:


Its great, thanx Matt, 

Is there any working sample available regarding ths...

Jignesh

On 2/27/06, Matt Chotin [EMAIL PROTECTED] wrote:
 


Flex 2 allows you to specify a TreeDataDescriptor for this exact purpose, specify the top-level data to the Tree and then use the descriptor to read into those other arrays as necessary for the children (or other parts of the data). 


MAtt





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Sunday, February 26, 2006 3:33 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Tree+ datas from mySQL


I think , it seems really very difficult or just it may be wrong wayor bad stuffs 





On 2/26/06, Jignesh M. Dodiya 
 [EMAIL PROTECTED] wrote:


hi,
Is there any idea how to provide data provider to tree component in mySQL based datas...how can i use 2-3 COllection Array in to single 
tree COntrol;regards,jignesh
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 

SPONSORED LINKS
 





Web site design development 


Computer software development 


Software design and development 



Macromedia flex 


Software development best practice 






YAHOO! GROUPS LINKS
 


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




-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 

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





-- 
jignesh dodiya -- jignesh dodiya 






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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Flex 2 Beta - App Vars - Runtime Crash

2006-03-09 Thread Matt Chotin










When is that code executing? Can you give
us a complete example? Crashing the browser is obviously a bad thing.











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Langeberg
Sent: Wednesday, March 08, 2006
9:06 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2 Beta
- App Vars - Runtime Crash





Anyone know why these would be crashing the browser?

import mx.core.Application; 

var url:String = String(Application.application.url);

   
 if (Application.application.parameters.userid != undefined)
{
   
  var userid:String =
String(Application.application.parameters.userid);
   
  if(userid) {
   
  
Alert.show(userid: +userid); 
   
  }
   
 }

-- 

: : ) Scott 







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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Attempting to connect flex 2 to php :error #2070

2006-03-09 Thread Matt Chotin










If you go to the ASDoc youll see an
Appendixes section and in there is runtime error codes. 2070 is a Sandbox
Violation which probably means that your SWF and PHP are not from the same
domain.



Matt











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Manuel Saint-Victor
Sent: Wednesday, March 08, 2006
9:43 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Attempting
to connect flex 2 to php :error #2070





I'm getting an error#2070
and I checked livedocs but find no further explanation. It's in the
context of trying to use an HTTPService post to contact a php form. Is
there somewhere online that details how to troubleshoot these problems? 

Mani









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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] RemoteObject and Enterprise Services

2006-03-09 Thread Matt Chotin
I believe we announced that there will be a connection-limited license
for Flex Enterprise Services that is free.  So depending on how much you
expect your server to be hit you may not have to pay much of anything!

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of mvbaffa
Sent: Thursday, March 09, 2006 6:05 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] RemoteObject and Enterprise Services

Hi All,

I am working with Flex 2.0 and considering the use of RemoteObject. 

But i am concerned about the entreprise services and its price. I am 
using .NET at the server and thinking about some new .NET AMF open 
source packages.

The main problem with Entreprise Services, as I have heard, is the 
price. Will I be able to use at the client RemoteObjects and a free 
AMF at the server without having to pay form Enterprise Services.

Excuse me if this an obvious question but I am new to Flex.

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



 




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

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

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

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




RE: [flexcoders] Remote calls and Security

2006-03-09 Thread Matt Chotin










RemoteObject can be secured a few ways.
You can protect the channel itself which allows access to that object
(basically equivalent to locking down the gateway in web.xml). You can also
restrict by role the users who are allowed to access the service, that is
integrated into your J2EE server or via a custom login adapter. You can make
RemoteObject calls over SSL just fine.



Matt











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Miranda
Sent: Thursday, March 09, 2006
11:40 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Remote calls
and Security





With a background in Flash Remoting, I understand quite a
bit about Flash Remoting but wanted to ask what the different approaches to
securing a RemoteObject call are? Crossdomain.xml still have any effect on the
SWFs allowed domain pool  what about going over SSL with Flex
Enterprise calls? I guess Im looking or a mini article on security with
these calls  just double checking my approach before I find out later I
was mistaken J

_

Jonathan Miranda

Flexible Master of
the Web

Try not to become a
man of success, but a man of value. - Albert Einstein

HealthGrades:
Guiding America
to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or legally privileged
information and is intended for use only by the indicated addressee. If
you are not the named addressee you should not disseminate, distribute, or copy
this e-mail. Please notify the sender immediately by e-mail if you have
received this e-mail by mistake and delete this e-mail from your system. E-mail
transmissions cannot be guaranteed to be secure or error-free as information
could be intercepted, corrupted, lost, destroyed,arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any errors
or omissions in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard-copy version.











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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











  1   2   >