v19 Task bar Error

03/30/2013 02:11 khemomo#16
so if anyone can help please help me

make a guide plase

im newbie
and also a noob ?
03/30/2013 11:52 Lumi#17
@khemomo

Open the file WndTaskbar.h.

Now search that one:

Code:
int		       m_nActionPoint;
unter this, insert this one:

Code:
BOOL  		   m_bPickup_TK;
Now you can build the source.
03/30/2013 11:56 Rhyder`#18
Quote:
Originally Posted by Lumi' View Post
@khemomo

Open the file WndTaskbar.h.

Now search that one:

Code:
int		       m_nActionPoint;
unter this, insert this one:

Code:
BOOL  		   m_bPickup_TK;
Now you can build the source.
There are more int m_nActionPoint;

what do we do?
03/30/2013 14:38 Lumi#19
Quote:
Originally Posted by jayjei14 View Post
There are more int m_nActionPoint;

what do we do?
There are only one int m_nActionPoint;
If not then go to this class
Quote:
class CWndTaskBar : public CWndNeuz
And add
Code:
BOOL  		   m_bPickup_TK;
under
Quote:
public:
03/30/2013 14:55 khemomo#20
Quote:
Originally Posted by Lumi' View Post
There are only one int m_nActionPoint;
If not then go to this class

And add
Code:
BOOL  		   m_bPickup_TK;
under
How About this lumi ??
how can i fix this ?
Btw Thanks for your help ^_^


..\_Interface\WndTaskBar.h(157) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndTaskBar.h(157) : error C2501: 'CWndTaskBar_HUD::CWndTaskBar_HUD_EX3' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(157) : error C2501: 'CWndTaskBar_HUD::pWndTaskBar_HUD_EX3' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(158) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndTaskBar.h(158) : error C2501: 'CWndTaskBar_HUD::CWndTaskBar_HUD_EX2' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(158) : error C2501: 'CWndTaskBar_HUD::pWndTaskBar_HUD_EX2' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(159) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndTaskBar.h(159) : error C2501: 'CWndTaskBar_HUD::CWndTaskBar_HUD_EX1' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(159) : error C2501: 'CWndTaskBar_HUD::pWndTaskBar_HUD_EX1' : missing storage-class or type specifiers
03/30/2013 14:58 Lumi#21
Show us the Quellcode.
03/30/2013 15:44 Rhyder`#22
@lumi:
the expansionSlot slide of adeil. are block how do we remove the block to make the expansionslot movable?
03/30/2013 15:45 khemomo#23
Quote:
Originally Posted by Lumi' View Post
Show us the Quellcode.
What is Quellcode ??
im sory im noob :o

Heres my
WndTaskBar.cpp and WndTaskBar.h
[Only registered and activated users can see links. Click Here To Register...]

if its ok can you fix that error and
pass it to me via private message ??


:handsdown::handsdown:
03/30/2013 16:00 Rhyder`#24
The fix are not on wndtask.cpp/.h
03/30/2013 16:03 khemomo#25
Quote:
Originally Posted by khemomo View Post
What is Quellcode ??
im sory im noob :o

Heres my
WndTaskBar.cpp and WndTaskBar.h
[Only registered and activated users can see links. Click Here To Register...]

if its ok can you fix that error and
pass it to me via private message ??


:handsdown::handsdown:
Quote:
Originally Posted by jayjei14 View Post
The fix are not on wndtask.cpp/.h
i think on the wndbase ??
or im wrong ??
03/30/2013 16:12 Rhyder`#26
add me back on facebook and i say the whole fixes

#Closerequest
03/30/2013 17:52 ademir321#27
Quote:
Originally Posted by jayjei14 View Post
That's adeil . task..so define it to wndtaskbar.h according on which HUD is that

Code:
int m_bPickup_TK;
not is in wndtaskbar.h , is in WndBase.h :P
03/31/2013 00:12 Rhyder`#28
Quote:
Originally Posted by ademir321 View Post
not is in wndtaskbar.h , is in WndBase.h :P
So how is it?
because on adeil. taskbar i found this bug
*F10 Hotkey
*Exp Bar at the taskbar not Full
*Slide Bar Block

if you know some of them please help