Jump to content

how to increase the height of customised today screen plugin on its selection?


Guest Vunnam

Recommended Posts

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.

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?

}

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.