Coder Social home page Coder Social logo

popstatusitem's People

Contributors

adamhartford avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

popstatusitem's Issues

Highlighting Code

Hi, thanks for the highlighting solution:

let delayTime = DispatchTime.now() + Double(0) / Double(NSEC_PER_SEC)
DispatchQueue.main.asyncAfter(deadline: delayTime) { [weak self] in
    self?.statusItem.button?.isHighlighted = true
}

But isn't Double(0) / Double(NSEC_PER_SEC) always 0? I guess you meant something like

DispatchQueue.main.asyncAfter(deadline: .now() + .nanoseconds(1), execute: {
    self.statusItem.button?.isHighlighted = true
})

Stay responsive without using activateignoreotherapps

Hello again :)

I put a webview inside the popover, and the webview responds to mouse movements on first show of the popover but after clicking outside the popover which will hide it, and then showing it again, this time the webview is not responsive unless I click inside the pop over. Of course activateigonoreotherapps solves the problem, but it creates like a glitch because it greys out other opened apps. and it is not a nice user experience. e.g. dropbox app on mac activates and responds to mouse movement inside its popover without greying out other opened apps.
I hope you understood what I mean.
Best

Feature requests - pop at launch/force to white

Hi !

I'm wondering if I can force my app to popup at launch because it's confusing for user who never use any app from the status bar before.
I'm also wondering if I can apply white appareance for dark mode users.

I'm using your pod for a very small class project and it's very helpfull and reliable so far, thanks ;)

Using PopStatusItem without Storyboard

Hello Adam,

Thank you for the nice class, I would like to ask you how can I use it without storyboard. I want to use it in a normal MainMenu.xib, if it is possible how to set the window controller of popstatusItem and connect it to a view.
It will be great if you provide an example of using it without Storyboard.
Thanks alot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.