**** BEGIN LOGGING AT Sat Feb 23 02:59:58 2013 Feb 23 16:42:03 morning Feb 23 16:43:06 how can i set an initial value for a page incrementor? Feb 23 16:43:30 where in the kind Feb 23 16:44:10 {kind: 'myKind', pageIncrementor: 0} ? Feb 23 16:44:36 var x = $.myKind.pageIncrementor;//0 Feb 23 16:54:01 thanks Feb 23 16:58:18 right i can add any init vars in the component and access them later…with this. Feb 23 16:58:21 like this.pageNum++ Feb 23 16:58:33 name: "App", Feb 23 16:58:33 kind: "FittableRows", Feb 23 16:58:33 fit: true, Feb 23 16:58:33 pageNum: 0, Feb 23 16:58:46 components:[ Feb 23 16:58:46 {kind: "onyx.Toolbar", content: "Hello World"}, Feb 23 16:58:47 {kind: "enyo.Scroller", fit: true, components: [ Feb 23 16:58:47 {name: "main", classes: "nice-padding", allowHtml: true}, Feb 23 16:58:47 { tag: "b", name: "symbol" }, Feb 23 16:58:47 {kind:"jquery.Flot", name:"flot", style:"width:90%;height:90%;"}, Feb 23 16:58:47 ]}, Feb 23 16:58:47 {kind: "onyx.Toolbar", components: [ Feb 23 16:58:47 {kind: "onyx.Button", content: "Next", ontap: "fetchHistory"} Feb 23 16:58:48 ]} Feb 23 16:58:48 ], Feb 23 17:00:07 how can i update the top onyx.Toolbar content ? Feb 23 17:01:16 you have two options really: 1. use blind faith in knowing that enyo gives a name the title of the kind, and if there's more than 1 adds a number to the end........ or 2. give it your own name Feb 23 17:01:27 then access with this.$.toolbar.setContent('lala'); Feb 23 17:02:03 i think the 2nd toolbar would have a name like, toolbar2 Feb 23 17:44:52 fxspec06: thanks Feb 23 17:45:14 fxspec06: http://fnapi.herokuapp.com/ Feb 23 17:45:34 woah, graphs **** ENDING LOGGING AT Sun Feb 24 02:59:58 2013