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

force TideSDK debug console window to stay open on windows

I'm trying to debug a HTML5/javascript application that uses the TideSDK (1.2.0RC4). I can run the build script and create an executable and start it with .exe --debug. The executable starts and opens a separate console window with log…
HBu
  • 559
  • 6
  • 18
1
vote
0 answers

How can I work with Windows Registry using TideSDK?

I want to make an array of the Windows registry and add/remove/edit registry keys using the TideSDK but how?
xendi
  • 2,332
  • 5
  • 40
  • 64
1
vote
1 answer

No desktopSDK found in TideSDK Developer

when searching the internet, i came across the TideSDK which I learnt was made for develoing desktop apps with HTML, CSS & Javascript. As an experienced web designer I downloaded it hoping to begin creating desktop apps with my HTML, CSS & Jscript…
JohnMax
  • 11
  • 4
1
vote
1 answer

Signing a TideSDK App

We've recently ported a legacy Adobe AIR app over to TideSDK and the only thing that I can't find a nice solution to is signing the app. Assuming that they are, how are other TideSDK developers signing their apps for both Windows and OS X? Google…
Rob Wilkerson
  • 40,476
  • 42
  • 137
  • 192
1
vote
3 answers

Python & Tide SDK - import external module?

Since python is bundled with the Tide SDK, I can't figure out how to use access external modules. I've tried copying the module folder "Lib/site-packages/YourModuleHere" to the tide SDK directory, and this suggestion here: TIdeSDK Python module…
lakers78
  • 13
  • 3
1
vote
1 answer

execute commands of another program from a tidesdk program

I'm testing tidesdk. I have a java program that reads from standard input. I run the program through the console console java -cp MyProgram.jar package.MyMainClass And then execute commands and get results. there any way to do with tidesdk? Edit:…
user60108
  • 3,270
  • 2
  • 27
  • 43
1
vote
1 answer

TideSDK - postgreSQL?

is there a way to connect to a postgreSQL Database? I've noticed that the PHP module doesn't have the postgres extensions and its not possible to load it dynamically. Is there any other way? An external PHP scripts will be the worst solution. Alex
1
vote
2 answers

Compatibility of titanium and TideSDK

As far as I know TideSDK is what used to be Titanium Desktop, right? I'd like to ask if somebody has experience in reusing (mostly the business logic and data access) components of Titanium mobile in TideSDK?
john84
  • 2,431
  • 4
  • 24
  • 30
1
vote
1 answer

Tidesdk - Launch desktop tidesdk application at windows startup

I have a desktop application created with TideSDK, I need this application to launch at windows startup, but can't find how, I mean, when the application is installed or launched by first time, I want it to setup to launch with windows startup. If…
yaffar666
  • 31
  • 4
1
vote
0 answers

How to make tideSDK app runs when windows starts?

Is there a way to run a tideSDK app when windows starts? I need to include this on the install package.
1
vote
1 answer

TideSDK support for HTML5 Canvas

I'm planning to use TideSDK to port an existing web-application to the desktop. The webapp makes extensive use of the HTML5 canvas and I wanted to ask if someone already has some experience with a TideSDK app that makes use of the HTML5 canvas and…
Nairam
  • 285
  • 4
  • 15
1
vote
3 answers

TideSDK $_GET retrieval shows null

This was asked literally two weeks ago, I'm sorry, but I must be doing something wrong. I've got:
And in the corresponding…
yl3
  • 21
  • 5
1
vote
1 answer

Packaging TideSDK Application with Custom Icon

I was able to package my desktop application on my Windows machine and the app runs. This is all great. But the icon assigned to the file after I run the installation from the generated MSI file is the default Titanium icon. I've done what is…
Siva.K
  • 113
  • 5
1
vote
4 answers

tidesdk include php

I did my research but can't find any topic or example on how to include an php file in the header and calling an function from the include in the body of html. the examples all show how to include an function in the head. what I understand is…
1
vote
2 answers

tidesdk unresolved

Just installed TideSDK 1.3.1-beta. When I try to launch "HelloWorld" example, I get these messages without knowing where to start to address the issue : Unresolved: runtime 1.3.1-beta Unresolved: app 1.3.1-beta Unresolved: codec…