[flexcoders] Re: security & flex

2010-04-18 Thread garykim...@rocketmail.com
the link has everything to do with my question. He gives an example of a shopping cart/payment system setup in Flex. This raises my question of whether or not flash is secure enough to operate his phone store in real life. More specifically, user enters information into flash app, which then sen

Re: [flexcoders] security & flex

2010-04-18 Thread Jimmy G
What gave you the impression that UI built in Flex less secure than one built in HTML? In both cases the end-user can input sensitive data like credit card information and then it is up to you to setup proper security. Like making sure that the client to server communication is done using SSL (mean

[flexcoders] Openings in flex

2010-04-18 Thread Ravi
Hello all, We have an urgent requirement in flex flash and action scrip 3.0 If any one interested Please send your profile to ivr...@yahoo.com OR Call me 9912010608 Location Hyderabad. Regards, Ravi. Send instant messages to your online friends http://uk.messenger.yahoo.com

[flexcoders] security & flex

2010-04-18 Thread garykim...@rocketmail.com
I was under the impression that flex is not a secure UI and that credit card information and other sensitive information should not be passed through flash/flex. When I upgraded my account with Pandora, I noticed the payments system interface was flash. Also, there is the flex store that Conra

[flexcoders] Re: amazon payments

2010-04-18 Thread groovydave36
It's hard to believe that no one has used amazon payments and flex. help a brotha' out? --- In flexcoders@yahoogroups.com, "groovydave36" wrote: > > anyone? Buehler? > > --- In flexcoders@yahoogroups.com, "groovydave36" wrote: > > > > I am trying to integrate amazon payments w/ flex, as shown

[flexcoders] GroupingCollection.getParent() doesn't exist?

2010-04-18 Thread Nick Middleweek
Hi, Does anyone know why the getParent() command listed in the docs doesn't seem to exist? http://livedocs.adobe.com/flex/3/langref/mx/collections/GroupingCollection.html#getParent%28%29 I've trying to use it like this... refreshParent = GroupingCollection(model.groupingCollection).getParent();

[flexcoders] Find tree node in groupingcollection?

2010-04-18 Thread Nick Middleweek
Hi, Does anyone know the best way to find the tree node in the grouping collection for the selected row in an AdvancedDataGrid ? Hope that makes sense... I've got an ADG with a grouping collection for the provider and I've got a selected row, what I would like to do is get the next level up and r

Re: [flexcoders] Cairngorm/ Command/ AdvancedDataGrid.expandChildrenOf() ?

2010-04-18 Thread Nick Middleweek
Hey Jake, Cheers for the response... I've gone with a ChangeWatcher approach. Update the model from the command and I've dropped in the ChangeWatcher in the view, seems to be working but was curious who others would solve this... I'll look into CG Extensions though, cheers for the idea! Nick

Re: [flexcoders] Cairngorm/ Command/ AdvancedDataGrid.expandChildrenOf() ?

2010-04-18 Thread Jake Churchill
Wel, just tell them it's an upgraded version of the cairngorm SWC.  You can just replace the SWC in the project and it'd be all good -Jake -- Sent from my Palm Prē On Apr 18, 2010 1:46 PM, Nick Middleweek wrote:   Hi Jake, Thanks for

Re: [flexcoders] Cairngorm/ Command/ AdvancedDataGrid.expandChildrenOf() ?

2010-04-18 Thread Nick Middleweek
Hi Jake, Thanks for the info... I know this sounds crazy but because of project/ company politics we have extreem difficulty getting 3rd party libraries on the project. Are there any preferred alternative ways? Cheers, Nick On 18 April 2010 19:11, Jake Churchill wrote: > > > Download cairg

Re: [flexcoders] Cairngorm/ Command/ AdvancedDataGrid.expandChildrenOf() ?

2010-04-18 Thread Jake Churchill
Download cairgorm extensions.  It has classes called Callbacks which basically notifies the view after a command has finished.  It's perfect for this situation. -Jake -- Sent from my Palm Prē On Apr 18, 2010 1:02 PM, Nick Middleweek wrote:  

[flexcoders] Cairngorm/ Command/ AdvancedDataGrid.expandChildrenOf() ?

2010-04-18 Thread Nick Middleweek
Hi, I'm working on a cairngorm flex app and have been told to put all business logic inside the CG Command. At the end of the CG Command, I need to get the ADG to expand it's grouping nodes for a particular node. What is the correct way of solving this problem because from my Command, I can't '

[flexcoders] Re: Actionscript Project > Flex Project How does the display list change?

2010-04-18 Thread Amy
--- In flexcoders@yahoogroups.com, Clark Stevenson wrote: > > Hey guys. > > Say your familiar with Flash document Class. Flash Develop or Flex > actionscript projects in that your not so familiar with MXML. > > You take this class > > package > { > public class MyGraphic extends Spri

Re: [flexcoders] MSSQL date field error: Error #1034: Type Coercion failed: cannot convert "2008-03-19 00:00:00.0" to Date.

2010-04-18 Thread Wally Kolcz
Nevermind. I found the DateFriend Class has a stringToDate function that worked like a charm.