Changing Location of "Ok" Button on APP_LOGIN doesn't work

05/23/2021 11:47 Wasserkopf123#1
Hi Guys,

I would like to change the position of the "OK" Button in the Login-Window of the Neuz (APP_LOGIN).

I do change the position here in the WndTitle.cpp File:
Code:
	{
		pButton = (CWndButton*) GetDlgItem( WIDC_OK );
		CRect rectButton = pButton->GetWndRect();
		pButton->Move( 13, 10 ); <---- here
	}
It is v15 Source, Line 405.

But nothing changed. Am I wrong here?

Im new on this topic and Im trying to learn. :)

Thanks in advance!
05/23/2021 12:30 LookAtTheFlower#2
Use Gui Editor.
05/23/2021 12:59 Wasserkopf123#3
Position is hardcoded
05/23/2021 13:05 RaptoxxD#4
Think yo must change location in wndfield/title don't know now look in 1 hour