New Clutter user here. Are you suppose to be able to create Tidy actors from json files yet? When I try a simple test I get

specified class size for type `TidyActor' is smaller than the parent type's `ClutterActor' class size

errors. My test file looks like:

{
   "id" : "myListView"
   "type" : "TidyListView"
}

{
   "id" : "myScroller"
   "type" : "TidyFingerScroll"
   "width" : 240
   "height" : 320
   "mode" : 1
   "children" : [ "myListView" ]
}

{
   "id" : "myStage"
   "type" : "ClutterStage"
   "width" : 240
   "height" : 320
   "color" : "#e0f2fcff"
   "visible" : false
   "children" : [ "myScroller" ]
}

Thanks.

--
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to