Index: lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFWindow.as =================================================================== diff -u -r99eeb49e53ab4d7f90de5daf4ee6eadfa9c4797b -rd0a7a4c7a96f263687b811e547367cfcfbdd495d --- lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFWindow.as (.../LFWindow.as) (revision 99eeb49e53ab4d7f90de5daf4ee6eadfa9c4797b) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFWindow.as (.../LFWindow.as) (revision d0a7a4c7a96f263687b811e547367cfcfbdd495d) @@ -105,7 +105,6 @@ public function startDragging(Void):Void { super.startDragging(); - //trace('drag started'); } //Getters+Setters @@ -114,4 +113,14 @@ //trace('setting scrollContentPath-'+content); _scrollContentPath = path; } + + /** + * override parent property becuase we don't want to be able to set LFWindow content path + * because LWWindow 'content' is created in createChildren + */ + function set contentPath(value:Object){ + + } + + } \ No newline at end of file