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...
203
iskitzdev
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@...
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
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@...
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
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 [ ...
210
Yui-Wah Clement Lee
leeyuiwah
Jun 17, 2008 8:50 pm
Hi, I have two JSs each of them want to do something at the end of page load, and I am using the technique called addOnload(nF), which saves the old...
211
iskitzdev
Jun 18, 2008 10:58 am
Hi Clement, Thanks for using Ajile and taking the time to post to this group. I'll look into the problem you reported today and get back to you as soon as I...
212
Clement Yui-Wah Lee
leeyuiwah
Jun 18, 2008 3:27 pm
Mike, Thanks for making Ajile. I like the idea and hope I can put it to use in my project. I have uploaded the files to the directory. I uploaded both the...
213
iskitzdev
Jun 20, 2008 12:39 am
Hi Clement, I took a look at your files. Thanks for taking the time to put them together. First, please download and unzip the following zip file and try it's ...
214
Sam Amos
o0shadow0o@...
Jun 20, 2008 7:24 pm
Hi Mike, I'm hoping you can shed some light on the issue I'm having with IE and AddImportListener. Here is what I'm trying to do. //BEGIN index.js var pages =...
215
mikeizworkin
Jun 20, 2008 9:11 pm
Hi Sam, The problem seems to be inconsistent. I wasn't able to reproduce it in any version of IE, but did see it temporarily in Firefox 3. I believe you can...
216
Clement Yui-Wah Lee
leeyuiwah
Jun 21, 2008 4:36 am
Mike, Thanks! Will try it out when I get a chance. Clement...
218
tad0wn
12.d3pp.20.53@...
Sep 2, 2008 10:34 pm
Hello and congratulations, V8 is another Javascript engine supported by your library. :-D...
219
iskitzdev
Sep 5, 2008 5:06 am
Excellent! Thanks for the heads up. V8 looks to be impressive, very happy to hear Ajile is already compatible with it!...