DivShot: When Exporting Bootstrap/Retriever Layout Top Menu Bar White - divshot

When you export a template using the Retriever/Bootstrap template, the top menu bar is white. The background stitch.png doesn't display. You can't read the menu bar. How do I get the css to point to the stitch.png file?
Thanks

Related

Changing the status bar color based on #State SwiftUI

I am looking for a way to change the status bar color (time/service/battery) at the top of the screen based on a #State variable. I am using state to change different themes in my app. Some themes have a gray menu bar at the top and one has a black menu bar. When I switch to the black menu bar I can no longer see the status bar. Is there a way I can change that in my view based on the state? The app is written in SwiftUI and I am using a custom view modifier to change the styling based on state.
Check this thread. Or if you feel lazy you can achieve the same result by playing around with the appearences in the colors in your Assets.xcassets with the help of .preferredColorScheme(_:)

Show titlebar separator when hovering? (macOS)

I'm creating an NSWindow with title bar (.titled) or tool bar and I tried to adopt a new look for macOS Big Sur.
For example, the titlebar effect of TextEdit is perfect:
As you can see above, when I hover above the title bar, the titlebar's separator shows with transition. Then the separator disappeared after the mouse left.
I found NSTitlebarSeparatorStyle in Apple Documentation:
The automatic style doesn't provide an auto changing separator.
So how can I achieve this? Any good advise? :)
The .automatic style does provide the separator hover effect, but only when the window's content view consumes the full size of the window, that is, the .fullSizeContentView style mask.
So to have the effect you want, you will need to add .fullSizeContentView to your window's style mask:
window.styleMask.insert(.fullSizeContentView)

How to hide some contents from the PowerPoint slides, also which needs hidden from the selection pane?

I am working on PowerPoint slides, I am looking for hiding some of the contents from slides. The files I am going to make hidden should not be displayed or should not able to modify from the selection pane. Is there any solution for this guys ? I have tried some techniques there,
1.changed the text colour to the background colour.
2.edited the visible attribute value to false.
3.modified the tags noEdit , noSelection , noSearch etc for hiding contents from the slide.
The contents were then disappeared from the slides but it was displayed on the selection pane.
I just wanted to hide the contents from the slides and which cannot be accessed from the selection pane windows also.
Please help guys. Any help will be greatly appreciated. Thanks in advance!!

Toolbar position

I am developing a RCP4 application, where I used toolbar. In some system toolbar and part label are same alignment. But some system toolbar is coming another line of part tab. Why this kind of things are happening?
It looks like this is because the height of the icons in the tool bar are bigger than the calculated height of the part tab area. This causes CTabFolder to move them to the next line.
You can set the height of a CTabFolder in the CSS using swt-tab-height. For the part stack folder this may work:
.MPartStack
{
swt-tab-height: 22px;
}

Tab bar item icons appear darker

When setting the icons for the tab bar items it seems that the icons are appearing darker for some reason. Examples below
Tab bar in app
What it should be like from designs
As you can see in the second example the colours are softer and lighter compared to the ones above i can't seem to figure out why because even in my image.xcassets the icons look like the ones in the design and in my setting in the identity inspector shown below there doesn't seem to be any settings for tints.
Storyboard