I'm looking for a way to compile two scripts on Big Sur that will allow me to fastforward and rewind 5 sec. any video currently playing in the NowPlaying widget, the one in the menu bar see screenshot.
I tried to locate the correct path using UI browser, but it doesn't seem to work. Here's the path to it: https://i.stack.imgur.com/noYL0.jpg.
Related
I have spent some hours reading Google and Stack Overflow on this, the result is an increase in bafflement!
I would have thought what I am trying to do would be easy.
I have a view that includes a background image and overlayed text (its a certificate) that needs to be printed. I have the view displayed, now need to print.
I have tried following macOS Printing in Swift
and to get the window How to access own window within SwiftUI view?
The app is OSX desktop Swift and Xcode etc all latest versions.
I would post sample code but I am at a loss as at what wat to do it. Do I need the host window? Do I need to create a view just for the print? Do I need NSPrintOperation?
Many thanks.
Does anybody know, how to change the appearance of the title bar and/or toolbar of a simple & small one-window cocoa macOS application without accessing the Xcode or installing third party applications? It's for a screen recording video project, I want to do.
I know, that there are possibilities within the applications info.plist (for example changing the app title inside the top macOS Menu Bar) but I would like to be able to change the apps window title itself and/or colors and/or fonts inside the window title bar or toolbar if possible.
Opening the app in another container window or via terminal or Applescript and adding custom parameters or even an overlay in the right position to change the styling would be okay if this is possible?
Can somebody point me in the right direction?
Thank you very much!
in short: Nibs
Nib File Viewer works until Xcode 10
saving, recompiling if possible
good luck
I am trying to get a Circular Icon of my Application Logo right in middle of tabbed bar menu's, I have 5 Tab Menu's where the third one i want it to look like this
trying to get this on Android & Ios
i have tried custom rendering by removing the padding but still not able to get the desired result, i found one solution updating icon using SetTabIcons Method but this method does not get trigger when we are working with bottom tabbed bar in Android, please suggest me something which can help me to get this for both android & Ios
I understand your problem here, i am not sure how to get that big button overflowing the tabbar but however have a look at this
https://devlinduldulao.pro/how-to-create-bottom-navigation-bar-in-xamarin-forms/
That's an open source project and the source code is linked at the bottom of page, you can tweak the animation (which i like very much) and use a customrenderer to render the center icon over a circle.
Have a look if that helps you in any way! :)
I have almost completed my first app for Mac. This app is a client that when you click on a button write inside a txt file on a Dropbox folder, the server side check the file and based and what write, do something, and then rewrite the file with a report that my client app display.
I have done everything but when I ask for a "status" command the server answer with a very long report and my label and initial window size cannot display all and I must enlarge the window. I would like to make the label scrollable so I can make my app more easy to use. It should be something really similar to UITextView in iOS development.
I am coding in Swift3.
Thank you,
Matteo Collina
Im writing an application for workers in our factory and one of requirements is that they should be able to take images using camera integrated in PDA with WM6.5.
The main difficulty is, that thay MUST NEVER EVER be able to enter windows, Start button, desktop etc. They are allowed ONLY to see my fullscreen application.
I succesfully deactivated BlueTooth + red, green and volume buttons (if you are interested, im pasting links here)
http://forum.xda-developers.com/showthread.php?t=546737
http://msdn.microsoft.com/en-us/library/bb431750.aspx
http://social.msdn.microsoft.com/forums/en-US/vssmartdevicesvbcs/thread/a4f9f41d-47a8-4080-8613-2c2ddcf4c012/
And now I have to implement the camera function. But as CameraCaptureDialog opens a new dialog and shows start button, task bar and allows user to open list of applications, I must not use it.
I must create my own dialog that will show the Live Preview in a panel or in an imageBox and photo will be taken using a button.
I searched the whole internet and found only DirectShow.NETCF (but people do not recommend it) and CameraCaptureDialog.
Can I somehow redirect the CameraCaptureDialog to my dialog? Or can I access camera directly via .NET framework? Or can I modify the CameraCaptureDialog not to show Start button, menu etc?
Looks like you have a bit of a challenge. I agree that Directshow is a questionable solution, but it may be your only option. I did get http://alexmogurenko.com/blog/directshownetcf/ to work, but only on low resolutions.
A better option might be to find a device that does not show the menu bar/start button. AFAIK, the HTC HD2 has a very clean Cameracapturedialog..
Good luck.