Table Layout is a common presentation design that places components into rows and columns.

learn more… | top users | synonyms

0
votes
2answers
26 views

Scroll View doesn't show full content

I have an XML file that has a ScrollView with one child LinearLayout. in tried to inflate a layout which has a TableLayout and some other child views. but for some reason that last button in the ...
0
votes
0answers
5 views

Simple splash screen to display while loading game will not show up at startup but works fine otherwise

@Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); splashTable = new TableLayout(this); splashTable.setBackgroundResource(R.drawable.splash); ...
1
vote
1answer
22 views

TablelayoutManager, how to create a custom List?

I am new in BlackBerry programming. I am trying to do a clickable listview, like in music player, with a Bitmap on the left, a title and a subtitle. I am having an error when i push this screen: ...
0
votes
3answers
24 views

how to detect that tablerow has been pressed

i know that i can use this for each tablerow but it's very long code setOnClickListener(new OnClickListener() { public void onClick(View v) { //perform action } ...
1
vote
1answer
27 views

Dynamic TableRow in TableLayout

Someone could tell me why my app crash?? When I add 1 tablerow everything goes right but when i try to add more than 1 table row my app crask public void generaLayout(){ TableLayout tabla = new ...
0
votes
0answers
6 views

How to make items of a custom menu the same size in Android?

I am creating a custom menu (popUpWindow) that's pops on the screen when the user taps the menu button (as explained in this tutorial http://www.codeproject.com/Articles/173121/Android-Menus-My-Way). ...
0
votes
1answer
24 views

how to add two buttons in the same column of a row in table layout?

I have a table layout wher i am displaying values from my database i have seven columns for that table.. i am adding rows to the table layout programmatically adding the data is fine..m doing that by ...
0
votes
0answers
15 views

What's going on with this tablelayout in Android?

here is the xml file <?xml version="1.0" encoding="utf-8"?> <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
0
votes
2answers
37 views

how add and delete rows to table layout in java programically

I am new in java and android programing. I want to add rows(include some text box) to table layout by code and delete some of them.and finaly get their text box valus.how can i do it?
0
votes
0answers
18 views

Table layout with linear layout using all the screen height

I want to do: ****ROW 1**** ****ROW 2**** ****ROW 3**** LINEAR LAYOUT I want to set 75% of the screen height for the table layout and 25% percent of the screen height for the linear laypout how ...
0
votes
1answer
18 views

Dynamically add rows to TableLayout

I want to add rows to Table Layout by fetching contents from Database....I am trying below code but its not working. I created a class 'ProductDatabase' for the databse related work...and using the ...
0
votes
0answers
20 views

table layout does not accurent format or width using edittext

I have little confusing in table layout, Here so <?xml version="1.0" encoding="utf-8"?> <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
3
votes
4answers
73 views

CSS Tables and spacing

I'm new to CSS tables, it's my first time. So I discovered that when you set display:table to a div, you can forgot all margin and padding (and whatever) you're planning on it's future cause they are ...
0
votes
0answers
10 views

Sizing an EditText view within a TableRow

The code I have is below. I have a TableLayout that contains two TableRows. The first Table Row has two TextViews and the second TableRow has a TextView and an EditText. The issue I have is trying ...
1
vote
3answers
60 views

CSS table layout with missing cells

I have HTML content from an external source to work with. It is tagged with divs and look somewhat like this: <!DOCTYPE html> <html> <head> <title>Example</title> ...
0
votes
1answer
33 views

Having a TableLayout Issue

public void createWindow2(){ setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setPreferredSize(new Dimension(400, 500)); setLocationRelativeTo(null); setContentPane(new ...
0
votes
0answers
28 views

ultra-slow tablelayout performance

I'm experiencing terrible TableLayout performance. I've read some posts here talking about the same ... Android dynamically created table - bad performance I use a tablelayout inside an already ...
1
vote
1answer
28 views

How Do I Delete Rows From TableLayout?

I'm a noob to android development and I am having trouble deleting rows from a TableLayout that that is instantiated with one row inside a viewpager. When user click a button 12 more rows are added. ...
0
votes
0answers
41 views

Update dynamically a scrolling tableLayout with a fixed Header

I have a new probleme in my android app I make a scroll table with a fixed header row which display a database, i calculate width of the columns automatically The first time i draw the tablelayout ...
0
votes
1answer
45 views

TableLayout orientation : only one column is showing in portrait orientation

I have created a table layout with two columns , it works fine with landscape orientation : But only one column is showing in portrait orientation : I tried creating two folders layout-land ...
1
vote
1answer
45 views

Table doesn't show

I have created a table through TableLayout (id=myProducts_tableLayout) programatically but it doesn't show on the screen. Below is the XML code. #`<?xml version="1.0" encoding="utf-8"?> ...
1
vote
2answers
87 views

C# filling TableLayoutPanel cells from left to right

I am working on a windows form app which primarily consists of a TableLayoutPanel with 8 columns and 9 rows. I have been able to fill each of the cells like so: for (int row = 0; row < ...
0
votes
1answer
35 views

What is the best way to display custom view with scrollable behaviour on android

I have to display multiple custom view with scrollable behaviour (as a grid list). Like scrolling horizontally and vertically on a chest grid where each item is a custom view. What is the best way to ...
0
votes
0answers
9 views

Scroll to a particular row in a TableLayout, which is contained in a ScrollView

I have a TableLayout contained in a ScrollView. Once the TableLayout is populated (programatically), I would like to programatically scroll that table so that a particular row is to the top of the ...
0
votes
1answer
54 views

Making ListView align items correctly

I have a ListView with 10 columns and an header. As you can see in the following picture, the rows are not aligned with the header. If the text in the TextViews was centered it seems like the ...
0
votes
0answers
16 views

Remove Rows from TableLayoutPanel [duplicate]

I'm trying to Remove all rows from a TableLayoutPanel(which are added automatically at runtime) but I seem to be getting this Error: Object reference not set to the instance of an object. Here ...
0
votes
2answers
22 views

TableLayout issue - Android

I have two TableLayout's in my Android app. I want one half of my app to be static and always shown, and the other to be scrollable. When I build and run my app on my Android phone, the bottom half ...
0
votes
0answers
46 views

Last Cell is missing when using LinearLayout in TableLayout:

I have a very weird problem, I'm creating a TableLayout in my application. When I create a simple TextViews for the row cells then everything works fine. The problem happens when I need something more ...
0
votes
1answer
49 views

Make a `<table>` width equal to its children `<td>`

I have a <table> that I would like to have a width that contains its children <td>. Unfortunately, I can only assign classes to the <td> columns, and not the <th> columns - ...
0
votes
1answer
42 views

to get one value of the column from the table layout after the user clicks on the row

I am creating an android app in which m displaying rows from the database in a table layout. In these rows i am displaying the row id and two columns from the database. I have put an on click event on ...
0
votes
1answer
226 views

GridLayout vs TableLayout

I'm unsure as to what the differences between the two of them are and which I should use for my purpouses? What I'm trying to do is create a custom virtual numpad with text inputs and that can ...
1
vote
0answers
39 views

Chrome strange behavior when wrapping table with table-layout: fixed

I have a div that wraps a table with table-layout: fixed. <div class="wrap"> <table id="mytable"><tr> <td>Some label</td> </tr></table> ...
0
votes
1answer
116 views

Android TableLayout row height or column stretch not working

I'm having a problem with TableLayout row height. If android:stretchColumns="1" the result is as you can see the text from the last row it's cut if I don't specify strechColumns the result is: ...
0
votes
1answer
24 views

Android: 2 TableLayouts side by side

Is it possible to display 2 TableLayouts (in a RelativeLayout) side by side so that both tables have the same width? I just don´t know how to do that. I already tried it with setting ...
0
votes
3answers
124 views

TextView displaying text in One line when adding rows programatically in Table Layout

I have a table layout after some view in my xml file. Below is the code. <ScrollView> <LinearLayout> .................................. ..................................... ...
0
votes
0answers
38 views

Application wide background

Android rookie here, so bare with me. I'm trying to set a background image that will persist for the entire application (droid.png is in res/drawable-ldpi) styles.xml: <resources> ...
0
votes
0answers
29 views

Most up-to-date version of the java “Clearthought” TableLayout project

What is the status of the java "Clearthought" TableLayout project? is it still being maintained? what is its most up-to-date website? old page: ...
0
votes
2answers
65 views

Center TextView Programmatically on TableRow

I am trying to center a textview inside a tablerow, that is itself inside a tablelayout, but I guess I am missing something, because the TextView doesn't get centered :s Here is my method: private ...
0
votes
1answer
137 views

TableLayoutPanel: Delete Rows

I have a TableLayoutPanel which is filled with rows at runtime using a txt file (get each row from the text file, and put it in cells contained in new rows) Code Looks like this public static string ...
2
votes
4answers
43 views

Table layout not fitting screen

I have an activity which creates a table dynamically. The activity is created and is working fine. This is the source code of the xml file: <RelativeLayout ...
0
votes
2answers
48 views

Make TableRows even width

Below is what my screen looks like: You can see that in row 1, the two buttons are not aligned evenly since the right box is 2 lines and the left box is 1 line. Also, you can see in row 3 that the ...
1
vote
2answers
31 views

ImageView isn't showed on TableRow

I have the following code to create a table header in my code. But, for some reason, the column with ImageView don't show anything. As I fixed weight for the columns, instead of show the image, this ...
3
votes
2answers
106 views

How to add submenu items to menuitems

I have created a Table layout in windows forms as shown in figure, i have added a right mouse button click Menu to my table, i wnt to add submenu items to following menuitems such as When i click ...
0
votes
1answer
210 views

How to apply row span in tablelayout?

How to apply row_span to TableLayout? I want to make something similar to this image, but i don't know how to do it. What is the correct way to make something like this? table_image This is my first ...
-1
votes
1answer
54 views

How do I import the tablelayout.jar file?

In every example I can find this import is used: import layout.TableLayout; I´ve downloaded the jar file, but I'm having problems importing it. Anyone?
0
votes
1answer
51 views

Adding rows dynamically to a table, where the layout was designed

I was wondering if I can add rows of data dynamically to a table whose layout was already defined...for ex : <TableLayout android:id="@+id/myTableOrders" ...
0
votes
0answers
36 views

Changing element inside TableLayout resizes all element in column

I have a TableLayout where the first column contains labels, and the second column contains EditTexts or other widgets. Now, I would like to stretch those columns so they are even, but I would also ...
0
votes
0answers
91 views

EditText dynamically added to tablerow has wrong width on phone but not on emulator

I have seen several questions similar to this on stackoverflow, but they all did not seem relevant to my issue. I have set up an empty tablelayout in my xml, <TableLayout ...
0
votes
1answer
26 views

Android's IllegalStateException in dynamic rows creation

I followed this fellow here and ended up getting the following error. As far as I understand I am not required to run new TableLayout(), neither new Textview() on runtime. 04-14 16:11:55.232: ...
0
votes
0answers
35 views

Set only one row in TableLayout to be highlightable on click

I have a table layout in my Android app, and when a row is clicked, the row lights up, but I only want one row at a time to be selected, so how would I do that? Presently, I have this. So whenever a ...

1 2 3 4 5 14