Activities/Sugar Network: Difference between revisions

No edit summary
 
(4 intermediate revisions by one other user not shown)
Line 30: Line 30:
  tar xpf gevent-1.0rc1.tar.gz
  tar xpf gevent-1.0rc1.tar.gz
  cd gevent-1.0rc1
  cd gevent-1.0rc1
  ./setup.py build && ./setup.py install
  ./setup.py build
sudo ./setup.py install
 
== Usage ==
 
Contributor Hub, one of bundled Sugar Network clients, is coded using [http://enyojs.com/ Enyo] Javascript framework. It is designed to be useful on all major platform including mobile ones. Current Contributor Hub is not optimized for touch screens (and XO-4's screen in particular) yet, but it might be a fun to enable touch scrolling for tables:
 
--- app.js.orig
+++ app.js
@@ -4665,7 +4665,6 @@
  enyo.kind({
  name: "sugar_network.Table",
  kind: "Scroller",
+touch: true,
  horizontal: "hidden",
  cell: {},
  cellBounds: {},


== Sources ==
== Sources ==
Line 45: Line 61:


{{:Sugar_Network/Feedback}}
{{:Sugar_Network/Feedback}}
[[Category:Activities]]