Questions tagged [rikulo]

Rikulo is a cross-platform framework for creating Web and mobile applications in Dart and HTML 5.

Rikulo is a cross-platform framework for creating Web and mobile applications in Dart and HTML 5. You can access your application directly with a modern Web browser without any plug-in. You can also build it as a native mobile application accessing the device's resources transparently.

Rikulo is distributed under an Apache 2.0 License.

53 questions
1
vote
1 answer

Bootjack Modal generates exception: Class 'TransitionEvent' has no instance getter 'relatedTarget'

I use Rikulo/Bootjack to input parameters in the modal window but dquery generates multiple exceptions "Class 'TransitionEvent' has no instance getter 'relatedTarget'" in the DartEditor-1.10.1 (Win7 and Linux) with the Preferences: Run and Debug:…
1
vote
2 answers

How to gzip the output in Rikulo Stream?

I'd like to compress the HTTP response in Rikulo Stream. Do I have to invoke GZIP explicitly? Or, there is an option to enable?
alamoos
  • 35
  • 3
1
vote
1 answer

Can't read 'package:rikulo_commons/html.dart' (Could not find asset rikulo_commons|lib/html.dart.)

After following the directions at: https://github.com/rikulo/bootjack When I try to "generate js" from the Dart Editor I get the error message: [Info from Dart2JS]: Compiling StratoIde|web/ide.dart... [Error from Dart2JS on…
Dejas
  • 3,511
  • 4
  • 24
  • 36
1
vote
1 answer

RikuloGap Geolocation

I'm learning to use RikuloGap to write a PhoneGap Application using Dart Languages instead of Javascript. In the API Reference on Rikulo site, I read: Based on Cordova/PhoneGap, Rikulo Gap currently supports nine native device features across…
G.S.
  • 51
  • 4
1
vote
2 answers

Rikulo-Stream crashes daily with -"SocketException: OS Error: Broken pipe, errno = 32"

I have a simple web app (http://www.webdungeon2.org) (6 pages) running on the latest (April 2014) version of Rikulo Stream (Ubuntu 13.04), Dart 1.2 and I get the following error when browsing (i think): Uncaught Error: SocketException: OS Error:…
NullPumpkinException
  • 1,396
  • 1
  • 18
  • 22
1
vote
1 answer

How to configure Dart Editor to build ".UXL" files

I have the demo code for the Rikulo UXL ScrollView demo working with the Dart Editor. UXL Overview However, the set-up seems cumbersome to me. For the example to build the .Dart file from the UXL file, (apparently) it needs to be named as:…
will
  • 4,799
  • 8
  • 54
  • 90
1
vote
1 answer

Wanted: Rikulo UXL example(s)

I want to get some UXL working with the Dart Editor. I'm afraid that I feel the sample code on UXL Overview is either out of date or lacks some critical steps to let it perform. (See also: What is Rikulo dart really?, which directs people to the…
will
  • 4,799
  • 8
  • 54
  • 90
1
vote
1 answer

Bootjack and DQuery internal error. Pub dependency hell

I am trying to implement a modal window in my dart application using the Bootjack library within polymer custom elements. No matter what I do my environment keeps throwing an exception. The exception occurs in the DQuery package. Internal error:…
user1026498
  • 433
  • 2
  • 10
  • 22
1
vote
1 answer

How do you uncache the home page in Rikulo Stream server?

Could you tell me how can I uncache the default home page in Rikulo Stream? By home page I mean the main domain (xxx.xxx.com) with no sub path (/xxx), not even including '/'. The urimapping setting doesn't allow me to set a filter for a path that…
user2338071
  • 135
  • 1
  • 3
1
vote
1 answer

Dynamically overlaying TextView onto a infinite scrollable CanvasView?

I would like to use CanvasView to create something similar to stagexl on top of Rikulo. At this point I have developed scene & node hierarchy for drawing many shapes and have even create a scalable table widget built on top of canvas. One of the…
JLK
  • 98
  • 1
  • 7
1
vote
1 answer

Writing a rikulo table widget to handle large data set?

I like the table ui example in the rikulo examples with scrollable columns and rows and the fliud motion with the momentum built in. My question is if you wanted to write a table with scroll panes to support ten thousand rows, how would you suggest…
JLK
  • 98
  • 1
  • 7
1
vote
1 answer

Can Rikulo stream use optionnal route segments?

With Rikulo's StreamServer, is it possible to specify a route with optionnal segments ? For example, I tried to build this route pattern: /default/(controller:\w+)/(action:\w+)(/(id:\w+))? For matching both /default/user/get and…
Noémi Salaün
  • 4,866
  • 2
  • 33
  • 37
1
vote
1 answer

How to invoke Android native code from Rikulu?

Rikulo sounds like a great framework for developing to several platforms using 1 code base and 1 language. BUT, I'm missing some key integration - Firing Intents. I found some integration with native capabilities (using Rikulo Gap), but missing…
AlikElzin-kilaka
  • 34,335
  • 35
  • 194
  • 277
1
vote
1 answer

Rikulo websockets and channels

Does rikulo stream v 0.7.2 support web sockets with different channels? I have seen so far only examples with static resource files.
Gero
  • 12,993
  • 25
  • 65
  • 106
1
vote
1 answer

Rikulo stream base folder

Is it possible to choose to serve files only from a specific folder using Rikulo stream? I've tried new StreamServer(uriMapping: _mapping, homeDir: 'my/web/webapp/app') but I'm not getting the desired results as it's still serving files under the…
basheps
  • 10,034
  • 11
  • 36
  • 45