Location:
Search - rect.srs
Search list
Description: 很好看的皮肤-很好看的皮肤。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
Platform: |
Size: 3240960 |
Author: heng |
Hits:
Description: 在PowerBuilder中调用Skin++:
1、导入Rect结构定义,将rect.srs导入到程序PBL中,这样程序中就有名为Rect的结构定义了。Rect结构在Skin++的接口中要用到。
2、拷贝下面的 中所有的函数定义到工程Application的全局外部函数定义区域
3、Skin++调用,在Application的Open的开头添加如下:
string strSkinfile = .\PixOS.spp
sppLoadSkin(strSkinfile,false)
4、编译运行,调用成功。
注意事项:
Skin++采用动态链接库时由于在Skin++ DLL的DLL_PROCESS_DETACH中调用了sppExitSkin函数,所以用户不需要在程序中调用sppExitSkin,Skin++会自动释放所占资源。-In PowerBuilder call Skin++: 1, import Rect structure definition, PBL will rect.srs imported into the program, so there is a program called Rect structure definition. Rect structure in Skin++ to use the interface. 2, copy all of the following function definitions to the project Application of the global external function definition region 3, Skin++ call, the beginning of the Application of the Open to add the following: string strSkinfile = ' . \ PixOS.spp' sppLoadSkin (strSkinfile, false) 4 , compile and run, call a success. Note: Skin++ using dynamic link libraries in the Skin++ DLL as the calling of the sppExitSkin DLL_PROCESS_DETACH function, so users do not need to call in the program sppExitSkin, Skin++ will automatically release the share of resources.
Platform: |
Size: 275456 |
Author: wlb |
Hits: