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

tidesdk development with macosx 10.6.8 (snow leopard)

I am attempting to do an R&D desktop app project and I would like to use TideSDK as my framework. Unfortunately it would seem that my mac is running OSX 10.6.8 and from what I was able to determine, TideSDK (at least the developer) will only work…
2
votes
1 answer

How do you include a JS module with TideSDK?

With Titanium Mobile you can do include modules with: ASW = Ti.include('./modules/amazon').load(); This fails with TideSDK. I've looked and looked and found nothing! Most likely I'm missing something obvious. Help!?
CorbinUX
  • 576
  • 7
  • 14
2
votes
1 answer

Trouble trying to retrieve headers by Ti.Network.createHTTPClient

this is my javascript in the TideSDK 1.3.1 beta $(document).ready(function(){ $("#button").click(function(){ var url = "http://www.abc.com/login.php"; var cookie; var username = $("#email").val(); var password =…
Siva.K
  • 113
  • 5
2
votes
2 answers

Create a file in TideSDK

I am creating an application with TideSDK and will need to create files for the projects. However I cannot find any way to create a file. On the API docs I saw the function createDirectory(). Will that create a file? If not, what will? Or am I going…
KFox
  • 1,166
  • 3
  • 10
  • 35
2
votes
2 answers

TideSDK: Is there a way to pass data to a child window?

When I create a child window from my main window, I'd like to pass a JavaScript object ot it, but I'm not sure if there actually is a way to do it? Two windows created with TideSDK each have their own JavaScript environement, just like two browser…
Alex
  • 1,157
  • 3
  • 11
  • 25
2
votes
1 answer

Is there a way to center a TideSDK window in the screen?

When working with TideSDK windows, you get to control their position within the screen. However, I can't find any way to retrieve the screen's size nor a way to center the window. Is there a way to accomplish that?
0x6A75616E
  • 4,696
  • 2
  • 33
  • 57
2
votes
3 answers

single secure executable for tidesdk

I just started looking into TideSdk and noticed that when I "compile" (or package) a project (in Win-7), I get all of these dependecies which is actually the un-compiled source code for the app. Is there any way to: Have Tide SDK package a file…
qwertymk
  • 34,200
  • 28
  • 121
  • 184
2
votes
3 answers

Problems Installing TideSDK Developer Mac and Linux

So, today I spent the day trying to install TideSDK and the Developer app. After getting it to run on the mac, I find that it won't do anything: The new project and the import buttons didn't do anything. After that, I tried installing it on my…
Afonso Tsukamoto
  • 1,184
  • 1
  • 12
  • 21
2
votes
4 answers

Wrap a getJSON into a function to be able to return a value

Iam having some problems with a function I wrote. I want to wrap this whole thing into a function called myClosestCity that returns the name of the city based on a JSON feed that gives coordinates from users IP. As far as I can see the problem is…
2
votes
2 answers

TideSDK and XAMPP bundle package conflict

First of all, I'm swiss, so forgive me if I mistake; My english is not so rich. Having XAMPP installed on w7, when I try to launch the application (bundle package created by TideSDK Developer) I get several error notices because TideSDK goes…
Gwen Hufschmid
  • 197
  • 1
  • 12
2
votes
1 answer

Is there an issue using Titanium.include() in 1.2.0 RC4?

Am I the only one having issues with the this?? I haven't got the exact code with me right now but it is something like the following... (this is the simplest of examples I am using to get up and running with TideSDK) I have in my…
2
votes
1 answer

Use native 10.8 scrollbars with TideSDK 1.2.0 RC4?

I finally got TideSDK to work (following this guide, How Do I Get Started on the Legacy 1.2.0.RC4 TideSDK?), but I noticed that within my app, the scroll bars are those from previous versions of OSX. By this I mean the scrollbars look like this: as…
Charlie
  • 11,380
  • 19
  • 83
  • 138
2
votes
1 answer

Does TideSDK have any image manipulation capabilities?

I can't seem to see any image handling detail on the TideSDK API. Is it possible to do image manipulation?
Propeller
  • 2,465
  • 6
  • 35
  • 49
2
votes
1 answer

how to use pre-populated database with tidesdk/titanium desktop

I'm in need of some help in developing a desktop application with a pre-populated database. I have tried numerous ways to get this working including those mentioned on both Tidesdk's API here…
Niccs1286
  • 23
  • 3
2
votes
2 answers

Building desktop application with tidesdk for other platform

I'm having problems when I try to build a Tidesdk Desktop Project for other platforms. I use linux, and building for linux works perfect. I do it like this: ./tibuild.py -d /home/rooter/theapp/ -p --type=bundle…
leferreyra
  • 189
  • 2
  • 8