Re: [EXTERNAL] Re: Styling a Royale List

2020-10-23 Thread Carlos Rovira
Hi Warren, APIs from the presentation models were removed from TLC since it was only adding weight. Presentation models are beads and are showcased in TDJ. An example from TDJ: ... The Jewel List page reference is here [1], just updated with latest changes. Jewel still doesn't have multipl

RE: [EXTERNAL] Re: Styling a Royale List

2020-10-23 Thread Koch (US), Warren R
I found that bead and played with it. There must be some sort of padding or margin around each item in the list. Using row height only lets me collapse a row to about 30px with a font height of 11px. Might you know where that space is hiding? As far as contributing – might be something in th

Re: [EXTERNAL] Re: Styling a Royale List

2020-10-23 Thread Carlos Rovira
Hi, default padding in jewel list item renderers are 8px to see where is defined check jewel IndexedItemRendererInitializer (that is the super class of ListItemRendererInitializer) this is the code there: override protected function setupVisualsForItemRenderer(ir: IIndexedItemRenderer):void { se

Re: [EXTERNAL] Re: Styling a Royale List

2020-10-23 Thread wkoch
I tried. And failed. The padding bead worked but it only controls the padding around all the items in the list, not the items in the list. I'm sure I have to do something in CSS but I don't know where. -- Sent from: http://apache-royale-users.20374.n8.

Re: [EXTERNAL] Re: Styling a Royale List

2020-10-23 Thread Brian Raymes
Hi Warren, Item Renderers and their layout are separate from the List. See the following example: List: Item Renderer: http://ns.adobe.com/mxml/2009"; xmlns:js="library://ns.apache.org/royale/basic" xmlns:j="library://ns.apache.org/royale/jewel">

Re: How to minify mxroyale\HelloWorld .js file

2020-10-23 Thread Piotr Grudzinski
Looking at the index.html in the bin/js-debug folder, it contains 250 goog.goog.addDependency() lines. Hope someone can help me to understand: 1. How does the index.html relate to HelloWorld.js in the js-release folder? Is the stuff in js-release generated based on the js-debug? 2. Are all the 250

RE: [EXTERNAL] Re: Styling a Royale List

2020-10-23 Thread Koch (US), Warren R
Thanks for the insight but I've given up on Jewel Lists for now. I don't have time to figure it out and I for sure don't expect folks to code it for me. If I can't move quickly from a Flex component to a Royale/Jewel component I'm abandoning it. Without a roadmap from Flex features to BASIC o