Register for your free account! | Forgot your password?

You last visited: Today at 20:46

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Help about wiki

Discussion on Help about wiki within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
lancekie's Avatar
 
elite*gold: 0
Join Date: Dec 2015
Posts: 61
Received Thanks: 1
Help about wiki

i recently add wiki in my source v2013 then i got this error in WndControl.cpp




here is my code

Code:
#ifdef __WIKI
if (pWnd->GetWndId() == APP_WIKI) // Sytax Error
{   // Error 3 / 2
    CWndWiki *pWndWiki = (CWndWiki*)pWnd;
    m_nFontHeight = 35;
    CPoint pt(10, 3);

    vector<ItemProp*> *pVecItems = pWndWiki->GetItemList();
    CRect rectClient = GetClientRect();

    int nPage = rectClient.Height() / m_nFontHeight;
    m_wndScrollBar.SetScrollRange(0, pVecItems->size());
    m_wndScrollBar.SetScrollPage(nPage);

    for (unsigned i = (unsigned)m_wndScrollBar.GetScrollPos(); i < (unsigned)(pVecItems->size()); ++i)
    {
        if (i >(unsigned)(nPage + m_wndScrollBar.GetScrollPos()))
            break;
        ItemProp *pProp = pVecItems->at(i);
        CString strBuf;

        //p2DRender->RenderLine(CPoint(-2,pt.y+37),CPoint(rectClient.right,pt.y+37),0xFF808080);
        if (i == m_nCurSelect)
        {
            CRect DrawRect = CRect(0, pt.y - 2, rectClient.right, pt.y + 36);
            p2DRender->RenderFillRect(DrawRect, 0xff022202);
            p2DRender->RenderRect(DrawRect, 0xff077707);
        }
        if (strlen(pProp->szIcon))
        {
            CTexture *pIcon = CWndBase::m_textureMng.AddTexture(p2DRender->m_pd3dDevice, MakePath(DIR_ITEM, pProp->szIcon), 0xFFFF00FF);
            pIcon->Render(p2DRender, pt);
        }
        CRect rectToolTip(pt.x, pt.y, pt.x + 35, pt.y + 35);
        if (rectToolTip.PtInRect(m_ptMouse))
        {
            CPoint pt2 = m_ptMouse;
            ClientToScreen(&pt2);
            ClientToScreen(&rectToolTip);
            CItemElem Item;
            Item.m_dwItemId = pProp->dwID;
            g_WndMng.PutToolTip_Item(&Item, pt2, &rectToolTip, APP_WIKI);
        }
        pt.x += 40;
        pt.y += 10;
        p2DRender->TextOut(pt.x, pt.y, pProp->szName, 0xffffffff);
        pt.x += 225;
        if (pProp->dwItemJob < MAX_JOB)
            p2DRender->TextOut(pt.x, pt.y, prj.m_aJob[pProp->dwItemJob].szName, 0xffffffff);
        pt.x += 225;
        int nLevel = (pProp->dwLimitLevel1 == NULL_ID ? 1 : pProp->dwLimitLevel1);
        strBuf.Format("%d", nLevel);
        p2DRender->TextOut(pt.x, pt.y, strBuf, 0xffffffff);
        pt.x = 10;
        pt.y += m_nFontHeight - 10;
    }
}
else // Sytax Error
#endif // __WIKI
lancekie is offline  
Old 09/12/2017, 14:30   #2
 
elite*gold: 0
Join Date: Apr 2017
Posts: 95
Received Thanks: 2
Re-check where you copied it maybe you put that in the wrong place
Yolo143 is offline  
Old 09/12/2017, 15:03   #3
 
lancekie's Avatar
 
elite*gold: 0
Join Date: Dec 2015
Posts: 61
Received Thanks: 1
Quote:
Originally Posted by Yolo143 View Post
Re-check where you copied it maybe you put that in the wrong place
THANKS BRO
#FIXED
lancekie is offline  
Reply


Similar Threads Similar Threads
[Private Wiki]Schnelles Wiki für alle
03/26/2015 - Metin2 PServer Advertising - 63 Replies
Heute stelle ich euch mein Projekt "Private Wiki Cloud" vor Für die, die nicht viel lesen wollen direkt einmal ein paar Beispiele: Metin2013 Private Wiki Cloud - Metin2013 Schwarzstahl-Panzer - Metin2013 Sensenmanntruhe - Metin2013 Sensenmann - Metin2013
Wiki: Bearbeitungen in der Wiki geöffnet!
11/27/2011 - Metin2 - 15 Replies
Liebe Spieler! Um euch die Benutzung der Wiki zu vereinfachen, haben wir heute die Bearbeitung für alle User geöffnet. Das heißt, ihr könnt nun die Wiki bearbeiten, ohne euch einen Account anzulegen - einfach nur auf "Bearbeiten" in der jeweiligen Seite klicken! Wir hoffen, dadurch wieder mehr User für die Wiki zu gewinnen und euch die Verwendung zu vereinfachen. :) Dazu sei aber noch gesagt: Wer glaubt, Unsinn treiben zu müssen, indem er Seiten verunstaltet oder falsche Informationen...



All times are GMT +1. The time now is 20:46.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.