try to watch the MySlot object in the grid, and add to that object a new var, called something like title= fe.game_info( Info.Title, offset ), but you need a way to know the offset, maybe create the var title empty and after you add the flyer do something like
foreach(idx, val in my_array){
val.title.msg = fe.game_info( Info.Title, idx)
}
its just a theory