Post

Replies

Boosts

Views

Activity

Why is my Help Book Titles not matching the Book?
I am working on a Help Book for my MacOS project. here is the header for one topic: language head titleElderly & Infirm Rota Help - Managing Elders/title meta name="robots" content="index, anchors" / meta name="description" content="Managing Elders" / link href="styles.css" rel="stylesheet" media="all" / /head As you can see, the topic has the title Elderly & Infirm Rota Help - Managing Elders. https://imgur.com/74jDcfW Yet, when I try to search I see: https://imgur.com/sgRoYu3 This is not right. How do I correct this?
1
0
478
Mar ’21
Distributing PKG outside of appstore
When I gave my installer to my colleague I had to add their uuid code into my developer account. but surely, if I put my pkg on my website I can’t expect anyone who downloads it to give me their uuid. I want to u deerstalker d this right. Under what scenario do I need a uuid some someone for them to run my app? And if I put my signed, notarised app on my website is it going to work as is without giving me uuid? Thanks.
1
0
404
Mar ’21
Width on images in macOS Help Bundle Books
I have been working on a simple Help Bundle Book for my first macOS project. I included a screen shot of my main window and I had to scale it down by 75% to get it to fit in the Help Viewer application. Are there any directions on an ideal width for images that we use in the help topics? Or at-least the max width we should use?
0
0
418
Mar ’21
The location of installed app
Installing on a macOS is all new to me. I have now learned about: Signing with Developer ID Notarizing Stapling I performed the above on a PKG file that came out of my Visual Studio for Mac build process. I am aware of the following types of files: Filename.app (the application itself) Filename.pkg (the installer I tried to use) Filename.dmg (an archive created from Visual Studio) I am getting slightly confused. My macOS tester said that when he tried to "install" the PKG file (which was in his Download folder) that it ended up installed in the same downloads folder. This is not what I wanted. I was hoping it would end up where the rest of the applications get installed. What extra steps must I check here to fix this issue? Thank you.
2
0
3.7k
Feb ’21
What is the UTType for CSS files?
I am trying to use the Xamarin.Essentials FilePicker to let the user select a CSS file. My code: var customFileType = new FilePickerFileType(new DictionaryDevicePlatform, IEnumerablestring { {DevicePlatform.macOS, new[] {"css"} } }); var pickResult = await FilePicker.PickAsync(new PickOptions { FileTypes = customFileType, PickerTitle = "Select stylesheet to install" }); The above works fine when I build for MacOS platform. I am also trying to add a entry there for DevicePlatform.iOS but I do not know the string to pass for a CSS file or it's UTType. I found one for HTML but not CSS. Thanks.
2
0
1.3k
Feb ’21