![]() |
|
Uitool-fixed/l Fixed - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Release Zone (https://lckb.dev/forum/forumdisplay.php?fid=190) +---- Forum: Episode 4 Releases (https://lckb.dev/forum/forumdisplay.php?fid=156) +----- Forum: Tools (https://lckb.dev/forum/forumdisplay.php?fid=175) +----- Thread: Uitool-fixed/l Fixed (/showthread.php?tid=4939) Pages:
1
2
|
- nicolasg - 07-14-2022 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 - OberonPh - 07-14-2022 Well done. Keep up the good work, friend! - OberonPh - 07-14-2022 For many beginners it will be useful ? - Desarija - 07-14-2022 Nice job mate, u got a thanks ? - Andrein95 - 07-15-2022 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 - Veni - 07-15-2022 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. - nicolasg - 07-15-2022 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: tring 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 - Scura - 07-17-2022 it doesn't work for me, just no start ? - Andrein95 - 11-07-2023 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 - Sutz - 12-19-2023 Mirror: 2 |