Hi all,

I have created a subclass of cWebList, called cMyWebList. In the PKG file, cMyWebList is a cWebList (I changed the JSClass as well to point to MyWebList)
In the Javascript side, I created MyWebList, and its base class is WebList.

Everything works at runtime, no problem. However when I am in the Studio, the preview window always tell me that

"WebColumn object 'oGridTest.oCenter.oList.oColumn1' should be placed inside a WebList object. Consider wrapping your column with a list or grid object."

How can I inform Studio that MyWebList is a WebList?
I tried
  • searching for DFC/DFO files, no avail.
  • messing with the classlist.xml, no luck.

If I were to take out all my cWebColumns from the MyWebList, the Studio would render a rectangle with dotted line borders.

Any thoughts?

Frank Cheng