Private Shop Tool Tip

04/11/2020 01:16 xToffer#1
[Only registered and activated users can see links. Click Here To Register...]

Code:
	if (flag == APP_VENDOR_REVISION)
	{
		CString strTemp, strPerin, strPenya, strChips;

		strChips.Format("%d", pItemElem->m_nCostChips);
		strPerin.Format("%d", pItemElem->m_nCostPerin);
		strPenya.Format("%d", pItemElem->m_nCost);

		strTemp.Format(prj.GetText(TID_TOOLTIP_PRICE), GetNumberFormatEx(strChips), GetNumberFormatEx(strPerin), GetNumberFormatEx(strPenya));

		strEdit.AddString("\n");
		strEdit.AddParsingString(strTemp);
	}
04/11/2020 02:02 Naltalah#2
Have you checked if the values are being serialized property?
Maybe try not adding an EditString?
Maybe try giving information on what you have tried already?
04/12/2020 17:51 xToffer#3
Quote:
Originally Posted by Naltalah View Post
Have you checked if the values are being serialized property?
Maybe try not adding an EditString?
Maybe try giving information on what you have tried already?
Thanks i solved because of this :)