[flexcoders] Advanced Item Editor in Simple List

2011-08-09 Thread Martin Moschitz
Hey there, I can't figure out the problem, maybe you can help me out. My List has an ArrayCollection as a DataProvider. It contains objects with a number of properties, amongst others: AktID, AktName, AktPrice, etc. I have an itemRenderer which is also the itemEditor. I set the

[flexcoders] Refreshing ADG with Hierarchical Data

2009-12-03 Thread Martin Moschitz
()). Any ideas? Someone suggested to extend HierarchicalData and throw a manual change event, but that seems very akward to me. Thanks, Martin -- Martin Moschitz mar...@moschitz.at

[flexcoders] Keyboard navigation in Advanced Datagrid

2009-08-19 Thread Martin Moschitz
Hi, I am trying to implement an Excel like keyboard navigation in an ADG. Arrow keys move around the cells, and only on pressing enter or starting typing the cell moves to editing mode. Highlighting the currently selected cell would also be nice. Any ideas on this? Thanks! Martin -- Martin

[flexcoders] Flex Datagrid -Extract non formatted (raw) value onItemEditBegin

2009-08-19 Thread Martin Moschitz
would I accomplish this then? Thx, Martin -- Martin Moschitz mar...@moschitz.at

[flexcoders] Re: What is the best material to learn Flex 3 and AS3?

2009-08-17 Thread Martin Moschitz
Honestly, I also could not believe it, but I was extensively looking for good resources, and the best to start with was: Flex 3 for dummies. Even though I have a computer science background, my doubts of buying and reading this books vanished quickly. I have never done anyhing with Flex,

[flexcoders] Re: Flex and Reporting

2009-06-17 Thread Martin Moschitz
Hi Angelo, thanks for your insights. Finally I ended up doing a similar thing. Since I get my data from PHP Services, I now just send back a print request, which generates the PDF and sends back a link to it, and the Flex Client can navigate to it. I find that this is probably the best

[flexcoders] Re:Pb with Amfphp

2009-06-05 Thread Martin Moschitz
i had this error frequently while using ZendAMF. It was always a Problem with the PHP code. Some call to a method which did not exist, a class method call without $this, or any other minor thing which should cause PHP to send a warning, but in conjunction with ZendAMF (since

[flexcoders] Re:Flex and Reporting

2009-06-04 Thread Martin Moschitz
You might wonna look at this: http://www.kemelyon.com/bts/2008/01/14/flexreport/ I have not used it yet, but I am planning to use it for my current app. Hth, martin