NativeUI Menu - Only Bottom Button Works

I created a Native UI menu for a crafting script I am writing. In my menu I have two select buttons as in picture below. Top button will not execute function when clicked no matter which button is on top. If I rearrange and move the top button to bottom it will work but the new top button will not execute functions. This is the only thing I am changing to make bottom button work, but no matter which is on bottom only the bottom button works:
EXAMPLE 1:
BrickButton(WeedCraftMainMenu)–doesnt work
WeedButton(WeedCraftMainMenu)–works
CloseButton(WeedCraftMainMenu)–works
_menuPool:RefreshIndex()

EXAMPLE 2:
WeedButton(WeedCraftMainMenu)–doesntwork
BrickButton(WeedCraftMainMenu)–works
CloseButton(WeedCraftMainMenu)–works
_menuPool:RefreshIndex()

All I change is the order, but whichever one is on top won’t work. I would greatly appreciate any help.
Here is a picture of the menu:
TopButtonDoesntWork

Solution:

you ever figure this out?

Yeah at some point I figured it out, but it was a long time ago. I use different menu methods now that I understand lists more. I don’t remember how I fixed this one.

Did you ever figure it out?