-
jwyles registered the Gene Producer project.
2006-04-06 14:27:34 UTC in Gene Producer
-
Logged In: YES
user_id=1103862
This issue is fixed in another bug. Please apply the
attached diff...
2005-08-28 19:55:09 UTC in ToastScript
-
Logged In: YES
user_id=1103862
The above fix is not all that is neccessary:. I have
attached a diff to this message to resolve this issue and a
prior one mentioned about Scaling:
--------- BEGIN fixes.diff ---------
--- OLD/toastscript/src/com/softhub/ts/PageCanvas.java
2005-08-28 13:17:23.000000000 -0500
+++ toastscript/src/com/softhub/ts/PageCanvas.java
2005-08-28...
2005-08-28 19:52:50 UTC in ToastScript
-
Logged In: YES
user_id=1103862
To expaned on the above problem in more detail: The Change
Orientation (View / Orientation / Normal -> Landscape)
feature does not work properly. The Page dimension are
flipped but the image is still upright and does not rotate
with the change in orientation.
2005-08-28 19:50:13 UTC in ToastScript
-
Logged In: YES
user_id=1103862
The above patch does not work, however, I have attached a
working patch that fixes the above issue as well as a
previous issue with scaling.
2005-08-28 19:46:29 UTC in ToastScript
-
Per the bug request ID # 1272675 (
https://sourceforge.net/tracker/index.php?func=detail&aid=1272675&group_id=130253&atid=717603
) here is a patch to take out the dependency of the
JPEG encoding on com.sun. This allows for users of any
Java VM to be able to encode JPEG images...
2005-08-25 17:09:38 UTC in ToastScript
-
Logged In: YES
user_id=1103862
This is in PageCanvas.java.
2005-08-25 16:57:46 UTC in ToastScript
-
When opening a file and zooming in, if the orientation
is changed, images appear to be off the pane, and the
scrollbar is not updated to reach this content. No
quick fix / workaround found yet...
2005-08-19 20:15:23 UTC in ToastScript
-
Quick Fix for Scrollbars not updating after Zooming...
2005-08-19 19:11:03 UTC in ToastScript
-
When viewing a PS file and after zooming in or out the
scrollbars do not update or resize accordingly.
Work-around was done by adding the following:
In PostScriptPane.java:setScale:
public void setScale(float scale) {
device.setScale(scale);
Enumeration e = pages.elements();
while (e.hasMoreElements()) {
PagePane pagePane = (PagePane) e.nextElement();...
2005-08-19 18:46:15 UTC in ToastScript