Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Jason Weiss
Title: Re: [flexcoders] Is Flex mature?





Steven,

You cited that you know of teams of 30+ developers using Cairngorm on projects today, implying that there are multiple Flex projects with these characteristics. I was curious if those projects have resulted in production (released) software, and if the companies could be publicly cited? 

My experience in the Java/J2EE world was miserable when teams bloomed beyond 10, 12 people. In fact, I cant think of a single multi-million dollar Java project with 
over a dozen people that succeeded, as measured strictly by software that was done close to on time, close to on-budget, close to meeting expected business functionality and finally, absolutely meeting the companies expected ROI prior to starting the project looking back. Literally every project that I was on that had under a dozen developers met these metrics. In fact, one project in particular had 8 engineers on it, and it meet managements goals, and then it exceeded them substantially to the tune of 8 figures. Yes, flame bait, my position is that too many developers means too many hands in the cookie jar, if you will, and a project destined to fail regardless of tools or technology or methodology. 

Im very conflicted by your positioning in this response, and thats why Im asking you if you can remove the veil on these clients you reference. The terms agile practices and 30+ developers are paradoxical, wouldnt you agree? Agile, by definition, is about developing software in short iterations of 1 to 4 weeks. 9 women cant have a baby in 1 month, no matter what they try. Likewise, I cant imagine the project management nightmare of having 30 developers crank out iterations in 1 to 4 weeks. Agile development promotes face to face communication over written documents. That must be one helluva meeting room to have 30 developers ~LOL~. Agile development contends that customers and engineers work together in a single workspace, some refer to it as the bullpen though we always preferred the term Bat Cave! 30 engineers plus customers in one space doing 1 to 4 week iterations? Perhaps these folks are doing pair programming (!) so there are really only 15 engineers on the project ~LOL~. 

Im not looking to pick a fight with this post, but merely inquiring about the feasibility for you and your team to publish white papers that back these positions up. Until then, Im afraid Ill have to treat these positions as suspect because they are counter-intuitive and go against every bit of my experience and likely the experiences of other seasoned J2EE developers. 

On a slightly different topic, the Core J2EE patterns the book with the Sun logo splashed all over its cover **mostly** documents patterns (used extremely loosely because I content that the only real patterns were those introduced by the classic GoF book) that were often fixes or work-arounds for missing functionality in the J2EE spec and/or container design flaws. This isnt meant to belittle the engineers that worked on the related J2EE specs, but merely that you have to start somewhere and there were gaps along the way the core J2EE patterns helped plug the proverbial holes.

To recap, Id be very interested in seeing you and the former iteration::two team deliver white papers that discuss this environment in particular you have repeatedly cited now in a number of posts- large projects with dozens of developers using agile methodologies and J2EE-adapted patterns (with or without Cairngorm- my inquiry isnt about Cairngorm per se) in a Flex environment. In particular, Id hope that these papers would cite metrics that our community could agree on metrics like those I cited earlier so that proper conclusions can be reached based on fact, not supposition or unproven statements. 

Until papers are published with legitimate metrics that depict success demonstrated by what I view as a counter-intuitive position, I feel compelled to cast doubt upon your claims, to both the FlexCoders community and to my Flex prospects and clients. 

Best,

Jason

__
Jason Weiss
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email: jasonDOTweissATcynergysystemsDOTcom__nospam
Office: 866-CYNERGY





On 11/27/05 4:20 PM, Steven Webster [EMAIL PROTECTED] wrote:

Mykola,

 Totally agree but EJB was also first technology for 
 enterprise development in Java and it worth us to be blind 
 for a 5 years. EJB was the same overcomplicated that 
 Cairngorm is and as far as I understand Cairngorm uses the 
 same patterns and fully inspired by J2EE. 

EJB and Cairngorm have nothing in common; both are frameworks, one as
you know is a (excuse the simplification) framework for object
persistence, the other is a framework microarchitecture for RIA. That
the EJB spec is overcomplicated does not mean that Cairngorm is, just
because both can be called frameworks or both have reference to J2EE.

Cairngorm does borrow heavily from the body of work that was 

Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Mykola Paliyenko



Hi Steven 
Thanks again for the comments. Lets stop the discussion about
frameworks, my opinion about Core J2EE patterns etc because its a
religious controversy. I will share my results when I'll be ready.

The question of this topic was not Cairngorm or something else but:

Is Flex mature enough now? What are our chances if we need to build
huge RIA application in 7 month using Flex? I'd like to hear about
project already completed or about to being completed by teams of at
least 20 developers.

Also we cannot rely on the Flex2 since it uses 8.5 player that will not be widespread by the moment we need to launch.

WBR, MykolaOn 11/28/05, Steven Webster [EMAIL PROTECTED] wrote:




Mykola,

 Totally agree but EJB was also first technology for 
 enterprise development in Java and it worth us to be blind 
 for a 5 years. EJB was the same overcomplicated that 
 Cairngorm is and as far as I understand Cairngorm uses the 
 same patterns and fully inspired by J2EE. 

EJB and Cairngorm have nothing in common; both are frameworks, one as
you know is a (excuse the simplification) framework for object
persistence, the other is a framework microarchitecture for RIA. That
the EJB spec is overcomplicated does not mean that Cairngorm is, just
because both can be called frameworks or both have reference to J2EE.

Cairngorm does borrow heavily from the body of work that was performed
with Core J2EE Patterns; however, it is not applying J2EE to Flex, it is
recognising that many of the patterns that the Core J2EE pattern
catalogue included, are patterns that can be applicable to RIA
development with Flex (MXML and ActionScript). Note I say *can* be
applied to RIA, not *must* be applied to RIA. There are many ways to
skin a cat.

Apologies to cat lovers. Insert annoying animal of your choice.

 do not repeat previous mistakes. You do not need to get 
 things that complex like thy are now with Commands 
 FrontControllers and other stuff. 

I think that's quite a bold statement. Perhaps you do not need them,
and I absolutely agree that many many projects do not need Commands,
Front Controllers or other stuff. However, I have worked on and with
several projects that *have* benefited from these patterns and the
architecture that the collaboration of these patterns introduced.

Was this solution the *only* way we could have addressed the problems we
faced ? Of course not ... There are as many different ways of doing
these things as there are talented architects and developers that are
now working with the technology.

If you have your own framework that works for you, and if it addresses
the problems that you face in your design, then you're correct not to
use Cairngorm. Many other developers have done the same as you, and
their implementations are not the worse for it.

However, let's also accept that a great number of developers *have*
benefited greatly from frameworks such as Cairngorm or ARP, have felt
that these frameworks have introduced simplicity where complexity
previously existed.

These people do not think Cairngorm (or whatever other framework) is
bad. Nor will they assert that the framework you are using instead is
bad.

Let's not continue this thread on the assertion that there will be one
ultimately better than all the rest way of building all RIA upon Flex.

 Now I have a kind of 
 framework that is much easier than Cairngorm and I'll try to 
 share it with the community when it will pass internal 
 sainity testing in our team (now guys are happy but lets wait 
 more serious testing).

I look forward to seeing it, and hope that it can be presented not as
better than Cairngorm or simpler than Cairngorm but simply
different to Cairngorm. In understanding what you tried to achieve
with your approach, rather than what you don't like about other
approaches, I think we'll all learn a lot more, no ? 
 
  - No kickstart examples like Appfuse in Java
 Hopefully time wil bring them. Flex2 will drive a radically 
 larger community.
 It is a huge problem cause when you need team development you 
 need unittesting, framework, build strategy etc. And I'm sure 
 that every team create it from scratch now. The idea is to 
 publish some approach and evolve it to support and show best 
 practices on it.

Just to be clear, I know of teams of 30+ developers who are developing
Flex applications based upon Cairngorm, who are actively embracing
unit-testing, continuous integration, refactoring, and all manner of
other agile practices.

Certainly, the same team that brought you Cairngorm initially, has a
great deal of experience in delivering projects using Agile methods,
particuarly XP, with both Java, ActionScript 1.0, ActionScript 2.0 and
most recently Flex 2 and ActionScript 3.0. The technology, and the
choice of architectures upon the technology, have never impinged (any
more than AWT, Swing, J2ME, JSP and _javascript_, etc have) upon our
ability to deliver using agile methodologies.

I guess the challenge here, is that many of 

[flexcoders] [ann] Sydney Developers Group December Meeting

2005-11-28 Thread Chris Velevitch
Tues, 6th Dec, ActionScript 3 by Robin Hilliard at 6pm for 6:30 start
at MLC School Burwood.

Tonight Robin Hilliard of Rocketboots discuss and show us Actionscript 3.

While FlashDev meetings are free and open to all it's best to RSVP to
help with catering.

http://www.flashdev.org.au/program/
http://www.flashdev.org.au/venue/school/


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


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




[flexcoders] flex2: as3 only httpservice

2005-11-28 Thread Martin Wood
I have been trying to post this on the labs forums, but the pages are 
stuck in a perpetual loop of asking me to re-verify my details.

anyway, Im trying to use mx.rpc.HTTPService from just AS3 code, but as 
soon as i invoke the send method it gives me a fault:

[RPCFault faultcode='InvokeFailed' faultstring-'Error #1009: null has no 
properties.']

Heres the code im using:

package
{
import flash.display.MovieClip;
import mx.rpc.http.*;
import mx.rpc.events.*;
import flash.util.trace;

public class ServiceTest extends MovieClip
{
private var myService:HTTPService;

public function ServiceTest()
{
myService = new HTTPService();
myService.useProxy = false;
myService.url=http://biljanche/test.xml;;
myService.addEventListener(result,result);
myService.addEventListener(fault,fault);
myService.send();
}

private function result(evt:ResultEvent)
{
trace(GOT RESULT);
}

private function fault(evt:FaultEvent)
{
trace(GOT FAULT :  + evt);
}
}
}

and i've tried numerous variations, including populating every property 
of the object. I have also tried using the mx.rpc.mxml.HTTPService and 
get the same results.

If i use the mxml HTTPService tag i have no problems at all.

Does anyone know what im missing?

thanks,

Martin


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




RE: [flexcoders] Re: How to view attachment file

2005-11-28 Thread jag reddy



Hi ,I followed the code http://127.0.0.1:8700/samples/explorer/explorer.mxmlto to use custom cell renderer for the DataGridColumn in my mxml page.I created CheckCellRender.as file and saved in mxml folder.  When i run the application i got following mxml page error likeThere is no method with the name 'CheckCellRenderer'  any help is appreciated--Jagadeesh.  Abdul Qabiz [EMAIL PROTECTED] wrote:  You can also look
 for cellPress event.-abdul -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of sreeni_rSent: Friday, November 25, 2005 11:21 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: How to view attachment fileHi Jagadeesh,You can use a custom cell renderer for the DataGridColumn and handle the click event there to show the popup and take necessary action.-Sreenivas--- In flexcoders@yahoogroups.com, "jagabcdeff" [EMAIL PROTECTED] wrote: Hi All, Now i working on to view attachment file which is already stored in  database.The attachment file name is shown in datagrid in mxml page  using following code   mx:DataGridColumn headerText="Item Name" columnName="att_Name" /  when i click on attachment name it should show pop-up window with  view and save buttons
 ..  any help greatly appreciate,  thnx, Jagadeesh--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links  SPONSORED LINKS Web site design development   Computer software development   Software design and development Macromedia flex   Software development best practice   
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.





--
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] Flex1.5 Tree: hasChildNodes vs node icon question

2005-11-28 Thread Rick Schmitty
Just wondering,

If a node returns false with hasChildNodes should the icon always be
the leaf icon and not folder, or is there something else that controls
it?

setIsBranch says ithe tree should do this automatically?

setIsBranch( node, branch)

Specifies if the node is a branch node. Nodes are automatically
configured as branch nodes when they have children. You only need to
call this when you create an empty branch node and want it to be
displayed using the folderOpenIcon and folderClosedIcon.

I was looking at the code from Ed's very nice example:
http://ed.eustace.net/index.php?id=15itemId=5sectionId=1

And would like to modify it so you could have an option for persistant
folders or not

TIA
-Rick


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Aldo Bucchi
Mykola,

What are your alternatives to flex??


