Hi! I'm trying to use Ajile 0.7.8, but as soon as I move from Examples to implementing it on my project, I get stuck with problems. MyFirst question is can...
117
iskitzdev
Jan 18, 2007 11:47 am
Hi Petar, I just saw your message and though I don't have time to fully respond right now I can at least tell you where to the uncompressed source: ...
118
iskitzdev
Jan 18, 2007 12:20 pm
Hi Andrea, Sorry I didn't get back to you earlier, busy, busy, busy. It looks like I did make at least one mistake in that snippet of code. You're right that...
119
pcacic
pcacic@...
Jan 18, 2007 2:27 pm
Thx on fast response. This should make finding of the problem easier...
120
Andrea
aercolino@...
Jan 18, 2007 3:20 pm
Thanks for posting the uncompressed source, which reveals at least all the hard work you did for Ajile! I like your coding style :-) It seems a good piece of...
121
Andrea
aercolino@...
Jan 18, 2007 3:21 pm
Thanks for posting the uncompressed source, which reveals at least all the hard work you did for Ajile! I like your coding style :-) It seems a good piece of...
122
Andrea
aercolino@...
Jan 18, 2007 8:58 pm
A little suggestion about the examples you include in the distribution. They should be independent, so that one can easily identify what changes and what does...
123
Josh Trutwin
josh@...
Jan 31, 2007 4:50 am
Hi, I'm trying to use Ajile with Dojo basically to make sure Dojo is fully imported on my pages before attempting to create widgets, etc. I thought I had...
124
iskitzdev
Feb 2, 2007 7:16 am
Hi Andrea, Thanks for the suggestion, I appreciate the feedback, but I'm not sure I completely follow. Could you elaborate a bit on what you mean by ...
125
iskitzdev
Feb 2, 2007 7:53 am
Hi Andrea, Thanks for the kind words, I like my coding style too, go figure! :-D Positive feedback is really encouraging. Sorry for this very delayed ...
126
iskitzdev
Feb 2, 2007 8:25 am
Hi Petar, I realized what I think is the issue with how you're trying to use Ajile with mootools: "js/script/org.svarog.queue.js" contents: Line 1: Namespace...
128
ajile@yahoogroups.com
Feb 2, 2007 10:20 am
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...
129
iskitzdev
Feb 2, 2007 10:29 am
Hi Josh, Thanks for writing to the group. I took a look at the problem you posted and only saw the reported error when I didn't have Dojo fully unzipped (src...
130
Andrea
aercolino@...
Feb 6, 2007 3:25 pm
Compression ----- The online version of Dean Edwards' packer is the one. The downloadable version was somewhat buggy for me too. I'm using it extensively, and...
131
iskitzdev
Feb 10, 2007 6:59 pm
Hi Andrea, Thanks for the info. I'll look into Dean's online version, but I'd rather use an off-line tool. About the Examples. I think I understand but am not...
132
iskitz
Mar 13, 2007 11:56 am
Ajile 0.7.9 has been released. Visit ajile.iskitz.com <http://ajile.iskitz.com/> to download and learn about the changes. [Non-text portions of this message...
133
marvboater
Mar 13, 2007 8:06 pm
.. I have some Webpages on my Website with a lot of images on them and the Webpages take time to 'open' .. I have been looking for a 'Java' type of script that...
134
iskitzdev
Mar 14, 2007 10:28 pm
Hi Marv, That isn't what Ajile was meant for, but you could look at this: http://www.hotscripts.com/Detailed/48464.html Seems to do what you're looking for... ...
135
lee_1186
lee_1186@...
Jun 25, 2007 7:15 pm
I have some existing classes that I want to wrap up on a namespace and I'm having trouble seeing how that's going to work. Let's say I have: var foos; function...
136
fawkyoou
good.midget@...
Jul 3, 2007 10:20 pm
Hey Michael, Great work on Ajile. Love it! Found what could be considered a bug... When modifying or adding methods to Object it causes Ajile to throw...
137
iskitzdev
Jul 4, 2007 12:35 am
Hey, Thanks for the feedback. I recognize the error you're talking about but it's a bit strange that it's still happening. The code you see traversing...
138
iskitzdev
Jul 4, 2007 4:33 am
Hi, Sorry I couldn't write back sooner. Here's an explanation by code. If the code with comments doesn't help, let me know. // Guarantee that com.yahoo...
139
iskitzdev
Jul 5, 2007 5:34 am
Well I tested Ajile 0.7.9 with code that modifies Object.prototype and it works. It seems to handle external Object.prototype changes without problems. If...
140
fawkyoou
good.midget@...
Jul 6, 2007 3:25 pm
For those of you that haven't discovered this yet, when doing nested imports (i.e. calling Import on a namespace'd class whose containing file also has further...
141
iskitzdev
Jul 7, 2007 5:20 am
Hey, Thanks for sharing this. I hadn't noticed this behavior, are you sure about it? Can you provide a working sample that shows the problem and the solution? ...
142
fawkyoou
Jul 13, 2007 5:57 pm
I've posted a zip containing examples of the Object.prototype issue (ref: http://tech.groups.yahoo.com/group/ajile/message/136) and the Nested Imports issue...
143
fawkyoou
Jul 13, 2007 8:51 pm
Hey Michael, I've been doing some digging, and it appears that this Object.prototype problem may, in fact, be the cause of the Import issues and some other...
144
mikeizworkin
Jul 13, 2007 9:00 pm
Hey good midget or is it fawkyou? :-) Thanks for putting together the detailed samples. I'll take a look at them tonight. I've been working on creating more...
145
mikeizworkin
Jul 13, 2007 9:06 pm
Excellent! This is precisely the change I mentioned vaguely in my response to your last post. Great work. I'll be making a new release soon, it will include...
146
fawkyoou
Jul 13, 2007 9:07 pm
See my post http://tech.groups.yahoo.com/group/ajile/message/143 It may not be in your ideal, but it is a solid fix for both issues... What tools are you using...