This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
0
Quote from cladhaire » Check the pattern MANA_PATTERN in Localisation.zh.lua: MANA_PATTERN = "(%d+)æ³åå¼" Make sure that's correct, that's likely the issue.
0
0
It seems correct...
0
It isn't compitable with Chinese Locals?
I check the code, there's a pattern. Maybe it's different between enUS and zhCN!
0
<Button name="$parentTestDropDown" inherits="AceGUIAceGUIDropDownTemplate"/>
and in lua file,
TestDropDown = {
type = ACEGUI_DROPDOWN,
title = AceHealConfigLocals.Test,
width = 250,
height = 26,
anchors = {
bottomleft = {relPoint = "bottomleft", xOffset = 15, yOffset = 10}
},
disabled = FALSE,
},
in game the error msg is "has no child 'Selection'"
i am a newbie with ace development, so ask for help here. thx a lot.