Little Problem ://

02/25/2016 00:40 NoWay | Phoenix#1
Hello Elitepvpers!
I added the V19 Interface,Taskbar etc. to my Server...
And it works without Problems but...
Now some Windows are with little 'buggs' x.x

[Only registered and activated users can see links. Click Here To Register...]

Can somebody help me to fixx it ? ://
02/25/2016 15:19 Professor Linebeck#2
Use the ATools GUI-Editor.
Go to APP_SHOPEX and just make the whole window and the Tabctrl bigger.
02/25/2016 16:30 -Venom'#3
Quote:
Originally Posted by Professor Linebeck View Post
Use the ATools GUI-Editor.
Go to APP_SHOPEX and just make the whole window and the Tabctrl bigger.
No.

Look in you Source Code.
WndField.cpp or so.
02/25/2016 17:52 NoWay | Phoenix#4
Quote:
Look in you Source Code.
WndField.cpp or so.
I dont find it... (I dont know for what I need to search):confused:
Please help me ://
02/25/2016 20:43 -Venom'#5
Send My your WndField.cpp and i Look in it.

WndControl.cpp

Change this:
Code:
#ifndef __CONSIGNMENT
	CRect rect = GetWindowRect( TRUE );
	rect += ( m_pParentWnd->GetClientRect( TRUE ).TopLeft() - m_pParentWnd->GetWindowRect( TRUE ).TopLeft() );
	CRect rect2 = rect;
	//ect = GetClientRect();
	rect.right -= 15;
#endif
	//CRect rect = GetWindowRect( TRUE );
	//rect += ( m_pParentWnd->GetClientRect( TRUE ).TopLeft() - m_pParentWnd->GetWindowRect( TRUE ).TopLeft() );
	//CRect rect2 = rect;
to this:
Code:
#ifndef __CONSIGNMENT
	CRect rect = GetWindowRect( TRUE );
	rect += ( m_pParentWnd->GetClientRect( TRUE ).TopLeft() - m_pParentWnd->GetWindowRect( TRUE ).TopLeft() );
	CRect rect2 = rect;
	//ect = GetClientRect();
	rect.right -= 15;
#endif
	CRect rect = GetWindowRect( TRUE );
	rect += ( m_pParentWnd->GetClientRect( TRUE ).TopLeft() - m_pParentWnd->GetWindowRect( TRUE ).TopLeft() );
	CRect rect2 = rect;