Hi,
I have a done a customised plugin on Todayscreen using WM5 device.For that plugin,I have loaded a bitmap.upto this its working fine.
I want to increase the height of plugin when it receives selection?How to do this?
Initially height of the plugin is 40,but I want to increase its height by 60 when it receives selection.
I have a done a customised plugin on Todayscreen using WM5 device.For that plugin,I have loaded a bitmap.upto this its working fine.
I want to increase the height of plugin when it receives selection?How to do this?
Initially height of the plugin is 40,but I want to increase its height by 60 when it receives selection.
Quote
case (WM_TODAYCUSTOM_QUERYREFRESHCACHE):
ptli2=(struct _TODAYLISTITEM *)wp;
{
if (0 == ptli2->cyp{{
// height is being set.
ptli2->cyp = MODULE_HEIGHT;
}
case WM_TODAYCUSTOM_RECEIVEDSELECTION:
{
what to do?
}
ptli2=(struct _TODAYLISTITEM *)wp;
{
if (0 == ptli2->cyp{{
// height is being set.
ptli2->cyp = MODULE_HEIGHT;
}
case WM_TODAYCUSTOM_RECEIVEDSELECTION:
{
what to do?
}







Sign In
Create Account

Back to top









