Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ajile · Ajile :: JavaScript Namespace & Imports

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 27
  • 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

Advanced
Messages Help
Messages 171 - 202 of 301   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
171 mats.eklund Send Email Nov 6, 2007
9:01 am
Hi, I am new to Ajile, and need some help! I have a project/framework which I want to organize a bit better, including adding namespaces, explicit description...
172 mikeizworkin Send Email Nov 6, 2007
9:20 pm
Hi Mats, Glad you found Ajile; seems like you've got a pretty good grasp on how to use it. You're right to use Include instead of Import for preserving the...
173 jeffreyhartpierson
jeffreyhartpierson@... Send Email
Nov 15, 2007
11:18 pm
I work on a medium sized intranet web application and recently I've been attempting to make use of Ajile for namespacing and importing. At first I was very...
174 iskitzdev Send Email Nov 16, 2007
12:00 am
Jeff, I'm glad you've found Ajile useful. The problem you've described is most-likely due to Ajile's source code cloaking feature. Try loading Ajile as...
175 Mats Eklund
mats.eklund Send Email
Nov 16, 2007
12:02 am
Thanks for your prompt reply! I guess the issue I have with using AddImportListener (in every script file contributing to my "component&quot;) is that it somehow...
176 iskitzdev Send Email Nov 16, 2007
7:51 am
Hi Mats, So sorry for the delayed response this go round. Your post got flagged as spam and I only noticed tonight! Not sure why that happened but here's my...
178 jeffreyhartpierson
jeffreyhartp... Send Email
Nov 16, 2007
4:49 pm
This morning I tried using the cloakoff setting and unfortunately I'm still having this issue. If I have some time I'll see if i can package up an example that...
179 jeffreyhartpierson
jeffreyhartp... Send Email
Nov 16, 2007
5:11 pm
I'm able to reproduce this in a test page by simply commenting or uncommenting the ajile.js script include. As soon as it's included I can't debug anything in...
180 mikeizworkin Send Email Nov 16, 2007
5:23 pm
Hi Jeff, It looks to me like you may have some other issues at play. Did you rename the Ajile module from com.iskitz.ajile.js to ajile.js? If you did, you...
181 mikeizworkin Send Email Nov 16, 2007
5:27 pm
Hi Jeff, You can upload your zip file using the Files link in the left hand menu. I've added a folder where you can upload: ...
182 jeffreyhartpierson
jeffreyhartp... Send Email
Nov 16, 2007
7:29 pm
Can I remove the version specifier at least? I'd rather not have to do a source control rename every time I update the library. com.iskitz.ajile.0.9.9.2.js ...
183 jeffreyhartpierson
jeffreyhartp... Send Email
Nov 16, 2007
7:30 pm
Thanks, I've uploaded the file called debug-test.zip. ... talking ... work ... Debugging ... unfortunately I'm ... src="/scripts/ajile.js?cloakoff,debug"> ... ...
184 mikeizworkin Send Email Nov 16, 2007
7:34 pm
Absolutely. The version's included in the name to make it clear at a glance what version is contained within the file. Ajile also uses that when displaying...
185 jeffreyhartpierson
jeffreyhartp... Send Email
Nov 16, 2007
7:45 pm
Yes, renaming the file allows the options to be set. Note that the Load and Namespace methods did work fine after renaming it all to just ajile.js. After...
186 ajile@yahoogroups.com Send Email Nov 16, 2007
8:27 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ajile group. File : /Ajile...
187 mikeizworkin Send Email Nov 16, 2007
9:12 pm
Hi Jeff, Glad we were able to find a solution :-) I hope Ajile will continue to be an effective part of your project. Thanks for reporting your experience....
188 jeffreyhartpierson
jeffreyhartp... Send Email
Nov 16, 2007
9:59 pm
Great! thanks again Michael ... release ... load-time ... informatin ... following ... that ... include ... file ... an img ... this ... get rid ... the...
189 Bojan Radovic
bojan.ks@... Send Email
Dec 23, 2007
10:24 pm
Hi, Would you like to help me about my brainchild? How to dinamical "LOAD" text from javascript file (example from: http : // www . something . host / scripts...
190 iskitzdev Send Email Dec 23, 2007
11:33 pm
Hi Bojan, Looks like your message got marked as spam by Yahoo . . . sorry :-( Good thing I found it :-) Okay so it is definitely possible to do what you asked....
191 iskitzdev Send Email Dec 30, 2007
2:39 pm
All, Just letting you know that a new release of Ajile is available for download. Find out more at http://ajile.iskitz.com/ Happy Holidays and New Year! .:...
192 Mike
lifesciencemm Send Email
Jan 8, 2008
6:56 am
I'm just discovering Ajile today and having difficulty with the way externals are structured and called. If I define a function like this: (pardon the...
193 mikeizworkin Send Email Jan 8, 2008
10:08 pm
Hi Mike, To solve your specific issue try the following in your HTML file: Ajile.AddImportListener("com.dot.tests.test", useIt); function useIt() { var...
194 jbmillini
jbmillini@... Send Email
Jan 17, 2008
7:49 am
I have the following html: <html> <head></head> <body onload="alert('3')"> <script language="javascript" type="text/javascript"> var el =...
195 mikeizworkin Send Email Jan 17, 2008
4:52 pm
Hi, Yes, Ajile can load and run JavaScript in the same order across browsers :-) If all the JavaScript you're loading is defined in external JavaScript files...
197 Tommi Forsström
tommi@... Send Email
Feb 22, 2008
7:45 am
Hey! We're evaluating AJILE for use on a project as it seems like just the thing we need but ran across a problem at the very beginning: We can't get the...
198 mikeizworkin Send Email Feb 22, 2008
3:11 pm
Hey Tommi, The simplest solution is to change your Import line in engine.js to the following: Import("com.testing.namespace.Test", null, '/'); If you plan to...
199 trevor_s_harrison
trevor@... Send Email
Mar 7, 2008
7:41 pm
I just tried my webapp that uses Ajile under FF3 beta 2, and got js errors when trying to access a package... ie: Namespace("com.domain.project"); ...
200 iskitzdev Send Email Mar 9, 2008
4:53 pm
Hey Trevor, Thanks for the heads up. Not sure why Namespace wouldn't work with FF3. Namespace uses basic JavaScript to created object-based namespacing and...
201 iskitzdev Send Email Mar 9, 2008
8:21 pm
Okay Trevor, I guess you must be seeing the problem you reported but I'm gonna have to say something must be off with your environment. I've successfully...
202 trevor_s_harrison
trevor@... Send Email
Mar 10, 2008
9:44 pm
... It fails. I think the next step is for me to update to beta 3 and try again. -Trevor...
Messages 171 - 202 of 301   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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