-
chdh added the MiniTemplator_java_2009-04-15.zip file.
2009-04-16 13:32:48 UTC in MiniTemplator
-
chdh created the 2009-04-15 file release.
2009-04-16 13:16:40 UTC in MiniTemplator
-
I have implemented
Please download the newest version from http://www.source-code.biz/MiniTemplator/ and tell me whether it works.
2009-04-15 20:41:26 UTC in MiniTemplator
-
Setting margin-left clears the margin-top/bottom settings of a paragraph.
Example:
Normal paragraph
Normal paragraph
Indented paragraph
Indented paragraph
The upper two paragraphs have a vertical spacing of about 20 pixels, but the lower two paragraphs have no vertical spacing.
2009-02-27 20:06:23 UTC in Lobo - Java Web Browser
-
I the future, a user may open multiple Java applications that contain different embedded Lobo versions. Currently, Lobo uses the $HOME/.lobo directory to store settings, temporary files and cached content. When multiple incompatible embedded Lobo versions are active and they all use the same directory for settings and cached files, this will lead to version conflicts.
Currently there is no...
2009-02-23 19:31:38 UTC in Lobo - Java Web Browser
-
The current Lobo version uses VALUE_TEXT_ANTIALIAS_ON. This has the effect that even small, pixel-optimized fonts are drawn anti-aliased. For small fonts and e.g. white text on black background this looks very ugly.
Example:
kkkkwwww
Since Java 1.6, there is a new...
2009-02-23 15:33:38 UTC in Lobo - Java Web Browser
-
I have added a convenience constructor.
2009-01-25 18:38:50 UTC in MiniTemplator
-
I have added 3 such convenience methods and I have changed the exceptions to unchecked exceptions.
2009-01-25 18:37:42 UTC in MiniTemplator
-
I have added the getVariables() method. The new MiniTemplator version is available from http://www.source-code.biz/MiniTemplator . I have not yet updated the SourceForge download files. Please let me know whether it works.
2009-01-22 22:51:07 UTC in MiniTemplator
-
Which version of MiniTemplator are you using? Java, PHP or VB?
I could add a method getVariables() which returns a Map of all template variables with their values. Then you could loop through the map to find all variables whose values are null. But you couldn't distinguish between variables which have never been set and therefore still have their initial value of null, and...
2009-01-22 11:41:50 UTC in MiniTemplator