Questions tagged [tidesdk]

TideSDK is an open source software development kit for creating multi-platform desktop apps using HTML5, CSS3, JavaScript and other common scripting languages.

Create multi-platform desktop apps with HTML5, CSS3 and JavaScript.

TideSDK has a compact microkernel written in C++ for running pluggable modules. The microKernel supports a cross-language, cross-platform 'binding' and invocation framework. This provides the capability to pass objects between languages (ie. pass a JavaScript object to a Python function and so on).

Tide currently supports C/C++, Python, Ruby, PHP and JavaScript. The supported languages may be embedded in the DOM or included by reference in your application code.

Support

328 questions
0
votes
1 answer

Binding 'ended' event to sound playing without ID or Class

I currently have a function setup to play a sounds in TideSDk (an application wrapping program), is as follows: (note: the Ti.Media is an API from TideSDk) function playSound(soundFilePath){ var s = Ti.Media.createSound(soundFilePath); …
joshzee
  • 187
  • 1
  • 12
0
votes
0 answers

TideSDK google fonts support

I'm facing some problems with the google fonts, using TideSDK. I took a code snippet, 100% working, from a previous web project I did. CSS3 code: body { font-family: 'Open Sans', Arial, Helvetica, sans-serif; } HTML5 code: