Git Product home page Git Product logo

table-layout's People

Contributors

nathansweet avatar

Watchers

 avatar

table-layout's Issues

Wrong layout() implementation in twl's TableLayout

In recent git of tablelayout-twl, the TableLayout.layout() function calls 

super.layout(table.getBorderLeft(), table.getBorderRight(), 
table.getInnerWidth(), table.getInnerHeight());

instead of

layout(table.getInnerX(), table.getInnerY(), table.getInnerWidth(), 
table.getInnerHeight());


Original issue reported on code.google.com by [email protected] on 31 Mar 2014 at 10:39

Row properties cannot be parsed from table layout file

What steps will reproduce the problem?
1. Open the TableLayout Editor from the Google code website.
2. Copy the following sample code into the editor. I copied it from the 
examples section on the main page:

debug align:top
* spacing:5
| align:right | fill:x expand:x
--- paddingBottom:10
'Name:'
[nameEdit]

---
'Address:'
[addressEdit]

What is the expected output? What do you see instead?
All elements in the row should have a bottom padding of 10 but instead I get a 
parse error:
Error parsing layout on line 4:5 near: paddingBottom:10 {...}

What version of the product are you using? On what operating system?
Replicated in the TableLayout Editor launched from the Google Code page and in 
libgdx svn trunk (TableLayout Revision: 2895).

Original issue reported on code.google.com by [email protected] on 26 Feb 2012 at 2:01

a smaller Cell spacing property value doesn't override the parent property value

With the sample layout:

* spacing:40
[test1] spacing:10
[test2]

What is the expected output? What do you see instead?

I expect test1 and test2 to be spaced by 10 pixels.

If the spacing on test1 was bigger than the table spacing, it would replace it.

I suppose it work the same for all the properties.

What version of the product are you using? On what operating system?

Current TableLayout Editor


MechanTOurS

Original issue reported on code.google.com by [email protected] on 15 Jun 2012 at 11:38

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.