ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Tue Jul 26, 2005 3:03 pm Post subject: |
|
|
Hi Filip,
You can use SSMenu.Dll to do that. But the catch is the text for the panel
must be longer than the panel can display.
| Code: |
MENU status_create,Stat,TOOLTIPS
MENU status_setParts,Stat,100|-1
MENU status_setText,Stat,0,This is a long line of text that will not fit in the first panel
MENU status_setTipText,Stat,0,@menu(status_getText,Stat,0)
|
That is a limitation imposed by Microsoft. Sorry. _________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|