GithubHelp home page GithubHelp logo

shell4core's People

Contributors

clijsters avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

shell4core's Issues

Firefox Tool Tips are listed as Windows

issue1
These Tool Tips appear every time a user hovers objects in Mozilla Firefox with additional information, e.g.:

  • Favorites
  • Hyperlinks
  • Title Bar (Tab Control)
  • And so on...

Every time this happens, AppBar.OpenWindows refreshes it's content.

A very very special case:
If the user minimizes the above mentioned window by clicking the AppBarIcon of which hWnd points to the tooltip, it stays minimized.
Forever.
If he hover it again, it appears in OpenWindows, but stays invisible.

Apparently, Firefox has multiple Popup Window Classes. Minimize an Address Bar Tool Tip, the Hyperlink hovering Tool Tips stay visible. (and vice versa)

Pippeline closed

Closing the PowerShell Window the following unhandled exception is thrown:
issuepipeline

The reason is the timer's ticked Event.

Start Menu - Dynamically add Buttons ->OnLoad / at runtime

The Buttons in StartMenu() are created hard coded for testing purposes.
The plan is to have a configuration file (XML / JSON), which holds the StartMenuEntries (NIY) in a maintainable format.

Each entry should have at least the following attributes assigned to it:

  • [String]Text
  • [String]Action
  • [Int]Slot
  • [Int]TabIndex (Slot() + 2)
  • [Bool]CreateNewInstance (Indicates, if Action is a new Process or a ScriptBlock)

Current favorite is XML.

These Buttons are injected either at initialization, or through a lambda in $menuForm.Add_Load({}), where the menu itself would parse the configuration. I think a injection would fit best, as I want to add configuration support to more routines, not only this one.

Idea: Two seperate Event Handlers listening for Button.Click. One performs the defined action, the other hides the menu. Currently, we are using one Handler, performing both actions sequental. Check if that would increase performance.

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.