r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!REBOL3-OLD1]

BrianH
15-Feb-2009
[11596]
Yup. The equivalent in the R3 GUI is to change the implementation 
of the actions.
Graham
15-Feb-2009
[11597]
Eg. if submitting a form, a JS enabled browser would see an acknowledgement 
in the div below the form, but a nonJS browser would be taken to 
a new page with the acknowledgement
BrianH
15-Feb-2009
[11598]
Pekr, working for a web company, those "anomalies" are the bane of 
my existence :(
Graham
15-Feb-2009
[11599]
Does qtask.com work with JS disabled??
BrianH
15-Feb-2009
[11600]
The mobile vversion does.
Pekr
15-Feb-2009
[11601]
I wonder why there should be a problem to have decent JS engine for 
mobile platforms? Don't they have full browsers already?
BrianH
15-Feb-2009
[11602]
Mostly not. Only a few new phones made in the last year come close.
Graham
15-Feb-2009
[11603]
iPhone??
BrianH
15-Feb-2009
[11604x3]
Starting with Windows Mobile 6 (most smartphones run Windows Mobile) 
the browser is roughly comparable with IE6.
However, most phones in use are years old, and even most of tthe 
Windows Mobile ones aren't up to 6 yet.
The iPhone is a more popular new phone than any of the other new 
smartphones, but is still a tiny fraction when compared to *all* 
new smartphones, let alone the regular phones.
Graham
15-Feb-2009
[11607x2]
Time for everyone to update their phones then.
If they want the appropriate experience
BrianH
15-Feb-2009
[11609]
Are you going to give me several hundred dollars? That is what it 
would take to just update *my* phone past WM6.
Graham
15-Feb-2009
[11610]
You should ask Reichart!
BrianH
15-Feb-2009
[11611]
Or to buy an iPhone, which I can't use anyway because it has no keyboard 
- I can't use an onscreen keyboard (bad hands). I'm trying to limit 
what I ask Reichart for, and since my phone is representative of 
what the market has it would be good to keep using it.
Graham
15-Feb-2009
[11612]
Representative of the qtask users market or the cellphone market?
BrianH
15-Feb-2009
[11613]
Both. Phones with good browsers are rare and it would cost many billions 
to change that.
Henrik
15-Feb-2009
[11614]
The iPod Touch has sold well this Christmas. It's almost hardware 
equivalent to the iPhone, so the marketshare would cover that device 
as well.
Graham
15-Feb-2009
[11615]
Heh ... stimulate the economy though :)
BrianH
15-Feb-2009
[11616]
This is a little off-topic for the group though :(
Graham
15-Feb-2009
[11617x2]
iPod Touch has internet connectivity?
oh yeah .. can it run R3 ? :)
BrianH
15-Feb-2009
[11619x4]
Yes, wifi
No, license restrictions.
Apple won't let any interpreters on the iPhone/Touch except the JS 
interpreter in Safari, no other exceptions.
That's why the only alternative development platform fot the iPhone 
is based on Mono: ahead-of-time compilation with static linking.
Graham
15-Feb-2009
[11623]
Oh well, a R3 interpreter written in JS seems necessary then.
BrianH
15-Feb-2009
[11624]
On my todo list.
Pekr
15-Feb-2009
[11625]
R3 interpreter written in JS? :-) How fast it can be? Besides that 
- don't we have better job to do than to obey stupid Apple's licensing 
policy? Why not to use devices like HTC Touch Pro for e.g. then?
Graham
15-Feb-2009
[11626x2]
Pekr, Brian has a very very long todo list :)
IOT, he'll never get to it.
Reichart
15-Feb-2009
[11628x2]
We offer a cool HTML only interface, this ensures we work woth almost 
everything (we call this Amish Quilt)
We plan to offer a step up which offers "some" JS"
Then there is Quilt (JS + HTML only).


Several people are not playing with iPhone only client applications 
that will interface to Qtask.
www.iqtask.com
Pekr
15-Feb-2009
[11630]
Graham - the thing is, that when I proposed REBOL being ported to 
JAVA VM, to get to platforms where REBOL presence is lacking, the 
idea was dismissed and native port of REBOL proposed for target HW. 
Now just because of some licensing description we are about to port 
REBOL to even slower VM? Screw Apple then. In few months I buy HTC 
Touch Pro or Touch Diamond, Windows Mobile based phone. Then there 
is going to be Android phones (first on market is already here), 
Palm Treo, Linux based (Open Moko) - so, there are some choices out 
there ...
Graham
15-Feb-2009
[11631]
Java VM sounds good
Pekr
15-Feb-2009
[11632]
Is there JAVA on iPhone? That could be an interim solution then ...
Graham
15-Feb-2009
[11633]
It can be done ...
Pekr
15-Feb-2009
[11634x2]
But - the best aproach (because I don't believe someone will port 
REBOL neither to JS nor JAVA), is to imo do dual interface. One in 
VID, other one for web. We will see, how it could be automated.
E.g. JAVA GWT does that - you can have JAVA native GUI, as well as 
very good browser based one - http://www.gwt-ext.com/demo/
Graham
15-Feb-2009
[11636]
Looks pretty good
PeterWood
15-Feb-2009
[11637]
Pekr: Delphi (and Lazarus) most definititely separate the description 
of the GUI and the code. They are described in different, though 
simiiar langauges and saved in separate files; .dfm for the GUI description, 
.dpr (or .pas) for the code.
BrianH
15-Feb-2009
[11638x5]
No Java on iPhone - same license restriction. Mono's there though, 
and (in theory) you could use IKVM.NET to put Java on that.
I expect that my work on some of my todo list will take the form 
of helping others do it - it's more of a to-get-done list :)
I don't think the DLR can run statically compiled, so that route's 
out.
Also (in theory) you could use GCJ or Excellcior to compile for the 
iPhone, but not their interpreters. No dynamic code allowed.
However, I was not precise enough about my todo list. No REBOL interpreters 
are on it - I want a REBOL-to-JS compiler.
Henrik
16-Feb-2009
[11643]
Who wrote the JS REBOL interpreter I tried a year ago? Gabriele?
BrianH
16-Feb-2009
[11644]
I think so.
Kaj
16-Feb-2009
[11645]
Yep