Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Query a Table with DataSource
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
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:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Kavi  
View profile  
 More options Sep 4 2012, 8:39 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kavi  
View profile  
 More options Sep 5 2012, 2:13 am
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)
=> ["*****", "*****"]


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Krukow  
View profile  
 More options Sep 5 2012, 6:54 am
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)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »