-
I have a recursive structure, with animations to move various child labels around when their parent is selected. Consider
Item 1
Item 1-1
Item...
2008-10-16 21:40:32 UTC in YUI Library
-
In xmltest.html, there is the following:
var doc = new iwfXmlDoc(" ......
2008-10-07 22:52:50 UTC in Interactive Website Framework
-
I have just come across the following: comment in our code
/*
* WARNING: This method is deliberately not final so that new digits can be easily added
* by a subclass. Do not make this method final.
*/
If we could ignore DesignForExtension with a reason at a method specific level, it would be possible to error if final was added to the method.
This would be...
2008-07-28 00:03:32 UTC in checkstyle
-
GoogleEarth (amonst other programs) returns int handles for it's windows. Jacob should have a way of doing calls using these (analagous to PostMessage(GE_main_window_handle, WM_CLOSE, 0&, 0&)).
2007-07-16 09:33:46 UTC in JACOB - Java COM Bridge
-
taskSet does not work properly under Ant 1.7. ('Tasks of type "equals" requires a single value or property attribute.')
I believe this could be due to a change in ant execution order. 1.6 used to pre-process the entire build file before executing. 1.7 does not. It seems that finalises the values of the when it executes (now before the equals...
2007-02-20 21:24:21 UTC in JWare/AntXtras
-
The method signature should be
Transformer nopTransformer() so that it can be
referenced from other generic code without warning.
2006-10-25 02:17:59 UTC in Commons-Collections with Generics
-
JnlpWar.execute():67
log("Vendor=" + getVendor() + ", description="
+ ((Description)
getDescriptions().get(0)).getDescription());
This results in an index out of bounds if the
description is not set...
2006-08-07 22:18:59 UTC in Ant Web Start Task