-
Use custom `NSTextField` as it is hard to customize `TextFieldStyle`
```swift
import SwiftUI
struct MaterialTextField: View {
let placeholder: String
@Binding var text: String
@S…
-
**System and IINA version:**
- macOS 13.6.3
- IINA 1.3.4 + PR #4922
**Expected behavior:**
The text fields under the slider for the `Speed` setting on the `VIDEO` tab of the quick settings pan…
-
```swift
textField.delegate = self
```
```swift
NSTextFieldDelegate
func control(_ control: NSControl, textView: NSTextView, doCommandBy commandSelector: Selector) -> Bool {
if (commandS…
-
## Storyboard
In Storyboard, `NSTextField` has an Action option that specify whether `Send on `Send on Enter only` should be the default behaviour.
![textfield](https://user-images.githubuserco…
-
![scsi2sd_windows](https://user-images.githubusercontent.com/27943/91682912-16f7ad00-eb21-11ea-8a6b-ea28ad28e530.png)
My environment is MSYS2 on Windows 10. I set it up using Riccardo's instructio…
gcasa updated
3 years ago
-
**Expected Result**
Blockheads Server should open up as expected.
**Actual Result**
Blockheads Server crashes when it fails to load the `nib` file.
```
(lldb) target create "/Users/dtest/Downlo…
-
After starting Xcode 12 I have those errors:
2021-02-19 10:30:10.855012+0100 Temperature[23779:2995066] [Nib Loading] Failed to connect (BetteryTempLabel) outlet from (Temperature.ViewController) t…
-
- **Date:** 2019-08-23
- **Resolution:** Open
- **Area:** AppKit
- **OS:** macOS 10.15.4
- **Type:** Incorrect/Unexpected Behavior
- **Keywords:** appkit, menu, emoji
## Description
### Ple…
-
I get the following error when attempting to call `initWithFrame_`:
```
error[E0034]: multiple applicable items in scope
--> src/lib.rs:63:52
|
63 | let text = NSTextField:…
-
If I add a NSTextField on top of the CocoaWindow, the TextField can't display the cursor.
It only happens on the latest Mac OS sierra, the previous OS version is working.
I have also tested the NS…