SOURCE V19 BUTTONS

12/05/2012 15:15 Мarvіn#16
Quote:
Originally Posted by guiieduardo View Post
if I put it in my v18 will work?
No, you'll get aids :( //irony off
Why you shouldn't? Just need a working src :b

Btw.: this release is crap - who needs this shit? full interface or nothing, srsly.
12/05/2012 18:56 max982#17
Quote:
Originally Posted by Mаrvin View Post
this release is crap - who needs this shit? full interface or nothing, srsly.
why you no like this crap? make yours or nothing, srsly.
12/05/2012 19:54 .Pixelhut™#18
braucht man da nich noch den theme ordner ?
12/05/2012 21:37 ademir321#19
Quote:
Originally Posted by Mаrvin View Post
No, you'll get aids :( //irony off
Why you shouldn't? Just need a working src :b

Btw.: this release is crap - who needs this shit? full interface or nothing, srsly.
where is your interface to post full v19, since it sucks, then put your!!!
12/06/2012 18:11 adeilson123#20
Quote:
Originally Posted by Jarryve Dayllon View Post
*cough* ltd source...[?] *cough* Tentando receber "likes" cara? eheuehe... odeio ser br :)

ai mano eu fiz esse SOURCE TOTALMEMTE SOZINHO vc pode olhar as datas do meu primeiro post onde ponhei as imagens, voce vai ver q não bate com o do ltd,

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

alem do mais se vc olhar a fonte dele e a minha vc vai ver varias coisas diferentes.....
[Only registered and activated users can see links. Click Here To Register...]


Quote:
Originally Posted by guiieduardo View Post
if I put it in my v18 will work?
yes, you just have to change the thema of the buttons

update error fixed
12/09/2012 20:38 Crowley™#21
habs eingebaut aber die buttons werden nicht v19 angezeigt Oo ?
12/10/2012 17:55 .Pixelhut™#22
can u upload the buttons please
12/14/2012 13:52 Rhyder`#23
Not change on loginpage

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

i already added the code but not v19 buttons
02/01/2013 18:40 adeilson123#24
to make the buttons more like the official
replace the code:
Code:
#ifdef __v19BUTTONS
void CTheme::RenderWndButtonText( C2DRender* p2DRender, CWndButton* pWndButton  )
{
	BOOL  bHighLight  = pWndButton->IsHighLight();
	BOOL  bEnable     = pWndButton->IsWindowEnabled();
	BOOL  bPush       = pWndButton->IsPush();
	DWORD dwColor     = GetButtonFontColor( pWndButton );
	POINT pt          = GetButtonTextPos( p2DRender, pWndButton );

	CD3DFont* pFont = p2DRender->GetFont();
	p2DRender->SetFont( CWndBase::m_Theme.m_pFontButton ); 

	if ( pWndButton->IsPush() )
	{    
		p2DRender->TextOut( pt.x, pt.y + 2, pWndButton->GetTitle(), dwColor );
	}
	else
	{
		p2DRender->TextOut( pt.x, pt.y + 1, pWndButton->GetTitle(), dwColor );
	}

	p2DRender->SetFont( pFont );
}
#endif//__v19BUTTONS
for:
Code:
void CTheme::RenderWndButtonText( C2DRender* p2DRender, CWndButton* pWndButton  )
{
	BOOL  bHighLight  = pWndButton->IsHighLight();
	BOOL  bEnable     = pWndButton->IsWindowEnabled();
	BOOL  bPush       = pWndButton->IsPush();
	DWORD dwColor     = GetButtonFontColor( pWndButton );
	POINT pt          = GetButtonTextPos( p2DRender, pWndButton );

#ifdef __v19BUTTONS
	CD3DFont* pFont = p2DRender->GetFont();
	p2DRender->SetFont( CWndBase::m_Theme.m_pFontButton ); 

	if ( pWndButton->IsPush() )
	{
		p2DRender->TextOut( pt.x, pt.y + 3, pWndButton->GetTitle(), 0xffffffff );
		p2DRender->TextOut( pt.x, pt.y + 2, pWndButton->GetTitle(), dwColor );
	}
	else if (pWndButton->IsWindowEnabled() == FALSE )
	{
		p2DRender->TextOut( pt.x, pt.y + 1, pWndButton->GetTitle(), dwColor );
	}
	else
	{
		p2DRender->TextOut( pt.x, pt.y + 2, pWndButton->GetTitle(), 0xffffffff );
 		p2DRender->TextOut( pt.x, pt.y + 1, pWndButton->GetTitle(), dwColor );
	}
	p2DRender->SetFont( pFont );
#else
	p2DRender->TextOut( pt.x, pt.y, pWndButton->GetTitle(), dwColor);
#endif//__v19BUTTONS
}
05/24/2013 04:49 hentai1#25
adeilson123 you can upload the buttons and the resdata settings :/
05/24/2013 05:09 Rhyder`#26
Use his v19 theme and config your own resdata..change buttok.tga ,buttok2.tga ,buttclose.tga, buttcancel.tga, etc.

into buttnormal**.tga
07/11/2013 13:34 amirshu#27
this isnt the full version as your source have...
can you release the full version?
or just say all the files name that i should look to find the code in your source
07/11/2013 14:05 Pumaaa#28
Quote:
Originally Posted by adeilson123 View Post
have you ever looked at the official v19?
I think not because he had looked he would see
that within the official resdata.txt.txt
are written the names of all buttons
This is an idea I also had.

Creating buttons dynamically saves time for the designers, load time for the client - and hdd space for the user.
07/11/2013 15:34 Jopsi332#29
But official v19 have just 8 or 9 buttons where they render the text on, and your render on every button so u could save gpu/cpu when check for the right buttons
08/05/2013 00:29 amirshu#30
i relly dont get it... how to do the resdata.inc?
pls help me