Posts

Post not yet marked as solved
2 Replies
1.1k Views
Is there any particular reason why a WKWebView instance set as the contentView of a NSWindow would not display web content when the window is displayed using the runModalForWindow method of NSApplication?If I display the window using the showWindow method of NSWindowController, it displays correctly.If I replace the WKWebView instance with a WebView instance, the web content displays correctly whether the window is shown modally or not.In all cases I am calling loadRequest: in windowDidLoad.Bruce
Posted Last updated
.
Post not yet marked as solved
1 Replies
246 Views
Hi,I'm looking for a control for editing a time interval - similar to NSDatePicker but returning an NSTimeInterval.It would be nice to be able specify what fields are present (e.g. days, hours, minutes, seconds, deciseconds, milliseconds).Is this something I need to roll myself or is there a third party control that provides this functionality?(I looked at DejaIntervalPicker, but it doesn't give you the ability to select individual fields and edit or use a stepper like NSDatePicker)Thanks....Bruce
Posted Last updated
.