Menu

#3 ScrollView

open
nobody
None
5
2006-05-10
2006-05-10
Anonymous
No

when tring to compile i get this error:
ScrollView.as:174: characters 1-42 : type error
Object should be String

lines 166-180 in ScrollView:

/**
* @tiptext Whether the vertical scrollbar is always
on, always off or automatically changes.
* @helpid 3272
*/
function get vScrollPolicy(): String
{
return getVScrollPolicy();
}
function set vScrollPolicy(policy:Object)
{
setVScrollPolicy(policy);
}

/**

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.