Re: [android-developers] Need help setting table column width

2013-08-18 Thread Salil
Thanks TreKing One more observation is - first column always takes some specific width. I tried by putting a blank string in the fist column and build. Then the first column still takes some specific width and rest of the columns are taking it's required width. I tried different ways - but cou

Re: [android-developers] Need help setting table column width

2013-08-17 Thread TreKing
On Sat, Aug 17, 2013 at 6:19 PM, Salil wrote: > I have attached my project in the first mail. Hence I didn't include the > source files in subsequent mails. > As I mentioned originally, few people are going to download attachments. You need to paste the relevant code into the message itself. >

Re: [android-developers] Need help setting table column width

2013-08-17 Thread TreKing
On Fri, Aug 16, 2013 at 8:05 PM, Salil wrote: > I tried the solutions that you specified. When set the shrinkable to > first column the first column disappeared. ( as in the attachment ). > Please show the full chunk of code you're using to create your table. > This is my first project in An

Re: [android-developers] Need help setting table column width

2013-08-16 Thread TreKing
On Fri, Aug 16, 2013 at 6:00 AM, Salil wrote: > Any luck on this ... > Are you just sitting around waiting for someone to give you an answer? Did you try the things I suggested to you? - TreKing

Re: [android-developers] Need help setting table column width

2013-08-16 Thread Salil
Any luck on this ... this is a kind of a bit urgent for me. Any pointers or help would be appreciated. Thanks sAlil On Wednesday, August 14, 2013 7:51:32 AM UTC+5:30, Salil wrote: > > Thanks TreKing for the reply. > > I referred the online documents for setting layout parameters. But > couldn

Re: [android-developers] Need help setting table column width

2013-08-13 Thread Salil
Thanks TreKing for the reply. I referred the online documents for setting layout parameters. But couldn't do it correctly. I am not getting a logical explanation on why only the first column is not setting the parameter. If I add a blank column before the first column ( id column ) then the fir

Re: [android-developers] Need help setting table column width

2013-08-13 Thread TreKing
On Tue, Aug 13, 2013 at 1:38 AM, Salil wrote: > I think I didn't understand your question correctly. the project file is > attached. > Few people are going to download an attachment off a posting in a public forum on the internet. Even fewer are going to weed through it to debug your problem for

Re: [android-developers] Need help setting table column width

2013-08-12 Thread Salil
TreKing Thanks for responding I think I didn't understand your question correctly. the project file is attached. The following is what I am doing. int result_str_size = 5; for ( int i=0 ; i< result_str_size; i++) { TableRow tr = new

Re: [android-developers] Need help setting table column width

2013-08-12 Thread TreKing
On Mon, Aug 12, 2013 at 9:37 PM, Salil wrote: > I want to get the first column shrink to fit to the text size. And what have you tried? - TreKing