[flexcoders] SystemManager????

2009-09-19 Thread flexaustin
I am building app that is something similar to photoshop or illustrator where you have several tools to choose. I want to use a State Object pattern, where selecting a tool changes the state of the app. I then want to have the mouse throw different events depending on, which tool is selected rathe

[flexcoders] Re: a simple way to search within a datagrid

2009-09-19 Thread ew6014
ah!! . i found the error. it seems there was some problem with the priceranges datacolumn. i deleted the entire line and it works. one thing though... i have no idea how that code works. i know how to retrieve data and everything else except the search function. how exactly it is working. perha

[flexcoders] Re: a simple way to search within a datagrid

2009-09-19 Thread ew6014
hi paul thank you for the link. its a good example. sadly i do not know how to use coldfusion. and i dont understand 90% the code. sorry i am a super newbie to programming. wondering if you can point out whats wrong with the code from orielly cookbook? nothing happens when i click on search.

Re: [flexcoders] a simple way to search within a datagrid

2009-09-19 Thread Paul Kukiel
This example might help http://tutorial7.flexcf.com/ Paul. On Sep 19, 2009, at 7:57 PM, ew6014 wrote: hi guys. ive been searching for a easy way to search within a datagrid and found an answer from flex 3 cookbook from orielly. but for some strange reason it does not work. when i click on

[flexcoders] a simple way to search within a datagrid

2009-09-19 Thread ew6014
hi guys. ive been searching for a easy way to search within a datagrid and found an answer from flex 3 cookbook from orielly. but for some strange reason it does not work. when i click on search it doesnt do anything. can someone help me please here is the code for the application ---

[flexcoders] SystemManager???

2009-09-19 Thread flexaustin
I am building app that is something similar to photoshop or illustrator where you have several tools to choose. I want to use a State Object pattern, where selecting a tool changes the state of the app. I then want to have the mouse throw different events depending on, which tool is selected ra

[flexcoders] x and y localToGlobal

2009-09-19 Thread flexaustin
Can anyone tell me if any of these are correct? I am using Senocular TransformTool (e.g. http://www.sephiroth.it/weblog/archives/2007/07/transformtool_modification.php) I have a Flex that has the following layers: Flex Project Layers (top to bottom): -Application --main sprite ---visualization

[flexcoders] PyAMF 0.5.1 Released

2009-09-19 Thread Thijs Triemstra | Collab
The PyAMF team is proud to announce the release of 0.5.1! PyAMF [1] is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format. This is a bugfix release [2], see the changelog [3] for the complete list of changes. A brief overvi

Re: [flexcoders] Highlighting a day in DateChooser

2009-09-19 Thread Angelo Anolin
Datefield2.selectedDate = Datefield1.selectedDate From: David Harris To: flexcoders@yahoogroups.com Sent: Saturday, 19 September, 2009 10:50:51 Subject: [flexcoders] Highlighting a day in DateChooser Hi Everyone, Is it possible with a DateField/DateChoos

Re: [flexcoders] Trying to convince people to develop with Flex

2009-09-19 Thread Angelo Anolin
I believe the best way to do this is to port (convert) one of your slow, dull and hard to maintain application and show how the same could be done in Flex, albeit much better. Manager would only see the value of a development platform if they know that their business bottom line is improved, wh

[flexcoders] Trying to convince people to develop with Flex

2009-09-19 Thread Schnurgle Schnurgle
I'd like to get some people that I work with excited about developing RIAs with Flex. We currently do data visualization with fusion charts. I'd like to show folks here Flex apps that go beyond what fusion charts can do. I've googled a bunch but I've not found much. Also, any links to flex busi

Re: [flexcoders] Re: How can we increase web service performance?

2009-09-19 Thread Krunal Panchal
thanks for reponse.  I have done that. what ever the time is mentioned is calculated the same way. Even my data is below the 1000 records. More even i used the object caching. I also checked the calling same method independtly from web service. but it does not taking more time compare to callin