RE: [flexcoders] Repeaters ?

2006-05-10 Thread Matt Chotin



In your handler look into event.target.getRepeaterItem()...

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Antoine Malpel
Sent: Tuesday, May 09, 2006 6:19 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Repeaters ?

For a shopping cart I tried to display the content of the cart using a 
Repeater.

When the Repeater is creating the rows of the card I can get the 
values of the dataprovider with repeaterId.currentItem.fieldName so I 
can display the prod name etc. but then I would like to store for each 
product in the cart so I could then use a Image's mouseUp event to 
remove the corresponding item from the Cart.
So To call the Remote Object's method I need to give to it the code of 
this product. but I don't understand how I could give to it the 
product's code ...



--
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] Flex f2b3: Chart watermarking?

2006-05-10 Thread Matt Chotin



We've tested the license for turning off the watermark internally but
we're not really testing the license code during the public beta.

I assume you're not planning on going live with the app while Flex is
still in Beta, so if that's true you'll be able to get a license for
charts before you deliver the final product.

If you think you have extenuating circumstances where it's vital for
your client to see the app without the watermark you can contact me
off-list and we can see what we can do.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of exporta_lite
Sent: Tuesday, May 09, 2006 6:44 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex f2b3: Chart watermarking?

I read in the Flex beta 3 installation notes the following:

Note: The Flex Builder 2 and Flex Data Services 2 Beta 3
installations include Flex Charting 2. You do not have to install it
separately. For Beta 3, Flex Charting 2 displays a Flex Charting
Trial watermark.

Is there any way to turn this watermark off? 

I understand the need to test your watermarking scheme, but don't you
also want to test turning /off/ the watermark? It's constant presence
would make beta 3 useless to us.

We have been proceeding under the impression that the first half of
2006 is almost over, and have almost completed development/delivery
on a standalone kiosk-style installation which will include charts. 

We sold the customer on the idea that there would only be a short
period of beta before we could install the solid release version
(and stability has not been a particular issue so far); but if there
are ugly watermarks on the charts, this would be a Big Problem for the
client.

I would happily buy the product now - why must I have a 3-7 week gap
where there is a watermark on the charts?

Cheers - Chas






--
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] Re: Webservice Flex 2 unexpexted incoming type

2006-05-10 Thread Matt Chotin



I'm guessing you're not using the proxy right? Unfortunately there is a
limitation in the information the browsers will pass the Flash Player
when doing network requests, so we can't read the information in the
fault. The FDS proxy works around this issue by turning the response
into something the Player can read. We are investigating other options
to avoid the proxy requirement but I don't have any guarantees.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of moyosaned
Sent: Tuesday, May 09, 2006 8:38 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Webservice Flex 2 unexpexted incoming type

It is fixed in the new Beta-version..!! Cool.


But anotherone

We want to read the error that is passed by the server in
Description... of a fault..
The onlything we receive is..

faultCode (string) : Server.Error.Request
faultString (string) : HTTP request error
faultDetail (string) : Error: [IOErrorEvent type=ioError
bubbles=false cancelable=false eventPhase=2 text=Error #2032: Stream
Error. URL: http://apwebinterface.blabla.nl/RiaMethods.asmx]. URL:
http://apwebinterface.blabla.nl/RiaMethods.asmx
rootCause (object) : [object Object] = {
text (string) : Error #2032: Stream Error. URL:
http://apwebinterface.blabla.nl/RiaMethods.asmx
}

... But we can read the message of the server

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

 Does your WSDL specify the Id as being of type String? We have
default behavior for things that are unspecified to guess at the type,
which of course is messing you up here. If you can't get the WSDL to
contain the information you may need to use a literal result
(resultFormat=xml|e4x) and deserialize it into objects yourself.
 
 Matt
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of moyosaned
 Sent: Thursday, May 04, 2006 6:45 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Webservice Flex 2 unexpexted incoming type
 
 In the response of a webservice I expect the Id to be of type
 String. But it's not it will parse to Number. Which will mess up my
 Id...
 
 Look...
 Id (number) : 7.20575940978773e+16
 
 
 
 
 
 
 
 --
 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








  
  
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] Good Code Stops Working For Me Too

2006-05-10 Thread Matt Chotin










Ive mailed into support again, Ill
see what they say.



Matt











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Simon Fifield
Sent: Tuesday, May 09, 2006 12:15
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Good
Code Stops Working For Me Too





Hi Matt,



No they did not.



My Client's maintenance contract has
expired and he has tried to get it renewed and was told he'd be called back and
never was.



I must say he's pretty disappointed about
the amount of money he's paid out for Flex and what he's got in return.



I've now wasted what amounts to a solid
week just trying to get good code to work with a system that should just work.



I think I'm saying I'm disappointed as
well. I want to say that Flex is a fantastic product and it is except my
clients service and exceptfor this bug which I just cannot find a
workaround for.



I've checked that the code does not have
any binding warnings - it does not. I've checked for the dreaded NoChange
bug and it does have this.



If Adobe are not going to fix this and
release an update for Flex 1.5 (and I think they should) they should at least
spend some time working out a workaround that WILL WORK.



I'm willing to supply my complete
application source code to Adobe if that would help.



Is there anything you can do to help or
get any of the other Adobe guys to help?

Or can anyone on Flexcoders help?



Libby has offered some help but I could
not get any of her suggestions to resolve the issue. I've also tried the
XWrapper solution but this cannot work in my case.



Regards,



Simon
















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin
Sent: 09 May 2006 07:42
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Good
Code Stops Working For Me Too

Did they contact you? Someone said
they would I think.



I dont think we have an existing
fix for it though.



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Simon Fifield
Sent: Monday, May 08, 2006 5:37 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Good
Code Stops Working For Me Too





Have support made any response to this
issue at all?



I still have no solution.



Simon









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin
Sent: 16 April 2006 23:35
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Good
Code Stops Working For Me Too

Ive forwarded this on to our
support team. Its possible we have a hotfix for it already (or
theyll know of a workaround or something).



Matt











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Simon Fifield
Sent: Saturday, April 15, 2006
4:40 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Good Code
Stops Working For Me Too







I have some MXML TitleWindow components that have form field
that are bound totheir respective VO's.











These were working fine but when I started implementing
validation with the Validators components Binding stopped working in these
TitleWindow components.











I have spent several days trying to figure out what has gone
wrong but I am certain that the code is good.











So I decided to duplicate the code, so I created a new blank
file and copied and paste the code into it. I'm using cairngorm and it has a
ViewHelper so I did the same with this. The code for the new files is identical
with the exception of the name changes for the MXML file and the ViewHelper
file.











Now when I run the app, the duplicated files work correctly
and display the bound data. But the original files are still not binding even
though the new Component is running correctly in the same app at the same time!











I have read a post by Libby that mentioned good code stops
working and followed the response by Matt Chotin, but am still unable to fix
the problem (if its the same!).











To Adobe/MM:





If this is a bug in Flex 1.5, do youintend to release
an update for it?











Simon















--
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 bind to something programatically (not in MXML)?

2006-05-10 Thread Matt Chotin



Check out the newly exposed mx.binding.BindingUtils class (and
ChangeWatcher). It's not documented to the point of really being a
best-practice but it does give you a shot at adding bindings in the
simple case.

I'm not sure if the code we generate uses these, I think it might
though.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of rigidcode
Sent: Tuesday, May 09, 2006 1:13 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to bind to something programatically (not in
MXML)?


How do you bind TO something via Actionscript 3, not MXML? All of the
documentation on how to bind to something uses the {} stuff or the
mx:Binding tag, it's very frustrating. How do you do that in
Actionscript?









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

2006-05-10 Thread Matt Chotin










Usually this means that you didnt
really get the new player installed correctly.











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim Hoff
Sent: Tuesday, May 09, 2006 3:07
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex2B3
problem





This
is a good one. I unistalled Flex2B2, deleted the project defenition,
installed B3 and Player9, rebooted, created a new project, and pasted the
code below into the main mxml file. When I launch the application, the
initializing screen shows the blue color but the initializing progress bar
doesn't appear. The application just sits there. Any ideas?

Thanks,

Tim
Hoff

?xml
version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
xmlns=* layout=absolute
 paddingTop=10 paddingBottom=12
paddingLeft=10 paddingRight=12
 horizontalAlign=center
horizontalScrollPolicy=off verticalScrollPolicy=off
 xmlns:control=org.ets.main.code.control.* 
xmlns:business=org.ets.main.code.business.* 
xmlns:topMenu=org.ets.main.code.view.topMenu.*
xmlns:sidePanel=org.ets.main.code.view.sidePanel.*
xmlns:mainPanel=org.ets.main.code.view.mainPanel.*
xmlns:login=org.ets.main.code.view.login.*
currentState={ ModelLocator.getInstance().etsViewCurrentState
}
 creationComplete=initApp()
 
 mx:Style source=ets.css/g! t;


mx:Script
 ![CDATA[


import mx.effects.*; 
 import mx.controls.Alert;
 import
org.ets.main.code.model.ModelLocator;
import org.ets.main.code.control.ApplicationController;


private function initApp():void
{
ModelLocator.getInstance().initialise();
 }
 
]]
 /mx:Script

!--
==
--

control:ApplicationController id=controller /

!--
==
--
 
 mx:Canvas id=applicationCanvas
width=100% height=100% 
 verticalScrollPolicy=off
horizontalScrollPolicy=off

/mx:Canvas



mx:states
 mx:State
name={ModelLocator.VIEWING_ETS_APPLICATION}
 mx:AddChild
target={applicationCanvas} position=lastChild

topMenu:TopMenuView x=0 y=0
width=100%/

/mx:AddChild

mx:AddChild target={applicationCanvas}
position=lastChild

sidePanel:SidePanelView x=0 y=42
width=230 

title={ ModelLocator.getInstance().sidePanelViewTitle } 
nbs! p;
currentState={ ModelLocator.getInstance().sidePanelViewCurrentState
}/

/mx:AddChild

mx:AddChild target={applicationCanvas}
position=lastChild

mainPanel:MainPanelView x=244 y=42 width=100%


title={ ModelLocator.getInstance().mainPanelViewTitle } 

currentState=search/

/mx:AddChild
 /mx:State


mx:State name={ModelLocator.VIEWING_ETS_LOGIN}

mx:AddChild target={applicationCanvas}
position=lastChild

login:LoginView/

/mx:AddChild 
 /mx:State
 /mx:states

/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








  
  
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] Beta3 Tree control is out of control

2006-05-10 Thread Matt Chotin



I'm not sure exactly, but you could try to use
indexToItemRenderer(index).data and I think the data will be the node.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sufibaba
Sent: Tuesday, May 09, 2006 6:23 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Beta3 Tree control is out of control


Just upgraded to Beta3 and most things are working except the Tree
Control.

I read the docs on Beta2 to Beta3 migration and it seems that Tree has
gone through a sort of reincarnation.

The docs in the Flex builder help on the tree seems a bit old. 

Is there an equivalent of getNodeDisplayedAt()?

Any help on this is greatly appreciated.

Thanks,

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








  
  
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: Flex2B3 - parentDocument definition

2006-05-10 Thread bhaq1972



 parentDocument should point to the parent MXML document (i.e. the
 root element in the .mxml file). So the way it works is correct.


here's an interesting one.

if i add another child to myComponent (a mx:Button), it thinks the 
parentDocument is the root application and not comp1 (see below).

mx:Application xmlns:mx=http://www.adobe.com/2006/mxml xmlns=*
 mx:Box id=box1
 myComponent id=comp1/
 /mx:Box
/mx:Application


myComponent.mxml

mx:HBox
 myButton/
 mx:Button initialize=trace(this.parentDocument)/
/mx:HBox

myButton.mxml
-
mx:Button initialize=trace(this.parentDocument)/












--
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] Current Node in tree when drop

2006-05-10 Thread Paul Williams



Yes - you can download it from labs.adobe.com.

If you are using beta 2 and you don't want to migrate right away, use the getDropLocation() method of the tree object. As far as I can tell this method was renamed to calculateDropIndex() for beta 3.

Paul

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Franca Daniel
Sent: Tuesday, May 09, 2006 10:14 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Current Node in tree when drop


--- Paul Williams [EMAIL PROTECTED] escreveu:
 
 Hey Paul,
 
 Thank you once more ! is Beta 3 Avaliable ?
 
 CYA!
 

-
Hi Franca,

I was hoping to try this out myself before replying,
but I haven't as yet. Anyway for beta 3, there is a
method on the tree object called calculateDropIndex()
which (according to the docs) you should be able to
call from your dragOver and dragDrop handlers to work
out the drop location within the tree.

Paul

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of
Franca Daniel
Sent: Tuesday, May 09, 2006 3:19 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Current Node in tree when drop

 
 How can i get current node of the Tree when i drop
a element from grid to that Tree ?

Help please, Thank you!


 
___

Navegue com o Yahoo! Acesso Grátis, assista aos jogos
do Brasil na Copa e ganhe prêmios de hora em hora! 
http://br.yahoo.com/artilheirodacopa/



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

 
-





  
___ 
Novo Yahoo! Messenger com voz: Instale agora e faça ligações de graça. 
http://br.messenger.yahoo.com/



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



 









--
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] Action Script Help

2006-05-10 Thread Chris Velevitch



I think you have 'show' it, however you do that (render, show,
display, invalidate ... whatever its' called).


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








  
  
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: Flex2B3 - parentDocument definition

2006-05-10 Thread Manish Jethani



On 5/10/06, bhaq1972 [EMAIL PROTECTED] wrote:

 here's an interesting one.

 if i add another child to myComponent (a mx:Button), it thinks the
 parentDocument is the root application and not comp1 (see below).

 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml xmlns=*
 mx:Box id=box1
 myComponent id=comp1/
 /mx:Box
 /mx:Application


 myComponent.mxml
 
 mx:HBox
 myButton/
 mx:Button initialize=trace(this.parentDocument)/
 /mx:HBox

 myButton.mxml
 -
 mx:Button initialize=trace(this.parentDocument)/

That's right. The 'parentDocument' of the 'comp1' is the application.
When a UIComponent is the document itself, its 'parentDocument'
property points to its parent's document.

 if (this == this.document)
 {
 this.parentDocument = this.parent.document;
 }
 else
 {
 this.parentDocument = this.document;
 }






--
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] Flex2B3 :: Framework Source :: Thanks

2006-05-10 Thread jeremy lu




very nice++

