Re: Controlling the column width QueryChart table

2019-11-02 Thread C K Kashyap
Thanks Alex, Looks like "em" sets the minimum width. As I wanted, the column is set to the size even if the content is smaller. However it expands to accommodate the content. I could get the desired effect with TextField with width but I lose out on the alternating row colors :) I added another

Re: Controlling the column width QueryChart table

2019-11-02 Thread Alexander Burger
On Sat, Nov 02, 2019 at 09:34:08AM -0700, C K Kashyap wrote: > I have to admit that I have not read the code in detail but is there a > "logical circular reference" happening when app/gui.l refers to app/item.l > and then app/item.l refers to choItem which is app/gui.l? Couldn't all > "item"

Re: Controlling the column width QueryChart table

2019-11-02 Thread C K Kashyap
Got it. Thanks Alex! Regards, Kashyap On Sat, Nov 2, 2019 at 10:19 AM Alexander Burger wrote: > On Sat, Nov 02, 2019 at 09:34:08AM -0700, C K Kashyap wrote: > > I have to admit that I have not read the code in detail but is there a > > "logical circular reference" happening when app/gui.l

Re: Controlling the column width QueryChart table

2019-11-02 Thread C K Kashyap
Yup, app-specific seems like the right place for it. I realized it when I saw menu.css :) I am now ready to call my "todo" app done and get my life back on track :) I am planning to consolidate my questions (there are only a couple left now) but I feel I could ask this one right now. I have to