GithubHelp home page GithubHelp logo

zachatrocity / netoaster Goto Github PK

View Code? Open in Web Editor NEW
47.0 7.0 14.0 111 KB

A .net WPF toaster library for very simple and slightly customizable toaster notifications

License: MIT License

C# 100.00%

netoaster's People

Contributors

braincrumbz avatar giuseppepiscopo avatar gregorysl avatar jublin avatar stealthin avatar turt2live avatar zachatrocity 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  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  avatar  avatar

netoaster's Issues

Clarification: does it support stacked notifications?

Hello there

thanks for sharing your work in the open.

Me and my team could not figure out the following: does this library allow for showing notification stacked (for example) one on top of the other, when they are produced faster than they fade? Something similar to how this other library behaves.

Thanks

Multiple toasts stacking and moving

I may be missing the functionality, but having the ability to send multiple toasts to a region on the screen and have them stack in a direction relative to each other. Then as toasts disappear have the remaining toasts move in the direction to fill in the void.

Bug: demoapp not in sync with v1.0.7

Hi there

in order to try the library, we just downloaded a ZIP copy of project, and in particular of the toasterdemoapp. Then we removed original project reference to netoaster source code and installed the package instead from nuget (v1.0.7, latest available).

At this point we found issues with the API used from demo app:

  • Toast() method in ErrorToaster, SuccessToaster, WarningToaster all use 6 parameters, while now library requires at most 4:
xxx.Toast(
  this, 
  TitleText.Text, 
  MessageText.Text, 
  position: (ToasterPosition)selectbox.SelectedItem, 
  animation: (ToasterAnimation)aniselectbox.SelectedItem, 
  margin: 20.0);

I guess the first two parameters should be dropped, so e.g. the title is gone.

  • InfoToaster cannot be found anymore.

Nuget package can not work corect

I install this package from Nuget. It can not work corect. 'Toaster ' does not contain a definition for 'ShowSuccess' , 'ShowWarning' and 'ShowError' .But if I reference from netoaster project .It is corect.
k8js69d on l i2s0d6tg

Clickable notification

I am looking for a notification library that has event listeners for clicks (mouse presses).
so far I've had no luck, so this is a feature request :)

Thanks

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.