Query a Table with DataSource
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 |
From: Kavi <citk...@gmail.com>
Date: Tue, 4 Sep 2012 05:39:20 -0700 (PDT)
Local: Tues, Sep 4 2012 8:39 am
Subject: Query a Table with DataSource
Hi Karl, I have 2 tables and the query result is as follows query("view:'UITableView'") => [{"class"=>"UITableView", "UIType"=>"UIView", "frame"=>{"x"=>0, "y"=>0, "height"=>247, "width"=>320}, "description"=>"<UITableView: 0x6071600; frame = (0 0; 320 247); clipsToBounds = YES; autoresize = W+H; layer = <CALayer: 0xd3167c0>; contentOffset: {0, 72}>. Delegate: MyTable, DataSource: MyTable"}, {"class"=>"UITableView", "UIType"=>"UIView", "frame"=>{"x"=>1, "y"=>1, "height"=>255, "width"=>238}, "description"=>"<UITableView: 0x6093c00; frame = (1 1; 238 255); clipsToBounds = YES; layer = <CALayer: 0xd3272e0>; contentOffset: {0, -0}>. Delegate: DropdownList, DataSource: DropdownList"}] Can i filter the table with DataSource or Delegate???
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Kavi <citk...@gmail.com>
Date: Tue, 4 Sep 2012 23:13:33 -0700 (PDT)
Local: Wed, Sep 5 2012 2:13 am
Subject: Re: Query a Table with DataSource
I tried as below query("view:'UITableView'",:DataSource) => ["*****", "*****"]
On Tuesday, 4 September 2012 18:09:20 UTC+5:30, Kavi wrote: > Hi Karl, > I have 2 tables and the query result is as follows > query("view:'UITableView'") > => [{"class"=>"UITableView", "UIType"=>"UIView", "frame"=>{"x"=>0, "y"=>0, > "height"=>247, "width"=>320}, "description"=>"<UITableView: 0x6071600; > frame = (0 0; 320 247); clipsToBounds = YES; autoresize = W+H; layer = > <CALayer: 0xd3167c0>; contentOffset: {0, 72}>. Delegate: MyTable, > DataSource: MyTable"}, {"class"=>"UITableView", "UIType"=>"UIView", > "frame"=>{"x"=>1, "y"=>1, "height"=>255, "width"=>238}, > "description"=>"<UITableView: 0x6093c00; frame = (1 1; 238 255); > clipsToBounds = YES; layer = <CALayer: 0xd3272e0>; contentOffset: {0, -0}>. > Delegate: DropdownList, DataSource: DropdownList"}] > Can i filter the table with DataSource or Delegate???
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: Krukow <karl.kru...@gmail.com>
Date: Wed, 5 Sep 2012 03:54:15 -0700 (PDT)
Local: Wed, Sep 5 2012 6:54 am
Subject: Re: Query a Table with DataSource
Try query("view:'UITableView'",:dataSource)
On Wednesday, September 5, 2012 8:13:33 AM UTC+2, Kavi wrote: > I tried as below > query("view:'UITableView'",:DataSource) > => ["*****", "*****"] > On Tuesday, 4 September 2012 18:09:20 UTC+5:30, Kavi wrote: >> Hi Karl, >> I have 2 tables and the query result is as follows >> query("view:'UITableView'") >> => [{"class"=>"UITableView", "UIType"=>"UIView", "frame"=>{"x"=>0, >> "y"=>0, "height"=>247, "width"=>320}, "description"=>"<UITableView: >> 0x6071600; frame = (0 0; 320 247); clipsToBounds = YES; autoresize = W+H; >> layer = <CALayer: 0xd3167c0>; contentOffset: {0, 72}>. Delegate: MyTable, >> DataSource: MyTable"}, {"class"=>"UITableView", "UIType"=>"UIView", >> "frame"=>{"x"=>1, "y"=>1, "height"=>255, "width"=>238}, >> "description"=>"<UITableView: 0x6093c00; frame = (1 1; 238 255); >> clipsToBounds = YES; layer = <CALayer: 0xd3272e0>; contentOffset: {0, -0}>. >> Delegate: DropdownList, DataSource: DropdownList"}] >> Can i filter the table with DataSource or Delegate???
You must Sign in before you can post messages.
You do not have the permission required to post.
|
|
|