Giter Club home page Giter Club logo

sweetalertsharp's People

Stargazers

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

Watchers

 avatar  avatar  avatar

sweetalertsharp's Issues

SweetAlertResult 항목 추가 필요

안녕하세요.

SweetAlertResult 항목이 OK와 Cancel로만 이루어져 있어서 버튼 형태가 SweetAlertButton.YesNo나 SweetAlertButton.YesNoCancel 인 경우에 대한 처리가 어렵습니다.

Swal Hyperlink

Hi, how do i add a hyperlink on the SweetAlert Description Label?

SweetAlert being weirdly displayed

Hello,

I'm trying to use SweetAlertSharp but am encountering an issue.

This code works as intended and displays a beautiful alert:

SweetAlert.Show("Error", "Whatever");

However, this one (which should lead do the exact same result as the above one) doesn't work well:

new SweetAlert
{
    Caption = "Error",
    Content = "Whatever"
}.ShowDialog();

In fact, this is what's being displayed on my screen (the blue background is my Windows wallpaper):

I am using a Windows.Forms project on .NET Framework 4.7.2.

Regards,
Matt.

Winforms

Hello, work in Winforms application?

Swal Hyperlink

Hi, how do i add a hyperlink on the SweetAlert Description Label?

Initializing SweetAlert does resize my form

Hello,

When initializing a SweetAlert with new SweetAlert();, this is what happens:

As you can see, my form is getting resized, in a smaller way.
Why that?

This is my button code:

private void button1_Click(object sender, EventArgs e)
{
    new SweetAlert();
}

I am using a Windows.Forms project on .NET Framework 4.7.2.

Regards,
Matt.

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.