SoBytes

Results 12 comments of SoBytes

I also seem to get this error just crashes ``` Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. [INFO] : The methods in the UIConstraintBasedLayoutDebugging category...

Hi All Just to add to this i am also getting ``` The requested URL responded with HTTP code 0. ``` When trying to upload a file through the api....

Hi @kmoskwiak, Here is a full example https://s.codepen.io/SoBytes/debug/rLbXNX I cant seem to figure out where i am going wrong, would really appreciate some help, this functionality would be amazing ;)...

Hi All Just to add to this i am having similar issues. I think a demo is best please see this link http://jplayertest.users38.interdns.co.uk this is using the latest code from...

Thanks Mark would love to see this added. jPlayer is awesome ;) On Mon, Dec 15, 2014 at 1:21 PM, Mark Panaghiston [email protected] wrote: > I cannot promise it ill...

Update this works on the simulator but not on the device have absolutely no idea why ;( ``` var container = Ti.UI.createView({ backgroundColor : 'blue', borderRadius: 144, width : 288,...

Fixed it needed to change it to my sdk verison ``` TITANIUM_SDK_VERSION = 3.4.0.GA TITANIUM_SDK = ~/Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION) TITANIUM_BASE_SDK = "$(TITANIUM_SDK)/iphone/include" TITANIUM_BASE_SDK2 = "$(TITANIUM_SDK)/iphone/include/TiCore" HEADER_SEARCH_PATHS= $(TITANIUM_BASE_SDK) $(TITANIUM_BASE_SDK2) ```

Is it possible to keep the draggable view within the bounds of a circle like this. ``` var picker = Ti.UI.createWebView({ clipMode : Titanium.UI.iOS.CLIP_MODE_ENABLED, disableBounce : true, top : 10,...

Thanks Mike, really appreciate the response ill give that a go and post back how i get on ;)