6 slot problem

03/09/2013 02:14 Rhyder`#1
how to activate the 6 slot of jopsi taskbar??? :(


i already do this..
Code:
#define MAX_SLOT_ITEM			9
#define MAX_SLOT_QUEUE 			5

into -- >
#ifdef __NEW_THEME
#define MAX_SLOT_ITEM			10
#define MAX_SLOT_QUEUE 			6
#else
#define MAX_SLOT_ITEM			9
#define MAX_SLOT_QUEUE 			5
#endif
Code:
add this
   else if(m_aSlotQueue[5].m_dwShortcut == SHORTCUT_NONE)
    i = 5;

under

   else if(m_aSlotQueue[4].m_dwShortcut == SHORTCUT_NONE)
    i = 4;
Code:
cwndnewskillslot the for from i<5 to i<6 and set
MAX_SLOT_QUEUE from 5 to 6

and in ondblclick i<4 || i != 4 to 5
what is the next i do to make it works? HELP ME PLEASE! :(

bump!
03/10/2013 23:55 Rhyder`#2
BUMP!
03/16/2013 13:47 Rhyder`#3
BUMP!
03/16/2013 14:41 Allowedes#4
Jesus please someone should close this thread, because jayjei14 don't want to read or to learn new things, he only wants to leech.