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
0
votes
1 answer

Table Layout type in Rikulo

On the Rikulo documentation I see at Attributes of Layout and Profile for sometime now that the layout are of the following types: none linear stack tiles table Is there any timeline for the table layout to come on stream?
st_clair_clarke
  • 5,453
  • 13
  • 49
  • 75
0
votes
1 answer

How to set response headers with Rikulo Stream server?

I have one API that returns information in JSON, and for that, I would indicate that the content-type of the HttpResponse is application/json. So, with Rikulo, I have something like : connect.response.headers.set(HttpHeaders.CONTENT_TYPE,…
Noémi Salaün
  • 4,866
  • 2
  • 33
  • 37
0
votes
1 answer

Rikulo Stream serve specified file

How do I serve a file that I specify in Rikulo stream without doing a redirect. I was trying new ResourceLoader('my_app').load(connect, 'alternate.html'); from the plugin package but I receive the error: type 'String' is not a subtype of type…
basheps
  • 10,034
  • 11
  • 36
  • 45
0
votes
1 answer

Creating a Rikulo custom view and give his children correct position

Why everything has absolute position? I'm trying to make a Panel with a title, the title is behind the child nodes of the panel, because the children are in absolute position. How I can build custom views if they not respect my layout? I want…
Giovanni Silva
  • 705
  • 5
  • 17
0
votes
1 answer

Is rikulo autogenerated view.css mandatory?

Rikulo generates the style sheet. If I remove this and add a custom style sheet, everything changes. Is the autogenerated styles mandatory? If so, how should…
0
votes
1 answer

Building rsp pages since update not working

Since updating to stream 0.70+1 whenever I try to build any rsp file I'm getting the errors listed below. FileSystemEntity._throwIfError (dart:io:1637:7) FileSystemEntity.identicalSync (dart:io:1627:18) compileFile…
basheps
  • 10,034
  • 11
  • 36
  • 45
0
votes
1 answer

How to upgrade to Rikulo UI 0.6.3

Trying to upgrade to 0.6.3, but Pub Manager updates nothing. If you checked the packages directory, you'll find it remains at 0.6.2+2
Tom Yeh
  • 1,987
  • 2
  • 15
  • 23
-3
votes
1 answer

Rikulo built using JQuery not itself?

I'm wondering, In definition Rikulo Rikulo is a free and open source Dart framework for creating incredible cross-platform web and native mobile applications using HTML5. But why the web is built by JQuery not itself? Is that Rikulo is to young…
Huei Tan
  • 2,237
  • 3
  • 23
  • 34
1 2 3
4