Samsung SDK 2.5 editor provides ‘Basic Javascript Project’; however, it contains Reference Error when you launch first time like below: Error Detail : ReferenceError: keyCode is not defined It is caused because template code has capitalize error. Find below code: Main.MainKeyHandler = function() { var KeyCode = event.keyCode; switch(keyCode) { … }…
Tag: samsung-tv-sdk
Running Samsung TV Apps SDK on Boot Camp
I have windows running bootcamp and tried to launch Samsung TV Apps SDK(IDE); however, it crashes windows every launch. Tested so far; but crashed all the time: – Windows 7 32bit on Boot Camp 3 (iMac, Macbook Air, Macbook Pro) – Windows Vista 32bit on Boot Camp 3 (iMac) Cannot run Samsung TV IDE due…