Re: FlexJS: Table Container Style

2017-05-04 Thread PKumar
I taken nightly build and it's working. Thanks On 04-May-2017 11:25 PM, "Peter Ent [via Apache Flex Users]" < ml+s246n15188...@n4.nabble.com> wrote: > You should not need to, but I guess you should give it a try. > —peter > > On 5/4/17, 1:35 PM, "PKumar" <[hidden email] >

Re: FlexJS: Table Container Style

2017-05-04 Thread Peter Ent
You should not need to, but I guess you should give it a try. —peter On 5/4/17, 1:35 PM, "PKumar" wrote: >Peter, > >I am using VCode and style is not applying on table. Do i need to download > the flexjs nightly build? > >On 04-May-2017 8:02 PM, "Peter Ent [via Apache

Re: FlexJS: Table Container Style

2017-05-04 Thread PKumar
Peter, I am using VCode and style is not applying on table. Do i need to download the flexjs nightly build? On 04-May-2017 8:02 PM, "Peter Ent [via Apache Flex Users]" < ml+s246n15185...@n4.nabble.com> wrote: > Hi, > > I've checked in a couple of changes: I've removed the default styling

Re: FlexJS: Table Container Style

2017-05-04 Thread Peter Ent
Hi, I've checked in a couple of changes: I've removed the default styling on the table header and cell which were putting on borders so now you do not have to remove them. I also tweaked the SimpleTableLayout to better mimic the HTML table, although there is still some more room for improvement.

Re: FlexJS: Table Container Style

2017-05-04 Thread Peter Ent
Oops - that was my fault. SimpleCSSStyles does work if you use all of the styles: will give you a 4 pixel wide red border will prevent any border from appearing. So use either a CSS style or SimpleCSSStyles, whichever you prefer. —peter On 5/4/17, 9:28 AM, "Peter Ent" wrote:

Re: FlexJS: Table Container Style

2017-05-03 Thread PKumar
Thanks Peter, I will try this. By default table is showing border and I want border less table. On 04-May-2017 1:43 AM, "Peter Ent [via Apache Flex Users]" < ml+s246n15164...@n4.nabble.com> wrote: > Hi, > > Yes, the can have style as you describe. > > Regards, > Peter Ent > Adobe