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

m
Fix category Visual Dataflex into DataFlex
mNo edit summary
m (Fix category Visual Dataflex into DataFlex)
 
(One intermediate revision by the same user not shown)
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: DataFlex]][[Category:Codejock]]