Re: plucker unicode

2004-02-11 Thread Radovan Garabik
On Mon, Feb 09, 2004 at 10:09:17AM -0500, Alexander R. Pruss wrote: yes, it works, but that was what I meant by an ugly hack, and it does not solve the situation if you are making plucker document out of www site that uses different encodings. jPluck will convert between encodings. I

Re: plucker unicode

2004-02-11 Thread Alexander R. Pruss
On Wed, 11 Feb 2004, Radovan Garabik wrote: I know, but that does not solve the original problem - if the page I want to pluck uses e.g. iso-8859-2 repertoire and it has a link to page that uses iso-8859-1 (or koi8-r or anything, or even worse, characters from more codepages). As I said,

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,