Re: Adobe Flex for MV GUI
- From: "Chandru Murthi" <cmurth_xyz@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 23 Feb 2009 01:13:34 GMT
"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
.
- Follow-Ups:
- Re: Adobe Flex for MV GUI
- From: Tony Gravagno
- Re: Adobe Flex for MV GUI
- References:
- Adobe Flex for MV GUI
- From: Tony Gravagno
- Re: Adobe Flex for MV GUI
- From: Tony Gravagno
- Re: Adobe Flex for MV GUI
- From: dawn
- Re: Adobe Flex for MV GUI
- From: Tony Gravagno
- Re: Adobe Flex for MV GUI
- From: Rob Tweed
- Re: Adobe Flex for MV GUI
- From: Tony Gravagno
- Re: Adobe Flex for MV GUI
- From: art
- Re: Adobe Flex for MV GUI
- From: Rob Tweed
- Re: Adobe Flex for MV GUI
- From: Tony Gravagno
- Adobe Flex for MV GUI
- Prev by Date: Re: Logging database changes
- Next by Date: Re: License and software to develop a new version of MultiValue/Pick Database Operating Environment
- Previous by thread: Re: Adobe Flex for MV GUI
- Next by thread: Re: Adobe Flex for MV GUI
- Index(es):
Relevant Pages
|