d resume() should say that
they are "requests" to suspend/resume the update manager, and that
multiple requests can get consolidated, and that the listener events
are reports of what actually happened, etc.
-Archie
________
ch simpler, rendering path which
> may avoid the GC issue as well).
Thanks for the help & insights. I'll post to the list if I learn
anything more.
-Archie
__
Archie Cobbs *CTO, Awarix* htt
the correct way to do that?) See also bug #6174796.
Bug #4587651 has a nice 100% reproducible test case.
If this is indeed the problem, perhaps a FAQ entry would be in order.
Thanks,
-Archie
______
Archie Cobbs *CTO, A
than the AWT thread.
Is this analysis correct? Or is the stack trace legitimate?
Thanks,
-Archie
______
Archie Cobbs *CTO, Awarix* http://www.awarix.com
*
Confidentiality Notice: This e-mail message,
}
);
-Archie
______
Archie Cobbs *CTO, Awarix* http://www.awarix.com
*
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contai
files compress very well, e.g. 90%.
-Archie
______
Archie Cobbs *CTO, Awarix* http://www.awarix.com
-
To unsubscribe, e-mail: [EMAIL
leaked).
Thanks Thomas!
-Archie
__
Archie Cobbs *CTO, Awarix* http://www.awarix.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
on this problem.
-Archie
______
Archie Cobbs *CTO, Awarix* http://www.awarix.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
and it is hard for me
to see where the leak occurs, but I am very interested in finding it.
Any chance of a reproducible test case?
I'll try to come up with one as soon as time permits... hopefully
it won't be too hard.
Thanks,
-Archie
______
Archie Cobbs wrote:
>> Are you certain that the nodes you remove are going to GC?
>>I suspect they are not (this may be a Batik problem or it may
>>be a problem in your app). Note that this can't be a Memento
>>problem since it uses soft references.
>
> I pi
, this takes
>> a couple of days to occur.
>
>What type of objects are you adding/removing? Text/use/image?
I'm adding mostly references to pre-defined icons and text.
>But if you remove nodes from the DOM and keep no references from
> your code the &
Any help or insights greatly appreciated.
Thanks,
-Archie
__________
Archie Cobbs *CTO, Awarix* http://www.awarix.com
*
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) a
e same node, using different
namespaces, yet they would not know how to choose unique prefixes
for those namespaces.
-Archie
__
Archie Cobbs *CTO, Awarix* http://www.awarix.com
*
Confidentiality Notice: This e-mail message, including any
ix tags are mere artifacts of the
way XML documents are encoded as flat files, and are not actually
part of the DOM.
So IMHO this is a fairly serious bug that makes it difficult to
reliably export dynamically modified documents.
-Archie
__
Archie Cobbs *
arf on it.
I'm using JDK 1.4.2... this could be a JDK bug as well.
Thanks,
-Archie
______
Archie Cobbs *CTO, Awarix* http://www.awarix.com
- TEST PROGRAM
ou could add the JSVGCanvas to a JFrame that is never set visible.
The document should render I think if you say jframe.pack() even
though you haven't yet said jframe.setVisible().
-Archie
______
Archie Cobbs *CTO,
ing up the heap.
http://www.khelekore.org/jmp/
E.g.: java -Xrunjmp:nomethods ...
-Archie
__
Archie Cobbs *CTO, Awarix* http://www.awar
iersEx() & MouseEvent.SHIFT_DOWN_MASK) == 0
&& me.getButton() == MouseEvent.BUTTON1;
}
}
Our custom ZoomInteractor is similar.
-Archie
______
Archie Cobbs *
can scale, clip, stretch (or not)
as desired using preserveAspectRatio and friends.
I haven't actually tried this yet though...
-Archie
______
Archie Cobbs *CTO, Awarix* http://www.awarix.com
*
Co
Thomas DeWeese wrote:
If you didn't catch it this is now fixed in CVS.
Thanks!
-Archie
__
Archie Cobbs *CTO, Awarix* http://www.awari
PointerExceptions when loading and
analyzing the map.
1. Is this a bug? If so, is there a simple patch to fix?
2. Otherwise, what do you recommend as a workaround? E.g. I could
have a fill with opacity of 0.0001% that wouldn't be visible.
Thanks again for your help!
-Archie
__
the room somehow, and our strategy was to find the bounding box
of the room's polygon and use the center of that as a close
approximation. We need to compute the centers of the rooms when the
map is loaded and before any rooms are filled in.
-Archie
__
Thanks,
-Archie
______
Archie Cobbs *CTO, Awarix* http://www.awarix.com
*
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain c
eption e1) {
> e1.printStackTrace();
> }
>
> the piece of my svg file is attached
Dumb question... are you calling "writer.close()" to force flushing
the output?
-Archie
Feel free to, it can be a good place to collect information if
> nothing else.
Will do, thanks.
-Archie
__
Archie Cobbs *CTO, Awarix* http://www.awarix.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
in the
update manager thread.
Thanks for any insights,
-Archie
P.S. Should I file a bug even though I don't have a test case (yet)?
__
Archie Cobbs *CTO, Awarix* http://www.awarix.com
*
Conf
ribute is a lot faster than
e.g., adding and removing the entire node.
-Archie
______
Archie Cobbs *CTO, Awarix* http://www.awarix.com
-
__
Archie Cobbs *CTO, Awarix* http://www.awarix.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
tSVGDocument();
elem = (SVGElement)svg.getElementById("element-id-123");
elem.setAttributeNS(null, "fill", "#ff");
-Archie
__________
Archie Cobbs *
you might consider is using visibility (not display).
> So if each room has two or three views I would create all of them
> and then adjust visibility so the desired one is showing.
Hadn't thought of that idea-- it definitely sounds like a good one.
T
at's interesting is that it seems that adding/modifying
the "fill" attribute of a directly updates slightly faster
than adding a new element which references the with
a different "fill". Must be due to the creation of a new GVT node
uspend() and
resume() (as described in aforementioned bug)). Can you confirm
that this is indeed the case?
Thanks,
-Archie
__
Archie Cobbs *CTO, Awarix* http://www.awarix.com
---
MAIL PROTECTED]&msgNo=3958
Thanks,
-Archie
______
Archie Cobbs *CTO, Awarix* http://www.awarix.com
-
To unsubscribe, e-mail: [EM
er plugin parts outside the viewBox can be seen when I zoom out.
> Can I changed this behaviour of JSVGCanvas some way?
Just a guess.. try adding overflow="visible" to the top level svg element?
-Archie
_________
> are Unicode characters though. You may need
to use different corresponding Unicode values.
-Archie
__
Archie Cobbs *CTO, Awarix* http://www.awarix.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
le updates while making a bunch
of changes, so that all the changes can take effect at once, improving
speed.
Thanks,
-Archie
______
Archie Cobbs *CTO, Awarix*
, and
so must be a bug in the VM, some native library, etc. You could try
filing a bug with your VM vendor.
-Archie
__________
Archie Cobbs *CTO, Awarix
do anyway?)
Thanks,
-Archie
______
Archie Cobbs *CTO, Awarix* http://www.awarix.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ode corresponding to the target
> of the use and the use's translations, thus achieving the same
> effect as I intended by cloning a GrahicsNode.
Glad that worked... it's still an open question (to me) whether one
method is more "correct", faster, etc. than the
ild a JAR file containing
only & exactly the files you need for your app.
-Archie
__________
Archie Cobbs *CTO, Awarix* http://www.awarix.com
itslef as soon as a new change
is made?
Has anyone had to do manual "buffering" of DOM changes to avoid
the rendering getting to far behind?
Thanks,
-Archie
__________
Archie Cobbs *CTO, Awari
, "href", "#" + iconId);
use.setAttribute("visibility", "visible");
use.setAttribute("x", "" + x);
use.setAttribute("y", "" + y);
topNode.appendChild(use);
You must do this within this update thre
Pentony, Paul wrote:
> viewbox='0 0 800 400' preserveAspectRatio="xMinYMin meet">
^^^
Shouldn't that be "viewBox" instead of "viewbox" ?
-Archie
______
Archie
t;
to the namespace assoicated with that particular element tag).
Which would imply (?) that you can add an attribute with no namespace
prefix and it should do the right thing.
Thanks,
-Archie
______
Archie Cobbs
Archie
__
Archie Cobbs *CTO, Awarix* http://www.awarix.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
45 matches
Mail list logo