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
2 answers

Preventing application exit in TideSDK

I am trying to prevent the user from closing the window when they click on the close button. I would like to have the application dock to the system tray. My first step is to recognize when the user attempts to close the window and prevent the…
citizen conn
  • 15,300
  • 3
  • 58
  • 80
0
votes
2 answers

Windows Packaging Icon

I'm able to package my desktop application on my Windows machine without a problem 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'm…
Mike
  • 59
  • 1
  • 4
0
votes
1 answer

TideSDK Windows publish timeout error

I use TiDev Community and TideSDK 1.2.0 RC4, but when start compiling Windows version app get timeout error. It proceed 2 weeks. Previously this was no error. What change? My system is Windows7 x32, build 7600.
0
votes
1 answer

Multi touch applications using tidesdk

i need to develop a desktop multitouch application using HTML5 (Javascript & CSS3) because i can not make an adobe air application as i can not develop in actionscript am looking for tutorial using Tidesdk or titanium.
Ahmed Sabbour
  • 61
  • 1
  • 1
  • 3
0
votes
1 answer

TideSDK | Accessing Ruby Variables in JavaScript

I am unable to access ruby variables from JavaScript in tideSDK applications. The SDK version I am using, is the currently latest version of 1.2.0.RC4. Here is a basic example: Hello World
sp2012
  • 133
  • 8
0
votes
1 answer

TideSDK | Bundle packaging

I have developed a TideSDK application and am now ready to package it, but I'm having problems with the network type installer. It always gives me code 404 on the Application first run: Could not query info: Invalid HTTP Status Code (404) I…
Vasco Costa
  • 341
  • 1
  • 2
  • 10
-1
votes
1 answer

Error: undefined method `ord' for "T":String

I'm making an application to obtain a "key" using tideSDK with ruby. TideSDK support ruby 1.8.7, so I'm using ruby 1.8.7, whatever. I'm following this wiki for using tideSDK with ruby I have index.html file looks like this :
itx
  • 1,327
  • 1
  • 15
  • 38
-1
votes
1 answer

TideSDK: Download mp3 files

I am trying to download an mp3 file from a server but the app crashes. The file gets created, gets some data in the file and then a crash. Here is what i am trying: var file = Ti.Filesystem.getFile(directory.nativePath(), filename); var httpClient =…
dumkat
  • 97
  • 1
  • 11
-1
votes
1 answer

packages directories not copied over

I'm developing an app with Ext JS 4 and TideSDK. Ext JS uses a couple directories with name of "packages" but when I package the app using the TideSDK Developer it doesn't copy an packages directories to the .app recursively. This breaks Ext JS…
Mitchell Simoens
  • 2,516
  • 2
  • 20
  • 29
-1
votes
1 answer

TideSDK don't chage mainWindow Page

I'm trying to make an app with an login form (index.html) and a mini control panel (panel.html), but when i try to login the app only show the Notificaction and dont redirect to the panel.html page. This is the code of my index.html
Lexo Alonzo
  • 482
  • 1
  • 4
  • 20
-1
votes
1 answer

Error in installation of TideSDK

Has this happened to anyone? How to solve? Couldn't load file:/home/familia/.tidesdk/TideSDK/runtime/1.3.1-beta/libtide.so, error: libjpeg.so.62: cannot open shared object file: No such file or directory
-1
votes
1 answer

TideSDK and dependency on SDK

I'm very very new to HTML5 programming, so forgive me if I ask a strange question. I'm looking for a good tool to write apps the can be run on iPhone, Android and the most known webbrowsers on a desktop. I came across TideSDK and I was a bit…
Gabrie
  • 537
  • 1
  • 5
  • 15
-1
votes
1 answer

Trouble Opening External Web-Page

I'm trying to open an external webpage in a child window using the following code var secondwindow = Ti.UI.createWindow("http://www.google.com"); This used to work fine before but suddenly it stopped working, and I also tried to open this…
Siva.K
  • 113
  • 5
1 2 3
21
22