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
1
vote
1 answer

Setting window dimensions in TideSDK

I am looking to add a small splash screen at the launch of an app I am working on to show licence and version info along with details of some client specific info. Having set my default window dimensions etc in tiapp.xml I am now looking at how to…
1
vote
1 answer

Debugging Tide Applications

Looking forward to the TideSDK 1.3 release. I've extended the sample app provided but I'm unable to figure out how to breakpoint my code and step through it for debugging purposes. Of course when running in the browser I can use chrome debugging…
citizen conn
  • 15,300
  • 3
  • 58
  • 80
1
vote
0 answers

Sandboxing TideSDK application

I try to submit application with TideSDK 1.2.0.RC6e to App Store. But after signing code with entitlements
1
vote
2 answers

TideSDK invalid syntax error in tibuild.py

I am trying to bundle my app with TideSDK following the instructions here. My command is: python tibuild.py --dest=hi --type=bundle --package=hi2 c:\users\name\desktop\test It is giving me this error: File "tibuild.py", line 39 print "signal…
preahkumpii
  • 1,301
  • 4
  • 21
  • 36
1
vote
1 answer

Setting up TideSDK in Titanium Studio

i am trying to setup the tidesdk in titanium studio but it won't work for some reason... Here is what i've done so far: Downloaded Titanium Studio v2.1.2.201208301612 from appcelerator Downloaded TideSDK v1.2.0.RC4 from tidesdk.org Added the sdk in…
Rutgerinc
  • 27
  • 1
  • 3
1
vote
2 answers

Using which wrapper Google Chrome was embed in Talk.to windows client

talk.to windows client uses embedded Google Chrome for its GUI. Basically, it wraps Google Chrome packaged with its chat extension. I m just curious using which wrapper it was built? Any of the below? CEF Awesomium Asterclick WBEA (very easy to…
1
vote
4 answers

Desktop publishing platform closely tied to PhoneGap?

I'm looking for a desktop publishing platform for Mac, Windows, and Linux that is closely tied to PhoneGap in terms of the concept. I know that there's Titanium for Desktop (TideSDK?) but as far as I've used it before, it requires the end-users to…
Propeller
  • 2,465
  • 6
  • 35
  • 49
0
votes
1 answer

What are some options that exist for osx like MacRuby, but using javascript?

Just wondering what are some of the options out there people know of. curious what other people use.
meeech
  • 1,396
  • 13
  • 21
0
votes
1 answer

TideSDK error while compiling (python)

I'm trying to compile a application with TideSDK Developer, after a complete reinstallation of OSX (10.10.5) with no backups, I had to reinstall all applications, so I downloaded the latest available version of TideSDK Developer (1.4.2) and download…
rjcpereira
  • 943
  • 4
  • 17
0
votes
1 answer

TideSDK Ti.App restart()

i cant figure out how o use the tidesdk api. It says on there documentation to use Ti.App and the restart() function but i tried a couple ways with no luck and also tried to imitate how the ti.media.sound is scripted which i have working but i cant…
smokedawg
  • 1
  • 1
0
votes
2 answers

Semantic-UI based page not work correctly in Tide SDK

I'm trying to make some app in TideSDK using Semantic-UI (http://semantic-ui.com/). When I open my page in Chrome it works correctly: chrome http://krakow45.pl/test/chrome.png but when I'm launching my code with TideSDK it looks like: tide…
Dawid Góra
  • 165
  • 2
  • 14
0
votes
0 answers

Set a filled sqlite default database in a chrome app

I have written an app using javascript , it uses websql as its database, when I open it in chrome everything works fine. it uses a filled database table which is like a dictionary. I mean the app needs the database to run correctly. The problem is…
reza7rm
  • 21
  • 7
0
votes
1 answer

AngularJS and TideSDK

I am trying to implement, an AngularJS App, to work with TideSdk. Everything works fine, if I run it over the browser, but however, I am not seeing any element loaded when I package it as a TideSdk application. The template is not even loading. I…
Veer Shrivastav
  • 5,434
  • 11
  • 53
  • 83
0
votes
1 answer

Save a pdf file with TideSDK

I have a decodification problem. I have an offline desktop application, where I have to generate a pdf file and save at his open. To generate the PDF file I use BytescoutPDF library createpdf.js. This returns a document variable that I have to…
sharkbait
  • 2,980
  • 16
  • 51
  • 89
0
votes
1 answer

TideSDK get connected screen

Is there a possibility to get all screen connected to the pc ? And list them in a row with small screenshots. Also is it possible to open new window on specified screen ?
robpal
  • 846
  • 4
  • 10
  • 21