On 11/27/05, Jason Weiss [EMAIL PROTECTED] wrote:
 Steven,

 You cited that you know of teams of 30+ developers using Cairngorm on
 projects today, implying that there are multiple Flex projects with these
 characteristics.  I was curious if those projects have resulted in
 production (released) software, and if the companies could be publicly
 cited?

 My experience in the Java/J2EE world was miserable when teams bloomed beyond
 10, 12 people.  In fact, I can't think of a single multi-million dollar Java
 project with
 over a dozen people that succeeded, as measured strictly by software that
 was done close to on time, close to on-budget, close to meeting expected
 business functionality and finally, absolutely meeting the companies
 expected ROI prior to starting the project looking back.  Literally every
 project that I was on that had under a dozen developers met these metrics.
 In fact, one project in particular had 8 engineers on it, and it meet
 managements goals, and then it exceeded them substantially to the tune of 8
 figures.  Yes, flame bait, my position is that too many developers means
 too many hands in the cookie jar, if you will, and a project destined to
 fail regardless of tools or technology or methodology.

 I'm very conflicted by your positioning in this response, and that's why I'm
 asking you if you can remove the veil on these clients you reference.  The
 terms agile practices and 30+ developers are paradoxical, wouldn't you
 agree?  Agile, by definition, is about developing software in short
 iterations of 1 to 4 weeks.  9 women can't have a baby in 1 month, no matter
 what they try.  Likewise, I can't imagine the project management nightmare
 of having 30 developers crank out iterations in 1 to 4 weeks.  Agile
 development promotes face to face communication over written documents.
 That must be one helluva meeting room to have 30 developers ~LOL~.  Agile
 development contends that customers and engineers work together in a single
 workspace, some refer to it as the bullpen though we always preferred the
 term Bat Cave!  30 engineers plus customers in one space doing 1 to 4 week
 iterations?  Perhaps these folks are doing pair programming (!) so there are
 really only 15 engineers on the project ~LOL~.

 I'm not looking to pick a fight with this post, but merely inquiring about
 the feasibility for you and your team to publish white papers that back
 these positions up.  Until then, I'm afraid I'll have to treat these
 positions as suspect because they are counter-intuitive and go against every
 bit of my experience and likely the experiences of other seasoned J2EE
 developers.

 On a slightly different topic, the Core J2EE patterns— the book with the Sun
 logo splashed all over its cover— **mostly** documents patterns (used
 extremely loosely because I content that the only real patterns were those
 introduced by the classic GoF book) that were often fixes or work-arounds
 for missing functionality in the J2EE spec and/or container design flaws.
 This isn't meant to belittle the engineers that worked on the related J2EE
 specs, but merely that you have to start somewhere and there were gaps along
 the way— the core J2EE patterns helped plug the proverbial holes.

 To recap, I'd be very interested in seeing you and the former iteration::two
 team deliver white papers that discuss this environment in particular you
 have repeatedly cited now in a number of posts- large projects with dozens
 of developers using agile methodologies and J2EE-adapted patterns (with or
 without Cairngorm- my inquiry isn't about Cairngorm per se) in a Flex
 environment.  In particular, I'd hope that these papers would cite metrics
 that our community could agree on— metrics like those I cited earlier— so
 that proper conclusions can be reached based on fact, not supposition or
 unproven statements.

 Until papers are published with legitimate metrics that depict success
 demonstrated by what I view as a counter-intuitive position, I feel
 compelled to  cast doubt upon your claims, to both the FlexCoders community
 and to my Flex prospects and clients.

 Best,

 Jason

 __
 Jason Weiss
 Cynergy Systems, Inc.
 Macromedia Flex Alliance Partner
 http://www.cynergysystems.com

 Email: jasonDOTweissATcynergysystemsDOTcom__nospam
 Office: 866-CYNERGY






 On 11/27/05 4:20 PM, Steven Webster [EMAIL PROTECTED] wrote:


 Mykola,

  Totally agree but EJB was also first technology for
  enterprise development in Java and it worth us to be blind
  for a 5 years. EJB was the same overcomplicated that
  Cairngorm is and as far as I understand Cairngorm uses the
  same patterns and fully inspired by J2EE.

 EJB and Cairngorm have nothing in common; both are frameworks, one as
 you know is a (excuse the simplification) framework for object
 persistence, the other is a framework microarchitecture for RIA. That
 the EJB spec is overcomplicated does not mean that 

Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Mykola Paliyenko
Aldo,

My alternative is one of the good old Java MVC frameworks: Struts, 
Spring or Webwork. I know that our user experience will sucks in this 
case but it is better than found that your application is too big in 
size or too slow  or requires some unique plugin or all together :(. 
Also personally I'm very sceptic when it comes to the non open source 
technologies, but I must admit that Flex community is very strong.

I still believe than Flex has a great future but I have some doubt that 
the time is come to build something serious on top of Flex.

Waiting for Stevent's reply on the previous post to change my mind :)

WBR, Mykola
Aldo Bucchi wrote:

Mykola,

What are your alternatives to flex??
  






 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




[flexcoders] Re: Is Flex Mature ?

2005-11-28 Thread Steven Webster






Jason,

There's not really a whole lot I can add to your 
post. But to address a couple of your points:

 characteristics. I was curious if those 
projects have resulted in production (released) software, and if the 
companies could be publicly cited? 

The very nature of projects of this size, is such 
that their release schedules are not in the days or weeks ahead. Or in the 
past. So I'm afraid, I can't cite client names, or describe their projects 
in any degree of detail. I'd love to - and perhaps these companies will 
step forth on the list and discuss their own implementations; but I don't 
necessarily expect them to. 

My apologies.
 I¹m very conflicted by your positioning in 
this response, and that¹s why I¹m asking you if you can remove the veil 
on these clients you reference. The terms ³agile practices² and 
30+ developers are paradoxical, wouldn¹t you agree? Agile, by 
definition, is about developing software in short iterations of 1 to 4 
weeks. 9 women can¹t have a baby in 1 month, no matter what they 
try. Likewise, I can¹t imagine the project management nightmare of 
having 30 developers crank out iterations in 1 to 4 weeks. 

I didn't say that 30 developers were all working on 
the same iteration of development. Careful application architecture, a 
well-defined framework for development, good coding standards, collective 
ownership, a strong emphasis on unit-testing and continuous integration, all 
enable the modularisation of a project of this size into a number of almost 
concurrent mini-projects, each of which can be delivered by "agile 
teams".

In a specific project we're engaged with right now, 
the developers within the organisation are all engaged in parallel iterations of 
development, on different modules of the same overall application.

Each teams' iterations are aligned, each team 
continously integrates into the same code-base, yet the average team size 
working on any given iteration is within the magic numbers that you rightly 
specify - 4-6 people. I've personally worked on agile teams as big as 10 
developers, with 4-week iterations, and would agree that this is getting to as 
big a team-size as you'd be comfortable with.

 Agile development promotes face to 
face communication over written documents. That must be one helluva 
meeting room to have 30 developers ~LOL~. 

There is a pragmatic approach here; each 
team(working on their own iteration) 
has a morning standup meeting with their 
4-6 developers. Meanwhile, a representative of each team engages in 
a company-wide standup meeting with the business stakeholders. This ensures the necessary granularity of 
team-wide discussion while ensuring that teams are aware of project-level issues 
and opportunities.

This allows the agile approach to 
scale.

And just to be 
clear; I'm not suggesting ever that agile development is the only way to deliver 
these projects. Other teams have their own methodologies, based on their 
own experiences, and they'll work for them. But agile works for 
us.

 Agile development contends that 
customers and engineers work together in a single workspace, some refer 
to it as the ³bullpen² though we always preferred the term Bat 
Cave! 30 engineers plus customers in one space doing 1 to 4 week 
iterations? Perhaps these folks are doing pair programming (!) so there 
are really only 15 engineers on the project ~LOL~.

The approach to pair-progamming is also pragmatic, 
on a story by story basis. And yes, there is a customer on-site to whom 
the development team have permanent access. I¹m not looking to 
pick a fight with this post, but merely inquiring about the feasibility 
for you and your team to publish white papers that back these positions 
up.

When I propose whitepapers, I'm proposing 
technical whitepapers around unit-testing, continuous integration, architecture 
of large Flex applications, 
etc.

There are other books/whitepapers that cover agile 
development in large teams; it's not high on my priority, nor do I feel 
particularly compelled, to "back the position up". 

With regards to the remainder of your email, 
casting doubt on the existence of the projects that I'm mentioning here, I'm 
afraid there's little more response I'm prepared to enter into here. I'm 
not presenting my findings to a journal without citation here, I'm merely 
sharing anecdotal experience in a mailing list. 

I'll share as much experience as I can from 
real-world engagements, but individuals will have to choose either to accept 
that client confidentiality will always be a factor in ongoing developments, or 
choose to discard the discussion until the projects are live (which may be 
several months in many instances). 
It's also worth noting that many of the projects on which we are engaged (as I'm 
sure has been your experience) will never be client-facing, but will deliver 
internally. We're building applications, not 
websites.

I'd hope that having the discussion now without 
citation, has 

RE: [flexcoders] Is Flex mature?

2005-11-28 Thread Steven Webster
Mykola,

I've been asking around internally at Macromedia before I knew if I
could say this or not...

  - no i18n support on mxml level
 I believe Macromedia did not want to risk a strategy upfront, before 
 realizing what the real requirements were...
 Could someone from macromedia develop on this?
 What is the state of things now? Will the new Cairngorm support it?
 will it be integrated into Flex2 later? IDE Support?
 You know, it is a critical common requirement ( every app 
 nowadays is 
 intlzed )
 Again we've added it to our framework. But I see no reason 
 why MM guys haven't done it themselves

OK, so Internationalization support using resource bundles is part of
the upcoming Flex 2 release.  I don't have any other details I can share
at present however, but I'm sure more will be revealed during the Flex 2
alpha.

I hope you can understand, that with the underlying Flex framework
supporting internationalisation, we didn't feel it necessary to
hand-bake our own solution for Cairngorm.  Cairngorm has always been
about guiding architecture, not providing services to the developer as
such.  

Once the spec and implementation for internationalisation is tied down
however, I'd suspect that we might put forward ideas as to how the
feature can be leveraged within a Cairngorm application, if that is
appropriate.

My apologies I couldn't share this information sooner !

Best wishes,

Steven

--
Steven Webster
Practice Director (Rich Internet Applications)
Macromedia Consulting EMEA
 
Office: + 44 (0) 131 338 6108
Mobile: +44 (0) 7917 428 947


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] Re: Is Flex Mature ?

2005-11-28 Thread Jason Weiss
Title: Re: [flexcoders] Re: Is Flex Mature ?





Steven,

Thanks for taking the time to respond to my concerns. I was merely taking your posts at face value in terms of project size (e.g. the 30 developers) and how you presented it. With your additional clarifications, your position comes much more into focus and make perfect sense. It appears this was merely a classic example of not having all of the information presented in a post. Unfortunately, newsgroups are infamous for suffering from this symptom! Its amazing how powerful just a couple extra sentences that provide context can be. I look forward to reading additional whitepapers from Macromedia on the topics you have proposed.

Thanks,

Jason


__
Jason Weiss
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email: jasonDOTweissATcynergysystemsDOTcom__nospam
Office: 866-CYNERGY




On 11/28/05 10:41 AM, Steven Webster [EMAIL PROTECTED] wrote:

Jason,
 
There's not really a whole lot I can add to your post. But to address a couple of your points:
 
 characteristics. I was curious if those projects have resulted in
 production (released) software, and if the companies could be publicly
 cited? 
 
The very nature of projects of this size, is such that their release schedules are not in the days or weeks ahead. Or in the past. So I'm afraid, I can't cite client names, or describe their projects in any degree of detail. I'd love to - and perhaps these companies will step forth on the list and discuss their own implementations; but I don't necessarily expect them to. 
 
My apologies.

 Im very conflicted by your positioning in this response, and thats why Im
 asking you if you can remove the veil on these clients you reference. The
 terms agile practices and 30+ developers are paradoxical, wouldnt you
 agree? 
Agile, by definition, is about developing software in short
 iterations of 1 to 4 weeks. 9 women cant have a baby in 1 month, no matter
 what they try. Likewise, I cant imagine the project management nightmare
 of having 30 developers crank out iterations in 1 to 4 weeks. 
 
I didn't say that 30 developers were all working on the same iteration of development. Careful application architecture, a well-defined framework for development, good coding standards, collective ownership, a strong emphasis on unit-testing and continuous integration, all enable the modularisation of a project of this size into a number of almost concurrent mini-projects, each of which can be delivered by agile teams.
 
In a specific project we're engaged with right now, the developers within the organisation are all engaged in parallel iterations of development, on different modules of the same overall application.
 
Each teams' iterations are aligned, each team continously integrates into the same code-base, yet the average team size working on any given iteration is within the magic numbers that you rightly specify - 4-6 people. I've personally worked on agile teams as big as 10 developers, with 4-week iterations, and would agree that this is getting to as big a team-size as you'd be comfortable with.
 
 Agile
 development promotes face to face communication over written documents.
 That must be one helluva meeting room to have 30 developers ~LOL~. 
 
There is a pragmatic approach here; each team (working on their own iteration) has a morning standup meeting with their 4-6 developers. Meanwhile, a representative of each team engages in a company-wide standup meeting with the business stakeholders. This ensures the necessary granularity of team-wide discussion while ensuring that teams are aware of project-level issues and opportunities.
 
This allows the agile approach to scale.
 
And just to be clear; I'm not suggesting ever that agile development is the only way to deliver these projects. Other teams have their own methodologies, based on their own experiences, and they'll work for them. But agile works for us.
 
 Agile
 development contends that customers and engineers work together in a single
 workspace, some refer to it as the bullpen though we always preferred the
 term Bat Cave! 30 engineers plus customers in one space doing 1 to 4 week
 iterations? Perhaps these folks are doing pair programming (!) so there are
 really only 15 engineers on the project ~LOL~.
 
The approach to pair-progamming is also pragmatic, on a story by story basis. And yes, there is a customer on-site to whom the development team have permanent access.

 Im not looking to pick a fight with this post, but merely inquiring about
 the feasibility for you and your team to publish white papers that back
 these positions up.
 
When I propose whitepapers, I'm proposing technical whitepapers around unit-testing, continuous integration, architecture of large Flex applications, etc.
 
There are other books/whitepapers that cover agile development in large teams; it's not high on my priority, nor do I feel particularly compelled, to back the position up. 
 

[flexcoders] Adding node

2005-11-28 Thread Ghislain Simard
I need to add programmatically a node in a Tree.  That node has to be 
inserted at the end of my Tree.  The Tree is populated dynamically.

How to add my node programmatically at the end of my Tree?

Thanks






 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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





Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Aldo Bucchi
Mykola,

Mmh, It's all about taking the better road...

