Bug 1361

2004-10-19 Thread Chris Hawks
Bug 1361 is now squashed. Only ConversionParser.py left tempfiles for Spider.py to delete and that is fixed. The extranious code to delete tempfiles beginning with tempfile.template([EMAIL PROTECTED]) is gone. tempfile.template has been depricted since python 2.0 Christopher R. Hawks HAWKSoft

Weird list/element bug in TextParser.py

2004-09-14 Thread David A. Desrosiers
=I uppercase Roman numerals (I, II, III) li type=i lowercase Roman numerals (i, ii, iii) The other odd bit of this bug, is that it seems to also replace the element id with '?)' if the number doesn't match the or 26 values. There are a few things wrong with the output here as well

Re: Weird list/element bug in TextParser.py

2004-09-14 Thread David A. Desrosiers
In TextParser.py, there is a block of code that checks to see how many list items there are in a given list, and if they are 26, the list members are assigned an uppercase element id. If they are 26, they are assigned a lowercase element id. I should also mention that this problem affects

theoretical bug

2004-09-14 Thread Alexander R. Pruss
My ClieSkinner program (see http://www.zlthemes.com/Programs.php) uses the same method as Plucker to scan for files in VFS, namely iterate over the directory and call VFSFileDBInfo(). Unfortunately, two users have reported hangs as a result of using this method. My hypothesis is that they

Re: theoretical bug

2004-09-14 Thread David A. Desrosiers
] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] The reason I am interested in OS 5.4 is because it has a patch for a bug that is causing me grief. The specific bug prevents the VFS from enumerating the root directory of an memory card if the root

Re: theoretical bug

2004-09-14 Thread Alexander R. Pruss
Oops! Nevermind: I found my bug. Alex ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Re: theoretical bug

2004-09-14 Thread David A. Desrosiers
Oops! Nevermind: I found my bug. Don't keep us all in suspense... what was it? ;) d. ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Re: bug or feature - copy url button

2004-05-16 Thread Michael Nordstrom
On Wed, Apr 21, 2004, Patrick Erler wrote: this button doesn't seem to work or seem to transfer the url to some kind of internal clipboard (which doesn't make much sense when i want to browse that url in a webbrowser on the palm. bug or feature? All copied (external) urls are included

bug or feature - copy url button

2004-04-21 Thread Patrick Erler
in a webbrowser on the palm. bug or feature? tested with plucker 1.7.1 on palm os 5.2.1, clie th55. regards, PAT -- vcard/LDAP/PGP: http://dresden-online.com/perler/identity.html PGP fingerprint: DAC6 2FDA 1ED7 AD55 BD1F 5142 3D5F 72BF = AM ___ plucker

bug 893

