Add icons with subset of images to CodeJock CommandBars: Difference between revisions

m
Fix category Codejock spelling into the expected one
mNo edit summary
m (Fix category Codejock spelling into the expected one)
Line 10: Line 10:
Just add the function below to your project (below "Use cCJCommandBarSystem.pkg" or such).
Just add the function below to your project (below "Use cCJCommandBarSystem.pkg" or such).


<source lang="vdf">
<source lang="dataflex">
     Function AddImageType for cCJCommandBarSystem Boolean bIsIcon String sImage Integer iId Integer eImageType Returns Integer
     Function AddImageType for cCJCommandBarSystem Boolean bIsIcon String sImage Integer iId Integer eImageType Returns Integer
         Handle hBitmap
         Handle hBitmap
Line 69: Line 69:
</source>
</source>


[[Category:Visual Dataflex]][[Category:CodeJock]]
[[Category:Visual Dataflex]][[Category:Codejock]]