Re: Styling the DataGrid ButtonBar

2020-12-13 Thread Carlos Rovira
yeah, you probably are missing this bead in your datagrid: El dom, 13 dic 2020 a las 19:39, wkoch () escribió: > Excellent. That's what I was looking for. > > One more question. > > The dataprovider is populated from a JSON call to a webservice > Get_GridData: > > > > [Bindable] private var DP

Re: Styling the DataGrid ButtonBar

2020-12-13 Thread wkoch
Excellent. That's what I was looking for. One more question. The dataprovider is populated from a JSON call to a webservice Get_GridData: [Bindable] private var DP_EA_Items:ArrayListView = new ArrayListView(); private function Get_GridData_RH(event:Event):void{ var jsonDataObject:O

Re: Styling the DataGrid ButtonBar

2020-12-13 Thread Carlos Rovira
Hi, In TDJ I put this to shrink fonts and change weight: .jewel.datagrid .jewel.buttonbar.header .jewel.button { font-size: 9px; font-weight: 400; } HTH Carlos El sáb, 12 dic 2020 a las 20:45, wkoch () escribió: > I've got quite a bit of code running but I think I have pulled out the bits >

Re: Styling the DataGrid ButtonBar

2020-12-12 Thread wkoch
I've got quite a bit of code running but I think I have pulled out the bits needed. I also attached the style sheet I'm using. master-style-jewel.css Here's what I'm getting:

Re: Styling the DataGrid ButtonBar

2020-12-12 Thread Carlos Rovira
Hi Warren, about bead order depends if a bead is affected by things done by other beads. In that case it surprised me since the sort bead doesn't do anything but prepare until a user clicks the header and doesn't seem to have any relation with layout things...maybe the refresh process does some tr

Re: Styling the DataGrid ButtonBar

2020-12-12 Thread wkoch
I spoke too soon on the header. I'm trying to use smaller fonts, small row heights, and no padding to pack more data into the grid. The header can't keep up. The header is giving me a bold larger font size plus padding and centering. It's forcing some of the header text outside of the columns.

Re: Styling the DataGrid ButtonBar

2020-12-06 Thread Carlos Rovira
Hope Chris can respond better than me to this. Maybe you can set up a "tag" locally so you can always have a reference of the exact commit where your app is working and then try a new updates on a more safe way El dom, 6 dic 2020 a las 18:26, wkoch () escribió: > Good to know -- I'll stop trying

Re: Styling the DataGrid ButtonBar

2020-12-06 Thread wkoch
Good to know -- I'll stop trying to get adjust it. Question: I don't pull down the nightly build with any kind of frequency - I think my last pull was a month ago. I have to be careful about changing SDK versions and possibly breaking what I out there. Where do I look in the SDK i have loaded t

Re: Styling the DataGrid ButtonBar

2020-12-06 Thread Carlos Rovira
Hi, few months ago we fixed the datagrid's columns width to get fully working, that made to lost some of the header buttons built-in layout options. We need to get over there again to solve it. El sáb, 5 dic 2020 a las 21:19, wkoch () escribió: > I need to control the row height, vertical and ho

Styling the DataGrid ButtonBar

2020-12-05 Thread wkoch
I need to control the row height, vertical and horizontal alignment, background color, etc. of the ButtonBar in the DataGrid. I've tried CSS and other support classes but I just can't seem to get a grip on it. Can someone explain what I should be doing? -- Sent from: http://apache-royale-users