Another question : for app distribution, can all the factor internal
goodies be
> turned off ( inspect, Prettyprint, etc ... ) ?
>>
> those things you get from right clicking on a object come from
> http://docs.factorcode.org/content/article-ui-presentations.html
> Looking at the implementation of object-operations, you can remove the
> right click menu by setting the operations variable to f
>
Hm, actually for tables, these are not presentations. You can see the
command-map in basis/ui/gadgets/tables/tables.factor
which calls directly "show-table-menu" for a right click (button-down 3).
So you can also subclass the table and add a command map on your subclass
to just "drop" on "button-down 3"
Jon
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk