Re: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-01 Thread modjklist
Hello again, I haven't got any response and was just hoping I could entice someone to review my question below. The code implements a textbook method to update the client model when someone changes the text in a spark TextInput located in a header renderer. This works fine. I just need to know

AW: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-01 Thread Krüger , Olaf
yCondition: myCondition }; return factory; } … … -Ursprüngliche Nachricht- Von: modjkl...@comcast.net [mailto:modjkl...@comcast.net] Gesendet: Montag, 1. Dezember 2014 15:20 An: users, apache Betreff: Re: how to updateDisplayList() in custom headerRenderer? (help!) Hello again,

Re: AW: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-01 Thread modjklist
December 1, 2014 6:59:35 AM Subject: AW: how to updateDisplayList() in custom headerRenderer? (help!) If your question is "How to pass additional data to an item renderer" this could work for you: (Take a look at the links to understand how it works) /** * Pass additional

Re: AW: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-01 Thread modjklist
014 6:59:35 AM Subject: AW: how to updateDisplayList() in custom headerRenderer? (help!) If your question is "How to pass additional data to an item renderer" this could work for you: (Take a look at the links to understand how it works) /** * Pass additional data to a Renderer * * @see http:/

AW: AW: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-02 Thread Krüger , Olaf
14 21:06 An: users, apache Betreff: Re: AW: how to updateDisplayList() in custom headerRenderer? (help!) Thanks Olaf, I tried to implement by making a public bindable variable "myCondition" in the header renderer and then binding it to the TextInput text property (e.g. ). but I get t

RE: AW: AW: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-02 Thread Frédéric THOMAS
com > To: users@flex.apache.org > Subject: AW: AW: how to updateDisplayList() in custom headerRenderer? (help!) > Date: Tue, 2 Dec 2014 11:45:58 + > > I tried it also and also tried some other ways but nothing works. I've no > idea how to get it working with an headerRender

Re: AW: AW: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-02 Thread Alex Harui
On 12/2/14, 3:45 AM, "Krüger, Olaf" wrote: >I tried it also and also tried some other ways but nothing works. I've no >idea how to get it working with an headerRenderer, sorry. >Perhaps Alex could help? Maybe I’m not understanding the problem, but in general, the #1 rule for item renderers is

Re: AW: AW: how to updateDisplayList() in custom headerRenderer? (help!)

2014-12-02 Thread modjklist
have the header renderer access that (as I believe Alex alludes to below) in mxml such as . - Original Message - From: "Alex Harui" To: "users, apache" Sent: Tuesday, December 2, 2014 9:36:41 AM Subject: Re: AW: AW: how to updateDisplayList() in custom headerRen