Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #29737

Slint has changed

From emf <emfril@gmail.com>
Newsgroups comp.lang.javascript
Subject Slint has changed
Date 2016-02-29 17:23 -0500
Organization Aioe.org NNTP Server
Message-ID <nb2gc9$17gs$1@gioia.aioe.org> (permalink)

Show all headers | View raw


I visited again slint to check my new webpage under construction 
(http://emf.neocities.org/tmp/eyeExercise1.html) and found some changes:

1. In the line (and another one)

w = window.screen.width - d - e;

it says "Undeclared 'window'." How do you declare the current window?

2. In the line

alert("START");

it says "Undeclared 'alert'". How do you declare an alert?

3. Unless you check Tolerate... multiple vars, it complains about the 
single line declarations of variables. What is the expected declaration 
now according to slint?

4. I also observed that I had to format

         j = (i + rnd < 4)
             ? i + rnd
             : i + rnd - 4;

in 3 lines instead of 1. When did this change? It wasn't like that 
before, right?

This eye exercize is intended to be used on full screen. I am not sure 
whether it works properly on different iize screens than mine...

Thanks.

emf

-- 
It ain't THAT, babe! - A radical reinterpretation
http://emf.neocities.org/bd/itaintmebabe.html

Back to comp.lang.javascript | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Slint has changed emf <emfril@gmail.com> - 2016-02-29 17:23 -0500
  Re: Slint has changed emf <emfril@gmail.com> - 2016-03-01 22:19 -0500

csiph-web