ywywdh / papervision3d

Automatically exported from code.google.com/p/papervision3d
0 stars 0 forks source link

BitmapFileMaterial LOAD_ERROR event is never called #246

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create new bitmapfilematerial
2. add event handlers
3. load an invalid URL and listen for error call back

What is the expected output? What do you see instead?
error handler function should be dispatched from internal library's error 
procedure

What version of the product are you using? On what operating system?
Papervision3D 2.0.0 (March 12th, 2009) 
os x 10.5.8

Please provide any additional information below.
loadBitmapErrorHandler dispatches FileLoadEvent.LOAD_ERROR after 
removeLoaderListeners() is called.

Original issue reported on code.google.com by Martyngi...@gmail.com on 18 Dec 2009 at 5:38