Re: [bme-develop] FW: about BME
Status: Planning
Brought to you by:
sirmik
|
From: Jan-Rixt V. H. <jan...@pa...> - 2004-08-17 07:16:13
|
>I also had a look at the windows msn client, it caches the user list and=
>user pictures, I think we should do that also....oh btw Jixt, maybe an i=
dea
>for you to program: look at the chatwindow....it has a fontmenu that sho=
uld
>contain font + colour items, only the selected font should be enabled: t=
hat
>doesn't work right now, look at it's behaviour.... I didn't figure out h=
ow
>to do that, maybe you can have a look at it, and then I can work further=
on
>the hotmail integration,
>
Hi,
I have a fix for the 'fontchooser'. The constructor of the FontMenu, you =
need to remove the following lines:
1) BMenu *fontMenu =3D new BMenu("Font");
2) AddItem(fontMenu);
You also need to remove the following parts of the code:
1) fontMenu->
When you do this, you will use 2 BMenu's instead of 3. May I enter this f=
ix in CVS? Who is busy with the conversation window? Otherwise I want to =
work on that... Is somebody busy with the emoticons in the conversation w=
indow? Can someone show me some mockups of it, so I can see how I have to=
do the colorbox etc...
greets
Jixt
|