Search results for

column

2,048 results found

Post

Replies

Boosts

Views

Activity

Capturing value of edited view based tableview cells
I have a table which is view based and has multiple columns. To populate the table i pull data from a Postgres Database via postgresqlKit framwork.I need to be able to edit the data in the table and when i click a save button or press enter, capture the edited value and update the database based on that.Now updating the database and populating the tables in the app are no problem, its when it comes to capturing the edited value I am having a problem. I have found multiple ways of doing it with Cell Based tables but nothing about view based and seen as I am using Swift 2.0 and already have everything in place for populating my view based table, I would like to keep it that way.Can anyone help with this asap please. ThanksSam
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
199
Feb ’16
Reply to Why does Xcode list "8 capabilities unavailable" (including Game Center) when I want to add capabilities to my app? I am registered in the Apple developer program.
Apple Developer Relations04-Feb-2016 07:49 AM Engineering has determined that your bug report is a duplicate of another issue and will be closed. The open or closed status of the original bug report your issue was duplicated to appears in the yellow Duplicate of XXXXXXXX section of the bug reporter user interface. This section appears near the top of the right column's bug detail view just under the bug number, title, state, product and rank. If you have any questions or concerns, please update your report directly here: http://bugreport.apple.com/.
Feb ’16
Reply to Update cell content in a view based tableView
You did flush the cache, for that groupRow/column 0 combination. Now you have to debug your code to find out what's wrong with it. You will likely need to enlarge your scope of investigation beyond a single line of code.Note that the answer is not that 'reloadData…' doesn't work. Table view APIs are well-established, and so central to Mac apps that they are effectively field-tested millions of times a day.
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’16
Reply to unable to dock interface builder.
Which version Xcode are you using?From the docs:https://developer.apple.com/library/ios/recipes/xcode_help-interface_builder/Chapters/AboutInterfaceBuilder.htmlAccess your Interface Builder objects from a dock or the canvas. The dock is the column on the left side of the interface builder editor window, and the canvas is the design area on the right. The dock lists the objects contained in the user interface file. The outline view in the dock, shown in the following screenshot, displays all the objects nested inside higher-level objects. The canvas is where you lay out these objects in your app’s user interface.
Feb ’16
Reply to Using Web https to install app, the app is in waiting... state on the device
If you plug the device in to your Mac and view the console output in Xcode while installing the app from your web server, what errors do you see? (In Xcode, Window > Devices, choose device on left column, look at the bottom part of the right column. You may need to click the upward pointing triangle in the bottom left corner of the right hand column to show the console output.)
Feb ’16
Reply to Font Collection Column Missing
I reset Xcode using CleanMyMac, the font collection is now selecting English collection for me, where it stuck at Fixed Width previously, although, the collection column still hiding itself.I remember the last time I see the Font picker window is when I change the editor font, but I can't really remember the collection column is there or not.I try to install a fresh copy of Xcode (7.2.1) with another fresh OS X Yosemite 10.10.5/14F27 (with no xcode installed previously), the font collection column is there.Bug Report: 24608642
Feb ’16
Checkbox in NSTableView
Using Xcode 7 with a storyboard, I can't figure out how to change the type of one of my table's columns to be a checkbox, instead of a text cell. Everything I try results in all the other columns getting corrupted. Can somebody please point me to instructions on how to do this? I'm targeting the most recent mac version if it matters.
Topic: UI Frameworks SubTopic: AppKit Tags:
4
0
2.9k
Feb ’16
Reply to Checkbox in NSTableView
Is this table view cell-based or view-based?If it's cell-based, the content of a column is a NSCell. Replace the text field cell with a checkbox button cell.It it's view-based, you just delete the text field in the column and drag a checkbox in instead. However, you have to be very careful because the pieces are labelled confusingly.— Make sure you do not delete the text field NSCell that's at the first level under the column. It's something used internally by the table view— The other first level items within the column are alternative cell views. Unless you've added some, I think you'll find only one in a NSTableView columns. (NSOutlineView columns start with two.) That item is the NSTableCellView. Expand it, and you should see the actual text field. Delete this and put a checkbox in its place.If your table has all the standard IB item names, you should have gone down to Scroll View -> Clip View -> Table View -> Table Column -> Table
Topic: UI Frameworks SubTopic: AppKit Tags:
Feb ’16
Reply to How to frozen a few columns for NSTableView
In the Width inspector (Command-Option-5), set the column's width, minimum and maximum all to the same value.Then, in the Attributes inspector for the table, make sure the Column Sizing menu is set to something other than First Column Only, depending how you want the rest of the columns to resize.
Topic: UI Frameworks SubTopic: AppKit Tags:
Feb ’16
Subscription Question
I want to solve following situation to subscriptions.I have a public database where all data of users gets in when they are using my CloudKit option in my App.In this public database all Records having a unique ID representing the user.Now i try to make subscriptions to some user ID's but i am only able to subscribe one time to the same subscription option.What i want is that my App can subscribe to several ID'sLike App1 => subscribe to changes at all records of ID1and also App1 => subscribe to changes at all records of ID2 etc.Here is my function when subscribing./* **Subscribes to CloudKit Record changes** - parameter recordType: - String: *Name of the Record as String (equal to a table name)* - parameter predikateKey: - String: *Name of the Key for subscription (equal to column name)* - parameter predicate: - String: *Predicate to filter subscriptions (equal to cell value)* - parameter subscriptionOptions: - CKSubscriptionOptions: *Options when the subscription shoulc fire* - parameter alert
1
0
460
Feb ’16
NSTableView reloadDataForRowIndexes:columnIndexes: not working but reloadData is
I have an NSTableView (view based). The cells (views) have a NSImageView to display a thumbnail.Thumbnails come from the web, and I load the thumbnails lazily. My class that handles the thumbnail loading has a delegate that sends back a message like this:-(void)thumbnailCache:(nonnull MyThumbnailCacheObject*)thumbnailCache loaddedThumbnailsForURLs:(nonnull NSArray<NSURL*>*)imageURLs { //Get the row indexes for the urls...and then call....reloadDataForRowIndexes:columnIndexes //table view doesnt have columns. [self.tableView reloadDataForRowIndexes:indexes columnIndexes:[NSIndexSet indexSetWithIndex:0]]; }However the cells don't update. At first I thought it was a bug in my thumbnail loading, but a call to reloadData does update the cells properly.Wrapping the reloadDataForRowIndexes:columnIndexes: in between beginUpdates and endUpdates calls makes no difference.Does reloadDataForRowIndexes:columnIndexes: not work with view based table views? I'm tempted to just use reloadData and hope everythin
Topic: UI Frameworks SubTopic: AppKit Tags:
2
0
1.2k
Feb ’16
Reply to VPP MDM Error "The iTunes Store ID of the application could not be validated"
Hi All, I am not developer, but I think we are facing the same issue as what's being discussed in this thread. I procduce a B2B App and one of our Free Trial Users has downloaded it via VPP. They are using Profile Manager as a MDM but have reported to us that they cannot make the Assignable Mode as Device. It is only available as Apple ID. The client sent me a screen shot of his Profile Manager and our App was the only App that was like this, all others had Apple ID, Device in Assignable Modes column. I am not familar with User Based Assignment, but could this help me? Many Thanks everyone
Feb ’16
How to confirm correct version of app is "Waiting for Review"
I've uploaded newer versions of my iOS application just to find out the App Store team has been reviewing the same version.My Question is once I've uploaded the new version and submitted for review, how can I confirm that newer version is infact the onethe app reviewers will review. I've uploaded Versions 1.0 1.1 1.2 1.3 1.4 .1.5 and 1.6. I can see all these builds in Build History. An observation I have made is once the app is in Waiting for Review, I can click on that link and I'll see a page showing my the first versionI uploaded, and then a section called General App Information where it shows my App Icon and my contact information. There is also a Version field I can set. Its currently set to 1.6. The version is also reflected in the Waiting for Review Link. What's confusing to me is when I click on Activity (Top most menu) and then select All Builds under iOS History, it shows all the versions that I'veuploaded and the first version that I uploaded (1.0) is marked as Waiting for Review in the App Store
0
0
153
Mar ’16
How do I change what is shown in the left column of CloudKit Dashboard?
In the Default Zone view, Apple is shows the title field in the left column for each record even though the address field is listed first (it annoyingly lists everything in alphabetical order). How did they do this? Mine always lists the first field (which in this case is a field that has no data in it currently) in the left hand side which makes it very hard to quickly find a record at a glance.
0
0
265
Mar ’16