Neuz applet adds window problem

09/10/2019 06:19 flyff886#1
I am in resdata.inc, and resdata.h. APP_EMOTIONSELECT has also been added to the source code. But I can't start Neuz and GUIEditor at startup. I don't know where I got it wrong, please help me. Thank you.

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


HTML Code:
APP_EMOTIONSELECT "WndTile500.tga" 1 464 418 0x2410000 26
{
// Title String
IDS_RESDATA_INC_BLANK
}
{
// Help Key
IDS_RESDATA_INC_BLANK
}
{
	
    WTYPE_CUSTOM WIDC_CUSTOM1 "" 0 6 24 456 426 0x220000 0 0 0 0 46 112 169
    {
		// Title String
		IDS_RESDATA_INC_BLANK
    }
    {
		// ToolTip
		IDS_RESDATA_INC_BLANK
    }
    
    WTYPE_BUTTON WIDC_CLOSE "ButtWndExit.tga" 0 439 3 454 18 0x220000 0 0 0 0 46 112 169
    {
		// Title String
		IDS_RESDATA_INC_BLANK
    }
    {
		// ToolTip
		IDS_RESDATA_INC_BLANK
    }
}
09/10/2019 07:26 CIay#2
Quote:
Originally Posted by flyff886 View Post
I am in resdata.inc, and resdata.h. APP_EMOTIONSELECT has also been added to the source code. But I can't start Neuz and GUIEditor at startup. I don't know where I got it wrong, please help me. Thank you.

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


HTML Code:
APP_EMOTIONSELECT "WndTile500.tga" 1 464 418 0x2410000 26
{
// Title String
IDS_RESDATA_INC_BLANK
}
{
// Help Key
IDS_RESDATA_INC_BLANK
}
{
	
    WTYPE_CUSTOM WIDC_CUSTOM1 "" 0 6 24 456 426 0x220000 0 0 0 0 46 112 169
    {
		// Title String
		IDS_RESDATA_INC_BLANK
    }
    {
		// ToolTip
		IDS_RESDATA_INC_BLANK
    }
    
    WTYPE_BUTTON WIDC_CLOSE "ButtWndExit.tga" 0 439 3 454 18 0x220000 0 0 0 0 46 112 169
    {
		// Title String
		IDS_RESDATA_INC_BLANK
    }
    {
		// ToolTip
		IDS_RESDATA_INC_BLANK
    }
}
APP_EMOTIONSELECT "WndTile500.tga" "" 1 464 418 0x2410000 26
09/10/2019 08:05 flyff886#3
Quote:
Originally Posted by CIay View Post
APP_EMOTIONSELECT "WndTile500.tga" "" 1 464 418 0x2410000 26
Thank you, didn't notice that there are two symbols missing. Thank you very much for your help.
09/10/2019 10:20 CIay#4
It is with pleasure.