Re: Win32libex

new topic     » goto parent     » topic index » view thread      » older message » newer message

Actually, you're correct.  IIRC, you pointed this one out a couple of weeks
ago, and I show that I did fix this one.

Matt Lewis

-----Original Message-----
From:  Wayne Overman

To all interested:

Line # 9312 in win32libex either is written wrong (mistakenly)
or, I'm writeing my code wrong. (I push more toward this theory)
But, with one small change, my code does work.

This doesnt work with my code
global function getParent( integer id )
    return tvitem_owner[ id ]
end function

This however does:
global function getParent( integer id )
    return tvitem_parent[ id ]
end function

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu