|
|
stackoverflow.com
- 2012-04-01 19:36:14
- Similar
- Report/Block
I am creating a Table View in viewDidAppear, because my app requires it to be created here for multiple reasons. However I notice that I get a memory leak when I analyze my application. I thought using the instance variable _tableView is not a good idea in any other method besides init and dealloc. Should I just use autorelease, I want...
|
|
|
stackoverflow.com
- 2013-06-05 04:36:14
- Similar
- Report/Block
I am creating an iPad application (iOS6.1) which has a master detail view concept. First view is a table view has list of items that are been loaded from Plist, when each row gets selected the second table view gets loaded with another Plist. theirs is my Detail view which has to display an UIView with a UILabel ans an UIImage. I am using...
|
|
|
stackoverflow.com
- 2012-04-15 17:09:14
- Similar
- Report/Block
I have a table view cell , during click it , another table view will open , you can select something as the value of the table view cell. The issue here is the data in the second table view is big and it will take long time to load. So after I click the cell , the screen will froze there which is not user friendly. I want to displaying a...
|
|
|
|
stackoverflow.com
- 2013-03-21 11:00:43
- Similar
- Report/Block
I need to create a view SQL statement that shows the booking ID,the Guest ID,date paid , how much was paid and the total cost of the price should be calculated using a formula according to the number of nights and price.I have tried looking for examples but im so confused.Can anyone please kindly help give any ideas ? This is the tabl...
|
|
|
stackoverflow.com
- 2012-09-01 01:32:37
- Similar
- Report/Block
Let say, I have a table named table with headers which looks like What I want to do is adding a new column table$C such that table$A < table$B then table$C <- (table$B-table$A)/table$A table$A > table$B then table$C <- (table$B-table$A)/table$B for each row so that the resulting table would look like A B C 1 2 1 2 1 -1 I t...
|
|
|
stackoverflow.com
- 2013-03-05 09:16:36
- Similar
- Report/Block
I am using auto layout (iOS6) . My Scroll View ContentSize is (768,1200) (i am using ipad) which i am setting in ViewDidAppear . I have another view on that ViewController . You can see my view hierarchy below. The another view is hidden. The problem is that when i show and hide another view, It sets the ContentSize of scroll view to f...
|
|
|
stackoverflow.com
- 2012-05-29 11:26:55
- Similar
- Report/Block
I have implemente table view using JQuery Mobile+Phone Gap <ul> <li><a href="#aboutus" data-panel="main">Site Information</a></li> <li><a href="#selectSite" data-panel="main">Site Contacts</a></li> <li><a href="#panels" data-panel="main">Site Providers</a></li&...
|
|
|
|
stackoverflow.com
- 2012-05-19 18:53:30
- Similar
- Report/Block
ok, onto my next dilemma. I've done a ton of Googling and it seems there are several ways to go about it, but none seem to fit my structuring of my table view. I'm using Xcode 4.3.2 with ARC and storyboards. I have a plain view table view. My table consists of a list of cities and their departments (one city for each row), when the user s...
|
|
|
stackoverflow.com
- 2012-03-20 12:55:41
- Similar
- Report/Block
want my table to show up only half way from the bottom of the screen, the upper half meant for the calendar view. To do this, I added a table view through code using CGRectMake specifying the (x,y) co-ordinates I wanted it to start at. Now, I want each row of this table to navigate to a new view. How do I make the navigation controller pu...
|
|
|
stackoverflow.com
- 2012-07-19 04:46:50
- Similar
- Report/Block
I have used the storyboard to lay out my GUI objects. So I have a UITableViewController that contains a Table View and a Navigation Bar. The Table View contains a View and the Table View Cells. The View contains a Text Field, a Button and a Label. When the app is run everything displays how I would like it, and the View is sitting underne...
|
|
|
stackoverflow.com
- 2012-05-28 12:32:28
- Similar
- Report/Block
I have a Tab Bar Controller App, the tab bar controller is forked into several "tab" view controller, in one of the view controller I want to redirect the user to an other view controller. I create a segue from that tab view controller to the destination view controller and given it an Identifer. And I call "performSegueWithIdentifier" in...
|
|
|
stackoverflow.com
- 2012-06-05 07:25:57
- Similar
- Report/Block
I am trying to mimic the sliding table view functionality found in apps like Facebook. I am currently using the Inferis/ViewDeck library. This works great for the sliding view but I can't figure out how to resize the Table View to fit properly in the smaller space without clipping. Example: I have seen several other SO posts with similar...
|
|
|
|
stackoverflow.com
- 2012-04-02 05:18:49
- Similar
- Report/Block
I want to implement a navigation bar. When I add the nav bar controller it adds a table view. But I don't want a table view! Is there a way to reset that relationship to a different view type?...
|
|
|
dbforums.com
- 2013-01-31 04:12:01
- Similar
- Report/Block
I am creating a field which requires a lookup. Using my school computers I have never come across this issue. I recently updated my home computer with access 2010. Upon creating a lookup I get to the part where it asks me to save the table. I save the table and than this message appears: "You can't modify the structure of table 'x', becau...
|
|
|
stackoverflow.com
- 2012-03-24 10:05:51
- Similar
- Report/Block
I have this login form. This form is a grouped table view where the application title is the table header and the other things are group/table footer. The problem is when the keyboard pops up it hides the login button. I tried to shrink the header view when the editing begins. The problem with this is that this not animatable because you...
|
|
|
stackoverflow.com
- 2012-03-28 13:47:42
- Similar
- Report/Block
I have a table and when the table is clicked it to goes to a child view which display a number of labels etc. I have set it up so when when the user is currently viewing the detail view and they rotate the objects rearrange themselves and this works well. However how do I deal with the situation that the phone is rotated during while disp...
|
|
|
stackoverflow.com
- 2012-04-12 05:49:43
- Similar
- Report/Block
hello i'm studying iOS programming i created a project, which is an empty application and i created table view controller without xib file. and i inserted follow code in didFinishLaunchingWithOptions TableViewController *tvc = [[TableViewController alloc] init]; [self.window addSubView:tvc.view]; [tvc release]; this code was crashed when...
|
|
|
stackoverflow.com
- 2013-01-31 14:58:04
- Similar
- Report/Block
When processing some data in the background which is specific to a table view cell, I would like to put the table view cell's view in a semi-transparent mode and put a progress indicator view on top of the table view cell. I tried the following code, but no activity indicator is shown: -(void)showActivityIndicatorInTableView: (UITableView*...
|
|
|
|
dbforums.com
- 2012-09-29 21:50:59
- Similar
- Report/Block
Hi All, I have a error scenario in QA DB2 database, which I am not able to resolve and truly helpless. Pls help me regarding this. To briefly say: "Fetch statement of a cursor defined for a VIEW fails with SQLCODE -1822/-151" To say in detail: Previously I had a table called DATA. For security purposes, table DATA was dropped,...
|
|
|
stackoverflow.com
- 2012-03-23 12:40:31
- Similar
- Report/Block
What is the scope of the table view cell's reuse identifiers — are they shared within one table view instance or within all the table views that use the same reuse identifier? Eg, I have a FooTableViewController and a BarTableViewController, both of them have a tableView and both of them use @"Cell" identifier in tableView:cellForRowAtInd...
|
|
|
stackoverflow.com
- 2012-07-11 18:29:43
- Similar
- Report/Block
I have created a main View and in that I add 9 UIMyView that I subclassed from UIView. I add instances of that UIMyViews using NSBundle to load the nib file and addSubview in the main view controller, of course all of these views are appeared in the upper left corner of the super view one hiding the other and the last one to be visible, w...
|
|
|
|
stackoverflow.com
- 2012-03-10 01:01:48
- Similar
- Report/Block
I am attempting to create a view in SQL Server 2000 that splits data into individual records from a source table. Source table looks like this: ShipID, AirlineID, Airport1, Airport2, AirlineID2, Airport3, Airport4, AirlineID3, Airport5, Airport6 My view needs to look like this: ShipID, Airline, Origin, Destination So my view needs to spl...
|
|
|
stackoverflow.com
- 2012-04-19 00:54:40
- Similar
- Report/Block
I have been trying to figure this out for a bit. I create a custom cell in its own xib file. In my view controller I have setup a table view controller with sections. The data that is being pulled into the table View is based off a fetch request controller from some core data that I have. I set up the custom cell in the cellForRowAtIndexP...
|
|
|
stackoverflow.com
- 2012-05-02 12:24:53
- Similar
- Report/Block
I have an app in portrait, in my View Controller (UIViewController, not a UITableViewController) there is a table (UITableView) that only occupies half the screen. I set the delegate and datasource of my table view to my view controller. Now, I would a detail view shown when i select a cell of my table... I have made this, but nothing app...
|
|
|
|
stackoverflow.com
- 2013-04-24 17:33:26
- Similar
- Report/Block
I have a view controller, it is creating another view controlling and adding resulting view to its subview. But the problem is that the view is getting created with frame (0, 0, 0, 0). If I set the frame manually it is ok, but I don't want to set frame manually, I want autoresizing. Here is the code: GridViewController *gridVC = [[GridVie...
|
|
|
stackoverflow.com
- 2013-04-09 01:52:04
- Similar
- Report/Block
I need to create a view that has a column named row_num where it will be inserted the row number, just like an auto increment in a normal table. I'm really new with views so please bare with me. Let's say I've this normal table: | country | name | age | price | | US | john | 22 | 20 | | France | Anne | 10 | 15 | | Sweden | Alex | 49 | 10...
|
|
|
stackoverflow.com
- 2013-05-03 07:18:38
- Similar
- Report/Block
Suppose I have a component .table-view that has a .table-cell child, and I want to keep my classes clean, how do I select a .table-cell that has no other classes and is a direct descendant of table-view? Open to any kind of advanced selector that is implemented in relatively new Webkit.
|
|
|
|
stackoverflow.com
- 2013-02-05 13:43:59
- Similar
- Report/Block
In my split view application it is not possible to add search bar to the rootView of the split view So i added search bar dynamically at the tableHeaderView of the ui table view as folows searchBar = [[UISearchBar alloc] init]; searchBar.frame=CGRectMake(0, self.tableView.frame.origin.y, self.tableView.frame.size.width, 44); [searchBar...
|
|
|
stackoverflow.com
- 2013-03-19 15:11:01
- Similar
- Report/Block
I have a problem when it comes to bind data to a grid view when this data retrieved from Entity framework 3.5 and the table being queried has foreign keys. Usually when I bind a table to datagridview with LINQTOSQL and the table has a foreign key, go to edit the columns of the grid view and set the column Type to Combo box and then give i...
|
|
|
stackoverflow.com
- 2012-07-22 06:22:01
- Similar
- Report/Block
I have a UITableView with its backgroundView property set to a UIImageView showing a background image. I'm then drawing some cells on top of the image and everything's working great. Now I'm trying to display a bar at the top of the screen. To prevent the bar from covering the top rows of the table view, I'm setting its contentInset p...
|
|
|
|
stackoverflow.com
- 2012-01-26 22:21:28
- Similar
- Report/Block
I'm having an issue with UIImageView that's not quite making sense to me. I want to set the image of the UIImageView and have it appear above the patterned image I've set to the background. This occurs correctly if the background color is a standard color: [UIColor whiteColor], but as soon as set it to a patternImage the background beco...
|
|
|
stackoverflow.com
- 2012-02-08 18:38:07
- Similar
- Report/Block
I want have a table in my view that is going to put 3 elements from my Model in each row. So the way I was going to do this is to loop through the model and inside of the foreach loop do a check on a count variable I have set up. If count mod 3 == 0 I would do something like </tr><tr> to start a new row. This isn't working...
|
|
|
stackoverflow.com
- 2012-06-03 02:18:19
- Similar
- Report/Block
Okay I am creating a Table View using objective c, but the data source is not working correctly... My error: 2012-06-02 20:14:39.891 Dot Golf Scoring[195:707] *** Assertion failure in -[UITableView _createPreparedCellForGlobalRow:withInde xPath:], /SourceCache/UIKit/UIKit-1914.85/UITable View.m:6061 2012-06-02 20:14:39.895 Dot Golf Scoring[...
|
|
|
|
stackoverflow.com
- 2012-06-14 11:33:14
- Similar
- Report/Block
In one of my UIViewControllers , I have a UITableView , which only has two rows and both are always visible on screen. This is a table view historically (another developer did it this way - and I'm not stuck with it). Beause both rows of the table are always visible, when my cellForRowAtIndexPath is called, I create one of the cells from...
|
|
|
stackoverflow.com
- 2012-05-18 12:12:40
- Similar
- Report/Block
I have implemented an app in iphone using sencha touch & phone gap Implemented split view using following code in index.js in SRC file with two text messages.. as shown bellow figure Now i need to add a table view on left side root view and a button on right side details view. how? Thanks in advance Ext.ns('sink', 'demos', 'Ext.u...
|
|
|
stackoverflow.com
- 2012-04-15 06:17:16
- Similar
- Report/Block
I have encapsulated all my table view logic on a UITableViewController that is linked to a view. This was done using storyboards. I would like to embed this logic and view within another view controller / view (kind of like a header information with a scrollable table beneath.) I have the following components: CustomViewController which i...
|
|
|
|
stackoverflow.com
- 2012-05-18 19:57:32
- Similar
- Report/Block
I am creating an application based on web cache, like offline web view. In android 2.3 I could find in webviewCache.db CACHE TABLE. But in android 4 I cant find that webviewCache.db or CACHE TABLE. And webview.db is also empty (another db). I cant understand whats happening, did google but couldnt find a better answer. if anyone knows how...
|
|
|
stackoverflow.com
- 2012-04-06 23:49:27
- Similar
- Report/Block
I have 3 tabs with tab bar controllers. All the 3 view controllers in the tab bar have navigation controllers to go to other view controllers on their own. One of the view controllers in the tab bar is with the map and map annotations(map view controller). Those annotations come from the web service based on the current location when th...
|
|
|
stackoverflow.com
- 2013-05-02 01:15:24
- Similar
- Report/Block
I wish to drag a UIImage on to one of several UIButtons and have it repositioned based on which button I drag it to. The problem I've ran in to is that UITouch only records the view where my touch began, I'd like to access the view my touch ends at. How can I do this? Code: -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event...
|
|
|
|
stackoverflow.com
- 2011-09-30 14:51:35
- Similar
- Report/Block
I have a Backbone app that renders several related views on each page they you navigate to. For example, one page renders the following views: Context bar Drop-down menus Pagination Main table Table rows The main table view here is the first to be appended to the DOM by my router - within this view reset is bound to an appendRows functi...
|