Hi Guys
I wanted to know if the plugin comes with sdk?? I also wanted to know if I can install sdk in mac machine
Hi Guys
I wanted to know if the plugin comes with sdk?? I also wanted to know if I can install sdk in mac machine
Hi rj12info,
the WRT Plugins contain all the tools you need to build and test WRT widgets. Also, the Dreamweaver and Aptana plugins work on OS X machines.
Pit
but in deployment settings I dont see any device being displayed... Should I download S60 5ht edition SDK explicitly?? Now I suppose I the plugin does not come with the sdk
Hi rj12info,
the plugin comes with a browser-based simulator, that allows you to test widgets without a S60 SDK. So, if you want to test widgets on S60 SDK, you have to download it separately.
Pit
But aptana studio wont run service API coding... And I believe the sdk is made for windows machine and not mac....
Thanks Japit
Hi rj12info,
if you mean the Platform Services APIs, you can actually emulate them within the Aptana simulator.
About the S60 SDK, I think you're right: afaik they are compatible with Windows environments only.
Pit
Hi
I want to use Getlist() in mutlimedia API with my own sounds.. please tell me where will I put the sound files so that I can do a getlist on those sounds...
Thanks
Hi rj12info,
WRT plugins use some sample data to simulate Platform Services. In order to do this, the plugin generates a 'preview/data/' folder, inside each WRT project, with some files, each of them containing the data for a specific API.
The one related to Media Management API is 'mediaManagement_data.js'. Opening it, you can easily modify and add the data of your own files.
The other approach is to use a real S60 SDK, that will make real calls to Platform Services, so listing files contained in the media folders.
Hope it helps,
Pit