WARNING: Invalid reference point constant passed to object:setReferencePoint()

I am getting this error message in the terminal

WARNING: Invalid reference point constant passed to object:setReferencePoint()

But is it is not kind enough to say what the invalid reference is I am confused as I am using

display.TopLeftReferencePoint

Which according to the pdf that came with beta 5 is valid I have been using this since beta 2 not sure when the error started as I have been debugging other areas of the app.
[import]uid: 5872 topic_id: 1318 reply_id: 301318[/import]

Can you post the piece of code where you use it? [import]uid: 5712 topic_id: 1318 reply_id: 3558[/import]

Yeah… I use that stuff a lot and occasional trip into the lower case first letter trap … [import]uid: 6928 topic_id: 1318 reply_id: 3593[/import]

The warning message occurs if you make the first letter lowercase (or misspell it): display.topLeftReferencePoint

If you make it uppercase (as stated in the documentation), there is no warning message: display.TopLeftReferencePoint

Tom [import]uid: 6119 topic_id: 1318 reply_id: 3595[/import]