Re: [flexcoders] DragEnter DragExit trigger order

2008-03-29 Thread प्रवीन उत्तरवार
Hi,
If that is the requirement the try,
event.stopImmediatePropogation??
or why r u not assigning priorities to events at the time of adding event
listeners???



On 29/03/2008, Alex Harui [EMAIL PROTECTED] wrote:

Looks like that was done on purpose.  DRAG_ENTER is more of an offer.
  If you don't accept drag on the potential new target, we don't send
 DRAG_EXIT on the old target.


  --

 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Mac Sims
 *Sent:* Friday, March 28, 2008 3:27 PM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] DragEnter  DragExit trigger order



 In my experience, when you have two UIComponents (A  B) right next to
 each other and you move your mouse from A to B you will get two events.
 First, A will trigger a mouseOut event, and then B will trigger a mouseOver
 event.  But this order does not seem to hold true for analogous dragging
 events.  If I am dragging something and I move from A to B, first B will
 trigger a dragEnter event and then A will trigger a dragExit event.

 So a few questions:

 Have others observed this same behavior?

 Is this the expected and correct behavior for dragging events?  It doesn't
 seem like it should be to me.

 Is there a workaround?


 Thanks,

 Mac


 --
 Mac Sims
 [EMAIL PROTECTED]
 www.macsims.com

 



Re: [flexcoders] hello ,who can provide test project for maven2 compile flex and java project?

2008-03-27 Thread प्रवीन उत्तरवार
Hi,
try this.
This link might help you
http://maven.apache.org/guides/getting-started/index.html

On 27/03/2008, h253498088 [EMAIL PROTECTED] wrote:

   i create a project of flex by eclipse, i use java to access oracle
 database. this project contains flex and java.

 i want to use maven2 to create this project. who can give me a demo?
 i don't know how to organize all file ?

 thanks!

 



Re: [flexcoders] Re: Fwd: Security setup for a Flex application

2008-03-27 Thread प्रवीन उत्तरवार
Hi Fidal,
What type of data you want to send over http??
you can use MD5 algo for encryption but remember it cant return you the
original data.


On 27/03/2008, valdhor [EMAIL PROTECTED] wrote:

   This article may help -

 http://www.jeffryhouser.com/index.cfm/2007/12/6/Encrypt-in-Flex-and-Decrypt-in-ColdFusion

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Fidel
 Viegas [EMAIL PROTECTED]
 wrote:
 
  Hi Andrew,
 
  Thanks for taking the time to reply. But, that is not really what I am
  looking for.
  I guess my question was a bit vague.
  I am looking for ways to send encrypted data over HTTP as opposed to
  HTTPS. That is one of the requirements of the client.
  I have found a solution that requires an installation on the client
  side as well as on the server side. That is not good either.
 
  I am just looking for a secure way that will sort of secure any data
  flowing from the swf client to the server and vice-versa without
  running the risk of someone using packet sniffers.
 
  The url you pointed me to is nice if you are providing a product that
  requires licensing as well as security. What I am after really is some
  encryption scheme.
 
  But thanks for pointing that out.
 
  Fidel.
 
 
  On Wed, Mar 26, 2008 at 5:08 PM, andrewwestberg
  [EMAIL PROTECTED] wrote:
   Look into nitrolm.com
  
   -Andrew
  
   --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 Fidel Viegas fidel.viegas@
   wrote:
  
  
   
Hello folks,
   
I have finished implementing a Flex application and now the
 client has
requested that it is made available publicly. I am using
 BlazeDS in
the backend, and I was wondering what the best security setup
 would be
to make it a secure application.
   
Does anyone have any suggestion on how to best secure the
   application setup?
   
Thanks in advance,
   
Fidel.