jwolib:Pod – title bar children MXML visibility bug fix
8 Comments so far
Leave a comment
Thursday, April 2, 2009, 8:10 pm
Filed under: actionScript, client side, components, flex, jwo_lib, projects | Tags: actionScript, components, development, flex, jwolib, mxml
Filed under: actionScript, client side, components, flex, jwo_lib, projects | Tags: actionScript, components, development, flex, jwolib, mxml
For those of you who use the Pod component I fixed the annoying issue of where title bar children’s visibile properties being set in MXML did not stick. Anyway revision 122 addresses this issue.
8 Comments so far
Leave a comment
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Hi great work, I realy like the Pod. Thank you for sharing. Should I be seeing the buttons in my tag in Design view?
Comment by Masis Sunday, April 5, 2009 @ 5:55 pmOr is it runtime display only. Thank you once again.
You probably won’t see any title bar children appearing in design mode as it is really pushing past the original intentions of the Panel class. I really don’t use design view at all so I can’t really say what will show.
Comment by jwopitz Sunday, April 5, 2009 @ 7:13 pmI thought it was the case just wasn’t sure.
Comment by Masis Sunday, April 5, 2009 @ 8:12 pmThank you for a great component and fast response. Cheers
Thanks for the component. Could the Pod be used in place of the Panel of the rich text editor?
Comment by Mark Thursday, May 21, 2009 @ 4:18 pmto tell the truth I have never used the rich text editor. You could probably extend the rich text editor class and input some of the code found in Pod there.
Comment by jwopitz Monday, May 25, 2009 @ 12:20 amI’ll give it a shot. Thanks.
Comment by Mark Monday, May 25, 2009 @ 6:55 pmHey, get job on the Pod, but I was wondering if there is a way to align the rightmost component with the rest of the Panel? Currently it always adds the first child slightly to the left.
Thanks in advance.
Comment by JVH Friday, August 7, 2009 @ 1:29 pmIf I remember correctly it right-justifies the title bar children according to the right padding or corner radius, whichever is the largest. It would entail overriding the right padding style or some new styling name to address this. Do you have a suggestion on the new style name? titleBarRightPadding?
Comment by jwopitz Friday, August 14, 2009 @ 5:51 am