I've never noticed this before. I had a variable named "view" referencing a class "view.PlainText". I kept getting compiler errors. Changing the variable name to "currentView" fixed the problem.

Can somebody explain? I'm sure I've had conflicts like this before. Maybe the problem is that I took a shortcut and didn't put another package around the view folder, i.e. "com.company.project.view.PlainText".

Thanks!
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to