no bullets in wordpad

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
jbrown

no bullets in wordpad

Post by jbrown »

Neither in the wordpad that comes with wine nor in the original one I get these bullets (similiar to enumeration).

Anyone any idea why?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: no bullets in wordpad

Post by vitamin »

jbrown wrote:Anyone any idea why?
Probably that symbol is not present in Wine's font(s).
walt

no bullets in wordpad

Post by walt »

On 07/28/2009 02:10 PM, jbrown wrote:>
Neither in the wordpad that comes with wine nor in the original
one I get these bullets (similiar to enumeration).

Anyone any idea why?
I see the same. When I try to use bullets I see this message on
the command line:

fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub

I'm guessing this means that richedit isn't finished yet.
walt

no bullets in wordpad

Post by walt »

On 07/28/2009 02:10 PM, jbrown wrote:
Neither in the wordpad that comes with wine nor in the original one
I get these bullets (similiar to enumeration).
Austin suggested that I try to install riched30 from winetricks and it
worked. Funny, I don't see his post in this thread so maybe he emailed
me off list?

Anyway, installing riched30 solved the problem.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

no bullets in wordpad

Post by austin987 »

On Wed, Jul 29, 2009 at 7:28 PM, walt<[email protected]> wrote:
On 07/28/2009 02:10 PM, jbrown wrote:
Neither in the wordpad that comes with wine nor in the original one
I get these bullets (similiar to enumeration).
Austin suggested that I try to install riched30 from winetricks and it
worked. Funny, I don't see his post in this thread so maybe he emailed
me off list?
Yeah, I forgot to cc wine-users when replying.
Anyway, installing riched30 solved the problem.
File a bug please (check for dupes first).

--
-Austin
jbrown

Re: no bullets in wordpad

Post by jbrown »

walt wrote:Anyway, installing riched30 solved the problem.
Yes, it did - but now the ruler is missing (won't be displayed). Can anyone confirm this?

BTW, I took the dll right from my old Windows partition, don't know whether this made any difference.
James McKenzie

no bullets in wordpad

Post by James McKenzie »

walt wrote:
On 07/28/2009 02:10 PM, jbrown wrote:>
Neither in the wordpad that comes with wine nor in the original
one I get these bullets (similiar to enumeration).

Anyone any idea why?
I see the same. When I try to use bullets I see this message on
the command line:

fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
This means that this function is not implemented completely. I was
working on this to fix it and fully implement it. I'll have to revive
this work and see what needs to be done. However, this will take a
little time as I am also working other issues.

Please file a bug report on this problem. Please re-run wordpad and
add, as an attachment, all the features that you tried, with included
notes, please.

James McKenzie
Locked