🔔 MelonNotification • Various styled notifications + Itoo

Alright that's good...ok will wait your update that weekend then, Thanks in advance

1 Like

Version 1.2

  • A new block to support notification tags. This allows you to use a string identifier along with an Id.

    component_method

  • Fixed inverted behaviour while using callOnMain property.

  • Fix a possible companion error, that occurs while switching apps.
    Note: This error may still be present, changes needs to be also done on Itoo's code

space.themelon.melonnotification.aix (59.7 KB)

2 Likes

9 posts were split to a new topic: Help notifying a notification only once

I am using this extension for my project. But i got a problem. If i click the notification Screen1 opens and reinitialize. My variables that were set beforehand are reinitialized too. But i dont want that. How can i change that screen1 dont reinitialize on notification click or how to save the variables to call them back after the reinitialization.

Use TinyDB...

in the Screen1.Initialize event use an if statement like this

unknown

Taifun

1 Like

I am trying to use its aia,


and on the regular i cant find certain blocks

Hmm. Your Android OS version seems to be less than 7. Thus the icon cannot be set from an image resource. I will look into this to add a safe check.

is this extension is working on all android device 13+

Hi here. I would like to create a task that checks if there is a new notification. However, I don't know how to solve it. Can anyone help me with this? (I would use Melon notifications for notifications because it was written there that it supports this)

Hi, do you want to read notifications of your phone and perform an action accordingly? If so, then see this:

No I crreated a shopping list app and I want to send a notification when somebody added a new item to the list

Okay, do you just want to post notifications from your App? If so what you have tried so far?

I tried to check data with the cloud but nothing happend (I copied the example)

Could you please show us your blocks?

Yes here is my code
proba.aia (2,7 MB)

Well, I do not understand what you are trying to do. Why are you using Fetch Property? Do you want to send a notification when a value on cloud db changes?

If you are asking for help, I recommend you to make it as easy for others to be able to help you ...
You probably will get more feedback then...

which means in your case post a screenshot of your relevant blocks...

To download the aia file, upload it to App Inventor, open it, do some bug hunting for you, etc... this takes time, and most people will not do that...
Thank you.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

2 Likes

Yes I want to send the notification when the two data is the same

Well the 3rd parameter for ExecuteInternalScript should be a redis port number which you have not included. See how to configure Cloud DB here: