Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,is it possible to change the video resolution or codec using android sdk ?background: for some devices with low cpu power the framerate is quite too low.CheersPatrick
Hi,I'm trying to make a simple Gadget based on the Embeded WebApp Sample Gadget but I'm getting a syntaxerror, function statement requires a nameHere is the code of the Gadget:var finesse = finesse || {};/** @namespace */finesse.modules = finesse.mod...
Hi,hitting the same wall today ... Any idea when it will be fixed?First I tried this: http://www.html5rocks.com/en/tutorials/cors/#toc-adding-cors-support-to-the-serverbut after about one hour trying to solve the problem I decided to take a closer lo...
You can write a gadget and show buttons with all not ready reasons or make a table or list ... whateverSomething like this:_user.getNotReadyReasonCodes({ success : _handleReasonCodes});_handleReasonCodes = function (rsp) { _reasonCodes = rsp; ...