Re: Adobe Flex for MV GUI



"Tony Gravagno" <address.is.in.posts@xxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:78j0q4huqacud79kqo1iceu0mi14laa3o8@xxxxxxxxxx
Rob Tweed wrote:
Now about that container thing... If you're doing a popup in a
browser, the way JS tells that container to perform that operation is
with a call to a high level object called Window, and a method on that
object called Alert. Thus,
Window.Alert("foo");

Unless you have a D3-inspired case-insensitive version of JS, that should
be:
window.alert("foo"), no? It don't work no good on my IE.

However, for reference, alert() is not a part of any
specification, it's just an accepted, common, supported feature for
all browsers. Again, it's not a part of the language. The language
is acting upon a feature exposed by the container.

Let me re-parse that. It's an accepted and commonly supported function of
the language when used within a browser, but not a feature of the language
which runs in that browser. Yup. Got it.

// "prompt" is another built-in JS/DOM function

built-in FUNCTION! oops (vide last para), I thought you said it was a
'feature exposed by the container". So built-in is the same as "commonly
exposed"...or not? Or am I instantiating a dirty old man feature?

;) chandru

Tony Gravagno
Nebula Research and Development
TG@ remove.pleaseNebula-RnD.com
Don't forget Pickwiki.com


.



Relevant Pages

  • Re: Adobe Flex for MV GUI
    ... it's not a part of the language. ... is acting upon a feature exposed by the container. ... which runs in that browser. ... But you can use VBScript and invoke the Alert, ...
    (comp.databases.pick)
  • Re: url encoding string (Code Worth Recommending Project)
    ... try...catch arrived in the language about the same time as the ability ... the feature isn't present then a try...catch feature test is almost ... without browser sniffing. ... cell phone that has that browser was also auto-updated. ...
    (comp.lang.javascript)
  • [kde] Re: KDEPIM 4.6 prob^Wimpressions
    ... Did you file a feature request? ... X or the akonadi processes (right at this very moment: ... browser engine is not that good, ... I don't miss filters at all. ...
    (KDE)
  • Feature detection vs browser detection
    ... could improve the application by detecting the browser vendor/version. ... detection, and some couldn't. ... I fully understand that object detection and feature tests are to be ... We went with the event handlers, ...
    (comp.lang.javascript)
  • Re: News to Hackers?
    ... repeating key events isn't a feature the browser or the framework ... How could any piece of software not feature typematic ... As for a script, it's not possible to regulate repeats, ... What the hell is a desktop development framework? ...
    (comp.lang.javascript)