Uitool-fixed/l Fixed
#1

In short: I have corrected a bug when saving the .xml files, specifically a bug related to the UICheck, now its attributes are saved correctly. You should be able to edit interfaces with UIChecks without problems. Like for example CharecterInfoNew.xml (With Other UITools when saving this file your client will crash and the next time you want to open said UITool file it will also crash), this version solves that problem, also I took the liberty of correcting some texts, not all, but something is something xD

 

In case someone found a bug, I would appreciate it if you could communicate it in this post to try to solve it ^^

2

2

 

If someone has problems running the application, it is possible that this will solve them, simply unzip it in the root folder of your client^^

 

2

#2

Well done. Keep up the good work, friend!

#3

For many beginners it will be useful ?

#4

Nice job mate, u got a thanks ?

#5


On 7/14/2022 at 4:51 AM, nicolasg said:




In short: I have corrected a bug when saving the .xml files, specifically a bug related to the UICheck, now its attributes are saved correctly. You should be able to edit interfaces with UIChecks without problems. Like for example CharecterInfoNew.xml (With Other UITools when saving this file your client will crash and the next time you want to open said UITool file it will also crash), this version solves that problem, also I took the liberty of correcting some texts, not all, but something is something xD



 



In case someone found a bug, I would appreciate it if you could communicate it in this post to try to solve it ^^



2



2




Hi, could you share the fix applied on november source on UITool poject? I'm rellay curious, maybe ill solve also my issue 

#6

i never ran into any issue myself, but i wouldnt mind to see the code for it at least, but if you dont want to share, no problem.

#7


6 hours ago, Andrein95 said:




Hi, could you share the fix applied on november source on UITool poject? I'm rellay curious, maybe ill solve also my issue 




There is no great science, just:

// NICOLASG MARK (FIX UICheck attributes)
COLOR col;
pElement->SetAttribute("color_on", ConvertColorToString(pUI->GetTextColor((UICheckBtnState)0), strTmp));
pElement->SetAttribute("color_off", ConvertColorToString(pUI->GetTextColor((UICheckBtnState)1), strTmp));

//COLOR col;
//TiXmlElement* pChildEle = new TiXmlElement("color");
std:Confusedtring strAtt[UCBS_TOTAL] = {"none", "check", "none_disable", "check_disable"};
//for (int i = 0; i < UCBS_TOTAL; ++i)
//{
// col = pUI->GetTextColor((UICheckBtnState)i);
// pChildEle->SetAttribute(strAtt[i].c_str(), ConvertColorToString(col, strTmp));
//}
//pElement->LinkEndChild(pChildEle);
// NICOLASG MARK END

 

#8

it doesn't work for me, just no start ? 

#9

Does anyone have problem loading XML edited without UITool? The program does not render anything. For me, for november source, work only for Loading.xml 

#10

Mirror: 2



Forum Jump:


Users browsing this thread: 1 Guest(s)