Question
BridgeTalk and version specifiers not working properly
BridgeTalk.getSpecifier('photoshop')
Result: photoshop-11.032
BridgeTalk.getSpecifier('photoshop', 11)
Result: null
With Photoshop CS4 (version 11) running:
BridgeTalk.isRunning('photoshop')
Result: true
BridgeTalk.isRunning('photoshop-11')
Result: false
BridgeTalk.isRunning('photoshop-11.032')
Result: true
This is breaking a lot of my code. Also, the adobelibrary scripts are broken. Is adobe committed to these scripts - if not, why produce them?
As seems to be the case for adobe products in the last few years, the ESTK continues to be a work in progress...
Result: photoshop-11.032
BridgeTalk.getSpecifier('photoshop', 11)
Result: null
With Photoshop CS4 (version 11) running:
BridgeTalk.isRunning('photoshop')
Result: true
BridgeTalk.isRunning('photoshop-11')
Result: false
BridgeTalk.isRunning('photoshop-11.032')
Result: true
This is breaking a lot of my code. Also, the adobelibrary scripts are broken. Is adobe committed to these scripts - if not, why produce them?
As seems to be the case for adobe products in the last few years, the ESTK continues to be a work in progress...