very enjoying reading those code.On 5/10/06, Michael Schmalle [EMAIL PROTECTED] wrote:



Hi Gordon,

The ones in the middle of the methods.

I know OOP says your method should 'document itself' but, well written
inline comments for framewroks like this seem to be ideal for a
developer trying to get up to speed quickly.

It's more like a technical journal as I read through it. Very nice, very nice indeed.

Peace, Mike

PS, ASDoc is great to, give it a week and my eyes will adjust ;-)On 5/10/06, 
Gordon Smith [EMAIL PROTECTED]
 wrote:















Thanks for your thank-you. Are you
referring to the comments that create the ASDoc, or the additional ones such as
those in the middle of a method?



- Gordon











From:
flexcoders@yahoogroups.com [mailto:

flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle
Sent: Tuesday, May 09, 2006 7:36
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex2B3 ::
Framework Source :: Thanks






Hi,

I would just like to formaly thank the Adobe Flex Engineers for an AWSOME
commenting of the framework.

This will excellerate your 3rd party component developers by 100 times.

Thanks GUYS  GALS!!!

Peace, Mike

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





  










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




  















--
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] Adobe Flex2 - Title window transparency

2006-05-10 Thread Manish Jethani



On 5/10/06, Robs [EMAIL PROTECTED] wrote:

 How can I remove the transparency of the title window? I tried all
 properties like backgroundALpha  alpha, but it didn't help. Please
 help

borderAlpha: 1

Or as Jeremy suggested, set styleName to opaquePanel, which is basically this:

 borderAlpha: 1;
 footerColors: #E7E7E7, #C7C7C7;
 headerColors: #E7E7E7, #D9D9D9;






--
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] Flash Player crashes the browser b3

2006-05-10 Thread JB



Hi Matt,Already did this last night.I thought that it would help.It was from the Flex Store from Labs,also I got an error from:http://weblogs.macromedia.com/mc/archives/2006/05/mac_os_x-lookin.cfmThat is such a wonderful aplication!Which I wrote a commend on the site, but should I log a "bug" everytime I find one? I would not not the flash player team to think that I am a whinner. I would do this if it is helpful however.Thanks,JohnMatt Chotin [EMAIL PROTECTED] wrote:Do you have the SWF that is causing the error? Is it something on a public site or just something you're working on? Please log the bug here: http://www.adobe.com/bin/fp8betafeedback.cgi. If the SWF is not public please indicate that you have the SWF (and keep a copy of it) so that someone from QA can mail you in order to get it.  If you file and don't hear back in a few days please let me know.  Matt   -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of JB Sent: Tuesday, May 09, 2006 2:43 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flash Player crashes the browser b3  Yes, I did in safari. I am not sure if it is the player or safari, seems good in FF. John  --- Dima Ulich [EMAIL PROTECTED] wrote:   I had in b2 and now I have it in b3 player 9.0When I close my application it causes the browser  error (Memory cannot be read ...) Did anyone had the same problem.__  Do You Yahoo!?  Tired of spam? Yahoo! Mail has the best spam  protection around   http://mail.yahoo.com  __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around  http://mail.yahoo.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com  Yahoo! Groups Links  
	
		Yahoo! Mail goes everywhere you do.  Get it on your phone.





--
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] Flex2B3 - 'page cannot be displayed' issue

2006-05-10 Thread bhaq1972



I want to do an initial deployment (nothing serious). 
All i've done is set up a virtual directory on iis pointing to my flex 
html page. 

When i try to access this page from another network machine at my 
workplace, i keep getting 'Page cannot be displayed'.

I suppose this is a flexbuilder licensing issue.

Can i use my flexbuilder 1.5 license. (My employers have an agreement 
that allows them to 2 years worth of upgrades).










--
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] How to use assets from a theme?

2006-05-10 Thread Bas J. Brey










The default theme has icons I want to use in other
components, how can I, for example, use the TreeNodeIcon in a
List component?

I know I can embed the swf file but there must be
another way to access it.















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








  
  
SPONSORED LINKS
  
  
  

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] cf flex intergration

2006-05-10 Thread JB



Hi Simeon,Thanks so much for all your help`-`I did get Mystic 3 installed, and now have an option in the cf admin, and so I know everything during the install went well. I saw a link to the docs from your flexcf.com,and tonight I am going to try to set it up. Hopefully I will not have question, but thanks so much for offering help, as I might need some help with this.Thanks again,JohnSimeon Bateman [EMAIL PROTECTED] wrote:Hey John,I posted on my blog about how I use ANT to compile flex 2.0 scripts for my mac. I also have a post about setting up so remoting works here: http://www.simb.net/blog/index.cfm/2006/3/1/Compiling-Mystic-Compatible-SWFs-with-AntIf you have any questions about getting that set up feel free to post them here or on the flexcf.net  forums.Good Luck,simeonOn 5/9/06, JB [EMAIL PROTECTED] wrote:Hi, Does anybody know of any examples explaining coldfusion  flex
 intergration? I was just able to download Mystic on the Mac, but I am pretty lost on how to intergrate the two.  Thank you very much for any help, John  __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around  http://mail.yahoo.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 LINKSWeb site design developmentComputer software developmentSoftware design and development   
   Macromedia flexSoftware 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 .   
		How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.





--
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 use assets from a theme?

2006-05-10 Thread Anant Gilra



You could do something like?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 
mx:Style Button{upIcon: Embed(source=Assets.swf,symbol=TreeNodeIcon)}/mx:Style mx:Button id=b//mx:Application
On 5/10/06, Bas J. Brey [EMAIL PROTECTED] wrote:















The default theme has icons I want to use in other
components, how can I, for example, use the "TreeNodeIcon" in a
List component?

I know I can embed the swf file but there must be
another way to access it.















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

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









  
  
SPONSORED LINKS
  
  
  


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] Flex2 B3, changing the tree folder icons

2006-05-10 Thread Anant Gilra



folderOpenIcon=mx.core.UIComponent works.Thanks,Anant.On 5/10/06, greenfishinwater 
[EMAIL PROTECTED] wrote:To change the open, close and default folder icons on a tree, I used
folderOpenIcon=UIComponent in Beta 2 and it worked, now in Beta 3 Iget a compile error Definition UIComponent could not be found.What has changed, I want to use the small triangle as the tree folder
icons, not any of my own icons.Thanks Andrew Yahoo! Groups Sponsor ~--Everything you need is oneclick away. Make Yahoo! your home pagenow.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/nhFolB/TM~---
Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links* To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
* To unsubscribe from this group, send an email to:[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/






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








  
  
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] Action Script Help

2006-05-10 Thread JB



Hi rishi,Thanks so much, that worked like a charm`-`One more question:Is there a book for learning actionscript 3 that is good for a beginer?I know there are good books for actionscript 2, but I think that there are lots of differences between 2 and 3.Thanks so much,JohnRishikesh Shetty [EMAIL PROTECTED] wrote:TextField is located in flash.text package.import flash.text.TextFieldShould fix your problem.-rishi On 5/10/06, JB [EMAIL PROTECTED] wrote:Hi,I have a question if I have do understand more about compiling actionscript. I have a very simple example, just prints "Hello World" to the screen. Is there something wrong with this code: package {  import flash.display.TextField; i mport flash.display.Sprite;//complains about
 this   public class HelloWorld extends Sprite {   private var helloField:TextField; public function HelloWorld() {helloField = new TextField();//complains about thishelloField.text = "Hello World!";   addChild(helloField);   }  }}This is easy in MXML,but I want to learn as too Thanks,John   Love cheap thrills? Enjoy PC-to-Phone   calls to 30+ countries for just 2�/min with Yahoo! Messenger with Voice.  -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comSPONSORED LINKSWeb site design development 
   Computer software developmentSoftware design and development
  Macromedia flexSoftware 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 . __Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.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] cf flex intergration

2006-05-10 Thread Dirk Eismann



Yes, it works.

You can either run FDS under the same server instance CF is running
under or create a new server and deploy the FDS application there.

It's also possible to use the J2EE option now although this is a bit
tricky to setup.

Dirk. 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Paul Hastings
 Sent: Wednesday, May 10, 2006 10:38 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] cf flex intergration
 
 Simeon Bateman wrote:
  If you have any questions about getting that set up feel 
 free to post
 
 sure ;-) simeon did you do the flex install w/standalone jrun 
 or under an existing cf multi-server install? i'm 
 especially interested to see if its possible to run flex 
 under a cf multiserver install.
 
 thanks.
 
 
  Yahoo! Groups Sponsor 
 ~-- Everything you need is oneclick 
 away. Make Yahoo! your home pagenow.
 http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 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] Flex2 B3, changing the tree folder icons

2006-05-10 Thread greenfishinwater



To change the open, close and default folder icons on a tree, I used
folderOpenIcon=UIComponent in Beta 2 and it worked, now in Beta 3 I
get a compile error Definition UIComponent could not be found.

What has changed, I want to use the small triangle as the tree folder
icons, not any of my own icons.

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








  
  
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] cf flex intergration

2006-05-10 Thread João Fernandes



It is possible.

I'm currently using CF mystic + FDS in the same server instance.
If you need help to set it up just tell me.

João Fernandes


-Original Message-
From: flexcoders@yahoogroups.com on behalf of Paul Hastings
Sent: Wed 10-May-06 9:38 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] cf flex intergration
 
Simeon Bateman wrote:
 If you have any questions about getting that set up feel free to post 

sure ;-) simeon did you do the flex install w/standalone jrun or under an 
existing cf multi-server install? i'm especially interested to see if its 
possible to run flex under a cf multiserver install.

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








  
  
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.



  







winmail.dat

[flexcoders] Action Script Help

2006-05-10 Thread JB



Hi,I have a question if I have do understand more about compiling actionscript. I have a very simple example, just prints "Hello World" to the screen. Is there something wrong with this code:package { import flash.display.TextField; import flash.display.Sprite;//complains about this  public class HelloWorld extends Sprite {  private var helloField:TextField;public function HelloWorld() {   helloField = new TextField();//complains about this   helloField.text = "Hello World!";   addChild(helloField);  } }}This is easy in MXML,but I want to learn as tooThanks,John
		Love cheap thrills? Enjoy PC-to-Phone  calls to 30+ countries for just 2¢/min with Yahoo! Messenger with Voice.





--
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] Adobe Flex2 - Title window transparency

2006-05-10 Thread jeremy lu




styleName = opaquePanel

worked in B2, not sure for B3On 5/10/06, Robs [EMAIL PROTECTED] wrote:
Hi all, How can I remove the transparency of the title window? I tried allproperties like backgroundALpha  alpha, but it didn't help. PleasehelpThanks,Robi. Yahoo! Groups Sponsor ~--
Everything you need is oneclick away. Make Yahoo! your home pagenow.http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/nhFolB/TM~-
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links* To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
* To unsubscribe from this group, send an email to:[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/






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








  
  
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: Flex2 B3, changing the tree folder icons

2006-05-10 Thread greenfishinwater



Yes, mx.core.UIComponent worked.

Thanks Andrew
--- In flexcoders@yahoogroups.com, Anant Gilra [EMAIL PROTECTED] wrote:

 folderOpenIcon=mx.core.UIComponent works.
 
 Thanks,
 Anant.
 
 On 5/10/06, greenfishinwater [EMAIL PROTECTED] wrote:
 
  To change the open, close and default folder icons on a tree, I used
  folderOpenIcon=UIComponent in Beta 2 and it worked, now in Beta 3 I
  get a compile error Definition UIComponent could not be found.
 
  What has changed, I want to use the small triangle as the tree folder
  icons, not any of my own icons.
 
  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.



  












Re: [flexcoders] Action Script Help

2006-05-10 Thread Rishikesh Shetty



TextField is located in flash.text package.import flash.text.TextFieldShould fix your problem.-rishi
On 5/10/06, JB [EMAIL PROTECTED] wrote:



Hi,I have a question if I have do understand more about compiling actionscript. I have a very simple example, just prints Hello World to the screen. Is there something wrong with this code:
package {
 import flash.display.TextField; i
mport flash.display.Sprite;//complains about this 
 public class HelloWorld extends Sprite {
  private var helloField:TextField;  
  public function HelloWorld() {
   helloField = new TextField();//complains about this
   helloField.text = Hello World!;   addChild(helloField);
  }
 }}This is easy in MXML,but I want to learn as too
Thanks,John
		Love cheap thrills? Enjoy PC-to-Phone 
 calls to 30+ countries for just 2¢/min with Yahoo! Messenger with Voice.





--
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] cf flex intergration

2006-05-10 Thread Paul Hastings



Dirk Eismann wrote:
 Yes, it works.
 
 You can either run FDS under the same server instance CF is running
 under or create a new server and deploy the FDS application there.

ok, i'm game. how exactly? is that documented?

thanks guys.






--
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 Builder 2 Beta 3 Error in Eclipse WTP

2006-05-10 Thread Carlos Rovira



strange,I test the same enviroment in other PC, and the error is not showing. I'll try this night at home again.Sorry for the noiseC.On 5/9/06, 
Carlos Rovira [EMAIL PROTECTED] wrote:
Hi,I just installed Flex Builder 2 Beta 3 as a plugin in Eclipse Web Tools Project 1.0.1, and I'm findind a strange bug.I've attached a jpg to show the error. If you open WTP and go to the menubar: Window  Web Browser  ...(now see the attached image). Here Eclipe hangs and you must to abort the process.
The same happens always that you open WTP and go this rute.-- ::| Carlos Rovira::| 
http://www.carlosrovira.com

-- ::| Carlos Rovira::| http://www.carlosrovira.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] Re: Caringorm with f2b3 issues

2006-05-10 Thread Steven Webster



Tim has solved your problem. Flex Builder 2 and code-completion is your
friend. ;)

  Steven Webster
Practice Director (Rich Internet Applications)
Adobe Consulting
Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
p: +44 (0) 131 338 6108
m: +44 (0) 7917 428 947 
[EMAIL PROTECTED] 

 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba
 Sent: 10 May 2006 03:03
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Caringorm with f2b3 issues
 
 Graham,
 
 I noticed that cairngorm is mispelled. You've got 
 org.nevis.caringorm.control.FrontController 
 
 Tim
 






--
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] F2B3 - Problem with ColdFusion/Flex Connectivity Beta 3

2006-05-10 Thread Kleber Voigt



