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...
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...
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...
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...
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 ...
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...
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
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...
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....
Great! thanks again Michael ... release ... load-time ... informatin ... following ... that ... include ... file ... an img ... this ... get rid ... the...
189
Bojan Radovic
bojan.ks@...
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...
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....
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! .:...
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...
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@...
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 =...
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@...
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...
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@...
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"); ...
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...
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@...
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...
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@...
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...
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@...
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,...