Re: C++ Winelib problems

2002-01-25 Thread Peter Hunnisett
On 22 Jan 2002 15:23:34 -0800, Alexandre Julliard said: Peter Hunnisett [EMAIL PROTECTED] writes: I've attached a patch which removes the recursive dep search from MODULE_DllProcessAttach and moves MODULE_DllProcessAttach from LoadLibraryExA into MODULE_LoadLibraryExA. Does

Re: Patch to improve Microsoft Office 2000 functionality

2002-01-25 Thread Duane Clark
Dimitrie O. Paun wrote: On Thu, 24 Jan 2002, Duane Clark wrote: I'll be happy to sync this to the current CVS, test it out with the apps I have, and chop it up into a series of patches, if no one else wants to take that on. I suggest you pass the listview.c chucks over to me. I've just

Re: Patch to improve Microsoft Office 2000 functionality

2002-01-25 Thread Dimitrie O. Paun
On Fri, 25 Jan 2002, Duane Clark wrote: That would be fine. It looked like a few pieces of the listview code might still be needed, but definitely most of it is duplicated by the recent changes. Indeed -- I glanced over the patch myself, and it seems some things do still apply. At the

Re: Patch to improve Microsoft Office 2000 functionality

2002-01-25 Thread Duane Clark
Dimitrie O. Paun wrote: On Fri, 25 Jan 2002, Duane Clark wrote: That would be fine. It looked like a few pieces of the listview code might still be needed, but definitely most of it is duplicated by the recent changes. Indeed -- I glanced over the patch myself, and it seems some things

Excessive clipping of text in listview

2002-01-25 Thread Bill Medland
Does anyone know how we (again) broke the text in the large icon display of listview? It seems to come and go as we develop. The symptom. Our application has a ListView window. As of yesterday's cvs most of the text only displays about 2 or 3 pixels wide, while a few are readable. I am just

Re: Excessive clipping of text in listview

2002-01-25 Thread Dimitrie O. Paun
On Fri, 25 Jan 2002, Bill Medland wrote: Does anyone know how we (again) broke the text in the large icon display of listview? It seems to come and go as we develop. blushI probably broke it/blush The symptom. Our application has a ListView window. As of yesterday's cvs most of the

RE: Excessive clipping of text in listview

2002-01-25 Thread Medland, Bill
Panic over; the 20020101 version will do for now. -Original Message- From: Dimitrie O. Paun [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 9:11 AM To: Bill Medland Cc: [EMAIL PROTECTED] Subject: Re: Excessive clipping of text in listview On Fri, 25 Jan 2002, Bill

RE: Excessive clipping of text in listview

2002-01-25 Thread Dimitrie O. Paun
On Fri, 25 Jan 2002, Medland, Bill wrote: Do you have access to the Microsoft rowlist sample? If so then use that No, I don't. Can you send me a copy, or point me to a place where I can get it from? but edit a couple of the labels to be longer than one line. It's the being longer than one

RE: Excessive clipping of text in listview

2002-01-25 Thread Dimitrie O. Paun
On Fri, 25 Jan 2002, Medland, Bill wrote: p.s. what is going on in DrawLargeItem with the ellipsification; it looks like it ellipsifies it and then throws the result away. Bill, Can you try the attached (uncompiled, untested) patch? It simplifies the code quite a bit IMO. BTW, the previous

Re: Excessive clipping of text in listview

2002-01-25 Thread Dimitrie O. Paun
On Fri, 25 Jan 2002, Bill Medland wrote: Fine (after satisfying the compiler). Cool. What was wrong? Nevermind, I'll check the patch. Shall I submit it or do you want the glory? Sure I want the glory, but you can submit it. :) -- Dimi.

Re: Excessive clipping of text in listview

2002-01-25 Thread Bill Medland
Dimitrie O. Paun [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Fri, 25 Jan 2002, Medland, Bill wrote: p.s. what is going on in DrawLargeItem with the ellipsification; it looks like it ellipsifies it and then throws the result away. Bill, Can you try

Re: Excessive clipping of text in listview

2002-01-25 Thread Dimitrie O. Paun
On Fri, 25 Jan 2002, Bill Medland wrote: Search at www.microsoft.com fpor rowlist; it's about the third hit (msdn.microsoft.com/msdn-files). Download and compile under VC++ 6 That's great, but I don't even have a Windows partition, let alone VC++! But nevermind the request, if the code

Does Windows have one of these?

2002-01-25 Thread Bill Medland
As I look deeper into the DrawText boundary behaviour it becomes clear to me that the Microsoft version must actually keep the symbols in the string until the very last moment. In particular it looks to me like they actually measure strings that contain them. I can't see how they can do that

cvs run

2002-01-25 Thread lee johnson
just got wine cvs but it refuses to run even with copying missing shared file from $HOME to say /usr/lib here is error: --- [codewind@imyourhandiman codewind]$ wine wine: error while loading shared libraries: libwine.so: cannot open shared object file: No such file or directory

The cat is out of the bag (Lindows)

2002-01-25 Thread Hetz Ben Hamo
Hi People, In case you didn't see - Lindows preview review is on www.newsforge.com... Hetz

Re: The cat is out of the bag (Lindows)

2002-01-25 Thread Hetz Ben Hamo
And it's on slashdot - and boy oh boy - they really don't like the root user approach (and I kinda agree with them)... Hetz On Saturday 26 January 2002 01:33, Hetz Ben Hamo wrote: Hi People, In case you didn't see - Lindows preview review is on www.newsforge.com... Hetz

Patch that broke SetFileAttributes

2002-01-25 Thread Jukka Heinonen
Fallout II requires that a certain file is located on a CDROM drive. For some reason it checks this using SetFileAttributes, which is supposed to fail on readonly drives. This used to work until the following patch broke this behaviour (message continues after the patch): Index: file.c

Re: SetEndOfFile fix

2002-01-25 Thread Guy L. Albertelli
- Original Message - From: Rein Klazes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 20, 2002 2:13 PM Subject: SetEndOfFile fix hi, This fixes office 97 MSword error (disk full or write protected) when saving files on a vfat partition. MSword calls SetEndOfFile()