Jump to content

مشكله في guiGridListSetItemText


Recommended Posts

لآ مآفي

هذآ كود آلتحميل

addEventHandler("onClientGUIClick", getRootElement() , 
function () 
if ( source == StartBut ) then 
     row, col = guiGridListGetSelectedItem( CarsGrid ) 
     text = guiGridListGetItemText( CarsGrid, row, col )  
     txf = guiGridListGetItemData ( CarsGrid, row, col ) 
        if row ~= -1 then 
        downloadFile ( tostring ( txf ) ) 
                guiSetVisible ( DownWin, true ) 
                ren = setTimer( Prog, 10000, 100 ) 
        end 
    end 
end)     

وهذآ كود الداتا عشآن آلتحميل

        n3 = xmlNodeGetValue(xmlFindChild(xml, "txd", 0)) and xmlNodeGetValue(xmlFindChild(xml, "dff", 0)) 
        guiGridListSetItemText(CarsGrid, row, col, n1, false, false) 
        guiGridListSetItemData(CarsGrid, row,col, n3)  

وهذا ال xml

<vehicle> 
        <car>Sonata</car> 
        <txd>Cars/495.txd</txd> 
        <dff>Cars/495.txd</dff> 
        <replace>cars/495.txd</replace>         
</vehicle> 
  

Edited by Guest
Link to comment

انت حاطط اسم الملف repcar

تاكد انه تحميله قد انتهى حتى تقدر تشغله

+ ملف ال xml

كيف قال لك تابل عرف ملف الاكس ام ال الثاني +

تاكد من اسم الملف الي فيه تصاميم السيارات وعدله اذا كنتت ضايفه غلط

Link to comment
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...