Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-24 Thread Tom Chiverton
On Monday 22 Sep 2008, Dmitri Girski wrote: Password email fields should be disabled from Copy-pasting just for the sake of minimising the number of support calls from users who forgot which particular email or password they copied pasted). Err, what ? I don't understand why users are more

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-22 Thread Tom Chiverton
On Monday 22 Sep 2008, Dmitri Girski wrote: and dumb error message boxes (20 errors - 20 popups) are bad, very bad. So, the simplest and just working solution is to disable copy- paste. No, you just set up a StringValidator for each, and use FlexLib's AdvancedForm to invoke them

[flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-22 Thread Dmitri Girski
Weeping Jesus on the cross! Password email fields should be disabled from Copy-pasting just for the sake of minimising the number of support calls from users who forgot which particular email or password they copied pasted). Over out. Cheers, Dmitri. --- In

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-22 Thread Paul Andrews
- Original Message - From: Dmitri Girski [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, September 22, 2008 6:44 PM Subject: [flexcoders] Re: Preventing cutpaste in Flex3 application Weeping Jesus on the cross! Password email fields should be disabled from Copy-pasting

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-22 Thread Ralf Bokelberg
Is this a technical or a grandmas-complaining-about-managers forum ? :) You can probably add capturing phase listeners to the SystemManager and filter out the events your managers dont like ;) Cheers Ralf.

[flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-21 Thread Dmitri Girski
--- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: Good software is all about enabling people not disabling them. This is just a meaningless statement. You can't enable everything for everyone in any possible way. First, good software does whatever it is supposed to do.

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-21 Thread Paul Andrews
- Original Message - From: Dmitri Girski [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, September 21, 2008 1:28 PM Subject: [flexcoders] Re: Preventing cutpaste in Flex3 application --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: Good software

[flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-21 Thread Dmitri Girski
@yahoogroups.com Sent: Sunday, September 21, 2008 1:28 PM Subject: [flexcoders] Re: Preventing cutpaste in Flex3 application --- In flexcoders@yahoogroups.com, Paul Andrews paul@ wrote: Good software is all about enabling people not disabling them. This is just a meaningless

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-21 Thread Josh McDonald
I have to say that the solution to this problem is data validation, or simply fixing what sure looks like a bug in TextInput. You can't disable something as good for users as copy and paste simply because as a coder you're too lazy to validate the input. Well, you can, but your customers will

[flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-17 Thread Dmitri Girski
--- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Easy: Sorry Steve, can't be done, it's a browser plugin. You'll have to try *managing* your people. Yeah, this is 100% Apple solution. You don't need it , anyway! :) Cheers, Dmitri.

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-17 Thread Tom Chiverton
On Tuesday 16 Sep 2008, Dmitri Girski wrote: Do you need any more clues? Or use-cases how you call it. Umm, yes ? Cut and paste is one of the great GUI tools, and everyone expects it. Witness the poor UX on (say) the iPhone which inexplicably has no support for that. -- Tom Chiverton Helping

[flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-17 Thread Dmitri Girski
Well, sometimes you have to restrict users from doing something. Besides all possible greatest technologies available. And yes, managing people is great as well (as per Josh's comment). I wonder how it is going to be enforced. KGB? Cheers, Dmitri. --- In flexcoders@yahoogroups.com, Tom

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-17 Thread Paul Andrews
- Original Message - From: Dmitri Girski [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 17, 2008 12:47 PM Subject: [flexcoders] Re: Preventing cutpaste in Flex3 application Well, sometimes you have to restrict users from doing something. Besides all

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-17 Thread Tom Chiverton
On Wednesday 17 Sep 2008, Dmitri Girski wrote: Well, sometimes you have to restrict users from doing something. Crippled products are often not received well by end users. -- Tom Chiverton Helping to confidentially reintermediate professional channels

[flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-17 Thread Dmitri Girski
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 17 Sep 2008, Dmitri Girski wrote: Well, sometimes you have to restrict users from doing something. Crippled products are often not received well by end users. Yes, Tom, you are right. As usual. Good

[flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-16 Thread justincase772
And I totally agree with you; I would get mad myself using it. Unfortunately it is a really specific requirement from the customer who keeps insisting on. All I can tell is that several lazy users of this application cut generous portions of other users' reports pasting into their own. The

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-16 Thread Tom Chiverton
On Tuesday 16 Sep 2008, justincase772 wrote: All I can tell is that several lazy users of this application cut generous portions of other users' reports pasting into their own. So now they'll have to retype them, thus being even less productive ! Gotta love clients :-) -- Tom Chiverton

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-16 Thread Michael Schmalle
Tom, The user can still tab to the control and then use the keyboard to highlight and cut/paste. Well then you intercept the setFocus() and unset it. Did you read where I said I was wrong? Mike On Tue, Sep 16, 2008 at 11:43 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 16 Sep

[flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-16 Thread Dmitri Girski
Why do you think there is a restrict property on the TextInput control? Why there is displayAsPassword property? Do you need any more clues? Or use-cases how you call it. Cheers, Dmitri. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 16 Sep 2008,

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-16 Thread Josh McDonald
Easy: Sorry Steve, can't be done, it's a browser plugin. You'll have to try *managing* your people. =) On Wed, Sep 17, 2008 at 12:26 AM, justincase772 [EMAIL PROTECTED]wrote: And I totally agree with you; I would get mad myself using it. Unfortunately it is a really specific requirement from