Re: [flexcoders] [ADV] New version of Flexible Rails book available (Alpha version 5)

2006-11-19 Thread Peter Armstrong
building a rails app with a flex front end, and would probably buy the book if it covered these topics. BTW, I'm basically using a RESTFul approach as you mention - I use the trestle scaffold generator and :render xml for flex-Railscomms. Steve On 11/9/06, Peter Armstrong [EMAIL PROTECTED] wrote

Re: [flexcoders] 'big' sample projects

2006-10-20 Thread Peter Armstrong
Hi Joost,Shameless plug:I'm writing a PDF-only book about using Flex 2 with Ruby on Rails. I doubt that the Flex code should be considered best practices yet, but it's all Open Source (MIT license) so you can use it in commercial projects regardless of whether you have bought the book. If

Re: [flexcoders] Re: datagrid, custom editRenderer, and labelFunction

2006-09-23 Thread Peter Armstrong
/mx:Script /mx:ComboBox /mx:Component /mx:itemRenderer /mx:DataGridColumnThanks again!Peter Armstrong-- Peter Armstronghttp://www.flexiblerails.com -- Flex 2 and Rails 1.1 together! (PDF-only book) __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcod

[flexcoders] [ANN][ADV] Flexible Rails Alpha Book now available

2006-09-10 Thread Peter Armstrong
. For more information visit http://www.flexiblerails.com. Thanks, Peter Armstrong -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group

Re: [flexcoders] dynamic menu item label updating issue

2005-11-29 Thread Peter Armstrong
is that while a single node tree is cake, a nested one is... hard. - Original Message - From: Peter Armstrong [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, November 28, 2005 8:09 PM Subject: [flexcoders] dynamic menu item label updating issue Hi all, Has anyone here seen

[flexcoders] dynamic menu item label updating issue

2005-11-28 Thread Peter Armstrong
is that I need to get a handle to some component and invalidate it myself or something--but I'm wondering if anyone knows whether there is a clean way to do this (or at least what the cleanest workaround is)... Thanks, Peter Armstrong Yahoo! Groups Sponsor

[flexcoders] TextArea - getting the caret x,y location?

2005-10-25 Thread Peter Armstrong
to get the caret x,y coordinates. If there were no scroll bars, no HTML text and a monospaced font I could possibly use Selection.getCaretIndex() and do some really cheesy math -- but this isn't the case. Thanks! Peter Armstrong Yahoo! Groups Sponsor

[flexcoders] Problem with trying to set the focusedCell in a Tree

2005-09-15 Thread Peter Armstrong
} /mx:dataProvider /mx:Tree /mx:VBox /mx:Panel /mx:Application Am I doing anything wrong? Or, if this is a bug (it sure seems like a bug), does anyone know of any workarounds? Thanks, Peter Armstrong Yahoo! Groups Sponsor

[flexcoders] Tree node labels: how to get the new value the user entered when handling the cellEdit event?

2005-09-14 Thread Peter Armstrong
value when the value changes!? Thanks, Peter Armstrong Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] Tree node labels: how to get the new value the user entered when handling the cellEdit event?

2005-09-14 Thread Peter Armstrong
That worked. Thanks! -PeterOn 9/14/05, Mika Kiljunen [EMAIL PROTECTED] wrote: Try YourTree.cellEditor.text ? -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Peter Armstrong Sent: 14. syyskuuta 2005 9:52 To: flexcoders