How do I fix a error about a minimum number?


I need solution of this problem, the apps can runing but when first time u open the apps, always appearing this notification. I already double checking in the blocks program, but i nothing happen.

This is the program block :smile:

Check your select list item blocks; one of them is trying to select an item at index 0 from a list that is also empty. Maybe you're trying to select the item at the last index (index = length of list)?

Nevermind, I think Clock1 is enabled by default. This means that the playRecordedNotes procedure is called without incrementing notesCount to 1. You also don't populate the notes prior to the same procedure.

1 Like

In the block index i select the math block increment. If you have a time u can see my edit, i already send out the blocks program🫑

Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.

export_and_upload_aia

.

Just set Clock1.TimerEnabled to False by default (in the designer menu).

2 Likes

Okay the problem already done, u solution is very helpful. U right i forgot to disable a timerenable in the Clock1πŸ˜‚

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.