GUI Popup problem…!

Hey, i have a problem, since like 2 hours,…yees, i’m a newbie,…!
i got the sample from the popup.cs and the .js from the wiki,
aaaand i put this things into : popup.cs into assets/plugins
and PopupListUsageExample.js into Assets/Scripts,….

and nooow, i got the error:

Assets/Scripts/PopupListUsageExample.js(30,20): BCE0023: No appropriate version of ‘Popup.List’ for the argument list ‘(UnityEngine.Rect, boolean, int, UnityEngine.GUIContent, UnityEngine.GUIContent, UnityEngine.GUIStyle)’ was found.

WHAT THE HECK IS WRONG ? :frowning: pleaaaaase help me,…!
thanks, tina

Just look at the parameters. The example uses the old / original Popup.cs and you propably use the updated version which uses a callback delegate.