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
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@...
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
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
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") is that it somehow...
176
iskitzdev
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...
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...
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
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
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...
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...
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
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...
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
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
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...
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@...
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
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
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
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
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@...
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
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@...
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
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@...
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
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
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@...
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...