No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. emartinezpinzon
    E
    • Profile
    • Following 2
    • Followers 0
    • Topics 3
    • Posts 7
    • Best 0
    • Groups 0

    emartinezpinzon

    @emartinezpinzon

    0
    Reputation
    355
    Profile views
    7
    Posts
    0
    Followers
    2
    Following
    Joined Last Online

    emartinezpinzon Follow

    Latest posts made by emartinezpinzon

    • RE: How to show multiple alerts on the screen?

      Oh, hehehehe, I think I broke into a question about version 0.15 in another topic.

      I found this, but I already have a project started in version 0.14.6, I installed this version using npm and I do not know if have to start from scratch if I clone the repository in github or can simply update using npm.

      posted in Framework
      E
      emartinezpinzon
    • RE: How to close one or all notifications in v0.15?

      Sorry, I thought it was the same version that I’m using (v0.14.7). Now, I have the doubt, where can I see the documentation of v0.15? I only see references to v0.13.

      Sorry to invade this question with my doubt, only that I consider it to end. If it is necessary to delete it and that I create a new topic I am willing to do it.

      posted in Framework
      E
      emartinezpinzon
    • How to show multiple alerts on the screen?

      Under some conditions my application must show more than one alert at the time, I’m trying to do it in a way that works but they always come out one on top of the other and the last to come out covers all the others.

      I see that the same thing happens in the documentation

      Generally for web applications I use uikit framework and there is a notification that works just like I would expect my alert to work.

      This is what I need to do with the alerts.

      Thanks for reading, I hope someone can help me 🙂

      posted in Framework
      E
      emartinezpinzon
    • RE: How to close one or all notifications in v0.15?

      Hello @wux, if it’s about alerts you can call the dismiss() method as recommended by the documentation.

      One option is to give a time to each alert on the screen and then disappear, another is that somewhere in your code call the dismiss() method.

      I asked a similar question a few days ago, maybe it can help you with something.

      posted in Framework
      E
      emartinezpinzon
    • RE: The alerts do not disappear

      I solved this using the setTimeout method as you recommend me in the following way.

      0_1516742923634_8d4385be-cda8-4b0e-85f5-b1d7798e8c59-image.png

      It works in the following way

      Gif in imgur

      Thanks, I think this could be in the documentation. no matter how simple it is, it would help more than one.

      posted in Framework
      E
      emartinezpinzon
    • The alerts do not disappear

      Hello everyone, I am launching alerts from JavaScript depending on the response from a server to which I make a request, as each response I throw a different alert and I need this alert to only spend some time on the air and then disappear.

      As I read in the documentation there is the property duration, but I use it and when testing the alert it remains there only until I close it, but it is not exactly what I need.

      I create the alerts as follows:
      0_1516357114074_d053ccc7-75a5-4a57-9099-147b7e26b199-image.png

      I would expect that after the alert appeared, it would remain on the screen for five seconds and then disappear, but this does not happen.

      Thanks for reading, I hope someone can help me

      posted in Framework
      E
      emartinezpinzon