Yes, this is the line.
 Hi,
 Is the line you changed?
 endpoint 
 uri=http://{server.name}:{server.port}{context.root}/flex2gatewaynull/ 
 class=flex.messaging.endpoints.AMFEndpoint/
 I still get the same error???
 Thanks,
 John

 */Kleber Voigt [EMAIL PROTECTED]/* wrote:

 I install the cf/flex conn3 with no erros. So, when I access the
 http://localhost/flex2gateway, the follow content appears:


 headtitleJRun Servlet Error/title/headh1500 No
 configured channel has an endpoint path
 '/flex2gatewaynull'./h1body
 No configured channel has an endpoint path '/flex2gatewaynull'./body


 If I change the path of endpoint in flex-enterprise-services.xml
 to flex2gatewaynull, the test with the link above its works fine!


 Anyone knows with this occurrs? Anyone have a tutorial to use cf
 with flex to tell me?

 Thanks,

 Kleber Voigt


 
 Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries 
 http://us.rd.yahoo.com/mail_us/taglines/postman9/*http://us.rd.yahoo.com/evt=39666/*http://messenger.yahoo.com/ 
 for just 2¢/min with Yahoo! Messenger with Voice.

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








  
  
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] F2B3 - Problem with ColdFusion/Flex Connectivity Beta 3

2006-05-10 Thread JB



Hi,
Okay it is working now, I get a blank page. I guess it
took a while, not sure why. Now I can begin to try to
intergrate Mystic.

John

--- Kleber Voigt [EMAIL PROTECTED] wrote:

 Yes, this is the line.
  Hi,
  Is the line you changed?
  endpoint 
 

uri=http://{server.name}:{server.port}{context.root}/flex2gatewaynull/
 
  class=flex.messaging.endpoints.AMFEndpoint/
  I still get the same error???
  Thanks,
  John
 
  */Kleber Voigt [EMAIL PROTECTED]/* wrote:
 
  I install the cf/flex conn3 with no erros. So,
 when I access the
  http://localhost/flex2gateway, the follow
 content appears:
 
 
  headtitleJRun Servlet
 Error/title/headh1500 No
  configured channel has an endpoint path
  '/flex2gatewaynull'./h1body
  No configured channel has an endpoint path
 '/flex2gatewaynull'./body
 
 
  If I change the path of endpoint in
 flex-enterprise-services.xml
  to flex2gatewaynull, the test with the link
 above its works fine!
 
 
  Anyone knows with this occurrs? Anyone have a
 tutorial to use cf
  with flex to tell me?
 
  Thanks,
 
  Kleber Voigt
 
 
 


  Love cheap thrills? Enjoy PC-to-Phone calls to 30+
 countries 
 

http://us.rd.yahoo.com/mail_us/taglines/postman9/*http://us.rd.yahoo.com/evt=39666/*http://messenger.yahoo.com/
 
  for just 2¢/min with Yahoo! Messenger with Voice.
 
  --
  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/.
 
 
 


 
 
 


__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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] How to use assets from a theme?

2006-05-10 Thread Bas J. Brey










That doesnt work cause
my application cannot load the Assets.swf from the theme without
putting it in the project.













Van:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Anant Gilra
Verzonden: woensdag 10 mei 2006
10:51
Aan: flexcoders@yahoogroups.com
Onderwerp: Re: [flexcoders] How to
use assets from a theme?





You could do something
like

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
 
mx:Style
 Button{upIcon:
Embed(source=Assets.swf,symbol=TreeNodeIcon)}
/mx:Style
 mx:Button id=b/
/mx:Application



On 5/10/06, Bas J.
Brey [EMAIL PROTECTED]
wrote:





The default theme has icons I want to use in other components, how can
I, for example, use the TreeNodeIcon in a List component?

I know I can embed the swf file but there must be another way to access
it.











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







SPONSORED
LINKS 




 
  
  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.



  











[flexcoders] Re: Adobe Flex2 - Title window transparency

2006-05-10 Thread Robs



Hey..thanks a ton !

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

 styleName = opaquePanel
 
 worked in B2, not sure for B3
 
 On 5/10/06, Robs [EMAIL PROTECTED] wrote:
 
  Hi all,
  How can I remove the transparency of the title window? I tried 
all
  properties like backgroundALpha  alpha, but it didn't help. 
Please
  help
 
  Thanks,
  Robi.
 
 
 
 
 
 
 
  --
  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] cf flex intergration

2006-05-10 Thread João Fernandes










 

Replace the
/yourinstance/cfusion.ear/cfusion.war/WEB-INF with mine should be

Replace the
/yourinstance/cfusion.ear/cfusion.war/WEB-INF/web.xml with mine











João Fernandes
Dep.
Informática - Área de Desenvolvimento
Cofina media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel
(+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]













From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of João Fernandes
Sent: quarta-feira, 10 de Maio de 2006 12:10
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] cf flex intergration





Well its a bit like CF + Flex 1.5.



Were is the way I used.



1)
Create a new cf instance and stop it when
done.

2)
Expand the flex.war file to a temp folder.

3)
Copy from the tempfolder/WEB-INF/flex folder
to the /yourinstance/cfusion.ear/cfusion.war/WEB-INF/flex folder.

4)
Copy from the tempfolder/WEB-INF/lib this files:
cfdataservicesadapter.jar, cfgatewayadapter.jar, commons.httpclient.jar
and concurrent.jar into
/yourinstance/cfusion.ear/cfusion.war/WEB-INF/cfusion/lib folder

5)
Copy from the tempfolder/WEB-INF/lib
flex-boostrap.jar into /cfusion.war/WEB-INF/lib.

6)
Replace the
/yourinstance/cfusion.ear/cfusion.war/WEB-INF with mine

7)
Unzip flex.zip into
/yourinstance/cfusion.ear/cfusion.war/WEB-INF/flex



The web.xml is the merged file from cf + FDS.

The zip file contains cfdataservices, cfmessaging and cf-amf
enabled already.



HTH,





João Fernandes
Dep.
Informática - Área de Desenvolvimento
Cofina media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel
(+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]













From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Paul Hastings
Sent: quarta-feira, 10 de Maio de 2006 10:52
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] cf flex intergration





Dirk Eismann wrote:
 Yes, it works.
 
 You can either run FDS under the same server instance CF is running
 under or create a new server and deploy the FDS application there.

ok, i'm game. how exactly? is that documented?

thanks guys.


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


















--
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] Flex2B3: How to test if a tree node has children

2006-05-10 Thread greenfishinwater



In my tree I dynamically fetch data from a DB to populate lower nodes
in a tree, initially all my nodes are setup with isBranch=true. In
Flex 1.5, in the tree node open event I was able to use
event.node.hasChildNodes() to determine if there really was no data
under a node.

In Flex2 hasChildNodes() has disappeared, and hasChildren has appeared
in B3, but I cannot get it to work, i.e. event.item.hasChildren(). Any
ideas.

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








  
  
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] cf flex intergration

2006-05-10 Thread John



hi,Am I supposed to have a flex.war file? I don't. In:/Applications/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/flexthe only file there is the flex-enterprise-service.xmlI have looked in all the temp folders, and no such file. I checked the logs, and it says that it was installed succesfully.Am I missing this file?JohnJo�o Fernandes [EMAIL PROTECTED] wrote:   Well its a bit like CF + Flex 1.5.Were is the way I used.1) Create a new cf instance and stop it when done.  2) Expand the flex.war file to a temp folder.  3) Copy from the tempfolder/WEB-INF/flex folder to the �/yourinstance/cfusion.ear/cfusion.war/WEB-INF/flex folder.  4) Copy from the tempfolder/WEB-INF/lib this files: �cfdataservicesadapter.jar, cfgatewayadapter.jar, commons.httpclient.jar and concurrent.jar into /yourinstance/cfusion.ear/cfusion.war/WEB-INF/cfusion/lib folder  5) Copy from the
 tempfolder/WEB-INF/lib flex-boostrap.jar �into /cfusion.war/WEB-INF/lib.  6) Replace the /yourinstance/cfusion.ear/cfusion.war/WEB-INF with mine  7) Unzip flex.zip into /yourinstance/cfusion.ear/cfusion.war/WEB-INF/flexThe web.xml is the merged file from cf + FDS.  The zip file contains cfdataservices, cfmessaging and cf-amf enabled already.HTH,  Jo�o Fernandes Dep. Inform�tica - �rea de Desenvolvimento Cofina media  Avenida Jo�o Cris�stomo, N� 72 . 1069-043 Lisboa PORTUGAL Tel (+351) 213 185 200 . Fax (+351) 213 540 370 [EMAIL PROTECTED]  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Hastings Sent: quarta-feira, 10 de Maio de 2006 10:52 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] cf flex intergration  Dirk Eismann wrote:  Yes, it works.You can either run FDS under the same server instance CF is running  under or create a new server and deploy the FDS application there.
  ok, i'm game. how exactly? is that documented?  thanks guys.   -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comSPONSORED 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.Flex Data ServicesFlex Data Services Applicationflex.class.path/WEB-INF/flex/hotfixes,/WEB-INF/flex/jarsFileServletThis servlet may override a corresponding
 FileServlet in SERVER-INF/default-web.xml.If removed, the servlet in default-web.xml will be used.jrun.servlet.file.FileServletbrowseDirstrueMessageBrokerServletMessageBrokerServletflex.messaging.MessageBrokerServletservices.configuration.file/WEB-INF/flex/flex-enterprise-services.xml   1FlexMxmlServletMXML
 ProcessorServlet wrapper for the Mxml Compilerflex.bootstrap.BootstrapServletservlet.classflex2.server.j2ee.MxmlServletwebtier.configuration.file/WEB-INF/flex/flex-webtier-config.xml   1FlexSwfServletSWF Retrieverflex.bootstrap.BootstrapServletservlet.classflex2.server.j2ee.SwfServlet   
 2FlexInternalServletflex.bootstrap.BootstrapServletservlet.classflex.server.j2ee.filemanager.FileManagerServlet10MessageBrokerServlet/messagebroker/*FlexMxmlServlet*.mxmlFlexSwfServlet   
 *.swfFlexInternalServlet/flex-internal/*index.htmlindex.htm
		New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.





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



  

Re: [flexcoders] Re: FB2B3 - Source code

2006-05-10 Thread judah






Thanks Scott

Scott Romer wrote:

  Take a look in:
InstallDir\Flex Builder 2.0 Beta 3\Flex SDK 2.0\frameworks\source


--- In flexcoders@yahoogroups.com, judah [EMAIL PROTECTED] wrote:
  
  
I've just downloaded the Flex Builder 2 Beta 3 and I'm having

  
  difficulty 
  
  
finding the source code that I heard was going to be in it. I looked in 
the typical locations but do not see it. Can someone tell me where

  
  this is?
  
  
Judah

-- 
"Always bear in mind that your own resolution to succeed is more

  
  important than any one thing."
  
  
"You can have anything you want - if you want it badly enough. You

  
  can be anything you want to be, do anything you set out to accomplish
if you hold to that desire with singleness of purpose." 
  
  
- Abraham Lincoln


  
  




  


-- 
"Always bear in mind that your own resolution to succeed is more important than any one thing."

"You can have anything you want - if you want it badly enough. You can be anything you want to be, do anything you set out to accomplish if you hold to that desire with singleness of purpose." 

- Abraham Lincoln






--
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] cf flex intergration

2006-05-10 Thread João Fernandes










John, 



Im talking about FDS + CF so youll need to install
FDS (default path is c:\fds2)

After installing it, youll find flex.war, samples.war and
flex-admin.war there (and other stuff also).

Expand the flex.war and follow those steps.









João Fernandes
Dep.
Informática - Área de Desenvolvimento
Cofina media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel
(+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]













From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of John
Sent: quarta-feira, 10 de Maio de 2006 12:32
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] cf flex intergration





hi,
Am I supposed to have a flex.war file? I don't. In:
/Applications/JRun4/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/flex
the only file there is the flex-enterprise-service.xml

I have looked in all the temp folders, and no such file. I checked the logs,
and it says that it was installed succesfully.

Am I missing this file?
John

Jo�o Fernandes [EMAIL PROTECTED]
wrote:



Well its a bit like CF + Flex 1.5.











Were is the way I used.











Create a new cf
instance and stop it when done.





Expand the flex.war
file to a temp folder.





Copy from the
tempfolder/WEB-INF/flex folder to the
�/yourinstance/cfusion.ear/cfusion.war/WEB-INF/flex folder.





Copy from the
tempfolder/WEB-INF/lib this files: �cfdataservicesadapter.jar,
cfgatewayadapter.jar, commons.httpclient.jar and concurrent.jar into
/yourinstance/cfusion.ear/cfusion.war/WEB-INF/cfusion/lib folder





Copy from the
tempfolder/WEB-INF/lib flex-boostrap.jar �into /cfusion.war/WEB-INF/lib.





Replace the
/yourinstance/cfusion.ear/cfusion.war/WEB-INF with mine





Unzip flex.zip into
/yourinstance/cfusion.ear/cfusion.war/WEB-INF/flex











The web.xml is the merged file from cf + FDS.





The zip file contains cfdataservices, cfmessaging and cf-amf
enabled already.











HTH,













Jo�o Fernandes
Dep.
Inform�tica - �rea de Desenvolvimento
Cofina media

Avenida
Jo�o Cris�stomo, N� 72 . 1069-043 Lisboa PORTUGAL
Tel
(+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]





















From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Paul Hastings
Sent: quarta-feira, 10 de Maio de 2006 10:52
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] cf flex intergration













Dirk Eismann wrote:
 Yes, it works.
 
 You can either run FDS under the same server instance CF is running
 under or create a new server and deploy the FDS application there.

ok, i'm game. how exactly? is that documented?

thanks guys.


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























Flex Data Services
Flex Data Services Application


flex.class.path


/WEB-INF/flex/hotfixes,/WEB-INF/flex/jars



FileServlet
This servlet may override a corresponding FileServlet in
SERVER-INF/default-web.xml.If removed, the servlet in default-web.xml will be
used.
jrun.servlet.file.FileServlet

browseDirs
true





MessageBrokerServlet
MessageBrokerServlet
flex.messaging.MessageBrokerServlet

services.configuration.file
/WEB-INF/flex/flex-enterprise-services.xml

1



FlexMxmlServlet
MXML Processor
Servlet wrapper for the Mxml Compiler
flex.bootstrap.BootstrapServlet

servlet.class
flex2.server.j2ee.MxmlServlet


webtier.configuration.file
/WEB-INF/flex/flex-webtier-config.xml

1



FlexSwfServlet
SWF Retriever
flex.bootstrap.BootstrapServlet

servlet.class
flex2.server.j2ee.SwfServlet


2



FlexInternalServlet
flex.bootstrap.BootstrapServlet

servlet.class
flex.server.j2ee.filemanager.FileManagerServlet

10



MessageBrokerServlet
/messagebroker/*



FlexMxmlServlet
*.mxml



FlexSwfServlet
*.swf



FlexInternalServlet
/flex-internal/*



index.html
index.htm
















New Yahoo! Messenger with
Voice. Call
regular phones from your PC and save big. 

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

[flexcoders] A little disappointed with Flex 2.0 (Beta 3)

2006-05-10 Thread sourcecoderia



Drag and drop in a tree control:

No updating. The source is updated but the tree is not until you 
close and reopen the node to refresh it. Not even executeBindings 
updates it? It just doesn't seem to be getting the datasource changes 
event.

The drop indicator is way off it's mark, always 2 items above which 
makes it impossible to place something.

Have a look at the Example: Tree control in the help. A first look 
tells me that it was not even tested by a physical pair of eyes.

Other things:

I have a transition on a screen where there is a grid with 30 lines 
and 4 cols of info. The transition is so sluggish I'm going to take 
it out completely. The transition itself is just animating the 
splitter to a certain point. So anything but the simplest of forms 
with the lowest amount of data is just impossible.

The link button is leaving a focus border behind after a state 
change, this is also a new bug.

I'm really sorry to be harsh, but I was rather looking forward to 
this beta thinking for some reason that it would fix allot of the 
problems I've been having, and allow me to concentrate on my app 
rather then waste time trying to figure out how to work around new 
bugs that where not there before.

The IDE Changes are great, so is the source for the framework, but 
honestly, I would rather see the most basic components and building 
blocks working 100%.

Should I just move back too beta 2? Or will there be any kind of 
hotfix between now and the next beta?

Again sorry to be harsh, the IDE does look great.

Jason











--
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: Caringorm with f2b3 issues

2006-05-10 Thread Graham Weldon






Hi Tim,

Thanks for that, the error exists only in my email, as i hand-typed the
code into the email.
The code has the correct spelling cairngorm.

Regards,
Graham Weldon


sufibaba wrote:
Graham,
  
I noticed that cairngorm is mispelled. You've got
org.nevis.caringorm.control.FrontController 
  
Tim
  
  
--- In flexcoders@yahoogroups.com, Graham Weldon
[EMAIL PROTECTED]
wrote:

 Hi All,
 
 Currently i am implementing the caringorm framework into an
application 
 I am building, and I have managed to layout the basics of my front
  
 controller, commands and other events. I have then attempted to
include 
 the controller as described in Steven Websters notes on the
framework (i 
 have included my code below).
 
 It is reporting the following errors:
 
 1 . Definition com.objectconnections.mypackage:ClientController
could 
 not be found.
 2 . Type was not found or was not a compile-time constant:
ClientController.
 
 Any help at all would be appreciated.
 
 Kind Regards,
 Graham Weldon
 
 
 
 /MyProject.mxml
 
 mx:Application
 layout="absolute"
 xmlns:mx="http://www.adobe.com/2006/mxml"
 xmlns:control="com.objectconnections.mypackage.*"
 
 *control:ClientController id="controller"/*
 
 /mx:Application
 
 
 
 
 /com/objectconnections/mypackage/ClientController.as
 
 *package* com.objectconnections.mypackage
 {
 *import* org.nevis.caringorm.control.FrontController;
 
 *public class* ClientController *extends* FrontController
 {
 *public static var* EVENT_OPEN = "open";
 *public static var *EVENT_CLOSE = "close";
 *public static var* EVENT_EXIT = "exit";
 
 *public function* ClientController() : *void*
 {
 this.setupCommands();
 }
 
 *private function* setupCommands() : *void*
 {
 // Nothing here yet, we'll do a bunch of
 // this.addCommand()'s once we get the basics
 // compiling and working.
 }
 }
 }
 

  
  
  
  
  









--
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] brose button funcationality

2006-05-10 Thread sreedhar reddy



Hi, Does anybody have the browse button functionality? I am working on Flex2 Beta 2.Thanks  Regards,Sreedhar
	

	
		
Yahoo! India Answers: Share what you know. Learn something new. Click here
Send instant messages to your online friends - NOW





--
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] combobox selection

2006-05-10 Thread sreedhar reddy



Hi, I am working with combobox. Basically, my application has different comboboxes for Categories and Subcategories. Here, my question is when i select one item from Categories combobox, then those items whcih are related to Perticuler Category should be shown in SubCategories Combobox.Thanks  Regards,Sreedhar
	

	
		
Yahoo! India Answers: Share what you know. Learn something new. Click here
Send instant messages to your online friends - NOW





--
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] Error #1090: XML parser failure.

2006-05-10 Thread sreedhar reddy



Hi,   I am working on HttpServiceDemo.mxml in FlexBuilder2 beta2.   This demo application is given in flex1.5 there it is working, but when execute same application in flexbuilder2 beta2, it is throwing following error.Error: faultCode:Client.CouldNotDecode faultString:'Error #1090: XML parser failure: element is malformed' faultDetail:'null'at mx.rpc.http::HTTPService/http://www.adobe.com/2006/flex/mx/internal::processResult()at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()at flash.events::EventDispatcher/dispatchEvent()at mx.rpc::Producer/acknowledge()at ::DirectHTTPMessageResponder/completeHandler()at flash.events::EventDispatcher/dispatchEvent()at flash.net::URLLoader/flash.net:URLLoader::onComplete()Thanks  Regards,Sreedhar
	

	
		
Yahoo! India Answers: Share what you know. Learn something new. Click here
Send instant messages to your online friends - NOW





--
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] Flex Charting Beta 3

2006-05-10 Thread Sachin Dharmapurikar










Hi Adobe Team,



I have downloaded Flex 2 Beta 3. It asked for a serial
number at the time of installation. I didn’t have any and as per installation
notes I just skipped the step. Now I can see on each chart there is a Flex
Charting Trial watermark.



How to get rid of this? Can I purchase a license now which
will make it go? Since we are counting a lot on this product, please guide me
so that I can make decisions faster. 



If I purchase a license now, will it allow me to upgrade to
production version without any charges?



Regards,

Sachin









--
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] Flex2.0Beta3 : Could not resolve Caption to a component implementation.

2006-05-10 Thread calvin33castic



I DL and reinstalled Beta3.
Copy all the mxml to new project.
rebuild the project.
the problem is:

error in main.mxml :
 Could not resolve Caption to a component implementation.

Caption id=caption/ is a Custom Component.
I place Caption.mxml in the directory with main.mxml.

In beta2, It's OK!
But now, it doesn't work.












--
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] install debug player without (re)installing Flex Builder

2006-05-10 Thread Andrea Varga



Hi

I uninstalled my flash player, reinstalled using the kit on labs, but 
that isn't the debug player.
Can I somehow install Debug Player without reinstalling Flex Builder?

Thanks,
Andi







--
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] install debug player without (re)installing Flex Builder

2006-05-10 Thread Muzak



They should be in the install directory:
default on win xp:
C:\Program Files\Adobe\Flex Builder 2 Beta 3\Player\debug

regards,
Muzak

- Original Message - 
From: Andrea Varga [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Wednesday, May 10, 2006 8:32 AM
Subject: [flexcoders] install debug player without (re)installing Flex Builder


Hi

I uninstalled my flash player, reinstalled using the kit on labs, but
that isn't the debug player.
Can I somehow install Debug Player without reinstalling Flex Builder?

Thanks,
Andi








--
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.0 Feature Request - Code view splitter

2006-05-10 Thread Tom Chiverton



 On Wed, May 10, 2006 at 2:16 AM, in message
[EMAIL PROTECTED], [EMAIL PROTECTED]
wrote: 
 Is the lack of this feature something that is imposed by the Eclipse base?

Yeah. 
CFEclipse is waiting for the same feature to be finished :-)



Tom Chiverton




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

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

CONFIDENTIALITY

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

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards







--
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: problems when creating a pop up

2006-05-10 Thread Alin DICU






Hi,

Yes I thought I could be a cause of error and I've checked it before
sending the first mail... and in fact both files are in the same
directory. I've even put them into another application folder (that
already contained files that work) and I get the same error.

It's strange. Thanks anyway. Any other thoughts will be welcome.

Bye,

Doug Lowder a crit:
Your code,
exactly as posted, works fine for me. Do you have the 
SimpleTitleWindow.mxml and TitleWindowApp.mxml files in the same 
directory?
  
--- In flexcoders@yahoogroups.com, Alin DICU
[EMAIL PROTECTED] 
wrote:

 Hi,
 
 I'm having problems to create a popUp. My code is exactly the same
  
as 
 the one in the Flex doc examples. Here it is again:
 
 
 SimpleTitleWindow.mxml-

 mx:TitleWindow xmlns:mx="http://www.macromedia.com/2003/mxml"
  
 title="Title Window"
 x="268" y="86" closeButton="true" click="this.deletePopUp();" 
 width="200" height="180"
 
 mx:Label text="Enter Name: "/
 mx:TextInput id="email" width="150"/
 mx:Button label="Cancel" click="this.deletePopUp();"/
 
 /mx:TitleWindow
 
 TitleWindowApp.mxml
 ?xml version="1.0" encoding="utf-8"?
 !-- Simple application to demonstrate TitleWindow layout --
 mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"
  
xmlns="*" 
 backgroundColor="#FF"
 
 mx:Script
 ![CDATA[ 
 import SimpleTitleWindow;
 function showWindow()
 {
 var login=mx.managers.PopUpManager.createPopUp(_root, 
 SimpleTitleWindow, true, {deffered:true});
 }
 ]]
 /mx:Script
 
 mx:Panel title="Simple Panel"
 
 mx:Button label="Click to view title window" 
 click="showWindow();"/
 
 /mx:Panel
 
 /mx:Application
 
 When I launch TitleWindowApp I have the following error : The 
class 
 'SimpleTitleWindow' could not be loaded.
 
 Do you have any advise?
 
 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.



  










Re-Solved: [flexcoders] Re: problems when creating a pop up

2006-05-10 Thread Alin DICU






In fact I reinstalled the Flex Server and the problem disappeared, 
so it could be a problem with the Flex server or it's just my machine
that 
caused problems to the server's files directory.

Bye

Doug Lowder a crit:
Your code,
exactly as posted, works fine for me. Do you have the 
SimpleTitleWindow.mxml and TitleWindowApp.mxml files in the same 
directory?
  
--- In flexcoders@yahoogroups.com, Alin DICU
[EMAIL PROTECTED] 
wrote:

 Hi,
 
 I'm having problems to create a popUp. My code is exactly the same
  
as 
 the one in the Flex doc examples. Here it is again:
 
 
 SimpleTitleWindow.mxml-

 mx:TitleWindow xmlns:mx="http://www.macromedia.com/2003/mxml"
  
 title="Title Window"
 x="268" y="86" closeButton="true" click="this.deletePopUp();" 
 width="200" height="180"
 
 mx:Label text="Enter Name: "/
 mx:TextInput id="email" width="150"/
 mx:Button label="Cancel" click="this.deletePopUp();"/
 
 /mx:TitleWindow
 
 TitleWindowApp.mxml
 ?xml version="1.0" encoding="utf-8"?
 !-- Simple application to demonstrate TitleWindow layout --
 mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"
  
xmlns="*" 
 backgroundColor="#FF"
 
 mx:Script
 ![CDATA[ 
 import SimpleTitleWindow;
 function showWindow()
 {
 var login=mx.managers.PopUpManager.createPopUp(_root, 
 SimpleTitleWindow, true, {deffered:true});
 }
 ]]
 /mx:Script
 
 mx:Panel title="Simple Panel"
 
 mx:Button label="Click to view title window" 
 click="showWindow();"/
 
 /mx:Panel
 
 /mx:Application
 
 When I launch TitleWindowApp I have the following error : The 
class 
 'SimpleTitleWindow' could not be loaded.
 
 Do you have any advise?
 
 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.



  










Re: [flexcoders] Flex2 B3, changing the tree folder icons

2006-05-10 Thread 海云飞



I had the same problem.2006/5/10, greenfishinwater [EMAIL PROTECTED]:
To change the open, close and default folder icons on a tree, I usedfolderOpenIcon=UIComponent in Beta 2 and it worked, now in Beta 3 Iget a compile error Definition UIComponent could not be found.
What has changed, I want to use the small triangle as the tree foldericons, not any of my own icons.Thanks Andrew Yahoo! Groups Sponsor ~--
Everything you need is oneclick away. Make Yahoo! your home pagenow.http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/nhFolB/TM~-
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links* To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
* To unsubscribe from this group, send an email to:[EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/






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








  
  
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] HELP URGENT!

2006-05-10 Thread sachin gaur



Hi all,
I am facing this problem of data transfer from one datastructure to
another i tried making a component which picks up some values
dynamically from an xml file 
which xml needs to be picked is also to be dynamic based users choice.

So the main file looks like this.


?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml xmlns=*
layout=absolute creationComplete=pname.send()
xmlns:ns1=component.*
 mx:states
  mx:State name=Projectlinks 
   mx:AddChild position=lastChild 
ns1:project x=667 y=23 height=415 
/ns1:project
   /mx:AddChild
  /mx:State
 /mx:states
 mx:HTTPService id=pname url="" useProxy=false /
 mx:HTTPService id=plink url="" useProxy=false /
 mx:Panel x=460 y=23 width=179 height=242 layout=absolute 
  mx:Label x=24 y=10 id=lab1 text={names.selectedItem.path} visible=false/
  mx:DataGrid x=10 y=36
id=names dataProvider={pname.result.projects.proj} width=139
click=plink.send();transfer();currentState='Projectlinks'; 
   mx:columns
  
 mx:DataGridColumn headerText=Names Of Projects
dataField=name /
   /mx:columns
  /mx:DataGrid
 /mx:Panel
 mx:Script
  ![CDATA[
   [Bindable]
   public var link;
   public function transfer(){
  
link=plink.result; 
 
   }
   
  ]]
 /mx:Script
/mx:Application
--
The componenet file looks like this 

?xml version=1.0 encoding=utf-8?
mx:Panel xmlns:mx=http://www.adobe.com/2006/mxml
xmlns=* layout=absolute height=466 width=316 
 mx:DataGrid x=10 y=10 height=406 width=276 dataProvider=link.project.link
  mx:columns
   mx:DataGridColumn headerText=Imp Links dataField=name/
  /mx:columns
 /mx:DataGrid
 mx:Script
  ![CDATA[
   [Bindable]
   public var link ;
  ]]
 /mx:Script
/mx:Panel
-

the problem i want to solve is when a user clicks on the initial data
grid on some choice the i want to fetch the required xml and i need to
bind that data to components datagrid


Thanks
Sachin gaur






--
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] F2B3 - Problem with ColdFusion/Flex Connectivity Beta 3

2006-05-10 Thread Bill Sahlas










Hi John  



This throws the error - http://localhost/flex2gateway  The URL
is not terminated with the /



This gives a blank page - http://localhost/flex2gateway/ as the
URL is properly terminated.  This is only useful as an internal reference for
CF.



My question to you is  why do you
care about either one?  How are you using these? Theres *nowhere* in any documentation or
instructions that references this particular URI as being useful to you the
developer.  Please do not use this to *validate*
your setup!  I work on the CF team and Im very curious as to how your
using this information.  Please let us know. Thanks!











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JB
Sent: Wednesday, May 10, 2006 6:29
AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] F2B3 -
Problem with ColdFusion/Flex Connectivity Beta 3





Hi,
Okay it is working now, I get a blank page. I guess it
took a while, not sure why. Now I can begin to try to
intergrate Mystic.

John

--- Kleber Voigt [EMAIL PROTECTED] wrote:

 Yes, this is the line.
  Hi,
  Is the line you changed?
  endpoint 
 

uri=http://{server.name}:{server.port}{context.root}/flex2gatewaynull/
 
  class=flex.messaging.endpoints.AMFEndpoint/
  I still get the same error???
  Thanks,
  John
 
  */Kleber Voigt [EMAIL PROTECTED]/* wrote:
 
  I install the cf/flex conn3 with no erros.
So,
 when I access the
  http://localhost/flex2gateway,
the follow
 content appears:
 
 
  headtitleJRun Servlet
 Error/title/headh1500 No
  configured channel has an endpoint path
  '/flex2gatewaynull'./h1body
  No configured channel has an endpoint path
 '/flex2gatewaynull'./body
 
 
  If I change the path of endpoint in
 flex-enterprise-services.xml
  to flex2gatewaynull, the test with the link
 above its works fine!
 
 
  Anyone knows with this occurrs? Anyone have a
 tutorial to use cf
  with flex to tell me?
 
  Thanks,
 
  Kleber Voigt
 
 
 


  Love cheap thrills? Enjoy PC-to-Phone calls to 30+
 countries 
 

http://us.rd.yahoo.com/mail_us/taglines/postman9/*http://us.rd.yahoo.com/evt=39666/*http://messenger.yahoo.com/
 
  for just 2¢/min with Yahoo! Messenger with Voice.
 
  --
  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/.
 
 
 


 
 
 


__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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 

RE: [flexcoders] install debug player without (re)installing Flex Builder

2006-05-10 Thread Bas J. Brey



All debug player installation files are in the installation directory of
Flex Builder under the player/debug directory.



-Oorspronkelijk bericht-
Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens
Andrea Varga
Verzonden: woensdag 10 mei 2006 8:32
Aan: flexcoders@yahoogroups.com
Onderwerp: [flexcoders] install debug player without (re)installing Flex
Builder

Hi

I uninstalled my flash player, reinstalled using the kit on labs, but 
that isn't the debug player.
Can I somehow install Debug Player without reinstalling Flex Builder?

Thanks,
Andi




--
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] Help Contents dissapears (both Flex Builder 2 B2 and B3)

2006-05-10 Thread Andrea Varga




I haven't find anything like this. There is something about Flex Builder 
hanging up, but nothing like the problem I have.
When I restart my computer, the help works, and after a while, it seems 
that the server that provides the content just stops and I'm not longer 
anle to view the help contents.
A restart of Flex Builder does not help.

Andi


Chris Velevitch wrote:

There's a note about it on known issues in beta 3 in the labs.


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



 

 



-- 
Andrea Varga
Managing Partner / Project Manager
Certified Macromedia Flash MX 2004 Developer 

--
Spin Development Srl

Tel: +44 207 043 1304
Fax: +44 207 681 1376
Skype ID: vargaandrea

Mon-Fri : 8 AM - 5 PM GMT+2
Saturday: 8 AM - 4 PM GMT+2 (Support only)
--







--
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] How to use flash movies in mxml flex files ?

2006-05-10 Thread Franca Daniel



 
 i need to put a flash movie inside a mxml page, how
cani do that ?

 thank you!


  
___ 
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz. 
http://br.info.mail.yahoo.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.



  












[flexcoders] No header in Datagrid : how ?

2006-05-10 Thread Jean-Luc ESSER



I didn't manage to find a way of not having any header in a datagrid.
Setting headerHeight property to 0 does not really work as the little black 
arrow keeps appearing (partially) in the upper right corner of the column.

Anyone to tell me which property i'm missing here ? 








--
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] mx:Tree control icon setting (f2b3)

2006-05-10 Thread Graham Weldon



Hey everyone,

To be honest, I've not completely read the changes since Beta2, but 
thought I would ask:
Has the ability to individually set icons for tree nodes been made 
available? If not, is it a feature that is planned for inclusion with 
Flex 2.0?
To clarify: Can I set a specific icon per item in the tree, not based on 
whether it is a folder of item, but perhaps based on some data in the 
dataProvider:

mx:Tree
 labelField=theLabel
 iconField=theIcon
 ...
 ...
 mx:XML
 treeItem theLabel=root theIcon=/images/rootIcon.png
 treeItem theLabel=childNode theIcon=/images/001.png/
 treeItem theLabel=another node theIcon=/images/004.png
 treeItem theLabel=thing 
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing 
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing 
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing 
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing 
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing 
theIcon=/images/thingImages/thing.png/
 /treeItem
 /treeItem
 /mx:XML
 ...
 ...
/mx:Tree

I hope this illustrates the effect I am trying to produce.

Regards,
Graham Weldon








--
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: Beta 3 runtime error Error: Cannot add a child that is already parented.

2006-05-10 Thread wlbagent



Thanks for the reply, Ben. I had actually already changed all
target properties to relativeTo but kept getting the error. I
think I discovered why. 

Beta 3 (Flash Player 9?) seems to work a little differently than
previous versions. Before when I got runtime errors, I would make
changes to my code in FlexBuilder, save them, return to the open
browser and hit reload. The updated swf would load and the
application would display incorporating any changes I had made. Now,
it seems to be reloading the old swf when I hit reload. If I close
the browser, return to FlexBuilder and click the run button, the
browser opens and the new swf loads. All is well.

Guess I just need to change how I do things...

Bill
--- In flexcoders@yahoogroups.com, ben.clinkinbeard
[EMAIL PROTECTED] wrote:

 http://kuwamoto.org/2006/05/08/tips-for-flex-2-beta-3/











--
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] basic data binding

2006-05-10 Thread Antoine Malpel



for user perfil modifying I use some TextInput, I can get the actuals value

mx:TextInput id=clientNameRegister styleName=form 
text={clientInfos.nom}

but this doesn't work so I cannot modify my values !

 change=clientInfos.nom = event.target.text; /






--
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] Getting Error with Beta 3 ColdFusion update.

2006-05-10 Thread Bill Sahlas










Hi Gareth,



Lets try to put this into some kind
of context. When exactly does this error occur? What are you running that
returns/throws this error? If you turn debugging on in the CF Administrator
youll find that lots more information to help diagnose the
problems will reveal itself. In the CF Administrator (http://localhost:8500/CFIDE/Administrator/index.cfm)
Go to Debugging and Logging  Debugging
Settings and click on Enable Debugging. Theres
more options under the Custom Debugging Output section. Check all
of them. Re-run what ever it is that youre doing and post the debug
output. Feel free to read through the debug output and it may tell you more
about what youre experiencing.



HTH, Bill











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Gareth Edwards
Sent: Tuesday, May 09, 2006 10:09
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Getting
Error with Beta 3 Coldfusion update.






 
  
  Error Occurred While
  Processing Request 
  
 
 
  
  
   

Error Executing Database Query. 


   
   

Method
can be called only once. 

   
   






   
  
  
  
 



Weird.
Can't work it out? is it a bug?

Cheers
Gareth.








--
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] Draw Box Crop Tool?

2006-05-10 Thread Aly Sidi



Hello,This is probably a noob question..but here goes.anyone know to turn this into a MXML component What i really want is to be able to drag a box like on this site : 

http://www.myheritage.com/FP/Company/faceSamples.php?s=1u=g0lang=ENclick the pic then click the image crop tool.i just basically want that as a component so i can extract the X,Y coordinates of the verticies.

this.createEmptyMovieClip(box
,1)//box.lineStyle(thickness,0xCOLORCODE)

//You must have the 0x before you put the color codebox.lineStyle(1,0x00

) //Sets the thickness to 1 and the line color to black//box.beginFill(0xCOLORCODE)
box.beginFill(0x00) 

//Sets the fill inside the box to yellow//This will move the box so that you can start drawing (x,y)box.

moveTo(0,0) 

//Move it to 0 x and 0 y//The line to method will draw a line from 0 x and 0 y (Which was set above) to the x and y you set it to movebox.
lineTo(0,20
)
 //Move from 0 x and 0 y to 0 x and 20 ybox.lineTo(

20,20) //Move 20 x and stay at 20 ybox.

lineTo(20,0) 

//Stay at 20 x and move up to 0 ybox.lineTo(0,

0) //Go back to origanal spot//Moves the box to 100 x
box._x = 100//Moves the box to 100 ybox.

_y = 200//When you press on the box a fuction is activatedbox.

onPress = function() {
 
//This will make the output box say Wow you did it! trace

(Wow you did it!)}








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








  
  
SPONSORED LINKS
  
  
  

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: Caringorm with f2b3 issues

2006-05-10 Thread Dominick Accattato



try cleaning the project 

project  clean

that scrubs the bin directory and re-compiles the classes. It seems that two things could be your problem.

1. that package is not in the classpath, possibly in a folder that is not a source folder
2. that file has errors. Do a clean and then try rebuilding the project. Look for errors which may prevent the compilation. 

On 5/9/06, Bjorn Schultheiss [EMAIL PROTECTED] wrote:
Surprising fb2 did not pick this up-Original Message-From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] OnBehalf Of sufibabaSent: Wednesday, 10 May 2006 12:03 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Caringorm with f2b3 issuesGraham,I noticed that cairngorm is mispelled. You've gotorg.nevis.caringorm.control.FrontControllerTim
--- In flexcoders@yahoogroups.com, Graham Weldon [EMAIL PROTECTED]wrote: Hi All, Currently i am implementing the caringorm framework into an application
 I am building, and I have managed to layout the basics of my front controller, commands and other events. I have then attempted to include the controller as described in Steven Websters notes on the
framework (i have included my code below). It is reporting the following errors: 1 . Definition com.objectconnections.mypackage:ClientController could not be found. 2 . Type was not found or was not a compile-time constant:
ClientController. Any help at all would be appreciated. Kind Regards, Graham Weldon  /MyProject.mxml
  mx:Application layout=absolute xmlns:mx=http://www.adobe.com/2006/mxml
 xmlns:control=com.objectconnections.mypackage.* *control:ClientController id=controller/* /mx:Application 
  /com/objectconnections/mypackage/ClientController.as  *package* 
com.objectconnections.mypackage { *import* org.nevis.caringorm.control.FrontController; *public class* ClientController *extends* FrontController { *public static var* EVENT_OPEN= open;
 *public static var *EVENT_CLOSE = close; *public static var* EVENT_EXIT= exit; *public function* ClientController() : *void* {
 this.setupCommands(); } *private function* setupCommands() : *void* { // Nothing here yet, we'll do a bunch of // 
this.addCommand()'s once we get the basics // compiling and working. } } } 
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links Yahoo! Groups Sponsor ~--
Get to your groups with one click. Know instantly when new email arriveshttp://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM~-
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links* To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/
* To unsubscribe from this group, send an email to: [EMAIL PROTECTED]* Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/






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








  
  
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] difficulties accessing tree branches

2006-05-10 Thread Alin DICU



Hi,

I'm having problemes accessing clicked branches in trees. I tried many 
thing but I keep stumbling on undefined items.

Here are piéces of my code:

- the UI tree component 
---
mx:Tree id=employeeTree dataProvider={treeHttpSrv.result} 
width=100% nodeOpen=dataController.onTreeClick(employeeTree) 
height=100%/

--- the httpservice which works 

 mx:HTTPService
 id=treeHttpSrv
 concurrency=multiple
 method=GET
 url="" href="http://localhost:8084/FlexXMLServer/XMLTreeElementsServlet">http://localhost:8084/FlexXMLServer/XMLTreeElementsServlet
 showBusyCursor=true
 fault=alert(event.fault.faultstring);/

- the format of the XML object send by 
the servlet-

Albums
 labelAlbums/label
 nomAlbum
 labelBMW/label
 nomPhoto
 labelBMW 325ci 1994/label
 urlPhotohttp://localhost:8080/FlexXMLServer/Photos/BMW/BMW 
325ci 1994.jpeg/urlPhoto
 /nomPhoto
 /nomAlbum
/Albums

--- the DataController function 
---

public function onTreeClick(event):Void
{
 trace(event.selectedItem);
}

It seems I can't get a proper handler on the tree so I can extract the 
urlPhoto attriburte from the xml.

Could someone please redirect me to some working examples or give some tips?

Thank,







--
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.0 Feature Request - Code view splitter

2006-05-10 Thread Graham Weldon






Thanks for that Sho.

This will do great, until a split-pane feature is available. Thanks for
your help on this.

Regards,
Graham Weldon


Sho Kuwamoto wrote:

  
  
  Hi Graham.
  
  If you follow my steps, you do
get multiple views on the same file which update in real time as you
type. This is the way that Eclipse is designed to work. If you like,
you can also tear off the view and 
  
  As far as I know, Eclipse does not support
split views out of the box, and while we could add it, there would be
significant work involved, which is why we decided to wait untila
later version to tackle this.
  
  Thanks,
  
  -Sho
  
  
  
  
  From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf Of Graham Weldon
  Sent: Tuesday, May 09, 2006 6:16 PM
  To: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Flex 2.0 Feature Request - Code view
splitter
  
  
Thanks for that Sho,
  
Ideally, I would like to to operate as 2 separate views on the same
file.
This would allow me to make changes in working memory, and see the
changes in both panes. I feel that if I attempted your approach, only
one of the panes would represent the current working copy, and hence
would become out of date very quickly as code is edited.
For the moment, I am using dual monitors, with a plain text editor
"EditPlus" to view the second instance of the code, as it prompts me to
refresh when the code has been changed externally to EditPlus.
  
Is the lack of this feature something that is imposed by the Eclipse
base?
Thanks.
  
Regards
Graham Weldon
  
  
  
  
Sho Kuwamoto wrote:
  Hi Graham.

This isn't a perfect solution, but you can open up two separate editor
windows if you like.

1) Right click on the document tab and choose "New Editor"
2) Drag the tab of the newly created editor above (or below) the editor
area. You should get visual feedback that indicates that it will be
docked in a separate area.

Voila! Two views of the same document that can be scrolled separately.

-Sho 

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Graham Weldon
Sent: Tuesday, May 09, 2006 5:42 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2.0 Feature Request - Code view splitter

Hi all,

Not sure where to put this, so I'm posting to the group in the hope
that 
someone will intercept it.

I'm hoping that Flex Builder will eventually come with a code window 
splitter, allowing you to view two parts of the same code file, in 
separate "split" windows. This feature exists on applications like MS 
Word, EditPlus, and a whole range of other applications that have a 
window into the content being edited. This would be really useful 
especially with a large caringorm framework, all your events defined at

the top, and the command initialization at the bottom, its a pain to 
have to scroll up and down constantly to recall the event names.

Thanks.

Regards,
Graham Weldon



--
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] Re: Flex2 B3, changing the tree folder icons

2006-05-10 Thread bhaq1972



try folderOpenIcon=mx.core.UIComponent (worked for me).

--- In flexcoders@yahoogroups.com, º£ÔÆ·É [EMAIL PROTECTED] wrote:

 I had the same problem.
 
 2006/5/10, greenfishinwater [EMAIL PROTECTED]:
 
  To change the open, close and default folder icons on a tree, I 
used
  folderOpenIcon=UIComponent in Beta 2 and it worked, now in 
Beta 3 I
  get a compile error Definition UIComponent could not be found.
 
  What has changed, I want to use the small triangle as the tree 
folder
  icons, not any of my own icons.
 
  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.



  











RE: [flexcoders] mx:Tree control icon setting (f2b3)

2006-05-10 Thread Jason Hawryluk



I use the iconFunction. Embed the images. You can change it this way
dependant on any attribute you want.

mx:Script
 ![CDATA[
private function getIconForNode(item:Object):Class{

 var iconSymbol:String = [EMAIL PROTECTED];
 if (iconSymbol !=){
 switch(iconSymbol){
 case myimage:
 return myimage;
 break;
 }

 }

[Bindable]
[Embed(source=myimage.png)]
public var Tasks:Class;

 ]]
/mx:Script


mx:Tree showRoot=false iconFunction=getIconForNode id=Tree0
labelField=@label dataProvider={dataSource} 
..
..
mx:XML
 treeItem label=root icon=myimage
/mx:XML

/mx:Tree

Hope this helps, and clear enough.

jason






-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Graham Weldon
Envoyé : mercredi 10 mai 2006 12:00
À : flexcoders@yahoogroups.com
Objet : [flexcoders] mx:Tree control icon setting (f2b3)


Hey everyone,

To be honest, I've not completely read the changes since Beta2, but
thought I would ask:
Has the ability to individually set icons for tree nodes been made
available? If not, is it a feature that is planned for inclusion with
Flex 2.0?
To clarify: Can I set a specific icon per item in the tree, not based on
whether it is a folder of item, but perhaps based on some data in the
dataProvider:

mx:Tree
 labelField=theLabel
 iconField=theIcon
 ...
 ...
 mx:XML
 treeItem theLabel=root theIcon=/images/rootIcon.png
 treeItem theLabel=childNode theIcon=/images/001.png/
 treeItem theLabel=another node theIcon=/images/004.png
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 /treeItem
 /treeItem
 /mx:XML
 ...
 ...
/mx:Tree

I hope this illustrates the effect I am trying to produce.

Regards,
Graham Weldon




--
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] Simple XML web service call

2006-05-10 Thread Tom Chiverton



 On Tue, May 9, 2006 at 7:50 PM, in message
[EMAIL PROTECTED], [EMAIL PROTECTED] wrote: 
 I've tried different resultFormats, different returnTypes... returning a 
 string instead of the cfxml tag... building mystring and returning the 
 result of parseXML(mystring). Nothing seems to work.

Can you confirm the CFC is run (by adding some logging) or at least accessed (in the web server logs) ?


Tom Chiverton




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

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

CONFIDENTIALITY

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

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards







--
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] mx:Tree control icon setting (f2b3)

2006-05-10 Thread Jason Hawryluk



Opp's

Change

[Bindable]
[Embed(source=myimage.png)]
public var Tasks:Class;

to

[Bindable]
[Embed(source=myimage.png)]
public var myimage:Class;

Jason


-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Jason Hawryluk
Envoyé : mercredi 10 mai 2006 15:45
À : flexcoders@yahoogroups.com
Objet : RE: [flexcoders] mx:Tree control icon setting (f2b3)


I use the iconFunction. Embed the images. You can change it this way
dependant on any attribute you want.

mx:Script
![CDATA[
private function getIconForNode(item:Object):Class{

 var iconSymbol:String = [EMAIL PROTECTED];
 if (iconSymbol !=){
 switch(iconSymbol){
 case myimage:
 return myimage;
 break;
 }

 }

[Bindable]
[Embed(source=myimage.png)]
public var Tasks:Class;

]]
/mx:Script


mx:Tree showRoot=false iconFunction=getIconForNode id=Tree0
labelField=@label dataProvider={dataSource} 
..
..
mx:XML
 treeItem label=root icon=myimage
/mx:XML

/mx:Tree

Hope this helps, and clear enough.

jason






-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Graham Weldon
Envoyé : mercredi 10 mai 2006 12:00
À : flexcoders@yahoogroups.com
Objet : [flexcoders] mx:Tree control icon setting (f2b3)


Hey everyone,

To be honest, I've not completely read the changes since Beta2, but
thought I would ask:
Has the ability to individually set icons for tree nodes been made
available? If not, is it a feature that is planned for inclusion with
Flex 2.0?
To clarify: Can I set a specific icon per item in the tree, not based on
whether it is a folder of item, but perhaps based on some data in the
dataProvider:

mx:Tree
 labelField=theLabel
 iconField=theIcon
 ...
 ...
 mx:XML
 treeItem theLabel=root theIcon=/images/rootIcon.png
 treeItem theLabel=childNode theIcon=/images/001.png/
 treeItem theLabel=another node theIcon=/images/004.png
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 /treeItem
 /treeItem
 /mx:XML
 ...
 ...
/mx:Tree

I hope this illustrates the effect I am trying to produce.

Regards,
Graham Weldon




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









--
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] No header in Datagrid : how ?

2006-05-10 Thread Antoine Malpel



showHeaders=false

Jean-Luc ESSER a écrit :
 I didn't manage to find a way of not having any header in a datagrid.
 Setting headerHeight property to 0 does not really work as the little 
 black
 arrow keeps appearing (partially) in the upper right corner of the column.

 Anyone to tell me which property i'm missing here ?




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








  
  
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: mx:Tree control icon setting (f2b3)

2006-05-10 Thread bhaq1972



its something i'm thinking about as well (only thinking!).

if it was flex1.5 I would have a cellRenderer that looked like this

mx:HBox
mx:Image /
mx:Label/
/mx:HBox
the do
mx:Tree cellRenderer=/

so i'd probably do it that way in f2b2 (dont forget cellRenderer is 
now called editedItemRenderer i think)

The reason why i'm only thinking it is because (when you have so many
different iconsits just going to get so overly rich)

regards
bod



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

 Hey everyone,
 
 To be honest, I've not completely read the changes since Beta2, 
but 
 thought I would ask:
 Has the ability to individually set icons for tree nodes been made 
 available? If not, is it a feature that is planned for inclusion 
with 
 Flex 2.0?
 To clarify: Can I set a specific icon per item in the tree, not 
based on 
 whether it is a folder of item, but perhaps based on some data in 
the 
 dataProvider:
 
 mx:Tree
 labelField=theLabel
 iconField=theIcon
 ...
 ...
 mx:XML
 treeItem theLabel=root theIcon=/images/rootIcon.png
 treeItem theLabel=childNode 
theIcon=/images/001.png/
 treeItem theLabel=another node 
theIcon=/images/004.png
 treeItem theLabel=thing 
 theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing 
 theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing 
 theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing 
 theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing 
 theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing 
 theIcon=/images/thingImages/thing.png/
 /treeItem
 /treeItem
 /mx:XML
 ...
 ...
 /mx:Tree
 
 I hope this illustrates the effect I am trying to produce.
 
 Regards,
 Graham Weldon











--
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: mx:Tree control icon setting (f2b3)

2006-05-10 Thread bhaq1972



Jason's solution is better.


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

 its something i'm thinking about as well (only thinking!).
 
 if it was flex1.5 I would have a cellRenderer that looked like this
 
 mx:HBox
 mx:Image /
 mx:Label/
 /mx:HBox
 the do
 mx:Tree cellRenderer=/
 
 so i'd probably do it that way in f2b2 (dont forget cellRenderer 
is 
 now called editedItemRenderer i think)
 
 The reason why i'm only thinking it is because (when you have so 
many
 different iconsits just going to get so overly rich)
 
 regards
 bod
 
 
 
 --- In flexcoders@yahoogroups.com, Graham Weldon graham.weldon@ 
 wrote:
 
  Hey everyone,
  
  To be honest, I've not completely read the changes since Beta2, 
 but 
  thought I would ask:
  Has the ability to individually set icons for tree nodes been 
made 
  available? If not, is it a feature that is planned for inclusion 
 with 
  Flex 2.0?
  To clarify: Can I set a specific icon per item in the tree, not 
 based on 
  whether it is a folder of item, but perhaps based on some data 
in 
 the 
  dataProvider:
  
  mx:Tree
  labelField=theLabel
  iconField=theIcon
  ...
  ...
  mx:XML
  treeItem theLabel=root theIcon=/images/rootIcon.png
  treeItem theLabel=childNode 
 theIcon=/images/001.png/
  treeItem theLabel=another node 
 theIcon=/images/004.png
  treeItem theLabel=thing 
  theIcon=/images/thingImages/thing.png/
  treeItem theLabel=thing 
  theIcon=/images/thingImages/thing.png/
  treeItem theLabel=thing 
  theIcon=/images/thingImages/thing.png/
  treeItem theLabel=thing 
  theIcon=/images/thingImages/thing.png/
  treeItem theLabel=thing 
  theIcon=/images/thingImages/thing.png/
  treeItem theLabel=thing 
  theIcon=/images/thingImages/thing.png/
  /treeItem
  /treeItem
  /mx:XML
  ...
  ...
  /mx:Tree
  
  I hope this illustrates the effect I am trying to produce.
  
  Regards,
  Graham Weldon
 












--
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: Implementing IMenuDataDescriber - still no joy

2006-05-10 Thread n51red



Hello again,

I waited patiently for beta 3 and tried again, but the problem 
persists. Now the only methods that are executed are setSelected and 
isEnabled. Any clues??

Thank you,
N51

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

 At first glance I don't see anything wrong. Wait a few more days 
for B3 where I believe we've fixed a lot of menu problems.
 
 Matt
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of n51red
 Sent: Thursday, May 04, 2006 5:59 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Implementing IMenuDataDescriber (Flex 2.0 
beta)
 
 Hello, 
 
 I'm new to flex but haev an object orientated background.
 
 I'm trying to populate a MenuBar with data from a data structure 
I've 
 implemented.
 This data structure revolves round a class I've called Category 
that 
 contains an ArrayCollection of child Categories. I've been 
attmpting 
 to bind the root category to the dataProvider of the MenuBar, while 
 providing an implementation of IMenuDataDescriber to provide access 
 to my Category class. As the online documentation on the 
 IMenuDataDescriber interface is currently incomplete I've done a 
 certain amount of guess work on what the functions are supposed to 
do.
 
 When I run this the label for the root Category is displayed 
 correctly but when I click on it, no menu appears, although the 
label 
 becomes highlighted to indicate it is selected.
 
 I placed breakpoints in each of the functions in my 
 IMenuDataDescriber implementation to see what was happening, and 
the 
 only function that is ever executed is isEnabled
(node:Object):Boolean.
 
 Any help with this would be greatly appreciated. Here's the code 
for 
 my IMenuDataDescriber implementation and the Category class it is 
 relavent to:
 
 package components {
  import mx.controls.menuClasses.IMenuDataDescriptor;
  import mx.collections.*;
  import model.*;
  import events.*;
 
  public class CategoryMenuDataDescriptor implements 
 IMenuDataDescriptor
  { 
   public function isSelected(node:Object):Boolean
   {
return node==ModelLocator.getInstance
 ().selectedCategory;
   }
 
   public function CategoryMenuDataDescriptor() {
   }
   
   public function setEnabled(node:Object, 
 value:Boolean):void {
   }
 
   public function isBranch(node:Object, 
 model:Object=null):Boolean 
   {
return !(node is Category);
   }
 
   public function getData(node:Object, 
 model:Object=null):Object {
return node as Category;
   }
 
   public function getGroupName(node:Object):String {
return (node as Category).label;
   }
 
   public function getChildren(node:Object, 
 model:Object=null):ICollectionView {
return (node as Category).getChildren();
   }
 
   public function getType(node:Object):String {
return null;
   }
 
   public function setSelected(node:Object, 
 value:Boolean):void {
   }
   
   public function isEnabled(node:Object):Boolean {
return true;
   }
  }
 }
 
 package model {
  import mx.collections.ArrayCollection;
  
  [Bindable]
  public class Category {
   private var name:String;
   private var childCategories:ArrayCollection;
 
   public function get label():String{ return name; }
 
   public function Category(n:String)
   {
name=n;
childCategories=new ArrayCollection();
   }
   
   public function addChildCategory(c:Category):void
   {
childCategories.addItem(c);
   }
   public function getChildren():ArrayCollection
   {
return childCategories;
   }
  }
 }
 
 N51
 
 
 
 
 
 
 
 --
 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] Pie Chart help

2006-05-10 Thread Dogra, Daman
Title: Pie Chart help








Hi All,

I have a pie chart which looks pretty similar to the basic pie chart on the flex charting explorer
http://flexapps.macromedia.com/flex15/chartexplorer/explorer.mxml?versionChecked=true 

By default most pie charts seem to have a grey colored shadow in the bottom and the right side of the pie..I think its there to give it a 3D look.

How can I get rid of that shadow ? 

Thanks

-Daman









--
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] No header in Datagrid : how ?

2006-05-10 Thread Karl Johnson



Set the showHeaders property to false.

Karl Johnson
Cynergy Systems, Inc. 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jean-Luc ESSER
Sent: Wednesday, May 10, 2006 6:33 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] No header in Datagrid : how ?

I didn't manage to find a way of not having any header in a datagrid.
Setting headerHeight property to 0 does not really work as the little
black arrow keeps appearing (partially) in the upper right corner of the
column.

Anyone to tell me which property i'm missing here ? 




 Yahoo! Groups Sponsor ~--
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM
~- 

--
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] error: unable to find framework_rb.swc

2006-05-10 Thread eskaya_82



Hi you all,
As general visitors I am also new to flex - as a one
day user-
I installed Flex Builder 2.0 / Flex Data Services/
Flash 8.5 Active X for Windows/ Coldfusion Integration
kit

while creating a new project the following error
occured:

unable to open 'C:\Program Files\Adobe\Flex Builder 2
Beta 2\Flex Framework
\frameworks\locale\tr_tr\framework_rb.swc

I checked the defined folder to verify whether does
framework_rb.swc  really do not exist or any other
prb.
I realized that the file exist with the correct name,
but the point is that, its under en_US folder.
There is a problem with my path flex tries to find the
file under tr_tr folder, although such folder do not
exist.

I need an urgent help to continue my applications..
Kindly Regards,

Esma KAYA (Turkey)












--
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] Dynamically setting RemoteObject endpoints in Flex 1.5

2006-05-10 Thread Tom Chiverton



 On Thu, May 4, 2006 at 3:32 PM, in message
[EMAIL PROTECTED],
[EMAIL PROTECTED] wrote: 

 Try calling it on the underlying Connection... 
 remoteObjectId.connection.connect(newURIGoesHere);

Hmm, may have worked :-)

Is there a complete set of ActionScript docs anywhere ? 
There Flex ones (http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/js/html/wwhelp.htm) don't include useful classes like the above, and the additional ones I posted about yesterday, which is very frustrating.


Tom Chiverton




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

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

CONFIDENTIALITY

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

For more information about Halliwells LLP visit www.halliwells.com.

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards









--
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 Data Services for .NET

2006-05-10 Thread Omar Ramos



Hi Joe,

This is great news! I was already starting to complain about adobe not making a data adapter for .net since they are mostly in love with java :P Keep the good work.
On 5/4/06, Joe Orbman [EMAIL PROTECTED] wrote:

Hey guys,This might be of interest to some of you (especially if you work with .NET). We just launched a public beta of the 2.1 version of our product - WebORB, the new release is a full implementation of Flex Data Services 
for .NET. We have added AMF3 support and now anyone using Flex on the client-side can integrate it with the .NET backend. Currently we fully support the RPC services functionality from FDS and are working on 
adding Messaging and DataService. Essentially, WebORB will become a .NET implementation of FDS, and anyone using Flex Builder can continue to develop the client side there.There are a few articles describing the integration: First is an 
overview of creating a Flex application and wiring it up with the .NET side. You can access the article here: 
http://www.themidnightcoders.com/articles/flextodotnet.htmThe other article describes a new feature we added for Flex clients. The feature enables developers to fetch any type of object from the server, 
modify its contents and then automatically sync the changes from the Flex application into the original object instance on the server-side. The feature is called object auto-update. There is a live example, client and server-side code in the article: 
http://www.themidnightcoders.com/articles/objectautoupdate.htm
You can learn more about the product at: http://www.themidnightcoders.com/weborb/cheers,
Joe--Flexcoders Mailing ListFAQ: 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] Please Help: Not being able to access the .as class from mxml in Flex 2 Beta 2

2006-05-10 Thread Umesh Garg



Hi,  Thanks for replying.Yes, Program.as live in test package and it is in test directory. In the flex builder, there is no compile-time error. I get the error, when I run it. This is the directory configuration:- programview.mxml  - test\Program.asAm I missing any configuration? Thanks,  UmeshPeter Farland [EMAIL PROTECTED] wrote:  Is the Program class correctly declared inside a package test {} block?Does Program.as live in a subdirectory called test?-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of eairoxSent: Thursday, May 04, 2006 7:02 PMTo:
 flexcoders@yahoogroups.comSubject: [flexcoders] Please Help: Not being able to access the .asclass from mxml in Flex 2 Beta 2Hi,I am not able to use the actionscript class in the mxml. I have declareda class as follows:Class: Program.as import mx.collections.*; //These imports should be unnecessary in the final release import mx.data.IManaged; import mx.data.utils.Managed; import mx.core.mx_internal;  [Managed] [RemoteClass(alias="test.Program")]  public class Program {   //auto generated private var programId:int;
  //auto generated private var programName:String; ... ...}mxml code:import test.Program;[Bindable]public var program:Program;Error:Type is not found or not a compile-time constant: Program36:  public var risks:ArrayCollection;37:  public var program:Program; Yahoo! Groups Sponsor ~--Get to your groups with one click. Know instantly when new email arriveshttp://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM~- --Flexcoders Mailing
 ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
		How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.





--
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] i can't use mx.controls - source not found... ( yes...i'm a newbie)

2006-05-10 Thread Federico Ferri



tanks for your reply, sorry if i answer noy, i was ill...

i've installed again flex builder as eclipse plugin instead of a stand alone 
app and now it' ok.

tnx!!

Alle 17:50, venerdì 21 aprile 2006, [EMAIL PROTECTED] ha scritto:
 Ciao Federico,

    This example worked fine for me. I am using Eclispe though. Is it
 something missing in your Flex installation?

 |-+-
 | | |
 | |  federico.ferri   |
 | |  [EMAIL PROTECTED]  |
 | |  Sent by:   |
 | |  flexcoders@yahoogroups.com |
 | |  04/21/2006 10:21 AM    |
 | |  Please respond to  |
 | |  flexcoders |
 | | |
 |-+-

  
 --
---|
 |  
   | |  To:
 [EMAIL PROTECTED]
    | | 
 cc:
    | |  Subject:  [flexcoders]
 i can't use mx.controls - source not found... ( yes...i'm a
 newbie) |
 --
---|




 My problem is that i can't use the class mx.controls.Menu even if i
 import in my script.

 i'm looking for the solution till this morning,searching and
 searching, but with no resultsthat's why i decide to post this
 stupid question

 i try to execute the Example: creating a simple Menu control, taken
 from the livedocs.macromedia, but it doesn't work.
 it seem like it doesn't link the main library of actions scripts 3,
 but i tried in all ways to make Flex Builder link to.

 envirorment: winxp, Flex Builder
 this is the code:
 =
 ?xml version=1.0?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 
     mx:Script
     ![CDATA[
     // Import the Menu control.
     import mx.controls.Menu;
     // Create and display the Menu control.
     private function createAndShow():void {
     // The third parameter sets the showRoot property to
 false.
     // You must set this property in the createMenu
 method, not later.
     var myMenu:Menu = Menu.createMenu(null, myMenuData,
 false);   --1st ERROR HERE***
     myMenu.labelField=@label;
     myMenu.show(10, 10);
     }
     ]]
     /mx:Script

     !-- Define the menu data. --
     mx:XML format=e4x id=myMenuData
     menuitem label=MenuItem A 
     menuitem label=SubMenuItem A-1 enabled=False /
  menuitem label=SubMenuItem A-2 /
     /menuitem
     menuitem label=MenuItem B type=check selected=true /
     menuitem label=MenuItem C type=check selected=false/
     menuitem type=separator /
     menuitem label=MenuItem D 
     menuitem label=SubMenuItem D-1 type=radio
 groupName=one /
     menuitem label=SubMenuItem D-2 type=radio
 groupName=one
     selected=true /
     menuitem label=SubMenuItem D-3 type=radio
 groupName=one /
     /menuitem
     /mx:XML

     mx:VBox
     !-- Define a Button control to open the menu --
     mx:Button id=myButton label=Open Menu
 click=createAndShow() /
     /mx:VBox
 /mx:Application
 =
 tha's the errors:
 1 - Call to a possibly undefined method 'createMenu' through a
 reference with static type 'Class'
 2 - Access of possibly undefined property 'labelField' through a
 reference with static type 'Menu'
 3 - Call to a possibly undefined method 'show' through a reference
 with static type 'Menu'


 tnx!!
 FF





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












 
 ---
 This 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] sorting an XMLListCollection

2006-05-10 Thread djbrown_rotonews



I have a dataGrid of about 20 columns, whose dataProvider is an 
XMLListCollection:

mx:XMLListCollection id=delays_xml 
source={getadvisordelays.result.*} filterFunction=filterData/

where getadvisordelays is an HTTPService call to a jsp, returning 
results in an e4x format:
mx:HTTPService id=getadvisordelays url="" 
method=GET showBusyCursor=true resultFormat=e4x

I'm wanting the ability for the user to sort columns when they click 
on the column header. Do I apply the sort as part of the 
XMLListCollection via the sort attrib, or via a 
sortCompareFunction on the individual dataGridColumns?

I made an initial try of adding a custom compare function as part of 
the dataGridColumn, but I get an error of expecting 3 args, but 
could 2 when I click on the column header:

mx:DataGridColumn id=col1 resizable=false textAlign=center 
fontWeight=bold headerText=STA width={dgDelays.width/22} 
headerWordWrap=on dataField=acfrmsta 
labelFunction=labelFunction sortCompareFunction=sortAlpha/

my sortAlpha function prototype is:
 public function sortAlpha
(a:Object,b:Object,index:Number):Number

I couldn't see why it was passing just two args, so I started 
investigating sorting on the XMLListCollection instead.

any suggestions?













--
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] Change from directly loading a XML file to using RemoteObject

2006-05-10 Thread mahuika1



I was loading XML directly from a file using mx:Model id=myXML
source=data.xml/ but I needed to change this to access a CFC. So I
have created a RemoteObject but the data is available in a different
format. Does anyone know a quick way that I can change the result so
I can access it as if I had loaded the XML directly? I was able to
use dot notation but this is not working the same with the remote
object. I am currently using the XMLUtil.createXML to convert the
string to an XML.













--
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] mx:Tree control icon setting (f2b3)

2006-05-10 Thread Jason Hawryluk



Another thing, you don't need [Bindable] above the [Embed]. I copied the
wrong entry from my code.

Jason


-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Jason Hawryluk
Envoyé : mercredi 10 mai 2006 15:45
À : flexcoders@yahoogroups.com
Objet : RE: [flexcoders] mx:Tree control icon setting (f2b3)


I use the iconFunction. Embed the images. You can change it this way
dependant on any attribute you want.

mx:Script
![CDATA[
private function getIconForNode(item:Object):Class{

 var iconSymbol:String = [EMAIL PROTECTED];
 if (iconSymbol !=){
 switch(iconSymbol){
 case myimage:
 return myimage;
 break;
 }

 }

[Bindable]
[Embed(source=myimage.png)]
public var Tasks:Class;

]]
/mx:Script


mx:Tree showRoot=false iconFunction=getIconForNode id=Tree0
labelField=@label dataProvider={dataSource} 
..
..
mx:XML
 treeItem label=root icon=myimage
/mx:XML

/mx:Tree

Hope this helps, and clear enough.

jason






-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Graham Weldon
Envoyé : mercredi 10 mai 2006 12:00
À : flexcoders@yahoogroups.com
Objet : [flexcoders] mx:Tree control icon setting (f2b3)


Hey everyone,

To be honest, I've not completely read the changes since Beta2, but
thought I would ask:
Has the ability to individually set icons for tree nodes been made
available? If not, is it a feature that is planned for inclusion with
Flex 2.0?
To clarify: Can I set a specific icon per item in the tree, not based on
whether it is a folder of item, but perhaps based on some data in the
dataProvider:

mx:Tree
 labelField=theLabel
 iconField=theIcon
 ...
 ...
 mx:XML
 treeItem theLabel=root theIcon=/images/rootIcon.png
 treeItem theLabel=childNode theIcon=/images/001.png/
 treeItem theLabel=another node theIcon=/images/004.png
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 treeItem theLabel=thing
theIcon=/images/thingImages/thing.png/
 /treeItem
 /treeItem
 /mx:XML
 ...
 ...
/mx:Tree

I hope this illustrates the effect I am trying to produce.

Regards,
Graham Weldon




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









--
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] XMLSocket communiation (F2b2)

2006-05-10 Thread Graham Weldon



Hi All,

I am trying to communicate with a server that responds to XML document 
requests.

The basic workflow is:

Client Connect
Client Send XML Doc
Server Receive XML Doc
Server Process
Server Send XML Doc2
Client Receive XML doc2
Client Process XML doc2

I cannot seem to find any useful information on the XMLSocket, and how 
to react to data incoming to the client. I can 'send' ok, but I am not 
sure how to receive.

Any thoughts?

Regards,
Graham Weldon









--
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] HttpService Fault: Server Internal Error

2006-05-10 Thread sreedhar reddy



Hi,   Here, I am trying to execute restaurant application using MySql as backend.   i am using flex1.5 with integrated JRun server for executing this application.   And I am using HttpService to communicate with Java.The moment i execute the restaurant application(restaurant1.mxml) it is displaying theRestaurantListDataGridwith Name, City, and Phoneas blank.  When i press GetDate button it is showing following error."HttpService Fault: Server Internal Error"  Regards,  Sreedhar
	

	
		 
Yahoo! India Answers: Share what you know. Learn something new. Click here





--
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] Flex2B2 RealEstate Sample - Getting an ActionScript Error

2006-05-10 Thread porsche_911_1978



Being new to Flex and Coldfusion, I'm trying to work through an 
example to help me understand what is goes on.

I'm having troubles trying to get the following Flex2Beta2 
RealEstate sample to work.

http://www.asfusion.com/blog/entry/real-estate-sample-app-updated-
for-flex#comments

When setting up the sample in Flex, I have the following questions.

1. Flex server technology? is it Coldfusion Flash Remoting or Flex 
Data Services?

2. Which directory do I place the files for the project contents?

3. Any other things that I need to do when creating the project in 
Flex?

I have the following programs installed on this system (fresh 
install)
1. Flex 2 Beta 2
2. Coldfusion MX 7 (install is the Multiserver) Is this correct?
3. Flex Data Services 2.0
4. ColdFusion/Flex Connectivity

Error Message: An ActionScript has occured

Error: faultCode:InvokeFailed faultString:'Error: Unknown 
destination 'ColdFusion'.' faultDetail:'Couldn't establish a 
connection to 'ColdFusion''
 at 
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::i
nvoke()
 at 
mx.rpc.remoting.mxml::Operation/http://www.adobe.com/2006/flex/mx/int
ernal::invoke()
 at mx.rpc.remoting::Operation/send()
 at mx.rpc.remoting.mxml::Operation/send()
 at com.realestate.services::ServiceManager/::remoteGetAll()
 at flash.events::EventDispatcher/dispatchEvent()
 at com.realestate.model::ModelManager/::addListeners()
 at 
com.realestate.model::ModelManager/___UIComponent1_creationComplete()
 at flash.events::EventDispatcher/dispatchEvent()
 at mx.core::UIComponent/set initialized()
 at mx.managers::LayoutManager/::doPhasedInstantiation()
 at mx.core::UIComponent/::callLaterDispatcher2()
 at mx.core::UIComponent/::callLaterDispatcher()

Any help is greatly appreciated.

Thank You,

Neil













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

2006-05-10 Thread Ben Watson



I love the idea of an open source development approach for components. Adobe would be happy to help with you that. Our plans to support component development are consolidate to 3 key areas.1) In Flex 2 we include a developer guide on creating and  extending components. We are also planning a whitepaper on  component design theory.2) We are building a simpler version of a component exchange based on  the exchanges that already exist on Adobe.com today - our plan is to  add more features over time to this, as we learn more about what the  community wants. It is not our intent to resell the components but we would provide  hosting for trial version or free components and link out to your sites  to purchase, or so that users can find out more, get updates, etc...3) We are planning a component developer summit in June with tracks for  both visual components and data/sytem level
 components. We will  host the developers in San Francisco in person as well as online.  The summit and the content that we provide there, and on the site after  that, should help a lot with deeper requirements for understanding the  framework and our roadmap.Please let me know if you would be interested in attending this. There are quite a few developers already building and planning to ship  components and we are pretty jazzed by some of the early stuff we are  seeing. If you have thoughts on how you think we should approach  this or would like to contribute to or participate in our efforts, or  would like us to help you with what you are planning, then please let  me know!Ben  watson-at-adobe-dot-comRobert Thompson [EMAIL PROTECTED] wrote:Are  we
 talking about a site that allows component creators to post their  components, go through and approval process, then be added to a  catalog, be compensated for purchase; maybe affiliate programs also?"Kelly @ Dekayd Media Inc." [EMAIL PROTECTED] wrote:I would use it and would be willing to help implement it or host it if necessary.  I could definitely contribute to it.   Thanks   --Kelly -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oca_gw Sent: Monday, May 01, 2006 1:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Component Directory  I've been working on a web application that is free to subscribe to and use, that would allow people to post and comment on  
 Flex Components.  The site is loosely modelled off SourceForge in functionality, and will allow the following features:  Create a project Add files (mark releases) Add news / messages Have many developers for one Project/ Component Searchable listing and more...  There are some basic details on my little blog: http://graham.weldon.ath.cx/blog/?p=8 There will also be a Wiki for this appearing this week.  Is anyone interested in seeing this up? With support and suggestions, I can put more effort in and get the basic site running sooner, rather than later.  I know personally I would love a central database of flex components that allows people to freely post components for download. I am interested to see who would use this.  Let me know  Regards, Graham Weldon   -- 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  Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.  __Do You Yahoo!?Tired of spam? 
 Yahoo! Mail has the best spam protection around http://mail.yahoo.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.



  









[flexcoders] MenuItem with icon

2006-05-10 Thread Franca Daniel



 
 How can i put icon on menuitem ? i have trying
this : 
mx:XML
 menuitem label=Option
 menuitem label= A1  data="">
icon=images/ico.png/
 menuitem label=A2 data="" /
 menuitem label=A3 data="" /
 /menuitem
 /mx:XML

but does not work...
 HELP PLEASE!


  
___ 
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz. 
http://br.info.mail.yahoo.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] Am I crazy?

2006-05-10 Thread Doug Hughes










Looks like I am crazy.. Ill resend
the message.



Doug











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Doug Hughes
Sent: Friday, May 05, 2006 8:43 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Am I crazy?







Am I crazy, or does it take forever for new messages to be
posted to this mailing list? I sent in a message last night and I have
yet to see it appear in the mailing list. 



I suppose if this one either doesnt appear or takes a
long that that my question is answered.



Doug









--
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] Extending visual custom components

2006-05-10 Thread Chris Reynolds





Chapter 2 of the Creating and Extending Flex Components 
followed by Chapter 7 perhaps?


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of mahuika1Sent: 
Thursday, May 04, 2006 9:57 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Extending visual 
custom components
I would like to create a custom component that displays 
visualcontrols such as labels etc then extend that to display other 
controlsbeneath the previous ones. Does any one know how I can do this 
orshould I just have many small components and reuse them in 
othercomponents? For example..I want to: create a Doc 
component which contains header and footerdetails. Then create DocA 
component which extends Doc to also displaytext between the header and 
footer. Or: create Header and Footer components. Then create DocA which 
usesHeader and Footer and displays text.Silly example but ideally I 
would like to extend the component which Ican't seem to 
do.





--
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: How to prevent GridItem collapse?

2006-05-10 Thread a_sogor



I did it still collapses
--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 Look into mx:Spacer
 
 Matt
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of a_sogor
 Sent: Thursday, May 04, 2006 3:49 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] How to prevent GridItem collapse?
 
 I have GridItems that need to show nothing..
 But under withe space it collpases.. is there a way to create non
 collpaseing withe looking space?
 
 Aron
 
 
 
 
 
 
 
 --
 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] difficulties accessing tree branches

2006-05-10 Thread Graham Weldon






I use the Change attribute:

mx:Tree
 width="100%" height="100%"
 id="employeeTree"
 dataProvider="{treeHttpSrv.result}"
 change="onClick(employeeTree);"/

I hope this helps somewhat :-)

Regards,
Graham Weldon.



Alin DICU wrote:
Hi,
  
I'm having problemes accessing clicked branches in trees. I tried many 
thing but I keep stumbling on undefined items.
  
Here are pices of my code:
  
- the UI tree component 
---
mx:Tree id="employeeTree" dataProvider="{treeHttpSrv.result}" 
width="100%" nodeOpen="dataController.onTreeClick(employeeTree)" 
height="100%"/
  
--- the httpservice which works 

 mx:HTTPService
 id="treeHttpSrv"
 concurrency="multiple"
 method="GET"
 url=""http://localhost:8084/FlexXMLServer/XMLTreeElementsServlet">http://localhost:8084/FlexXMLServer/XMLTreeElementsServlet"
 showBusyCursor="true"
 fault="alert(event.fault.faultstring);"/
  
- the format of the XML object send by 
the servlet-
  
Albums
 labelAlbums/label
 nomAlbum
 labelBMW/label
 nomPhoto
 labelBMW 325ci 1994/label
 urlPhotohttp://localhost:8080/FlexXMLServer/Photos/BMW/BMW
  
325ci 1994.jpeg/urlPhoto
 /nomPhoto
 /nomAlbum
/Albums
  
--- the DataController function 
---
  
public function onTreeClick(event):Void
{
 trace(event.selectedItem);
}
  
It seems I can't get a proper handler on the tree so I can extract the 
urlPhoto attriburte from the xml.
  
Could someone please redirect me to some working examples or give some
tips?
  
Thank,
  









--
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: Installing Flex 2 beta 2 with flash remoting against multi-home ColdFusion.

2006-05-10 Thread ianskinnerbs



Thanks Muzak, that seem sto validate as a location. Now what do I put
for the root url? The root of my site, http://flex/ Or something else?

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

 C:\JRun4\servers\playground\cfusion.ear\cfusion.war\
 
 regards,
 Muzak














--
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] Free Spyware Remover Softwares

2006-05-10 Thread Jason Hawryluk





lol, 
who let this guy in here? :)

  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de preetyzinta1981Envoyé: mardi 2 mai 2006 
  11:49À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] Free Spyware Remover SoftwaresFree Spyware 
  Remover SoftwaresI have listed some good free softwares to scan and 
  removespywares from your PCin my websitehttp://www.geocities.com/antivirus_anti_spyware/spyware-remover.htmSo 
  please have a look and make use of it.





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








  
  
SPONSORED LINKS
  
  
  

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] VerifyError: Error #1014: Class flash.util::Timer could not be found

2006-05-10 Thread bobpardoe1959



since I updated to b3 and fp9 I keep getting this error (see below for
full stack) everywhere I try to load demos and the like ie
http://weblogs.macromedia.com/sho/archives/2006/04/flex_sliding_dr.cfm
and try to run the sliding doors demo. 

If I choose continue, nothing happens

It is not unique to this site.

Is this an install problem at my end or a bug in fp 9 ?

pls advise

thanks

BOb

VerifyError: Error #1014: Class flash.util::Timer could not be found
at mx.managers::SystemManager/initialize()
at mx.managers::SystemManager/::initHandler()









--
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] VerifyError: Error #1014: Class flash.util::Timer could not be found

2006-05-10 Thread Dirk Eismann



In beta 3, the Timer class is located in the flash.utils package and not
flash.util

Dirk.

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of bobpardoe1959
 Sent: Wednesday, May 10, 2006 4:15 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] VerifyError: Error #1014: Class 
 flash.util::Timer could not be found
 
 since I updated to b3 and fp9 I keep getting this error (see 
 below for full stack) everywhere I try to load demos and the 
 like ie 
 http://weblogs.macromedia.com/sho/archives/2006/04/flex_sliding_dr.cfm
 and try to run the sliding doors demo. 
 
 If I choose continue, nothing happens
 
 It is not unique to this site.
 
 Is this an install problem at my end or a bug in fp 9 ?
 
 pls advise
 
 thanks
 
 BOb
 
 VerifyError: Error #1014: Class flash.util::Timer could not 
 be found at mx.managers::SystemManager/initialize()
 at mx.managers::SystemManager/::initHandler()
 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- Protect your PC from spy ware with 
 award winning anti spy technology. It's free.
 http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 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] VerifyError: Error #1014: Class flash.util::Timer could not be found

2006-05-10 Thread Jason Hawryluk





I 
thought I was fairly fast on the draw there but you beat me. 
just...

jason

  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de Dirk EismannEnvoy: mercredi 10 mai 2006 
  16:15: flexcoders@yahoogroups.comObjet: RE: 
  [flexcoders] VerifyError: Error #1014: Class flash.util::Timer could not be 
  foundIn beta 3, the Timer class is located in the 
  flash.utils package and notflash.utilDirk. 
  -Original Message- From: flexcoders@yahoogroups.com  
  [mailto:[EMAIL PROTECTED] On Behalf Of bobpardoe1959 Sent: 
  Wednesday, May 10, 2006 4:15 PM To: flexcoders@yahoogroups.com 
  Subject: [flexcoders] VerifyError: Error #1014: Class  
  flash.util::Timer could not be found  since I updated to b3 
  and fp9 I keep getting this error (see  below for full stack) 
  everywhere I try to load demos and the  like ie  http://weblogs.macromedia.com/sho/archives/2006/04/flex_sliding_dr.cfm 
  and try to run the sliding doors demo.   If I choose continue, 
  nothing happens  It is not unique to this site. 
   Is this an install problem at my end or a bug in fp 9 ? 
   pls advise  thanks  BOb 
   VerifyError: Error #1014: Class flash.util::Timer could not  
  be found at mx.managers::SystemManager/initialize() at 
  mx.managers::SystemManager/::initHandler()
 Yahoo! Groups Sponsor  
  ~-- Protect your PC from spy ware with  award 
  winning anti spy technology. It's free. http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/nhFolB/TM 
  -- 
  --~-   -- 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] Firefox status bar text - HTTPService

2006-05-10 Thread praful . aggarwal




I've an application that on 'initialize' reads some XML data using
HTTPService. The status bar of the browser reads - Transferring data from
localhost... even when the HTTPService has read all the data.

Is there any way I could change this status bar text once the read has been
done ?

Regards,
Praful

Wrinkles should merely indicate where smiles have been - Mark Twain



Savings - Home Loans - Personal Loans - Investments - Credit Card - Insurance

all together better   EBS Building Society www.ebs.ie

**
Terms and Conditions apply. EBS is regulated by the Financial Regulator.
**
The information contained in this communication is intended solely for
the use of the individual or entity to whom it is addressed. It may
contain confidential or legally privileged information. If you are not
the intended recipient you are hereby notified that
any disclosure, copying, distribution or taking any action in reliance
on the contents of this information is strictly prohibited and may be
unlawful. If you have received this communication in error, please
notify us immediately by responding to this email and then delete it from 
your system.

Any personal opinions expressed in this e-mail are views of the
individual and do not necessarily reflect the views of the EBS Group.
The content of this e-mail may have been sent without the authority of
the EBS Group.

EBS Group cannot guarantee that this e-mail and attachments are free of viruses and you must ensure that you carry out your own virus checks. EBS 

Group accepts no liability for any loss or damage caused by software
viruses.

www.ebs.ie

***







--
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] VerifyError: Error #1014: Class flash.util::Timer could not be found

2006-05-10 Thread Jason Hawryluk





the namespace has 
changed, so the code if compiled on version beta 2 it would 
explode...

new 
=flash.utils.Timer

jason


  -Message d'origine-De: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part 
  de bobpardoe1959Envoyé: mercredi 10 mai 2006 
  16:15À: flexcoders@yahoogroups.comObjet: 
  [flexcoders] VerifyError: Error #1014: Class flash.util::Timer could not be 
  foundsince I updated to b3 and fp9 I keep getting this 
  error (see below forfull stack) everywhere I try to load demos and the 
  like iehttp://weblogs.macromedia.com/sho/archives/2006/04/flex_sliding_dr.cfmand 
  try to run the sliding doors demo. If I choose continue, nothing 
  happensIt is not unique to this site.Is this an install 
  problem at my end or a bug in fp 9 ?pls 
  advisethanksBObVerifyError: Error #1014: Class 
  flash.util::Timer could not be foundat 
  mx.managers::SystemManager/initialize()at 
  mx.managers::SystemManager/::initHandler()





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