2004-03-23 Thread Chris Hawks
Robert: Have you checked bug 893 recently?? (Inline multiimages don't link to full-size) It works fine for me. Christopher R. Hawks HAWKSoft - NT is the only OS that has caused me to beat a piece of hardware

Re: bug 893

2004-03-23 Thread Chris Hawks
---Reply to mail from Chris Hawks about bug 893 Robert: Have you checked bug 893 recently?? (Inline multiimages don't link to full-size) It works fine for me. Whupps! My bad, they weren't quite big enough to be multiimages. Now fixed in CVS. ---End reply Christopher R. Hawks

Re: bug 1167

2004-03-15 Thread Michael Nordstrom
On Sun, Mar 14, 2004, Chris Hawks wrote: Does Mike remember why multiline.Anchor was included in the test?? Don't you remember what we did 4 years ago? ;-) According to my mail archive you sent me a patch in April 2000 with initial justify support and together we improved that code before it

Re: bug 1167

2004-03-15 Thread Chris Hawks
---Reply to mail from Michael Nordstrom about bug 1167 On Sun, Mar 14, 2004, Chris Hawks wrote: Does Mike remember why multiline.Anchor was included in the test?? Don't you remember what we did 4 years ago? ;-) Nope! 8^) and my mail archive only goes back to Jan 2001. ---End reply

bug 1167

2004-03-14 Thread Chris Hawks
Alex: RE: bug 1167 (justification doesn't always work). Justification won't occur if we're in an anchor (multiline.Anchor is true at the beginning of the line). I'm not sure this is the correct behavior (mozilla doesn't appear to care about anchors). It looks as OK removing the test

bug 1135

2004-03-13 Thread Chris Hawks
Jim (J): It appears (to me) that I've fixed bug 1135 (alt text or [IMG] not shown in table cells). If you can confirm this, I'll close the bug. Christopher R. Hawks HAWKSoft - The ability to watch M*A*S*H on demand

bug 1147

2004-03-13 Thread Chris Hawks
'Bug' 1147 resolved. Compile time switch added '--enable-reutrntoapp'. Library and viewer both act the same way. Christopher R. Hawks HAWKSoft - In most countries selling harmful things like drugs is punishable

Re: Seamless page bug/idea/request

2004-03-13 Thread Alexander R. Pruss
From: David A. Desrosiers [EMAIL PROTECTED] It should be possible to remove the Click here for the %s part section from the viewer's view, when set to seamless mode. Yes, it could be done. But I am not sure we should do it. First of all, it is possible that a document might actually contain a

Re: bug 396

2004-02-15 Thread Chris Hawks
I just commited the changes to PluckerDocs.py to fix this. Can all who were able to reproduce this bug (I can't) test it and report back?? Christopher R. Hawks HAWKSoft - Who is General Failure and why is he reading my

Re: Bug 942

2004-02-13 Thread Alexander R. Pruss
I'm afraid bug 942 is still there. It is a Visor specific bug. I do not know what to make of it. It could even be due to some nonstandard handling of something by the Visor ROM (I already know that the Visor's handling of clipping is buggy). Or even by Pose. (No user of a hardware device has

bug 396

2004-02-13 Thread Chris Hawks
While (unsuccessfully) banging on other bugs, I took a look at bug 396. Actually Agrajag has the right idea. We check to see if the current length plus the new paragraph is greater than 3 (line 1452). If it is (and it is) we force the addition of a continue paragraph. In the description we

Re: Bug 942

2004-02-11 Thread Michael Nordstrom
On Tue, Feb 10, 2004, Chris Hawks wrote: Chris: You might want to change your mail alias for plucker-dev... ;-) Is the problem you saw in FsFormInit() the fact that WinGetDrawWindow() returns NULL if it's called before the form is drawn?? It shouldn't be called before FrmDrawForm. Move the

Re: Bug 942

2004-02-11 Thread Chris Hawks
---Reply to mail from Michael Nordstrom about Bug 942 It shouldn't be called before FrmDrawForm. Move the following code to the line before the WinGetDrawWindow call and everything will be OK, backButtonIndex = FrmGetObjectIndex( fsForm, frmFullscreenBack ); FrmHideObject( fsForm

Bug 942

2004-02-10 Thread Chris Hawks
Mike: The failure (with Debug ROM) to return to the previous form (in your bugnote) is caused by the System queuing a frmUpdateEvent (regular ROMs don't) and then Plucker crashes trying to redisplay the fullscreen table that was just released. (Happens with fullscreen images too.) Is the

bug report

2004-01-20 Thread nikolai
Hello Plucker People, first of all: I love your program, functionality, interface. A great piece of software. Really!! this bug happenend yesterday to me. See bottom. I uninstalled and re-installed the plucker desktop but the same message appeared once again. (running windows 2000,sp4, Palm

big table not displayed properly (more bug)

2004-01-20 Thread Ardiyanto
And to add my previous bug report, please notice that the last line of the table is not displayed on the "plucker viewer", altough it is displayed on the web browser (at desktop)

Bug 1007?

2004-01-14 Thread Alan Hoyle
Has anyone taken a look at Bug 1007? It seems to me that this would be a relatively simple change: Make the function called by the Go to link button be the same as the function called when an anchor is tapped. Am I wrong? I've tried looking in the code to see where to start on this, but I

Re: Search bug

2004-01-12 Thread David A. Desrosiers
Btw, I tried to submit the bug today but the plkr.org web site was all messed up...maybe I caught it in the middle of server update :) Can you define all messed up? d. ___ plucker-dev mailing list [EMAIL PROTECTED] http

Re: Search bug

2004-01-12 Thread Branko Strok
Btw, I tried to submit the bug today but the plkr.org web site was all messed up...maybe I caught it in the middle of server update :) Can you define all messed up? It's gone now, the tables were not formated, maybe it was a just a lag in bandwith, everything is slow today. Sorry about

bug report idea?

2004-01-06 Thread Alexander R. Pruss
Would it be possible to have something like the contact the developers option pop up an email that has headings for the various parts of a bug report, and then have that email get automatically routed to the bugtracker? Alex -- Dr. Alexander R. Pruss Department of Philosophy Georgetown

bug report?...

2004-01-05 Thread Arnaud
Well...! Actually I have mac OS 9 so I cannot even try plucker! How can I do (I can't install os X on my iMac, it would be too slow, I think! Anyway I have not os X under my palm... And I'm pretty sure many poeple are the same way!!! So...? Help me, I want it!!! Arnaud Davidian

Re: bug report?...

2004-01-05 Thread Geir-Tore Lindsve
On Friday 02 January 2004 21:58, Arnaud wrote: Well...! Actually I have mac OS 9 so I cannot even try plucker! How can I do (I can't install os X on my iMac, it would be too slow, I think! Anyway I have not os X under my palm... And I'm pretty sure many poeple are the same way!!! So...?

Re: bug report?...

2004-01-05 Thread Tony McNamara
Geir-Tore Lindsve wrote: On Friday 02 January 2004 21:58, Arnaud wrote: Well...! Actually I have mac OS 9 so I cannot even try plucker! How can I do (I can't install os X on my iMac, it would be too slow, I think! Anyway I have not os X under my palm... And I'm pretty sure many poeple are the

Re: bug report?...

2004-01-05 Thread Geir-Tore Lindsve
On Monday 05 January 2004 14:36, Tony McNamara wrote: Geir-Tore Lindsve wrote: If I correctly understands your question; You are able to use the viewer on your Palm device, but you aren't able to use the distiller to create the plucker-documents? If that is so, try JPluck. It's a

table bug

2003-11-12 Thread Alexander R. Pruss
The OS5 table bug occurs on the OS5.3 sim in lo-res mode, too. The image rotation bug does not, curiously enough. Alex -- Dr. Alexander R. Pruss Department of Philosophy Georgetown University Washington, DC 20057-1133 U.S.A. e-mail: [EMAIL PROTECTED] online papers and home page

bug 764

2003-08-19 Thread Alexander R. Pruss
I'd like to fix bug 764, but I can't figure out what the directional rocker is. Is this the FiveWay controller? Alex -- Dr. Alexander R. Pruss || e-mail: [EMAIL PROTECTED] Philosophy Department || online papers and home page: Georgetown University || www.georgetown.edu/faculty/ap85

Re: bug 764

2003-08-19 Thread David A. Desrosiers
I'd like to fix bug 764, but I can't figure out what the directional rocker is. Is this the FiveWay controller? Yes, the circular d-pad (directional pad). This presents an interesting issue, because there is no left/right direction on non-OS5 Palm devices. Is there a way

Re: bug 764

2003-08-19 Thread Alexander R. Pruss
to counterclockwise, the reverse should be true. Basically, with a d-pad-enabled device, the up and down rocker before orientation should be completely ignored after rotation. Does that make a bit more sense? Right. I thought that I do do this in FiveWay.c. There must be some bug. I guess I'll have

1.4 bug fixes

2003-08-03 Thread Alexander R. Pruss
Are we going to release any bug fixes for 1.4, or are we just going to 1.5? Alex -- Dr. Alexander R. Pruss || e-mail: [EMAIL PROTECTED] Philosophy Department || online papers and home page: Georgetown University || www.georgetown.edu/faculty/ap85 Washington, DC 20057|| U.S.A

Re: 1.4 bug fixes

2003-08-03 Thread Adam McDaniel
On Sun, Aug 03, 2003 at 05:00:06PM +0200, Michael Nordstrom wrote: 1.5 is the unstable version, so yes, there will be more 1.4.x versions with bug fixes (and maybe some minor feature, too.) Any ETA for 1.5? I'm getting anxious to shut down hires.plkr.org becuase of the confusion it's causing

Re: 1.4 bug fixes

2003-08-03 Thread Michael Nordstrom
On Sun, Aug 03, 2003, Alexander R. Pruss wrote: Are we going to release any bug fixes for 1.4, or are we just going to 1.5? 1.5 is the unstable version, so yes, there will be more 1.4.x versions with bug fixes (and maybe some minor feature, too.) /Mike

Re: 1.4 bug fixes

2003-08-03 Thread Michael Nordstrom
On Sun, Aug 03, 2003, Adam McDaniel wrote: Any ETA for 1.5? We could release it as 1.5 today (if we want to.) It's not like it needs any testing or stuff like that; it's called unstable for a reason ;-) /Mike ___ plucker-dev mailing list [EMAIL

Re: 1.4 bug fixes

2003-08-03 Thread Alexander R. Pruss
On Sun, 3 Aug 2003, Adam McDaniel wrote: I'm getting anxious to shut down hires.plkr.org becuase of the confusion it's causing... it would be best just to merge my changes into unstable and tell Joe Hires User to download 1.5 One can also merge it in and tell Joe Hires User to download the

Re: Possible Bug

2003-07-02 Thread Someone
On Sun, 29 Jun 2003, Someone wrote: I'm not sure if I'm sending this to the correct address. If not, please forgive me and point me in the right direction. Using the hires plucker from the download page I have repeatedly discovered that if I delete a document and open another my Sony NX70

possible bug

2003-06-30 Thread Greg Barrett
I'm not sure if I'm sending this to the correct address. If not, please forgive me and point me in the right direction. Using the hires plucker from the download page I have repeatedly discovered that if I delete a document and open another my Sony NX70 will error and require a soft reset. The

Re: possible bug

2003-06-30 Thread Alexander R. Pruss
On Sun, 29 Jun 2003, Greg Barrett wrote: Using the hires plucker from the download page I have repeatedly discovered that if I delete a document and open another my Sony NX70 will error and require a soft reset. Are you deleting documents on the memory stick or in RAM? (I couldn't duplicate

Possible Bug

2003-06-29 Thread Someone
I'm not sure if I'm sending this to the correct address. If not, please forgive me and point me in the right direction. Using the hires plucker from the download page I have repeatedly discovered that if I delete a document and open another my Sony NX70 will error and require a soft reset.

bug

2003-06-28 Thread Alexander R. Pruss
Here's an interesting bug. Under POSE/NR70, minimizing the silkscreen also triggers the GESTURE_TAP gesture sometimes. (I think only the first time it's done during a session.) Alex -- Dr. Alexander R. Pruss || e-mail: [EMAIL PROTECTED] Philosophy Department || online papers and home page

Re: hires bug

2003-06-23 Thread Alexander R. Pruss
On Sun, 22 Jun 2003, Adam McDaniel wrote: There's a better way. Increment the MetaDocumentVersion in const.h Committed. Thanks. Alex -- Dr. Alexander R. Pruss || e-mail: [EMAIL PROTECTED] Philosophy Department || online papers and home page: Georgetown University ||

Re: hires bug

2003-06-22 Thread Adam McDaniel
anything? Be diligent in your change :) I would say though that it might be necessary anyways... There's already a bug report filed on this, see http://bugs.plkr.org/bug_view_page.php?bug_id=617 Note, the bug report says that this happens when using the chinese font, that's not withstanding

Re: hires bug

2003-06-22 Thread Alexander R. Pruss
, and elsewhere. How do we make sure we haven't missed anything? Be diligent in your change :) I would say though that it might be necessary anyways... There's already a bug report filed on this, see http://bugs.plkr.org/bug_view_page.php?bug_id=617 Note, the bug report says that this happens when

Re: hires bug

2003-06-22 Thread Adam McDaniel
On Sun, Jun 22, 2003 at 12:33:51PM -0400, Alexander R. Pruss wrote: OK. I am almost done with a fix. I still need to finish adjusting the scrollbar to work with 32-bit values by scaling, and I've got an annoying little metarecord bug. Be sure to post your prc to the bug report, so

Re: hires bug

2003-06-22 Thread Alexander R. Pruss
I committed a fix. Since the structure of the metadata has had to be changed, Cleaner MUST be run to delete the temp files before running this version. I don't know where to flag this in cvs. Henceforth, please store y-offsets measured in pixels, except for things that are on screen (or just

Re: hires bug

2003-06-22 Thread Adam McDaniel
On Sun, Jun 22, 2003 at 09:53:49PM -0400, Alexander R. Pruss wrote: I committed a fix. Since the structure of the metadata has had to be changed, Cleaner MUST be run to delete the temp files before running this version. I don't know where to flag this in cvs. There's a better way. Increment

Re: hires bug

2003-06-12 Thread Michael Nordstrom
On Thu, Jun 12, 2003, Adam McDaniel wrote: Actually, I'm not sure on Mike's plans on backporting his work under the 1.4 branch back to the unstable/main trunk (where my hires code is based out of). I won't merge back any changes until 1.4 is released, so if you want to include this fix then

Re: Hourly Plucker Viewer Snapshots/Bug Reporting

2003-04-02 Thread pinkpanther
, or make easier, let me know. d. This is really cool. However, I'm not sure an Hourly update is necessary. Maybe a daily or even weekly would do for me. This might help simplify bug reporting and reduce band width. My 2c Larry ___ plucker-dev

Download stats (was Re: Hourly Plucker Viewer Snapshots/Bug Reporting)

2003-04-02 Thread David A. Desrosiers
Please do not link to these snapshots directly, bandwidth is already tightly constrained as it is (we've served 341,714,426,123 bytes of Plucker downloads, not including cvs checkouts and snapshots since 9/Feb/2003), so please be considerate of the bandwidth usage. Sorry, my count

Re: Small bug in text display code.

2003-03-18 Thread Adam McDaniel
On Fri, Mar 14, 2003 at 09:41:01PM +0300, Ivan Tkatchev wrote: Sorry if I am writing to the wrong place, but I would like to report a simple bug in text redraw code. It seems like if you use a custom font (i.e. through the FontHack123 hack) the text redraw code fails to account

Small bug in text display code.

2003-03-17 Thread Ivan Tkatchev
Sorry if I am writing to the wrong place, but I would like to report a simple bug in text redraw code. It seems like if you use a custom font (i.e. through the FontHack123 hack) the text redraw code fails to account for the different font height. I'm guessing that the heights

HiRes Viewer: Possible image display bug

2003-03-07 Thread Ken Stuart
/preference somewhere, or else it is a simple bug to fix... -- Thanks, Ken [EMAIL PROTECTED] ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Re: HiRes Viewer: Possible image display bug

2003-03-07 Thread Adam McDaniel
AHEAD!:) .. I just probably need another month or two to bring it up to a beta quality :) I hope that either I have overlooked a switch/preference somewhere, or else it is a simple bug to fix... Lower down the bpp,.. try rle or scanline if you're using imagemagick (sorry, I don't know how to enable

Re: HiRes Viewer: Possible image display bug

2003-03-07 Thread Robert O'Connor
case. I hope that either I have overlooked a switch/preference somewhere, or else it is a simple bug to fix... Hi Ken, Thanks for your letter. As Adam mentioned, there is currently a 60K uncompressed limit on images. I tested it out on the CVS parser. Here are the settings I used, which

a... bug?

2003-01-02 Thread Whitehawk Stormchaser
Greetings!I'm new here on this very list, because I have stumbled on a problem: Plucker source refuses to compile; I did this: wh@storm:~/source/palm/plucker-1.2 ./configure --prefix=/usr checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking for

Re: a... bug?

2003-01-02 Thread David A. Desrosiers
I use: automake 1.6.2 and autoconf 2.5.3... Are there any known bugs about this? Or this has been resolved in CVS; but I don't know how to get to there sigh Can anyone points me to there? Does it work with automake 1.5 and autoconf 2.5.2 on your system? I suspect 1.6.2 is

Re: Fwd: Trouble using POST to mimic form input: Bug and fix?

2002-12-23 Thread Chris Hawks
---Reply to mail from [EMAIL PROTECTED] about Fwd: Trouble using POST to mimic form input: Bug and fix? I have had no response to this from plucker-list so here is hoping someone here can help. -Pat -- A HREF=http://harvest.weather.com/cgi- bin/3com/avantgo

Re: Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-22 Thread Michael Nordstr=?ISO-8859-1?Q?=F6m
Now if Mike was here then he'd be able to give the definite answer on this. Well, I'm here (however, I don't read my mail every day:) Still, I can't give you a definite answer; what I can do is to confirm that there is a bug somewhere in the category code (or some other part of the document

Fwd: Trouble using POST to mimic form input: Bug and fix?

2002-12-22 Thread plorch
I have had no response to this from plucker-list so here is hoping someone here can help. -Pat Begin forwarded message: From: [EMAIL PROTECTED] Date: Wed Dec 18, 2002 10:50:43 AM US/Eastern To: [EMAIL PROTECTED] Subject: Trouble using POST to mimic form input: Bug and fix? I could use

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-21 Thread Edward Rayl
When I reported the problem, I was using manual updating. I just went to 'bare metal' and deleted all plucker files on my m505. I installed Plucker and set it to manual updating. I installed the JPluck files to the card, inserted it into the m505 and did a manual update. Still, the files

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-20 Thread Laurens M. Fridael
Adam McDaniel wrote: On Fri, Dec 20, 2002 at 12:55:02AM +0100, Laurens M. Fridael wrote: I tried everything you suggested to no avail. I get exactly the same results as with 1.2. That's really odd.. Perhaps if you can re-create the problem in POSE, save your session and email me the file..

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-20 Thread Edward Rayl
Through experimentation I think I found a solution: 1) Delete the DB PlkrDocList first. 2) Enable manual updating of the document list in Preferences If you use automatic updating you have to delete PlkrDocList first. Enabling manual updating alone will not work. When I reported the problem,

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-20 Thread Edward Rayl
Did categorization ever work for you when reading from the card? That is, with Plucker Desktop or plucker-build? I hate to say it, but I have never tried categorization from anywhere other than the viewer until now. ___ plucker-dev mailing list

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-20 Thread Adam McDaniel
On Fri, Dec 20, 2002 at 11:50:10AM +0100, Laurens M. Fridael wrote: m130.psf (You need the M130 ROM to run this session.) Unfortunatly, becuase I don't have an m130 device, I cannot access a rom from it. Palm's DevSeed program only allows me to get the m505, m500, 3c, and Vx. My understanding is

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-20 Thread Laurens M. Fridael
Adam McDaniel wrote: Can I trouble you to re-make the pose session but for the platform41_Vx_full_enUS.rom image? Well I also created an M505 session. (The Vx doesn't support memory cards.) I obtained the M505 image through the DevSeed program. http://jpluck.sourceforge.net/m505session.zip

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-20 Thread Adam McDaniel
On Fri, Dec 20, 2002 at 06:22:38PM +0100, Laurens M. Fridael wrote: Well I also created an M505 session. (The Vx doesn't support memory cards.) I obtained the M505 image through the DevSeed program. http://jpluck.sourceforge.net/m505session.zip Same instructions apply. First mount the

JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-19 Thread Edward Rayl
Adam McDaniel wrote: On the down side, I've set the category field in Advanced, and the files are showing up in Plucker as Unfiled rather than News as I specified. I already have a News category on the viewer. That might be a bug in the viewer. If you set your category mode

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-19 Thread Laurens M. Fridael
I remember something that Mike said about losing category settings when storing PDBs on an SD card. http://www.mail-archive.com/plucker-dev@rubberchicken.org/msg03195.html I lose the category settings when I read the PDBs from an SD card, but not when I read them from RAM. Regards -Laurens

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-19 Thread Adam McDaniel
not have 'Category Style' then you're using a viewer that is before my modifications and most likely doesn't contain a bug I would have caused :) -- Adam McDaniel Array.org Calgary, AB, Canada ___ plucker-dev mailing list [EMAIL PROTECTED] http

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-19 Thread Edward Rayl
to write directly to the SD card through a SanDisk SD card drive, and then placing it in my m505. Is this a Plucker bug or a limitation with the SD card? ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-19 Thread Edward Rayl
If you do not have 'Category Style' then you're using a viewer that is before my modifications and most likely doesn't contain a bug I would have caused :) I don't have the 'Category Style'; I'm running the 1.2 production release. ___ plucker-dev

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-19 Thread Laurens M. Fridael
Edward Rayl wrote: I am using JPluck to write directly to the SD card through a SanDisk SD card drive, and then placing it in my m505. Is this a Plucker bug or a limitation with the SD card? See the comments by Mike in the thread. http://www.mail-archive.com/plucker-dev@rubberchicken.org

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-19 Thread Adam McDaniel
On Thu, Dec 19, 2002 at 11:12:39PM +0100, Laurens M. Fridael wrote: Edward Rayl wrote: I am using JPluck to write directly to the SD card through a SanDisk SD card drive, and then placing it in my m505. Is this a Plucker bug or a limitation with the SD card? See the comments by Mike

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-19 Thread Laurens M. Fridael
plucker was running, and - Documents were set to autosyncronize (ie, manual-sync off) From what you were saying earlier is that you're assigning the category in jpluck, that fact should overrule the first statement and the category should still remain static. Unless this is another bug

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-19 Thread Adam McDaniel
On Fri, Dec 20, 2002 at 12:04:57AM +0100, Laurens M. Fridael wrote: Well this must be another bug then because I'm trying to do this with two BBC News PDBs, one generated by JPluck and the other by the Python parser. Both PDBs have the category News assigned to them and both are stored

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-19 Thread Laurens M. Fridael
Adam McDaniel wrote: As far as I can tell, the only difference between your test and mine is that I am running the hires unstable version. On your device (or pose, it doesn't matter) .. download the unstable prc from hires.plkr.org, and repeat the tests there. Does the problem still happen?

Re: JPluck category bug? (was Re: JPluck 0.8.5 released)

2002-12-19 Thread Adam McDaniel
On Fri, Dec 20, 2002 at 12:55:02AM +0100, Laurens M. Fridael wrote: I tried everything you suggested to no avail. I get exactly the same results as with 1.2. That's really odd.. Perhaps if you can re-create the problem in POSE, save your session and email me the file.. that would allow me to

Re: Spider bug

2002-12-03 Thread Edward Rayl
Interesting. Sounds like a 2.2 issue. I'll look into it. Looks like it isn't. I just got this with the Python included with Plucker for Windows: Processing http://www.msnbc.com/avantgo/807148.htm... Traceback (most recent call last): File C:\Program Files\Plucker\PyPlucker\Spider.py,

Re: Spider bug

2002-12-03 Thread David A. Desrosiers
Looks like it isn't. I just got this with the Python included with Plucker for Windows: There DEFINATELY is a bug related to using Python 2.2 on Linux and Windows systems that causes failures with the current Python distiller in Plucker, and I think that's what Bill is referring

Spider bug

2002-11-27 Thread Edward Rayl
Getting this now on a channel that was working... ... 83 collected, 242 to do Processing http://www.msnbc.com/avantgo/840176.htm... Traceback (most recent call last): File C:\Program Files\Plucker\PyPlucker\Spider.py, line 1577, in ? sys.exit(realmain()) File C:\Program

Re: Spider bug

2002-11-27 Thread David A. Desrosiers
Getting this now on a channel that was working... What version of python? I notice that there's been a lot of people who are beginning to see trouble using Plucker with Python 2.2. I've solved this for at least 5 people by having them use Python 2.1 and _not_ Python 2.2. What

Re: Spider bug

2002-11-27 Thread Edward Rayl
I notice that there's been a lot of people who are beginning to see trouble using Plucker with Python 2.2. I've solved this for at least 5 people by having them use Python 2.1 and _not_ Python 2.2. What version are you running? What else changed on your system? If it was working before, and no

Re: Spider bug

2002-11-27 Thread Bill Janssen
Interesting. Sounds like a 2.2 issue. I'll look into it. Bill ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Re: VFS oddity, HandEra silkscreen bug (Eric J Schwertfeger)

2002-10-28 Thread Adam McDaniel
On Sun, Oct 27, 2002 at 11:38:25AM -0800, Eric J Schwertfeger wrote: HandEra has something like JogAssist, though nowhere near as full featured. Neither the user nor the programmer have to be aware of it, because if the program's event handler returns handled when it gets a jogdial event,

Re: VFS oddity, HandEra silkscreen bug (Eric J Schwertfeger)

2002-10-27 Thread Eric J Schwertfeger
Mike said: On Fri, Oct 25, 2002, Eric J Schwertfeger wrote: How do you go about setting the label on a SD/CF card from the HandEra? VFSVolumeSetLabel, i.e. the viewer will provide you with a dialog making it possible for you to set a label. Sorry, meant via CardPro or Backup (or other

Re: VFS oddity, HandEra silkscreen bug

2002-10-25 Thread Eric J Schwertfeger
On Wed, Oct 23, 2002 at 02:03:16PM -0700, Eric J Schwertfeger wrote: I can't say if this has been fixed in 1.2, as the problem is only noticable on a HandEra, and the hires branch is still at 1.2beta13, it seems. We're in the midst of merging the hires branch into the main code. As a

Re: VFS oddity, HandEra silkscreen bug

2002-10-25 Thread Adam McDaniel
On Fri, Oct 25, 2002 at 10:08:58PM +0200, Michael Nordström wrote: On Fri, Oct 25, 2002, Eric J Schwertfeger wrote: How do you go about setting the label on a SD/CF card from the HandEra? VFSVolumeSetLabel, i.e. the viewer will provide you with a dialog making it possible for you to set a

Re: VFS oddity, HandEra silkscreen bug

2002-10-23 Thread Adam McDaniel
On Wed, Oct 23, 2002 at 11:39:02PM +0200, Michael Nordström wrote: One thing that doesn't work and might give the problem you describe is when both cards have the same volume label (i.e. if neither have been given a label you will run into this problem) I have promised to provide a fix for

Re: 1.2 beta 13 Document Library bug w/clean install

2002-10-16 Thread Michael Nordström
On Wed, Oct 16, 2002, David A. Desrosiers wrote: Any small thing to refresh the screen will fix it. It's not major, but I'm curious why it happens like that. It's not like the titles are obscured, just pushed over to the right. Well, I think I know why it happens, but I will not do

Re: 1.2 beta 13 Document Library bug w/clean install

2002-10-16 Thread Michael Nordström
any documents in the list. and whether that cause could be lurking over the top of another potentially larger bug underneath? Don't worry; I wouldn't ignore this problem if it wasn't for the fact that it's just a minor layout issue and (much more important) that it will be history as soon as we

Re: bug question

2002-09-30 Thread David A. Desrosiers
I thought both the spider and distiller were Python code.. So which category do I use? Python distiller. d. ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Re: Newline function bug?

2002-09-26 Thread Laurens M. Fridael
- Original Message - From: Michael Nordström [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 6:10 PM Subject: Re: Newline function bug? On Thu, Sep 26, 2002, Laurens M. Fridael wrote: When I insert multiple newline function codes in a Text record I see

Re: Newline function bug?

2002-09-26 Thread David A. Desrosiers
That said, I'll add an option to my parser that will start a new paragraph when two or more successive br's are encountered. This shouldn't be necessary if/when Plucker gets support for CSS. Incidentally, _you_ have a parser too? That makes how many now... 7 for all of

  1   2   >