Glide MessageBoxManager bug

I encountered a bug today while using Glide’s MessageBoxManager. If you do .Show() and then touch the Ok button it will throw NullReferenceException. It’s really easy to fix it though - just add this after line #296:

touches[0] = new Microsoft.SPOT.Touch.TouchInput();

I guess somebody forgot to initialize an array :slight_smile:

Edit: sorry I didn’t know there was separate board for Glide. Admin please move this thread to Glide board. Thanks

1 Like

A fix for this has been committed.