Skip to search.
ajile · Ajile :: JavaScript Namespace & Imports

Group Information

  • Members: 24
  • Category: JavaScript
  • Founded: Jul 15, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
IE Support   Message List  
Reply Message #9 of 301 |
Hi,

I am writing a CMS that uses ajile to manage the javascript.
All works fine in Firefox but when using Ajile on IE 7 it does not
work.

I can't access any of the objects/functions imported with the Import
()
function. I can access the objects by using the full namespace
notation
but not the short name. See below example.

Namespace("biz.toucan");

Import("biz.toucan.otherFunction");

biz.toucan.test = new function()
{
otherFunction(); // DOES NOT WORK IN IE 7 (GET UNDEFINED MSG)
biz.toucan.otherFunction(); // DOES WORK IN IE 7
}

Import("biz.toucan.test");

----

Also I tested your exmaples on your site and the load and import tests
also fail in IE. I need IE support otherwise I will have to limit the
CMS back office to firefox only.

Look forward to hearing from you.
Great script by the way, works great in firefox.

Cameron Cooke.








Fri Jul 21, 2006 4:24 pm

camsoft2000
Offline Offline
Send Email Send Email

Message #9 of 301 |
Expand Messages Author Sort by Date

Hi, I am writing a CMS that uses ajile to manage the javascript. All works fine in Firefox but when using Ajile on IE 7 it does not work. I can't access any of...
camsoft2000 Offline Send Email Jul 21, 2006
4:38 pm

Hi Cameron, Glad all is working well in Firefox, now about that IE :-) What version of Ajile are you using? There was an IE specfic Import problem with Ajile...
mikeizworkin Offline Send Email Jul 21, 2006
5:37 pm

Hi, 1. I am using the latest version 0.5.5 2. I tested the examples on the site. 3. Debugging is now enabled. 4. I displayed the log, there are no error...
Cameron Cooke
camsoft2000 Offline Send Email
Jul 24, 2006
10:12 am

Hi Cameron, Looks like it'll take some more work to figure this one out. I'd like you to do at least one of the following: 1. Run the 0.5.5 examples with...
mikeizworkin Offline Send Email Jul 24, 2006
2:53 pm

Hi Michael, I have uploaded a zip file containing a very simple example. The example works in Firefox, but not in IE. You receive an 'Object Expected' error...
Cameron Cooke
camsoft2000 Offline Send Email
Jul 24, 2006
3:56 pm

Hi Cameron, Thanks for uploading the sample. Here's the rundown: 1. Before running your sample I installed IE7 Beta 3 on my WinXP SP2 box and tested the...
iskitzdev Offline Send Email Jul 25, 2006
10:02 am

Hi Michael, Thank you for your helpful answers. My use of Ajile is mainly for the Import routine. The software I'm a developing has lots of JavaScript files...
Cameron Cooke
camsoft2000 Offline Send Email
Jul 25, 2006
11:13 am

Hi Cameron, Glad to help. Based on your description, Ajile is the right tool for what you're trying to do. One of its key goals is to simplify defining and ...
iskitzdev Offline Send Email Jul 25, 2006
10:56 pm

Hi Michael, Thanks you for your reply. I look forward to 0.6, good work. Thanks again, Cameron. ... a ... for ... expect to ... more ... you'll ... on ... most...
Cameron Cooke
camsoft2000 Offline Send Email
Jul 26, 2006
8:47 am
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help