|
Hi All I am trying to use pd4ml and when i include some basic streams which contain say a text area, pd4ml seems to be trying to fetch a resource (image) with the path \resources\icons\arrow-up.gif and arrow-dn.gif which i believe is in the pd4ml source jar. But somehow it is unable to find this and then it makes a fall back to the getResourceAsBytes method defined in a class in my application that extends ResourceProvider in pd4ml and that tries to fetch resources from the static content of my system/application. Have the same problem with some other controls like checkbox etc which are all failing to find images like spacer.gif, cb-off-big.gig all part of pd4ml. Is there something i am missing
|