I would like to change the maxEntries for an MRU list in a custom XMP info panel. The default is 20 and I would like to change it to a very large number like 10000. I know I can set the maxEntries value in the MRU XML file, but I would like the info panel to just set it.
I see that the MRUManager and MRUList have maxEntries properties but I cannot figure out how to incorporate these into my info panel code. I assume MRUManager maxEntries will set the limit for all MRU lists while MRUList would set if for a specific MRU key. It does not seem possible to set maxEntries in the <fi:XMPTextInputMRU> component itself, so I have been trying to set it in the <mx:Script>. I have tried using MRUManager in an xmpRead event, but with no success so far.
Thanks,
Greg Reser