[Problem] Jops Glow?

01/29/2013 13:33 Rhyder`#1
No Glow change on start button? how to fix?

Code:
 http://prntscr.com/qt92a
01/29/2013 14:10 Lumi#2
Did you add the code in WndTaskBar.cpp and FuncApplet.cpp?
01/29/2013 14:32 Rhyder`#3
Quote:
Originally Posted by Lumi' View Post
Did you add the code in WndTaskBar.cpp and FuncApplet.cpp?

Only the funcapplet because on jopsi released are not have wndtaskbar.cpp

Help me on how to fix this
01/29/2013 14:36 Pixelfehler#4
Quote:
Originally Posted by jayjei14 View Post
Only the funcapplet because on jopsi released are not have wndtaskbar.cpp

Help me on how to fix this
Try this :
Code:
pWndButton = AppendMenu( this, 0, APP_ID    , _T( "Name" ) );
WndTaskbar.cpp
01/29/2013 14:39 Rhyder`#5
Sir do you have a full guide on where should i add?
01/29/2013 14:40 Pixelfehler#6
Quote:
Originally Posted by jayjei14 View Post
Sir do you have a full guide on where should i add?
Code:
CWndTaskMenu::OnInitialUpdate()
01/29/2013 14:41 Rhyder`#7
Thanks ;)

Btw if i add a menu on start button this menu will be extended or i replace 1 of them?
01/29/2013 17:30 ThoughtfulDev#8
menu will be extended if u dont replace one item
01/30/2013 00:56 Rhyder`#9
Quote:
Originally Posted by Shonenx33 View Post
menu will be extended if u dont replace one item
Thanks ! :p