Chris Weed's activity
From 05/26/2009 to 06/24/2009
06/11/2009
- 01:29 PM Kepler Bug #4147: Error message with selectable text
- Ah, I never noticed you could get the text from the Stack Trace.
- 11:38 AM Kepler Bug #4147 (Resolved): Error message with selectable text
- When Kepler displays an error message in the pop-up dialog, the text is not selectable so I can copy-paste it into an...
06/02/2009
- 10:10 AM Kepler Bug #4123: Image reader can't read URL
- I meant "ImageReader" instead of "FileReader" in my comment
- 10:08 AM Kepler Bug #4123: Image reader can't read URL
- I just noticed URLToImage is similar to what I want. I guess my confusion was that the parameter in FileReader is fil...
- 10:01 AM Kepler Bug #4123 (Resolved): Image reader can't read URL
- In ptolemy.actor.lib.image.ImageReader
replace
_image = new ImageIcon(_fileRoot).getImage();
with:
try {
_im...
05/29/2009
- 09:28 AM Kepler Bug #4118: Web Service Actor stored in Library
- This line should be uncommented to make this work:
> //if(_urlStr.length()>0)
- 09:26 AM Kepler Bug #4118 (Resolved): Web Service Actor stored in Library
- After setting the wsdl and service name in org.sdm.spa.WebService and org.sdm.spa.WSWithComplexTypes, I store them ba...
05/26/2009
- 02:51 PM Kepler Bug #4109 (Resolved): File Reader error message incorrect
- The "File Reader" actor (ptolemy.actor.lib.io.FileReader) prints a message
"Failed to write '" + fileOrURL + "'"
...
Also available in: Atom