Device Display Image Problems

I have hit a wall here and I was hoping you guys could point me in the right direction from your past experiences. Why would pngs and newText objects display a black or white square instead of the png or newText? I am using director and it only happens after a scene change. At first I figured there wasnt enough time to load all my assets before the new screen displayed. Which I might have been close but I still get the black square sometimes. Only on device too. I have been banging my head against this for a few days now.

I clean everything all listeners and etc etc.

Thanks

[import]uid: 39088 topic_id: 19167 reply_id: 319167[/import]

On device is strange. This usually happens to me in the simulator when the file’s permissions are wrong. That is, when I run the simulator as an user that doesn’t have read permissions on the affected file. newText is stranger, but could also be a problem of no permissions to access the font file. If you’re using custom fonts that is. If it’s the native font than it should work and something very wrong is going on. [import]uid: 61899 topic_id: 19167 reply_id: 73951[/import]

@ Clueless

Thanks for taking the time to reply

Ya file permissions are definately right. I am using custom fonts though, there was something in the propeties that said the font was to protect my computer. Never saw it before but unchecked it anyway. I really think it might have been loading to many display objects to qucikly. It mostly happened when changing scenes from a level to the levels menu. And in the levelMenu is where these blocks would start. In my levels menu I loaded about 30 newText objects into a table, 22 widgets, and 40 displayObjects into a table. Thats not including the backgrounds and clouds etc. I reduced the levels on my levelsMenu screen to 12 insted of 20 and unchecked the font blocked button in file properties . I havent noticed anything yet.

Thanks,I hope this nails it. [import]uid: 39088 topic_id: 19167 reply_id: 73957[/import]

Well after more testing it has not gone away. It only happens now on my loading screen though. And randomly too. So im still at a loss. Anyone else have any Ideas?

Thanks [import]uid: 39088 topic_id: 19167 reply_id: 74067[/import]