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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 176 - 207 of 301   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
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...
203 iskitzdev Send Email Mar 11, 2008
12:38 am
Hi Trevor, Definitely upgrade to Firefox 3 Beta 3. You're right about Firefox 3 Beta 2. I did some investigation and it appears that Firefox/3.0b2 exposes a...
204 cahorton
cahorton@... Send Email
Mar 20, 2008
12:42 am
Hi, I want to load a remote script into a specific div on my page rather than having it take over the whole page. It sounds like this is possible from the...
205 Michael Lee
mikeizworkin Send Email
Mar 20, 2008
7:56 pm
Hi "cahorton";, Thanks for writing and introducing me to Dipity! Hadn't heard of it until now; looks interesting. So I spent some time playing with Ajile and...
206 cahorton
cahorton@... Send Email
Mar 23, 2008
4:59 am
... until now; looks interesting. ... following to share with you: [snip] Thanks a million for the great work and the suggestions! I'll try them out... Best,...
207 iskitzdev Send Email Mar 23, 2008
7:02 pm
All, I'm in the midst of switching hosting services and so there might be some inconsistency with your ability to access Ajile's main site at [ ...
Messages 176 - 207 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