Let's start with a premise: Flex 1.5 CAN be used to develop mission
critical applications ( evidence suggests this ). As can all of the
frameworks you suggested.

Second, I would say that Flex has the following differentiating
features in favor. See which apply to you:

- Development will be faster
- Will force you to create a well defined services layer. You can
evolve the presentation layer later
- You will gain RIA expertise that can be ported to Flex2 later ( or
XAML or other eventually )
- The final user will be positively impressed ( assuming you do a good work )
- You will have many new tricks which will eventually give you more
choices around use cases
- One more tech under your belt

Then, write down the flaws ( or negative features ) which you already
identified. Repeat the process for every other tech, then match by
subject and fill in a comparison matrix. Try to quantify them.

I have found that taking a cold minded economist's perspective
sometimes comes in handy. Specially when there are feelings involved.
Getting someone else in the decision process might help, and keeping
track of it is always a good way to CYA.

It's all about choices, not perfect solutions, isn't it.

Best,
Aldo


On 11/28/05, Steven Webster [EMAIL PROTECTED] wrote:
 Mykola,

 I've been asking around internally at Macromedia before I knew if I
 could say this or not...

   - no i18n support on mxml level
  I believe Macromedia did not want to risk a strategy upfront, before
  realizing what the real requirements were...
  Could someone from macromedia develop on this?
  What is the state of things now? Will the new Cairngorm support it?
  will it be integrated into Flex2 later? IDE Support?
  You know, it is a critical common requirement ( every app
  nowadays is
  intlzed )
  Again we've added it to our framework. But I see no reason
  why MM guys haven't done it themselves

 OK, so Internationalization support using resource bundles is part of
 the upcoming Flex 2 release.  I don't have any other details I can share
 at present however, but I'm sure more will be revealed during the Flex 2
 alpha.

 I hope you can understand, that with the underlying Flex framework
 supporting internationalisation, we didn't feel it necessary to
 hand-bake our own solution for Cairngorm.  Cairngorm has always been
 about guiding architecture, not providing services to the developer as
 such.

 Once the spec and implementation for internationalisation is tied down
 however, I'd suspect that we might put forward ideas as to how the
 feature can be leveraged within a Cairngorm application, if that is
 appropriate.

 My apologies I couldn't share this information sooner !

 Best wishes,

 Steven

 --
 Steven Webster
 Practice Director (Rich Internet Applications)
 Macromedia Consulting EMEA

 Office: + 44 (0) 131 338 6108
 Mobile: +44 (0) 7917 428 947



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









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


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

* 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] getting coordinates of dropped item

2005-11-28 Thread Douglas Knudsen
Ok, I'm using the DragManager on a List via dragEnabled=true.  How
to get the coordinates of the dragproxy when its dropped?  Possible?


--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] Re: Cursor change problem

2005-11-28 Thread Niklas Richardson



Here is a Flex 1.5 solution:

mx:HBox width=200 height=100 backgroundColor
=0xFF mouseOver=event.target.> mx:Text 
width=100% text=Display Hand Cursor over this white box //mx:HBox
You need to specify both theevent.target.>andevent.target.useHandCursor=true

Also, related blog entry:

http://www.prismix.com/blog/2005/11/how_do_i_display_a_hand_cursor.cfm

HTH

Niklas

On 25/11/05, Jignesh Dodiya [EMAIL PROTECTED] wrote:





Don't know about flex 1.5.but it works in flex-2 with following code 

mx:Button id=myButton label=Copy Text useHandCursor=
true buttonMode=true /

On 11/25/05, Allen Manning [EMAIL PROTECTED]
 wrote:
Does this work for Flex 1.5?Best,Allen-Original Message-From: 

flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] OnBehalf Of sreeni_rSent: 25 November 2005 11:31
To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Cursor change problemHi Allen,Along with useHandCursor, buttonMode property also needs to be set totrue to show the hand cursor.It is property available on Sprite hence available with all UI
components in Flex.-Sreenivas.--- In flexcoders@yahoogroups.com, Allen Manning
[EMAIL PROTECTED] wrote: Hello,
 I saw the below post on Flexcoders, but didn't see an answer.Anyone know how to use the hand cursor? Is there a reference to the hand cursor to use in setCursor -
