[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20051224: IDV Null resource provided




Hi Bruce,

Null resource provided

While this is a bug it is a side effect of missing resource definitions. The particular resource that is failing is the "user data chooser" resource, which we don't currently used.

You must somehow be overriding the default resource definitions in your own rbi file?

A fix for this is to copy the attached file to your ~/.metapps/DefaultIdv directory or make sure that
the existing rbi file there does not block the resource definitions:
Do you have something like:
 <resources name="application.resource.userchooser"  loadmore="false">
 </resources>
in the rbi file?

If so make the loadmore="true"

-Jeff

<?xml version="1.0" encoding="UTF-8"?>

<resourcebundle name="Default">
  <resources name="application.resource.userchooser">
    <resource location="%USERPATH%/userchooser.xml"/>
  </resources>
</resourcebundle>