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


Groups > comp.lang.javascript > #29737

Slint has changed

Path csiph.com!aioe.org!.POSTED!not-for-mail
From emf <emfril@gmail.com>
Newsgroups comp.lang.javascript
Subject Slint has changed
Date Mon, 29 Feb 2016 17:23:08 -0500
Organization Aioe.org NNTP Server
Lines 38
Message-ID <nb2gc9$17gs$1@gioia.aioe.org> (permalink)
NNTP-Posting-Host 9PCKnJ5xYAMSizeMAMnCCA.user.gioia.aioe.org
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Complaints-To abuse@aioe.org
User-Agent Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.6.0
X-Notice Filtered by postfilter v. 0.8.2
X-Mozilla-News-Host news://news.aioe.org:119
Xref csiph.com comp.lang.javascript:29737

Show key headers only | 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