`hand' or something like that?I couldn't find it in the docs. Best, Allen Probably an easy question for those who know... I'm trying to change the default cursor to a hand cursor when
hovering over a component. The component is based on the VBox. I want to use the Flexs hand-cursor icon, which appears within MovieClips components e.g.Buttons when useHandCursor property is
 set, and not have to create my own icon. Can't find this in the docs. Is there something like setHandCursor() and removeHandCursor() within flex?

 setCursor(cursorSymbol:String, priorityLevel:Number, xOffset:Number, yOffset:Number) All help is appreciated. -- No virus found in this outgoing message.
 Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date:24/11/2005--Flexcoders Mailing ListFAQ: 

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
--No virus found in this incoming message.Checked by AVG Free Edition.Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005--No virus found in this outgoing message.
Checked by AVG Free Edition.Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005 Yahoo! Groups Sponsor ~--AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/yQLSAA/nhFolB/TM~-
--
Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 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/
-- jignesh dodiya 






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

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

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




  








-- Niklas RichardsonPrismix LtdFlex and ColdFusion Experts!






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe 

Re: [flexcoders] getting coordinates of dropped item

2005-11-28 Thread JesterXL
function dragDropHandler(event)
{
trace(event.target.mouseX);
trace(event.target.mouseY);
}

- Original Message - 
From: Douglas Knudsen [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, November 28, 2005 1:14 PM
Subject: [flexcoders] getting coordinates of dropped item


Ok, I'm using the DragManager on a List via dragEnabled=true.  How
to get the coordinates of the dragproxy when its dropped?  Possible?


--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?



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



 



 Yahoo! Groups Sponsor ~-- 
AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/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

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

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

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




Re: [flexcoders] getting coordinates of dropped item

2005-11-28 Thread JesterXL
...er, event.target.x and event.target.y, sorry.

- Original Message - 
From: JesterXL [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, November 28, 2005 1:32 PM
Subject: Re: [flexcoders] getting coordinates of dropped item


function dragDropHandler(event)
{
trace(event.target.mouseX);
trace(event.target.mouseY);
}

- Original Message - 
From: Douglas Knudsen [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, November 28, 2005 1:14 PM
Subject: [flexcoders] getting coordinates of dropped item


Ok, I'm using the DragManager on a List via dragEnabled=true.  How
to get the coordinates of the dragproxy when its dropped?  Possible?


--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?



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



 



 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] getting coordinates of dropped item

2005-11-28 Thread Douglas Knudsen
event.target points to the object being dropped on though, eh?  Not
the object being dragged about.  I need the coords of the object being
dragged about.

DK

On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
 ...er, event.target.x and event.target.y, sorry.

 - Original Message -
 From: JesterXL [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 1:32 PM
 Subject: Re: [flexcoders] getting coordinates of dropped item


 function dragDropHandler(event)
 {
 trace(event.target.mouseX);
 trace(event.target.mouseY);
 }

 - Original Message -
 From: Douglas Knudsen [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 1:14 PM
 Subject: [flexcoders] getting coordinates of dropped item


 Ok, I'm using the DragManager on a List via dragEnabled=true.  How
 to get the coordinates of the dragproxy when its dropped?  Possible?


 --
 Douglas Knudsen
 http://www.cubicleman.com
 this is my signature, like it?



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








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








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









--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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





Re: [flexcoders] getting coordinates of dropped item

2005-11-28 Thread JesterXL
This coffee blows.  *ahem*

Naw, see my original email, the mouseX and mouseY.  Although you can find 
the dragProxy on _root somewhere, in reality, you drop it where your x and 
y mouse are, thus the X and Y mouse of the target are where you dropped it.

Sorry again.

- Original Message - 
From: Douglas Knudsen [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, November 28, 2005 1:43 PM
Subject: Re: [flexcoders] getting coordinates of dropped item


event.target points to the object being dropped on though, eh?  Not
the object being dragged about.  I need the coords of the object being
dragged about.

DK

On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
 ...er, event.target.x and event.target.y, sorry.

 - Original Message -
 From: JesterXL [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 1:32 PM
 Subject: Re: [flexcoders] getting coordinates of dropped item


 function dragDropHandler(event)
 {
 trace(event.target.mouseX);
 trace(event.target.mouseY);
 }

 - Original Message -
 From: Douglas Knudsen [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 1:14 PM
 Subject: [flexcoders] getting coordinates of dropped item


 Ok, I'm using the DragManager on a List via dragEnabled=true.  How
 to get the coordinates of the dragproxy when its dropped?  Possible?


 --
 Douglas Knudsen
 http://www.cubicleman.com
 this is my signature, like it?



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








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








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









--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?



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








 Yahoo! Groups Sponsor ~-- 
AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/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

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

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

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





Re: [flexcoders] getting coordinates of dropped item

2005-11-28 Thread JesterXL
Ugh.  Even 1 more thing to keep in mind; the mouseX and mouseY of where you 
dropped it are relative to the target you dropped it on.  So, if you dropped 
it on my_canvas at 10, 10; if the canvas itself is at x=10, and y=10, then 
in reality, you dropped it at Application.x=20, Application.y=20.

This is where localToGlobal comes into play.

- Original Message - 
From: JesterXL [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, November 28, 2005 2:01 PM
Subject: Re: [flexcoders] getting coordinates of dropped item


This coffee blows.  *ahem*

Naw, see my original email, the mouseX and mouseY.  Although you can find
the dragProxy on _root somewhere, in reality, you drop it where your x and
y mouse are, thus the X and Y mouse of the target are where you dropped it.

Sorry again.

- Original Message - 
From: Douglas Knudsen [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, November 28, 2005 1:43 PM
Subject: Re: [flexcoders] getting coordinates of dropped item


event.target points to the object being dropped on though, eh?  Not
the object being dragged about.  I need the coords of the object being
dragged about.

DK

On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
 ...er, event.target.x and event.target.y, sorry.

 - Original Message -
 From: JesterXL [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 1:32 PM
 Subject: Re: [flexcoders] getting coordinates of dropped item


 function dragDropHandler(event)
 {
 trace(event.target.mouseX);
 trace(event.target.mouseY);
 }

 - Original Message -
 From: Douglas Knudsen [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 1:14 PM
 Subject: [flexcoders] getting coordinates of dropped item


 Ok, I'm using the DragManager on a List via dragEnabled=true.  How
 to get the coordinates of the dragproxy when its dropped?  Possible?


 --
 Douglas Knudsen
 http://www.cubicleman.com
 this is my signature, like it?



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








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








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









--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?



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








 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/u8TY5A/tzNLAA/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

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

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

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





Re: [flexcoders] getting coordinates of dropped item

2005-11-28 Thread JesterXL
...last one, I swear.  Finally, the last piece of numbers is your ORIGINAL 
offset that you passed to DragManager.doDrag; that, too, will affect the 
mouseX and mouseY real cooridinates.

- Original Message - 
From: JesterXL [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, November 28, 2005 2:05 PM
Subject: Re: [flexcoders] getting coordinates of dropped item


Ugh.  Even 1 more thing to keep in mind; the mouseX and mouseY of where you
dropped it are relative to the target you dropped it on.  So, if you dropped
it on my_canvas at 10, 10; if the canvas itself is at x=10, and y=10, then
in reality, you dropped it at Application.x=20, Application.y=20.

This is where localToGlobal comes into play.

- Original Message - 
From: JesterXL [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, November 28, 2005 2:01 PM
Subject: Re: [flexcoders] getting coordinates of dropped item


This coffee blows.  *ahem*

Naw, see my original email, the mouseX and mouseY.  Although you can find
the dragProxy on _root somewhere, in reality, you drop it where your x and
y mouse are, thus the X and Y mouse of the target are where you dropped it.

Sorry again.

- Original Message - 
From: Douglas Knudsen [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, November 28, 2005 1:43 PM
Subject: Re: [flexcoders] getting coordinates of dropped item


event.target points to the object being dropped on though, eh?  Not
the object being dragged about.  I need the coords of the object being
dragged about.

DK

On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
 ...er, event.target.x and event.target.y, sorry.

 - Original Message -
 From: JesterXL [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 1:32 PM
 Subject: Re: [flexcoders] getting coordinates of dropped item


 function dragDropHandler(event)
 {
 trace(event.target.mouseX);
 trace(event.target.mouseY);
 }

 - Original Message -
 From: Douglas Knudsen [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 1:14 PM
 Subject: [flexcoders] getting coordinates of dropped item


 Ok, I'm using the DragManager on a List via dragEnabled=true.  How
 to get the coordinates of the dragproxy when its dropped?  Possible?


 --
 Douglas Knudsen
 http://www.cubicleman.com
 this is my signature, like it?



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








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








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









--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?



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









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









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








 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] getting coordinates of dropped item

2005-11-28 Thread Douglas Knudsen
np d00d, its the nasty Atlanta weaterh, eh?  IIRC, you are in ATL as well as I.

Ok, yeah the mouseX/Y will give coords 'near' to the item you drop,
but the mouse is never on the corner, but rather near the middle and
not consistently in one spot.

DK

On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
 This coffee blows.  *ahem*

 Naw, see my original email, the mouseX and mouseY.  Although you can find
 the dragProxy on _root somewhere, in reality, you drop it where your x and
 y mouse are, thus the X and Y mouse of the target are where you dropped it.

 Sorry again.

 - Original Message -
 From: Douglas Knudsen [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 1:43 PM
 Subject: Re: [flexcoders] getting coordinates of dropped item


 event.target points to the object being dropped on though, eh?  Not
 the object being dragged about.  I need the coords of the object being
 dragged about.

 DK

 On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
  ...er, event.target.x and event.target.y, sorry.
 
  - Original Message -
  From: JesterXL [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Monday, November 28, 2005 1:32 PM
  Subject: Re: [flexcoders] getting coordinates of dropped item
 
 
  function dragDropHandler(event)
  {
  trace(event.target.mouseX);
  trace(event.target.mouseY);
  }
 
  - Original Message -
  From: Douglas Knudsen [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Monday, November 28, 2005 1:14 PM
  Subject: [flexcoders] getting coordinates of dropped item
 
 
  Ok, I'm using the DragManager on a List via dragEnabled=true.  How
  to get the coordinates of the dragproxy when its dropped?  Possible?
 
 
  --
  Douglas Knudsen
  http://www.cubicleman.com
  this is my signature, like it?
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 


 --
 Douglas Knudsen
 http://www.cubicleman.com
 this is my signature, like it?



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










--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] getting coordinates of dropped item

2005-11-28 Thread Douglas Knudsen
hmmm, I am not using DragManager.doDrag(), I just have dragEnabled set
to true and going the automagik route.  I was messing with doing the
manual approach, but things were all mucked up...another thread for
that one.

DK

On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
 ...last one, I swear.  Finally, the last piece of numbers is your ORIGINAL
 offset that you passed to DragManager.doDrag; that, too, will affect the
 mouseX and mouseY real cooridinates.

 - Original Message -
 From: JesterXL [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 2:05 PM
 Subject: Re: [flexcoders] getting coordinates of dropped item


 Ugh.  Even 1 more thing to keep in mind; the mouseX and mouseY of where you
 dropped it are relative to the target you dropped it on.  So, if you dropped
 it on my_canvas at 10, 10; if the canvas itself is at x=10, and y=10, then
 in reality, you dropped it at Application.x=20, Application.y=20.

 This is where localToGlobal comes into play.

 - Original Message -
 From: JesterXL [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 2:01 PM
 Subject: Re: [flexcoders] getting coordinates of dropped item


 This coffee blows.  *ahem*

 Naw, see my original email, the mouseX and mouseY.  Although you can find
 the dragProxy on _root somewhere, in reality, you drop it where your x and
 y mouse are, thus the X and Y mouse of the target are where you dropped it.

 Sorry again.

 - Original Message -
 From: Douglas Knudsen [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 1:43 PM
 Subject: Re: [flexcoders] getting coordinates of dropped item


 event.target points to the object being dropped on though, eh?  Not
 the object being dragged about.  I need the coords of the object being
 dragged about.

 DK

 On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
  ...er, event.target.x and event.target.y, sorry.
 
  - Original Message -
  From: JesterXL [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Monday, November 28, 2005 1:32 PM
  Subject: Re: [flexcoders] getting coordinates of dropped item
 
 
  function dragDropHandler(event)
  {
  trace(event.target.mouseX);
  trace(event.target.mouseY);
  }
 
  - Original Message -
  From: Douglas Knudsen [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Monday, November 28, 2005 1:14 PM
  Subject: [flexcoders] getting coordinates of dropped item
 
 
  Ok, I'm using the DragManager on a List via dragEnabled=true.  How
  to get the coordinates of the dragproxy when its dropped?  Possible?
 
 
  --
  Douglas Knudsen
  http://www.cubicleman.com
  this is my signature, like it?
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 


 --
 Douglas Knudsen
 http://www.cubicleman.com
 this is my signature, like it?



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









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









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









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









--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

* 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 

Re: [flexcoders] getting coordinates of dropped item

2005-11-28 Thread JesterXL
Well, the #'s I've shown below work well in another app I made.  However, if 
you don't want to do all the math, you can be an uber haxnor, and use this:

var dragProxy = DragManager[_dragProxy];

He'll be alive for about 200 milliseconds after you drop I think.  He's of 
base type mx.core.View.

- Original Message - 
From: Douglas Knudsen [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, November 28, 2005 2:19 PM
Subject: Re: [flexcoders] getting coordinates of dropped item


hmmm, I am not using DragManager.doDrag(), I just have dragEnabled set
to true and going the automagik route.  I was messing with doing the
manual approach, but things were all mucked up...another thread for
that one.

DK

On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
 ...last one, I swear.  Finally, the last piece of numbers is your ORIGINAL
 offset that you passed to DragManager.doDrag; that, too, will affect the
 mouseX and mouseY real cooridinates.

 - Original Message -
 From: JesterXL [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 2:05 PM
 Subject: Re: [flexcoders] getting coordinates of dropped item


 Ugh.  Even 1 more thing to keep in mind; the mouseX and mouseY of where 
 you
 dropped it are relative to the target you dropped it on.  So, if you 
 dropped
 it on my_canvas at 10, 10; if the canvas itself is at x=10, and y=10, 
 then
 in reality, you dropped it at Application.x=20, Application.y=20.

 This is where localToGlobal comes into play.

 - Original Message -
 From: JesterXL [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 2:01 PM
 Subject: Re: [flexcoders] getting coordinates of dropped item


 This coffee blows.  *ahem*

 Naw, see my original email, the mouseX and mouseY.  Although you can find
 the dragProxy on _root somewhere, in reality, you drop it where your x 
 and
 y mouse are, thus the X and Y mouse of the target are where you dropped 
 it.

 Sorry again.

 - Original Message -
 From: Douglas Knudsen [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 1:43 PM
 Subject: Re: [flexcoders] getting coordinates of dropped item


 event.target points to the object being dropped on though, eh?  Not
 the object being dragged about.  I need the coords of the object being
 dragged about.

 DK

 On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
  ...er, event.target.x and event.target.y, sorry.
 
  - Original Message -
  From: JesterXL [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Monday, November 28, 2005 1:32 PM
  Subject: Re: [flexcoders] getting coordinates of dropped item
 
 
  function dragDropHandler(event)
  {
  trace(event.target.mouseX);
  trace(event.target.mouseY);
  }
 
  - Original Message -
  From: Douglas Knudsen [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Monday, November 28, 2005 1:14 PM
  Subject: [flexcoders] getting coordinates of dropped item
 
 
  Ok, I'm using the DragManager on a List via dragEnabled=true.  How
  to get the coordinates of the dragproxy when its dropped?  Possible?
 
 
  --
  Douglas Knudsen
  http://www.cubicleman.com
  this is my signature, like it?
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 


 --
 Douglas Knudsen
 http://www.cubicleman.com
 this is my signature, like it?



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









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









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









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









--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?



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

[flexcoders] Re: Date objects in TreeDataProvider

2005-11-28 Thread ninjascience
The labels aren't the problem.  I don't want the third level (the Date
objects) at all.  

The way I handled the issue of labels was to create a get label()
function that returns the name field from each VO (since they have
different variable names for their 'label' fields).

See my previous post to see how I got the date objects to not show up
at all.

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

 tree needs data like following  so try using the same VO throughout
the nodes

   +label 
  - label
 - label

   i suggest you create single VO that includes all the attributes of
CategoryVO and ItemVO like this
 label:String - name and title are same
   id:Number
   arItems:Array
   start:Date

   if you chaneg label to any other string then the labelField
property of tree should be set .


   this id becoz you can assign only one labelField for a tree if you
give different labelFields then it will behave like this 
 
 ninjascience [EMAIL PROTECTED] wrote:
   Follow up:
 
 I tried makig the Date field private in my value object.  It still
 shows up as a tree node, and an alert call that references it still
 shows the data!  So much for privacy!
 
 --- In flexcoders@yahoogroups.com, ninjascience [EMAIL PROTECTED] wrote:
 
  m using an array of ValueObjects that contain arrays of ValueObjects
  as a DataProvider for a tree component.  Everything was working just
  fine until I added a Date field to one of my Value objects.  Now the
  tree thinks that they should be nodes on the tree.
  
  My VOs are like this
  
  CategoryVO
   title:String
   id:Number
   arItems:Array
  
  ItemVO
   name:String
   id:Number
   start:Date
  
  I want my tree to look like this
  
  +SomeCategory
  ++Item A
  ++Item B
  +OtherCategory
  ++Item C
  ++Item D
  
  but it looks like this...
  +SomeCategory
  ++Item A
  +++[object Object], 1, , Fri Nov 4 00:00:00 GMT-0800 2005, null
  ++Item B
  +++[object Object], 1, , Fri Nov 4 00:00:00 GMT-0800 2005, null
  +OtherCategory
  ++Item C
  +++[object Object], 1, , Fri Nov 4 00:00:00 GMT-0800 2005, null
  ++Item D
  +++[object Object], 1, , Fri Nov 4 00:00:00 GMT-0800 2005, null
  
  Is there anyway to specifiy which objects get included as tree nodes
  and which dont?  I want to add a third level of composition within
  each Item node.
  thanks,
  --
  Ryan P. Miller
 
 
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 
 
 
 -
   YAHOO! GROUPS LINKS 
 
 
 Visit your group flexcoders on the web.
 
 To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service. 
 
 
 -
   
 
   
 
 
   
 -
  Yahoo! Music Unlimited - Access over 1 million songs. Try it free.







 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




[flexcoders] Re: Adding node

2005-11-28 Thread Renaun Erickson
http://livedocs.macromedia.com/flex/15/asdocs_en/

Use addTreeNode or addTreeNodeAt.

Renaun

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

 I need to add programmatically a node in a Tree.  That node has to be 
 inserted at the end of my Tree.  The Tree is populated dynamically.
 
 How to add my node programmatically at the end of my Tree?
 
 Thanks







 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/u8TY5A/tzNLAA/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

* 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] Adding one or more property in a node of a tree

2005-11-28 Thread Ghislain Simard
HOw to add programmatically a property in a node of a Tree once the 
addTreeNode has been invoke to create that node?

I want to add this new node with wll those properties:
node label=abc screen=cde color=blue/
Thanks







 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

* 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] setFocus() problem.

2005-11-28 Thread Doodi, Hari - BLS CTR










Hi all,

 I
am having problems with setFocus( ) function. What I am doing is 
I have a textInput control with id name tobdetail_ti and in the .as file I am
calling the following line of code so that if user press tab the cursor should
be in this field. Focus is transferred as desired but the problem is it highlight
the entire existing text. I dont want this. I want the cursor should be
place at the end of the text. 



this.tobdetail_ti.setFocus();



Thanks! 
Hari












--
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] setFocus() problem.

2005-11-28 Thread JesterXL





Try:
this.tobdetail_ti.setFocus();
var len:Number = 
this.tobdetail_ti.text.length;
Selection.setSelection(len, 
len);

- Original Message - 
From: Doodi, Hari - BLS 
CTR 
To: flexcoders@yahoogroups.com 
Sent: Monday, November 28, 2005 3:33 PM
Subject: [flexcoders] setFocus() problem.


Hi all,
 
I am having problems with setFocus( ) function. What I am doing is – I 
have a textInput control with id name tobdetail_ti and in the .as file I am 
calling the following line of code so that if user press tab the cursor should 
be in this field. Focus is transferred as desired but the problem is it 
highlight the entire existing text. I don’t want this. I want the cursor should 
be place at the end of the text. 

this.tobdetail_ti.setFocus();

Thanks! 
Hari 






--
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] TextInput control

2005-11-28 Thread Doodi, Hari - BLS CTR










Hi,

 Can
some one suggest me which event is the best event to handle a situation like -
user changes the content of textinput and tabs out of it ? I tried change
event and found that this event is firing for each change, meaning for every
key board press while entering text in it. I dont want this. What I am
looking for is an event which fires only one time when user changes existing
content and tabs out.



Thanks! 
Hari












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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] setFocus() problem.

2005-11-28 Thread Doodi, Hari - BLS CTR











Thank you very much for the input.

Is it a bug or what- why setFocus
highlights the content of text input?





Thanks! 
Hari 



-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of JesterXL
Sent: Monday, November 28, 2005
3:42 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] setFocus()
problem.





Try:





this.tobdetail_ti.setFocus();





var len:Number =
this.tobdetail_ti.text.length;





Selection.setSelection(len, len);











- Original Message - 



From: Doodi, Hari - BLS CTR 





To: flexcoders@yahoogroups.com






Sent: Monday, November 28, 2005 3:33 PM





Subject: [flexcoders] setFocus() problem.











Hi all,


I am having problems with setFocus( ) function. What I am doing is
 I have a textInput control with id name tobdetail_ti and in the .as
file I am calling the following line of code so that if user press tab the
cursor should be in this field. Focus is transferred as desired but the problem
is it highlight the entire existing text. I dont want this. I want the
cursor should be place at the end of the text. 



this.tobdetail_ti.setFocus();



Thanks! 
Hari












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





  




  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] setFocus() problem.

2005-11-28 Thread JesterXL





It's not a bug, it's how it works. Here is 
the source code that makes it do it:

TextField.prototype.setFocus = 
function(){Selection.setFocus(this);}

TextField.prototype.>{if (this.tabEnabled != 
false){if 
(this.getFocusManager().bDrawFocus)this.drawFocus(true);}}

I can't find drawFocus, but I bet it does 
this:

Selection.setSelection(0, 
theText.lenght);'



- Original Message - 
From: Doodi, Hari - BLS 
CTR 
To: flexcoders@yahoogroups.com 
Sent: Monday, November 28, 2005 3:45 PM
Subject: RE: [flexcoders] setFocus() problem.


Thank you very much for 
the input.
Is it a bug or what- 
why setFocus highlights the content of text input?


Thanks! Hari 
-Original 
Message-From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf 
Of JesterXLSent: 
Monday, November 28, 2005 3:42 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] setFocus() 
problem.


Try:

this.tobdetail_ti.setFocus();

var len:Number = 
this.tobdetail_ti.text.length;

Selection.setSelection(len, 
len);



- Original Message - 


From: Doodi, Hari - BLS CTR 


To: flexcoders@yahoogroups.com 


Sent: Monday, November 28, 2005 3:33 
PM

Subject: [flexcoders] setFocus() 
problem.


Hi all,
 
I am having problems with setFocus( ) function. What I am doing is – I 
have a textInput control with id name tobdetail_ti and in the .as file I am 
calling the following line of code so that if user press tab the cursor should 
be in this field. Focus is transferred as desired but the problem is it 
highlight the entire existing text. I don’t want this. I want the cursor should 
be place at the end of the text. 

this.tobdetail_ti.setFocus();

Thanks! 
Hari 







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





  




  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] TextInput control

2005-11-28 Thread Doodi, Hari - BLS CTR











If I use focus  this event fire
irrespective of whether content is modified or not. I dont want this to
happen. I want an event which should fire up only if content changed and tab
out.





Thanks! 
Hari 



-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of JesterXL
Sent: Monday, November 28, 2005
3:49 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
TextInput control





focusOut











- Original Message - 



From: Doodi, Hari - BLS CTR 





To: flexcoders@yahoogroups.com






Sent: Monday, November 28, 2005 3:42 PM





Subject: [flexcoders] TextInput control











Hi,


Can some one suggest me which event is the best event to handle a situation
like - user changes the content of textinput and tabs out of it ? I
tried change event and found that this event is firing for each
change, meaning for every key board press while entering text in it. I
dont want this. What I am looking for is an event which fires only one
time when user changes existing content and tabs out.



Thanks! 
Hari












--
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] TextInput control

2005-11-28 Thread JesterXL





There is no such event. You'll need to create 
your own dirtyFlag that gets set to true when the change occurs, and have 
focusOut inspect if the dirtyFlag is true, and if so, fire your new "changed and 
focus out" event.

- Original Message - 
From: Doodi, Hari - BLS 
CTR 
To: flexcoders@yahoogroups.com 
Sent: Monday, November 28, 2005 3:54 PM
Subject: RE: [flexcoders] TextInput control


If I use focus – this 
event fire irrespective of whether content is modified or not. I don’t want this 
to happen. I want an event which should fire up only if content changed and tab 
out.


Thanks! Hari 
-Original 
Message-From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf 
Of JesterXLSent: 
Monday, November 28, 2005 3:49 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] TextInput 
control


focusOut



- Original Message - 


From: Doodi, Hari - BLS CTR 


To: flexcoders@yahoogroups.com 


Sent: Monday, November 28, 2005 3:42 
PM

Subject: [flexcoders] TextInput 
control


Hi,
 
Can some one suggest me which event is the best event to handle a situation like 
- user changes the content of textinput and tabs out of it ? I tried 
“change” event and found that this event is firing for each change, meaning for 
every key board press while entering text in it. I don’t want this. What I am 
looking for is an event which fires only one time when user changes existing 
content and tabs out.

Thanks! 
Hari 







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Mykola Paliyenko



Hi Aldo

Mmh, It's all about taking the better road...Let's start with a premise: Flex 1.5 CAN be used to develop mission
critical applications ( evidence suggests this ). As can all of theframeworks you suggested.

Very good news I'd like you to be right. Actually everything is possible the only difference is a price you pay to make things work in a proper way.

Second, I would say that Flex has the following differentiatingfeatures in favor. See which apply to you:
- Development will be faster

I would not say so since it is very easy to find people familiar with Java MVC frameworks and also there are much better books in this area. Also you will 100% need lots of wokrarounds and facilities in Flex such as unittesting, i18n error handling, authentication that are already implemented in Java samples


- Will force you to create a well defined services layer. You canevolve the presentation layer later


I used to do this way so it is not a pros its just a reasonable thing.
- You will gain RIA expertise that can be ported to Flex2 later ( orXAML or other eventually )


Agreed
- The final user will be positively impressed ( assuming you do a good work )

Agreed but may have performance bugs :(
- You will have many new tricks which will eventually give you morechoices around use cases


Agreed again
- One more tech under your belt

Not a good argument from the point of business but let it be :). Actually technology is only an instrument and any technology can be easyli learned if you know concepts and the problems it solved. For me Flex was very easy since I knew _javascript_ verywelland lots of MVC Web frameworks, I believe the same with Laszlo.

Then, write down the flaws ( or negative features ) which you alreadyidentified. Repeat the process for every other tech, then match by
subject and fill in a comparison matrix. Try to quantify them.I have found that taking a cold minded economist's perspectivesometimes comes in handy. Specially when there are feelings involved.Getting someone else in the decision process might help, and keeping
track of it is always a good way to CYA.It's all about choices, not perfect solutions, isn't it.

YeahI alsowant our choice to be motivated from economist's perspective, that is why I've opened this thread. Notto say that RIA sucks, but to ask guys that have much more experience in it about does it economically motivated to build application on top of Flex or it is still academic technology as its examples are. 


I strongly believe that in some time RIAs will change our vision of internet and it is the future. Cross-browser virtual machine together with good API and enhanced user experience will be that features that will help to do it, just like Java changed our way of programming serverside applications. 

WBR, Mykola 






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





  




  
  
  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] TextInput control

2005-11-28 Thread Jignesh Dodiya



You can club both events as Change event AND focusOut event.

i m not sure...let me know if it works..
On 11/29/05, Doodi, Hari - BLS CTR [EMAIL PROTECTED] wrote:


If I use focus – this event fire irrespective of whether content is modified or not. I don't want this to happen. I want an event which should fire up only if content changed and tab out.



Thanks! 
Hari 

-Original Message-From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of JesterXLSent: Monday, November 28, 2005 3:49 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] TextInput control


focusOut



- Original Message - 

From:
 Doodi, Hari - BLS CTR 

To: 
flexcoders@yahoogroups.com 

Sent: Monday, November 28, 2005 3:42 PM


Subject: [flexcoders] TextInput control



Hi,
 Can some one suggest me which event is the best event to handle a situation like - user changes the content of textinput and tabs out of it ? I tried "change" event and found that this event is firing for each change, meaning for every key board press while entering text in it. I don't want this. What I am looking for is an event which fires only one time when user changes existing content and tabs out.


Thanks! Hari 

--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 

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




-- jignesh dodiya 






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





  




  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] TextInput control

2005-11-28 Thread Doodi, Hari - BLS CTR











I totally agree with you and infact I am
planning to do so. But my concern is If I have some code, like assigning value
to dirtyFlag, in change event then that code will be executed several times 
if I am enter a text of 150 char then that assignment code will be executed 150
time. Which is a over load on system. Dont you agree with me???





Thanks! 
Hari 



-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of JesterXL
Sent: Monday, November 28, 2005
4:09 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
TextInput control





There is no such event. You'll
need to create your own dirtyFlag that gets set to true when the change occurs,
and have focusOut inspect if the dirtyFlag is true, and if so, fire your new
changed and focus out event.











- Original Message - 



From: Doodi, Hari - BLS CTR 





To: flexcoders@yahoogroups.com






Sent: Monday, November 28, 2005 3:54 PM





Subject: RE: [flexcoders] TextInput control











If I use focus 
this event fire irrespective of whether content is modified or not. I
dont want this to happen. I want an event which should fire up only if
content changed and tab out.





Thanks! 
Hari 



-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of JesterXL
Sent: Monday, November 28, 2005
3:49 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
TextInput control





focusOut











- Original Message - 



From: Doodi, Hari - BLS
CTR 





To: flexcoders@yahoogroups.com






Sent: Monday, November 28, 2005 3:42 PM





Subject: [flexcoders] TextInput control











Hi,


Can some one suggest me which event is the best event to handle a situation
like - user changes the content of textinput and tabs out of it ? I
tried change event and found that this event is firing for each
change, meaning for every key board press while entering text in it. I
dont want this. What I am looking for is an event which fires only one
time when user changes existing content and tabs out.



Thanks! 
Hari














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





  




  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] TextInput control

2005-11-28 Thread JesterXL





No, because it only fires if the focusOut event 
fires. Check it:

function initComponent()
{
 my_ti.addEventListener("change", 
this);
 
my_ti.addEventListener("focusOut", this);
 textDirty = false;
}

function change()
{
 textDirty = true;
}

function focusOut()
{
 if(textDirty)
 {
  textDirty = 
false;
  
dispatchEvent({type: "changeAndFocusOut", target: this});
 }
}


- Original Message - 
From: Doodi, Hari - BLS 
CTR 
To: flexcoders@yahoogroups.com 
Sent: Monday, November 28, 2005 4:13 PM
Subject: RE: [flexcoders] TextInput control


I totally agree with 
you and infact I am planning to do so. But my concern is If I have some 
code, like assigning value to dirtyFlag, in change event then that code will be 
executed several times – if I am enter a text of 150 char then that assignment 
code will be executed 150 time. Which is a over load on system. Don’t you agree 
with me???


Thanks! Hari 
-Original 
Message-From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: Monday, November 28, 2005 4:09 
PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] TextInput 
control


There is no such event. You'll 
need to create your own dirtyFlag that gets set to true when the change occurs, 
and have focusOut inspect if the dirtyFlag is true, and if so, fire your new 
"changed and focus out" event.



- Original Message - 


From: Doodi, Hari - BLS CTR 


To: flexcoders@yahoogroups.com 


Sent: Monday, November 28, 2005 3:54 
PM

Subject: RE: [flexcoders] TextInput 
control


If I use 
focus – this event fire irrespective of whether content is modified or not. I 
don’t want this to happen. I want an event which should fire up only if content 
changed and tab out.


Thanks! Hari 
-Original 
Message-From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf 
Of JesterXLSent: 
Monday, November 28, 2005 3:49 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] TextInput 
control


focusOut



- Original Message - 


From: Doodi, Hari - BLS CTR 


To: flexcoders@yahoogroups.com 


Sent: Monday, November 28, 2005 3:42 
PM

Subject: [flexcoders] TextInput 
control


Hi,
 
Can some one suggest me which event is the best event to handle a situation like 
- user changes the content of textinput and tabs out of it ? I tried 
“change” event and found that this event is firing for each change, meaning for 
every key board press while entering text in it. I don’t want this. What I am 
looking for is an event which fires only one time when user changes existing 
content and tabs out.

Thanks! 
Hari 








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Mykola Paliyenko





On a slightly different topic, the Core J2EE patterns— the book with the Sun logo splashed all over its cover— **mostly** documents "patterns" (used extremely loosely because I content that the only real patterns were those introduced by the classic GoF book) that were often fixes or work-arounds for missing functionality in the J2EE spec and/or container design flaws. This isn't meant to belittle the engineers that worked on the related J2EE specs, but merely that you have to start somewhere and there were gaps along the way— the core J2EE patterns helped plug the proverbial holes.


Nothing to add. That is exactly what I think based on my experience. Spring, new persistency APIsand MVC frameworks has removed need of the Core J2EE patterns however I know lots of application were build on top of them. Without them EJB would goout of usagemuch earlier. So statement Cairngorm is based on the Core J2EE patterns does not impress me but rather make me think thatthere should exist some more lightweight approach:). However any approach is better than no approach at all.
WBR, Mykola 






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





  




  
  
  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] Alert message fully displaying

2005-11-28 Thread Jignesh Dodiya



I am not able to display the Alert message fully.i.e. it is displaying only first few words in the message.Total message is not displayed.

Morething, whats the method for converting cursor to hand cursor on howering on buttons in alert window?
-- jignesh dodiya 






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: yahoo maps

2005-11-28 Thread Jeremy Tooley






Has anyone been using yahoo maps with flex 2.0.
And is so are there any examples.

Jeremy

Doodi, Hari - BLS CTR wrote:

  
  
  
  
  I totally
agree with you and infact I am
planning to do so. But my concern is If I have some code, like
assigning value
to dirtyFlag, in change event then that code will be executed several
times 
if I am enter a text of 150 char then that assignment code will be
executed 150
time. Which is a over load on system. Dont you agree with me???
  
  
  Thanks! 
  Hari 
  
  -Original
Message-
  From:
flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On
Behalf
Of JesterXL
  Sent: Monday, November
28, 2005
4:09 PM
  To:
flexcoders@yahoogroups.com
  Subject: Re:
[flexcoders]
TextInput control
  
  
  There is
no such event. You'll
need to create your own dirtyFlag that gets set to true when the change
occurs,
and have focusOut inspect if the dirtyFlag is true, and if so, fire
your new
"changed and focus out" event.
  
  
  
  
  
  -
Original Message - 
  
  From: Doodi,
Hari - BLS CTR 
  
  
  To: flexcoders@yahoogroups.com
  
  
  
  Sent: Monday, November 28,
2005 3:54 PM
  
  
  Subject: RE: [flexcoders]
TextInput control
  
  
  
  
  
  If I use
focus 
this event fire irrespective of whether content is modified or not. I
dont want this to happen. I want an event which should fire up only if
content changed and tab out.
  
  
  Thanks! 
  Hari 
  
  -Original
Message-
  From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On
Behalf
Of JesterXL
  Sent: Monday, November
28, 2005
3:49 PM
  To:
flexcoders@yahoogroups.com
  Subject: Re:
[flexcoders]
TextInput control
  
  
  focusOut
  
  
  
  
  
  -
Original Message - 
  
  From: Doodi,
Hari - BLS
CTR 
  
  
  To: flexcoders@yahoogroups.com
  
  
  
  Sent: Monday, November 28,
2005 3:42 PM
  
  
  Subject: [flexcoders] TextInput
control
  
  
  
  
  
  Hi,
  
Can some one suggest me which event is the best event to handle a
situation
like - user changes the content of textinput and tabs out of it ? I
tried change event and found that this event is firing for each
change, meaning for every key board press while entering text in it. I
dont want this. What I am looking for is an event which fires only one
time when user changes existing content and tabs out.
  
  Thanks!
  
  Hari
  
  
  
  

  

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.8/184 - Release Date: 11/27/2005
  
  
  








--
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] TextInput control

2005-11-28 Thread Doodi, Hari - BLS CTR











Thank you very much. I will try to
implement.





Thanks! 
Hari 



-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of JesterXL
Sent: Monday, November 28, 2005
4:18 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
TextInput control





No, because it only fires if the
focusOut event fires. Check it:











function initComponent()





{






my_ti.addEventListener(change, this);






my_ti.addEventListener(focusOut, this);





 textDirty =
false;





}











function change()





{





 textDirty = true;





}











function focusOut()





{





 if(textDirty)





 {






 textDirty = false;






 dispatchEvent({type: changeAndFocusOut, target:
this});





 }





}

















- Original Message - 



From: Doodi, Hari - BLS CTR 





To: flexcoders@yahoogroups.com






Sent: Monday, November 28, 2005 4:13 PM





Subject: RE: [flexcoders] TextInput control











I totally agree with you
and infact I am planning to do so. But my concern is If I have some code,
like assigning value to dirtyFlag, in change event then that code will be executed
several times  if I am enter a text of 150 char then that assignment
code will be executed 150 time. Which is a over load on system. Dont you
agree with me???





Thanks! 
Hari 



-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of JesterXL
Sent: Monday, November 28, 2005
4:09 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
TextInput control





There is no such event. You'll
need to create your own dirtyFlag that gets set to true when the change occurs,
and have focusOut inspect if the dirtyFlag is true, and if so, fire your new
changed and focus out event.











- Original Message - 



From: Doodi, Hari - BLS
CTR 





To: flexcoders@yahoogroups.com






Sent: Monday, November 28, 2005 3:54 PM





Subject: RE: [flexcoders] TextInput control











If I use
focus  this event fire irrespective of whether content is modified or
not. I dont want this to happen. I want an event which should fire up
only if content changed and tab out.





Thanks! 
Hari 



-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of JesterXL
Sent: Monday, November 28, 2005
3:49 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
TextInput control





focusOut











- Original Message - 



From: Doodi, Hari - BLS
CTR 





To: flexcoders@yahoogroups.com






Sent: Monday, November 28, 2005 3:42 PM





Subject: [flexcoders] TextInput control











Hi,


Can some one suggest me which event is the best event to handle a situation
like - user changes the content of textinput and tabs out of it ? I
tried change event and found that this event is firing for each
change, meaning for every key board press while entering text in it. I
dont want this. What I am looking for is an event which fires only one
time when user changes existing content and tabs out.



Thanks! 
Hari
















--
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 delete a accordion child when the root is Accordion?

2005-11-28 Thread Ghislain Simard
How to delete a stack in an accordion when the root tag is Accordion?

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

mx:Script
![CDATA[

function deleteStack():Void{
.destroyChildAt(1);
}

]]
/mx:Script

mx:Accordion id=myAccordion
  mx:Form id=menu1ID label=menu1 
  /mx:Form
  mx:Form id=menu2ID label=menu2 
  /mx:Form
  mx:Form id=menu3ID label=menu3 
  /mx:Form
 /mx:Accordion
 mx:Button id=mybutton click=deleteStack()/
 
/mx:Application





 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] getting coordinates of dropped item

2005-11-28 Thread Douglas Knudsen
oh I feel so uber kewlorz now...thanks Jesse.  I don't usually like to
use undoced 'features', but I'm going to have to give in this time. 
Using the automagic dragmanager, can't seem to get what I need.  Had I
used dragmanager.doDrag() manually, I could have set the offsets and
gotten it that way, but that was proving to be another issue and
battle for another day.

DK

On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
 Well, the #'s I've shown below work well in another app I made.  However, if
 you don't want to do all the math, you can be an uber haxnor, and use this:

 var dragProxy = DragManager[_dragProxy];

 He'll be alive for about 200 milliseconds after you drop I think.  He's of
 base type mx.core.View.

 - Original Message -
 From: Douglas Knudsen [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, November 28, 2005 2:19 PM
 Subject: Re: [flexcoders] getting coordinates of dropped item


 hmmm, I am not using DragManager.doDrag(), I just have dragEnabled set
 to true and going the automagik route.  I was messing with doing the
 manual approach, but things were all mucked up...another thread for
 that one.

 DK

 On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
  ...last one, I swear.  Finally, the last piece of numbers is your ORIGINAL
  offset that you passed to DragManager.doDrag; that, too, will affect the
  mouseX and mouseY real cooridinates.
 
  - Original Message -
  From: JesterXL [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Monday, November 28, 2005 2:05 PM
  Subject: Re: [flexcoders] getting coordinates of dropped item
 
 
  Ugh.  Even 1 more thing to keep in mind; the mouseX and mouseY of where
  you
  dropped it are relative to the target you dropped it on.  So, if you
  dropped
  it on my_canvas at 10, 10; if the canvas itself is at x=10, and y=10,
  then
  in reality, you dropped it at Application.x=20, Application.y=20.
 
  This is where localToGlobal comes into play.
 
  - Original Message -
  From: JesterXL [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Monday, November 28, 2005 2:01 PM
  Subject: Re: [flexcoders] getting coordinates of dropped item
 
 
  This coffee blows.  *ahem*
 
  Naw, see my original email, the mouseX and mouseY.  Although you can find
  the dragProxy on _root somewhere, in reality, you drop it where your x
  and
  y mouse are, thus the X and Y mouse of the target are where you dropped
  it.
 
  Sorry again.
 
  - Original Message -
  From: Douglas Knudsen [EMAIL PROTECTED]
  To: flexcoders@yahoogroups.com
  Sent: Monday, November 28, 2005 1:43 PM
  Subject: Re: [flexcoders] getting coordinates of dropped item
 
 
  event.target points to the object being dropped on though, eh?  Not
  the object being dragged about.  I need the coords of the object being
  dragged about.
 
  DK
 
  On 11/28/05, JesterXL [EMAIL PROTECTED] wrote:
   ...er, event.target.x and event.target.y, sorry.
  
   - Original Message -
   From: JesterXL [EMAIL PROTECTED]
   To: flexcoders@yahoogroups.com
   Sent: Monday, November 28, 2005 1:32 PM
   Subject: Re: [flexcoders] getting coordinates of dropped item
  
  
   function dragDropHandler(event)
   {
   trace(event.target.mouseX);
   trace(event.target.mouseY);
   }
  
   - Original Message -
   From: Douglas Knudsen [EMAIL PROTECTED]
   To: flexcoders@yahoogroups.com
   Sent: Monday, November 28, 2005 1:14 PM
   Subject: [flexcoders] getting coordinates of dropped item
  
  
   Ok, I'm using the DragManager on a List via dragEnabled=true.  How
   to get the coordinates of the dragproxy when its dropped?  Possible?
  
  
   --
   Douglas Knudsen
   http://www.cubicleman.com
   this is my signature, like it?
  
  
  
   --
   Flexcoders Mailing List
   FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
   http://www.mail-archive.com/flexcoders%40yahoogroups.com
   Yahoo! Groups Links
  
  
  
  
  
  
  
  
   --
   Flexcoders Mailing List
   FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
   http://www.mail-archive.com/flexcoders%40yahoogroups.com
   Yahoo! Groups Links
  
  
  
  
  
  
  
  
   --
   Flexcoders Mailing List
   FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
   http://www.mail-archive.com/flexcoders%40yahoogroups.com
   Yahoo! Groups Links
  
  
  
  
  
  
  
 
 
  --
  Douglas Knudsen
  http://www.cubicleman.com
  this is my signature, like it?
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
  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 

[flexcoders] Re: Adding one or more property in a node of a tree

2005-11-28 Thread Renaun Erickson
You could use setProperty method right on the node object, but I would
encourage just creating your custom Objects and pass that as the data
value of the node.

Something like:
var dataObject = new Object();
dataObject.screen = cde;
dataObject.color = blue;
dataObject.label = abc;

tree.addTreeNode( dataObject.label, dataObject );

Hope that helps, there are other ways of going about what you are
probably trying to ask but i think this addresses you question.

Renaun

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

 HOw to add programmatically a property in a node of a Tree once the 
 addTreeNode has been invoke to create that node?
 
 I want to add this new node with wll those properties:
 node label=abc screen=cde color=blue/
 Thanks







 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Aldo Bucchi
One last reply before I go home for lunch,

I am using flex for financial projects within a bank. We have small
projects ( 2 people, one month ) in production, and the big ones are
coming soon ( this week or next ).
It didn't go for the big ones at first because I wanted to train a
team and gather some experience managing a flex team. That is already
done.

We are now getting some video/multimedia requirements. Great to have
Flex in the toolkit.

Best,
Aldo




On 11/28/05, Mykola Paliyenko [EMAIL PROTECTED] wrote:



  On a slightly different topic, the Core J2EE patterns— the book with the
 Sun logo splashed all over its cover— **mostly** documents patterns (used
 extremely loosely because I content that the only real patterns were those
 introduced by the classic GoF book) that were often fixes or work-arounds
 for missing functionality in the J2EE spec and/or container design flaws.
 This isn't meant to belittle the engineers that worked on the related J2EE
 specs, but merely that you have to start somewhere and there were gaps along
 the way— the core J2EE patterns helped plug the proverbial holes.


 Nothing to add. That is exactly what I think based on my experience. Spring,
 new persistency APIs and MVC frameworks has removed need of the Core J2EE
 patterns however I know lots of application were build on top of them.
 Without them EJB would go out of usage much earlier. So statement Cairngorm
 is based on the Core J2EE patterns does not impress me but rather make me
 think that there should exist some more lightweight approach :). However any
 approach is better than no approach at all.
 WBR, Mykola


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



  
  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.

  



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


 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/u8TY5A/tzNLAA/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

* 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] Effects on a modal box?

2005-11-28 Thread Dan Diodati





Hi when doing 
special effects can they be applied when opening a modal titlewindow via the 
PopUpManager?


Dan





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] RE: Job: Flex Developer

2005-11-28 Thread Clint Modien



Your reputation preceeds you... 

The post was for developers... not con-men.

The world of Macromedia Flex is not as large as you think.

P.S. Your friends @ Minacs say hi.

On 11/28/05, Kenny Yates [EMAIL PROTECTED] wrote:


Clint:
Last week I sent an email to you and did not receive confirmation that you had indeed received it. Please confirm for me the receipt of this email and my previous email.

Thank you,
Kenny Yates
Lead Flex Developer
469.964.1000
[EMAIL PROTECTED]







--
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] Effects on a modal box?

2005-11-28 Thread JesterXL





You can use all mx.effects.* on popups, sure. 
PopUpManager.createPopUp returns the popup itself; feel free to make it the 
target of an event.

- Original Message - 
From: Dan 
Diodati 
To: flexcoders@yahoogroups.com 
Sent: Monday, November 28, 2005 6:04 PM
Subject: [flexcoders] Effects on a modal box?

Hi when doing 
special effects can they be applied when opening a modal titlewindow via the 
PopUpManager?


Dan





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] dynamic menu item label updating issue

2005-11-28 Thread Peter Armstrong
Hi all,

Has anyone here seen an issue where the label of a menu item that is
dynamically updated is not refreshed until the user mouses over the
menu item again?  (This is in Flex 1.5.)

Details:
What I am trying to do is to build a dataProvider which has a menu
item like this:

mx:XML
menuitem label=View
menuitem label={getLabel(someVar)}/
/menuitem
/mx:XML

When the someVar changes, the binding is triggered and the getLabel
function should get called, updating the label.

This almost works, but after someVar changes (and the binding is
triggered) if you click on the menu again in the menubar you see the
old value as the label of the menuitem *until* you mouse over the menu
item, at which point you see the updated value as a result of the
getLabel call.

My assumption is that I need to get a handle to some component and
invalidate it myself or something--but I'm wondering if anyone knows
whether there is a clean way to do this (or at least what the cleanest
workaround is)...

Thanks,
Peter Armstrong


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] dynamic menu item label updating issue

2005-11-28 Thread JesterXL
Yah, seen the same thing in Flash.  Basically, unless you use the 
TreeDataProvider API, she doesn't update until you force refresh by rolling 
over.

The problem with the TreeDataProvider API is that while a single node tree 
is cake, a nested one is... hard.

- Original Message - 
From: Peter Armstrong [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, November 28, 2005 8:09 PM
Subject: [flexcoders] dynamic menu item label updating issue


Hi all,

Has anyone here seen an issue where the label of a menu item that is
dynamically updated is not refreshed until the user mouses over the
menu item again?  (This is in Flex 1.5.)

Details:
What I am trying to do is to build a dataProvider which has a menu
item like this:

mx:XML
menuitem label=View
menuitem label={getLabel(someVar)}/
/menuitem
/mx:XML

When the someVar changes, the binding is triggered and the getLabel
function should get called, updating the label.

This almost works, but after someVar changes (and the binding is
triggered) if you click on the menu again in the menubar you see the
old value as the label of the menuitem *until* you mouse over the menu
item, at which point you see the updated value as a result of the
getLabel call.

My assumption is that I need to get a handle to some component and
invalidate it myself or something--but I'm wondering if anyone knows
whether there is a clean way to do this (or at least what the cleanest
workaround is)...

Thanks,
Peter Armstrong



--
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! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

* 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] Preloader which show progress during initialization (Flex 1.5)

2005-11-28 Thread Eric Raymond
Is there a way to create a custom preloader which updates progress
incrementally during initializtion as well as download?

The default preloader does exactly this.  Is the source available?





 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] Preloader which show progress during initialization (Flex 1.5)

2005-11-28 Thread JesterXL
It's actually an API  Property of the Application tag.  Look in the 
Developing Flex Applications docs for using a custom progress bar.

- Original Message - 
From: Eric Raymond [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, November 28, 2005 8:45 PM
Subject: [flexcoders] Preloader which show progress during initialization 
(Flex 1.5)


Is there a way to create a custom preloader which updates progress
incrementally during initializtion as well as download?

The default preloader does exactly this.  Is the source available?






--
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! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] RE: Job: Flex Developer

2005-11-28 Thread Scott Barnes



??
On 11/29/05, Clint Modien [EMAIL PROTECTED] wrote:



Your reputation preceeds you... 

The post was for developers... not con-men.

The world of Macromedia Flex is not as large as you think.

P.S. Your friends @ Minacs say hi.

On 11/28/05, Kenny Yates [EMAIL PROTECTED]
 wrote:


Clint:
Last
week I sent an email to you and did not receive confirmation that you
had indeed received it. Please confirm for me the receipt of this
email and my previous email.

Thank you,
Kenny Yates
Lead Flex Developer
469.964.1000
[EMAIL PROTECTED]








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

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









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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




  








-- Regards,Scott Barneshttp://www.mossyblog.com






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





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: Job: Flex Developer

2005-11-28 Thread Clint Modien



p.p.s. Your friends at Nationwide Insurance in Columbus Ohio would agree me as well.
On 11/28/05, Kenny Yates [EMAIL PROTECTED] wrote:


Clint:
Thanks for your info.
I have a great couple of great references at Macromedia and went on from Minacs (where there were numerous issues in management) to do outstanding things for JC Penney and others. I indeed think you have errant info 
but not from me. Thank you for clueing me in on the origination of those slanderous comments. It is unfortunate that you didn't choose to check your facts first, before insulting me.
Enjoy your evening!
Kenny


-Original Message-From: Clint Modien [mailto:
[EMAIL PROTECTED]] Sent: Monday, November 28, 2005 6:40 PMTo: 
[EMAIL PROTECTED]Cc: flexcoders@yahoogroups.com
Subject: RE: Job: Flex Developer


Your reputation preceeds you... 



The post was for developers... not con-men.



The world of Macromedia Flex is not as large as you think.



P.S. Your friends @ Minacs say hi.



On 11/28/05, Kenny Yates 
[EMAIL PROTECTED] wrote: 

Clint:
Last week I sent an email to you and did not receive confirmation that you had indeed received it. Please confirm for me the receipt of this email and my previous email. 

Thank you,
Kenny Yates
Lead Flex Developer
469.964.1000
[EMAIL PROTECTED]
 








--
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] Effects on a modal box?

2005-11-28 Thread Dan Diodati





Just to be clear I want to have a dialog box that 
zooms open from a button and then implodes into a text box when closed. I was 
told by some consultant that this would not work. So he was 
incorrect?


Dan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: 
Monday, November 28, 2005 5:05 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Effects on a 
modal box?

You can use all mx.effects.* on popups, sure. 
PopUpManager.createPopUp returns the popup itself; feel free to make it the 
target of an event.

- Original Message - 
From: Dan 
Diodati 
To: flexcoders@yahoogroups.com 
Sent: Monday, November 28, 2005 6:04 PM
Subject: [flexcoders] Effects on a modal box?

Hi when doing 
special effects can they be applied when opening a modal titlewindow via the 
PopUpManager?


Dan





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Effects on a modal box?

2005-11-28 Thread JesterXL





Be wary of any consultant who says you "can't" do 
something.
This is Flex... of course you can! Not everything, but most 
things that are cool  matter. For everything, that's Zombo.com.

Example (psuedo code):

popup = PopUpManager.createPopUp(this, Panel, false);

var resize = new Resize(popup);
resize.widthFrom = 0;
resize.widthTo = 320;
resize.heightFrom = 0;
resize.heightTo = 240;
resize.duration = 1000;
resize.suspendBackgroundProcessing = true;
resize.playEffect();

Booyah!!!

You'll have to elaborate on the implode...


- Original Message - 
From: Dan 
Diodati 
To: flexcoders@yahoogroups.com 
Sent: Monday, November 28, 2005 8:46 PM
Subject: RE: [flexcoders] Effects on a modal box?

Just to be clear I want to have a dialog box that 
zooms open from a button and then implodes into a text box when closed. I was 
told by some consultant that this would not work. So he was 
incorrect?


Dan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: 
Monday, November 28, 2005 5:05 PMTo: flexcoders@yahoogroups.comSubject: 
Re: [flexcoders] Effects on a modal box?

You can use all mx.effects.* on popups, sure. 
PopUpManager.createPopUp returns the popup itself; feel free to make it the 
target of an event.

- Original Message - 
From: Dan 
Diodati 
To: flexcoders@yahoogroups.com 
Sent: Monday, November 28, 2005 6:04 PM
Subject: [flexcoders] Effects on a modal box?

Hi when doing 
special effects can they be applied when opening a modal titlewindow via the 
PopUpManager?


Dan





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Update on some of what is coming in next drop of Flex Builder and Flex Framework 2.0

2005-11-28 Thread David Mendels
Hi,

Didn't see this cross linked here and thought folks might be interested,
from Mark's blog: Hi all,

http://www.andersblog.com/archives/2005/11/flex_friday_dem.html

-David
Macromedia


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] Re: How to view attachment file

2005-11-28 Thread Sreenivas R



Assuming you are using Flex 1.5 and you are following the CustomComponents-ActionScript components example

you need to add the xmlns=* string to the application tag.
On 11/28/05, jag reddy [EMAIL PROTECTED] wrote:

Hi ,

I followed the code http://127.0.0.1:8700/samples/explorer/explorer.mxmlto to use 
custom cell renderer for the DataGridColumn in my mxml page.

I created CheckCellRender.as file and saved in mxml folder.
When i run the application i got following mxml page error like

There is no method with the name 'CheckCellRenderer'


any help is appreciated

--Jagadeesh.
Abdul Qabiz [EMAIL PROTECTED] wrote:
You can also look for cellPress event.-abdul -Original Message-From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] OnBehalf Of sreeni_rSent: Friday, November 25, 2005 11:21 AM
To: flexcoders@yahoogroups.comSubject: [flexcoders] Re: How to view attachment fileHi Jagadeesh,
You can use a custom cell renderer for the DataGridColumn and handle the click event there to show the popup and take necessary action.-Sreenivas--- In 
flexcoders@yahoogroups.com, jagabcdeff [EMAIL PROTECTED] wrote: Hi All, Now i working on to view attachment file which is already stored in  database.The attachment file name is shown in datagrid in mxml page 
 using following code   mx:DataGridColumn headerText=Item Name columnName=att_Name /  when i click on attachment name it should show pop-up window with 
 view and save buttons ..  any help greatly appreciate,  thnx, Jagadeesh--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 



Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
 --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.



  









[flexcoders] Re: Effect Event mayham (Flex 2.0)

2005-11-28 Thread Darin Kohles
Thought this might have gotten buried by the holidays, anyone have any
thoughts?

Thanks,

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

 I've encountered the following issues with Event triggers during an
 Effect playback:
 
 I've set up several Resize Effects programmatically on a Canvas object
 that trigger from a mouse event and established the appropriate
 EffectEvent.EFFECT_START/EFFECT_STOP listeners to capture state
 transition information.  The Effects are triggerd off mouse events,
 and the problem I'm having is that the EffectEvent types are triggering
 multiple times when only one EffectEvent of each type is expected. 
 The problem seems to be triggered by repeated occurrences of the
 mouseOver event during the Resize playback.  Is this a bug? Should the
 mouseOver event only trigger one time as expected?
 
 It would be nice to be able to dynamically enable/disable and reassign
 mouse events to Objects.  I've implemented both mouseEnabled and
 hideChildren properties for the Effects but both with no apparent
 results; neither in appearance nor in functionality.  If anyone has
 encountered this phenomenon, and/or knows if the flickering trigger
 events on a Resizing object has a work around I'd like to hear about it.
 
 Thank you









 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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





[flexcoders] Re: Job: Flex Developer

2005-11-28 Thread Clint Modien



Mr. Yates,

Your ignorance is only exceeded by your arrogance. The powers that be at Minacs were the ones that informed me of the misrepresentation of your skillset. 

And if you were to sue me... which you won't. You would sue me forliable. Slander is spoken. Print is liable. I wouldn't want you @[EMAIL PROTECTED] that up too.
On 11/28/05, Kenny Yates [EMAIL PROTECTED] wrote:


Clint:
Do you even realize the legal ramifications you have created for your firm 
Minacs, 
USA and 
Minacs, 
Canada?? I am certain that the powers that be at your firm would be highly upset at the position you are legally placing them in at this time. It seems odd that you could slander me so easily --- it also appears that you are the liar as I have recently spoken with references at Nationwide and other firms. In moving forward with this endeavor, you are leaving yourself and your firm open for a slander suit, as you continue to post these unprofessional and dishonest comments. Please don't hesitate to continue your actions as I will be naming you in the lawsuit I intend to file and have forwarded the email thread to my attorney. I have asked him to make contact with Mike Schultz and Ed Thorpe at Minacs as well. I wish you well in your future, as I am certain it will be limited.

Kenny 

-Original Message-From: Clint Modien [mailto:
[EMAIL PROTECTED]] Sent: Monday, November 28, 2005
 8:09 PM
To: [EMAIL PROTECTED]
Cc: flexcoders@yahoogroups.com
Subject: Re: Job: Flex Developer



p.p.s. Your friends at Nationwide Insurance in Columbus Ohio would agree me as well.


On 11/28/05, Kenny Yates 
[EMAIL PROTECTED] wrote: 

Clint:
Thanks for your info.
I have a great couple of great references at Macromedia and went on from Minacs (where there were numerous issues in management) to do outstanding things for JC Penney and others. I indeed think you have errant info 
but not from me. Thank you for clueing me in on the origination of those slanderous comments. It is unfortunate that you didn't choose to check your facts first, before insulting me.
Enjoy your evening!
Kenny


-Original Message-From: Clint Modien [mailto:
 [EMAIL PROTECTED]] Sent: Monday, November 28, 2005 6:40 PMTo: 
[EMAIL PROTECTED]Cc: flexcoders@yahoogroups.com
 Subject: RE: Job: Flex Developer


Your reputation preceeds you... 



The post was for developers... not con-men.



The world of Macromedia Flex is not as large as you think.



P.S. Your friends @ Minacs say hi.



On 11/28/05, Kenny Yates 
 [EMAIL PROTECTED] wrote: 

Clint:
Last week I sent an email to you and did not receive confirmation that you had indeed received it. Please confirm for me the receipt of this email and my previous email. 

Thank you,
Kenny Yates
Lead Flex Developer
469.964.1000
[EMAIL PROTECTED] 










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





  




  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Re: Job: Flex Developer

2005-11-28 Thread Carson Hager





libel


  Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com 
 Email: [EMAIL PROTECTED]Office: 866-CYNERGYMobile: 
1.703.489.6466   



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Clint 
ModienSent: Monday, November 28, 2005 8:48 PMTo: 
[EMAIL PROTECTED]Cc: [EMAIL PROTECTED]; 
[EMAIL PROTECTED]; flexcoders@yahoogroups.comSubject: 
[flexcoders] Re: Job: Flex Developer

Mr. Yates,

Your ignorance is only exceeded by your arrogance. The "powers that 
be" at Minacs were the ones that informed me of the misrepresentation of your 
skillset. 

And if you were to sue me... which you won't. You would sue me 
forliable. Slander is spoken. Print is liable. I wouldn't want 
you @[EMAIL PROTECTED] that up too.
On 11/28/05, Kenny 
Yates [EMAIL PROTECTED] 
wrote: 

  
  Clint:
  Do you even realize 
  the legal ramifications you have created for your firm Minacs, USA and 
  Minacs, Canada?? I am certain 
  that the powers that be at your firm would be highly upset at the position you 
  are legally placing them in at this time. It seems odd that you could 
  slander me so easily --- it also appears that you are the liar as I have 
  recently spoken with references at Nationwide and other firms. In moving 
  forward with this endeavor, you are leaving yourself and your firm open for a 
  slander suit, as you continue to post these unprofessional and dishonest 
  comments. Please don't hesitate to continue your actions as I will be naming 
  you in the lawsuit I intend to file and have forwarded the email thread to my 
  attorney. I have asked him to make contact with Mike Schultz and Ed 
  Thorpe at Minacs as well. I wish you well in your future, as I am 
  certain it will be limited. 
  Kenny 
  
  
  -Original 
  Message-From: Clint 
  Modien [mailto: [EMAIL PROTECTED]] 
  Sent: 
  Monday, November 28, 
  2005 8:09 
  PM To: [EMAIL PROTECTED]Cc: flexcoders@yahoogroups.com
  Subject: Re: Job: Flex 
  Developer
  
  
  
  p.p.s. Your 
  friends at Nationwide Insurance in Columbus Ohio would agree me as well. 
  
  
  On 11/28/05, Kenny 
  Yates  [EMAIL PROTECTED] 
  wrote: 
  
  Clint:
  Thanks for your 
  info.
  I have a great couple 
  of great references at Macromedia and went on from Minacs (where there were 
  numerous issues in management) to do outstanding things for JC Penney and 
  others. I indeed think you have errant info but not from 
  me. Thank you for clueing me in on the origination of those 
  slanderous comments. It is unfortunate that you didn't choose to check 
  your facts first, before insulting me.
  Enjoy your 
  evening!
  Kenny
  
  
  -Original 
  Message-From: Clint 
  Modien [mailto: [EMAIL PROTECTED]] 
  Sent: Monday, November 28, 
  2005 6:40 PMTo: [EMAIL PROTECTED]Cc: flexcoders@yahoogroups.com Subject: RE: Job: Flex 
  Developer
  
  
  Your reputation preceeds you... 
  
  
  
  
  The post was for developers... not 
  con-men.
  
  
  
  The world of Macromedia Flex is not as large as you 
  think.
  
  
  
  P.S. Your friends @ Minacs say 
  hi.
  
  
  
  On 11/28/05, Kenny 
  Yates  [EMAIL PROTECTED] 
  wrote: 
  
  Clint:
  Last week I sent an email to you 
  and did not receive confirmation that you had indeed received it. Please 
  confirm for me the receipt of this email and my previous email. 
  
  Thank you,
  Kenny Yates
  Lead Flex 
  Developer
  469.964.1000
  [EMAIL PROTECTED] 
  
  
  
  
  





--
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: Job: Flex Developer

2005-11-28 Thread Scott Barnes
Oooh,

I love a good ol fashion arm-chair legal minds throwing down the ol
Peoples-Legal-Elbow... then again, not..

Clint, can you take this offlist (ie check your reply to all) as its
doing either of you no favours.

On 11/29/05, Clint Modien [EMAIL PROTECTED] wrote:

 Mr. Yates,

 Your ignorance is only exceeded by your arrogance.  The powers that be at
 Minacs were the ones that informed me of the misrepresentation of your
 skillset.

 And if you were to sue me... which you won't. You would sue me for liable.
 Slander is spoken. Print is liable.  I wouldn't want you @[EMAIL PROTECTED] 
 that up
 too.

 On 11/28/05, Kenny Yates [EMAIL PROTECTED] wrote:
 
 
 
  Clint:
 
  Do you even realize the legal ramifications you have created for your firm
 Minacs, USA and Minacs, Canada??  I am certain that the powers that be at
 your firm would be highly upset at the position you are legally placing them
 in at this time.  It seems odd that you could slander me so easily --- it
 also appears that you are the liar as I have recently spoken with references
 at Nationwide and other firms. In moving forward with this endeavor, you are
 leaving yourself and your firm open for a slander suit, as you continue to
 post these unprofessional and dishonest comments. Please don't hesitate to
 continue your actions as I will be naming you in the lawsuit I intend to
 file and have forwarded the email thread to my attorney.  I have asked him
 to make contact with Mike Schultz and Ed Thorpe at Minacs as well.  I wish
 you well in your future, as I am certain it will be limited.
 
  Kenny
 
 
 
  -Original Message-
  From: Clint Modien [mailto: [EMAIL PROTECTED]
  Sent: Monday, November 28, 2005 8:09 PM
  To: [EMAIL PROTECTED]
  Cc: flexcoders@yahoogroups.com
 
 
  Subject: Re: Job: Flex Developer
 
 
 
 
 
 
 
  p.p.s.  Your friends at Nationwide Insurance in Columbus Ohio would agree
 me as well.
 
 
  On 11/28/05, Kenny Yates  [EMAIL PROTECTED] wrote:
 
 
  Clint:
 
  Thanks for your info.
 
  I have a great couple of great references at Macromedia and went on from
 Minacs (where there were numerous issues in management) to do outstanding
 things for JC Penney and others.  I indeed think you have errant info but
 not from me.  Thank you for clueing me in on the origination of those
 slanderous comments.  It is unfortunate that you didn't choose to check your
 facts first, before insulting me.
 
  Enjoy your evening!
 
  Kenny
 
 
 
 
  -Original Message-
  From: Clint Modien [mailto: [EMAIL PROTECTED]
  Sent: Monday, November 28, 2005 6:40 PM
  To: [EMAIL PROTECTED]
  Cc: flexcoders@yahoogroups.com
  Subject: RE: Job: Flex Developer
 
 
 
 
  Your reputation preceeds you...
 
 
 
 
 
  The post was for developers... not con-men.
 
 
 
 
 
  The world of Macromedia Flex is not as large as you think.
 
 
 
 
 
  P.S. Your friends @ Minacs say hi.
 
 
 
 
 
  On 11/28/05, Kenny Yates  [EMAIL PROTECTED] wrote:
 
 
  Clint:
 
  Last week I sent an email to you and did not receive confirmation that you
 had indeed received it.  Please confirm for me the receipt of this email and
 my previous email.
 
  Thank you,
 
  Kenny Yates
 
  Lead Flex Developer
 
  469.964.1000
 
  [EMAIL PROTECTED]
 
 
 
 
 
 
 
 
 



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



  
  YAHOO! GROUPS LINKS


  Visit your group flexcoders on the web.

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

  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

  



--
Regards,
Scott Barnes
http://www.mossyblog.com


 Yahoo! Groups Sponsor ~-- 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/WpTY2A/izNLAA/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

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

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

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




Re: [flexcoders] yahoo maps

2005-11-28 Thread JesterXL
I tried in 2, and gave up.  If you get it working, let me know, but unless 
she's converted to AS3, she'll only work if you load in a movie, or perhaps 
if you embed the SWF as a symbol.

- Original Message - 
From: Jeremy Tooley [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, November 29, 2005 12:07 AM
Subject: [flexcoders] yahoo maps


yo,

so... I have tried Jesses example on the yahoo maps and it works super
good on 1.5. Has anyone used the api on flex 2.0. I am in a battle right
now.. and the computer is winning.

Jeremy





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







 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] Re: Job: Flex Developer

2005-11-28 Thread Scott Barnes
Clint,

Thankyou ;) it was as a result of lots of Red Bulls and boredom ;)

Incidently, this thread kind of brought up a common thing i've been
seeing a few times in the (web-stream) of FLEX development. In that,
if you are going to go to market with a FLEX application and have a
developer (or you are the actual developer) who's still finding their
feet with the technology, i'd suggest lowering expectations on
delivery a little as ye ol flash can be an unforgiving technology at
times to the new blood. (Not suggesting the thread in questions is
this case, but more 'while we are at it')

At anyrate, hope you two can patch things up ;)

An eye for an eye would make the whole world blind. - Mahatma Gandhi


On 11/29/05, Clint Modien [EMAIL PROTECTED] wrote:

 Done... apologies to the group.

 Scott: your post about MM and MS is a masterpiece.


 On 11/29/05, Scott Barnes [EMAIL PROTECTED] wrote:
 
  Oooh,
 
  I love a good ol fashion arm-chair legal minds throwing down the ol
  Peoples-Legal-Elbow... then again, not..
 
  Clint, can you take this offlist (ie check your reply to all) as its
  doing either of you no favours.
 
  On 11/29/05, Clint Modien [EMAIL PROTECTED] wrote:
  
   Mr. Yates,
  
   Your ignorance is only exceeded by your arrogance.  The powers that be
 at
   Minacs were the ones that informed me of the misrepresentation of your
   skillset.
  
   And if you were to sue me... which you won't. You would sue me for
 liable.
   Slander is spoken. Print is liable.  I wouldn't want you @[EMAIL 
   PROTECTED] that up
   too.
  
   On 11/28/05, Kenny Yates  [EMAIL PROTECTED] wrote:
   
   
   
Clint:
   
Do you even realize the legal ramifications you have created for your
 firm
   Minacs, USA and Minacs, Canada??  I am certain that the powers that be
 at
   your firm would be highly upset at the position you are legally placing
 them
   in at this time.  It seems odd that you could slander me so easily ---
 it
   also appears that you are the liar as I have recently spoken with
 references
   at Nationwide and other firms. In moving forward with this endeavor, you
 are
   leaving yourself and your firm open for a slander suit, as you continue
 to
   post these unprofessional and dishonest comments. Please don't hesitate
 to
   continue your actions as I will be naming you in the lawsuit I intend to
   file and have forwarded the email thread to my attorney.  I have asked
 him
   to make contact with Mike Schultz and Ed Thorpe at Minacs as well.  I
 wish
   you well in your future, as I am certain it will be limited.
   
Kenny
   
   
   
-Original Message-
From: Clint Modien [mailto: [EMAIL PROTECTED]
Sent: Monday, November 28, 2005 8:09 PM
To: [EMAIL PROTECTED]
Cc: flexcoders@yahoogroups.com
   
   
Subject: Re: Job: Flex Developer
   
   
   
   
   
   
   
p.p.s.  Your friends at Nationwide Insurance in Columbus Ohio would
 agree
   me as well.
   
   
On 11/28/05, Kenny Yates  [EMAIL PROTECTED] wrote:
   
   
Clint:
   
Thanks for your info.
   
I have a great couple of great references at Macromedia and went on
 from
   Minacs (where there were numerous issues in management) to do
 outstanding
   things for JC Penney and others.  I indeed think you have errant info
 but
   not from me.  Thank you for clueing me in on the origination of those
   slanderous comments.  It is unfortunate that you didn't choose to check
 your
   facts first, before insulting me.
   
Enjoy your evening!
   
Kenny
   
   
   
   
-Original Message-
From: Clint Modien [mailto: [EMAIL PROTECTED]
Sent: Monday, November 28, 2005 6:40 PM
To: [EMAIL PROTECTED]
Cc: flexcoders@yahoogroups.com
Subject: RE: Job: Flex Developer
   
   
   
   
Your reputation preceeds you...
   
   
   
   
   
The post was for developers... not con-men.
   
   
   
   
   
The world of Macromedia Flex is not as large as you think.
   
   
   
   
   
P.S. Your friends @ Minacs say hi.
   
   
   
   
   
On 11/28/05, Kenny Yates  [EMAIL PROTECTED] wrote:
   
   
Clint:
   
Last week I sent an email to you and did not receive confirmation that
 you
   had indeed received it.  Please confirm for me the receipt of this email
 and
   my previous email.
   
Thank you,
   
Kenny Yates
   
Lead Flex Developer
   
469.964.1000
   
[EMAIL PROTECTED]
   
   
   
   
   
   
   
   
   
  
  
  
--
Flexcoders Mailing List
FAQ:
  
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
  
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
  
  
  

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

  
 
 
  

[flexcoders] Re: Preloader which shows progress during initialization (Flex 1.5)

2005-11-28 Thread Eric Raymond
Let me clarify the original question.

When an application loads thre are two parts: donloading the bytes and
the initiaization of the flex application.  The default loader seems
to have the download portion set to 50% progress and then shows
incremental grogress during initilization.

The API says that setProgress is called during the download, but not
afterwards.  Instead indeterminate is set to true, but that is not a
progress status that one can use to ratchet progress from 50 to 100%.
 I see nothing which suggest how to get the baehavior of the default
loader ... which tracks initialization as well as download.

How does the default loader get feedback from the Flex initialization?
 Or does it simply fake it with some per cycle increment or timer?


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

 It's actually an API  Property of the Application tag.  Look in the 
 Developing Flex Applications docs for using a custom progress bar.
 
 - Original Message - 
 From: Eric Raymond [EMAIL PROTECTED]

 Is there a way to create a custom preloader which updates progress
 incrementally during initializtion as well as download?
 
 The default preloader does exactly this.  Is the source available?






 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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

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

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




Re: [flexcoders] Re: Preloader which shows progress during initialization (Flex 1.5)

2005-11-28 Thread JesterXL
Guessing she fakes it.  Created on frame 1, confirms your SWF is legit, then 
starts preloading.  Frame 2 arrives, she's downloaded all content by then, 
and starts initialization, or attaching the beast that is 
Application.mxml.

- Original Message - 
From: Eric Raymond [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, November 29, 2005 1:41 AM
Subject: [flexcoders] Re: Preloader which shows progress during 
initialization (Flex 1.5)


Let me clarify the original question.

When an application loads thre are two parts: donloading the bytes and
the initiaization of the flex application.  The default loader seems
to have the download portion set to 50% progress and then shows
incremental grogress during initilization.

The API says that setProgress is called during the download, but not
afterwards.  Instead indeterminate is set to true, but that is not a
progress status that one can use to ratchet progress from 50 to 100%.
 I see nothing which suggest how to get the baehavior of the default
loader ... which tracks initialization as well as download.

How does the default loader get feedback from the Flex initialization?
 Or does it simply fake it with some per cycle increment or timer?


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

 It's actually an API  Property of the Application tag.  Look in the
 Developing Flex Applications docs for using a custom progress bar.

 - Original Message - 
 From: Eric Raymond [EMAIL PROTECTED]

 Is there a way to create a custom preloader which updates progress
 incrementally during initializtion as well as download?

 The default preloader does exactly this.  Is the source available?







--
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! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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

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