Post

Replies

Boosts

Views

Activity

Comment on Illegal NSComboBox Data source Swift 5 Storyboard
@Claude31 So I didn't need the call to the numberOfItems and comboBox as they populate from the "dataSource" in the comboBox function on their own. I added three more NSComboBoxes (They all load value from same source) and they all populated without doing anything other than setting the dataSource and delegate to self for all in the ViewDidLoad(). Is this an OK way of populating the NSComboBoxes? What would I do if I needed to populate different comboboxes with different values?
Feb ’23
Comment on Issue with pre-compiling Applescript in Swift 5
I tried this approach but the "tell te" doesn't activate the app in my case. Even if it's running. I confirmed that the process name for the app is "Microsoft Remote Desktop". I can activate using tell application "Microsoft Remote Desktop" but not by assigning the process name to the variable and calling; tell application "Microsoft Remote Desktop" activate works set rdp to application process "Microsoft Remote Desktop" tell rdp activate doesn't.
Jan ’23