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

GD apparently not bundled with TideSDK php module

I read this thread: Does TideSDK have any image manipulation capabilities? I have tried using gd functions and failed within my TideSDK application, and then I ran get_extension_funcs("gd"); to find out what gd functions were available, and I'm…
Uche
  • 105
  • 1
  • 8
2
votes
0 answers

Embeding SQlite database in TideSDK app

How can I embed SQlite database to my TideSDK project (Application), so database is packed with app. Is database alredy embeded ?
Sysrq147
  • 1,359
  • 4
  • 27
  • 49
2
votes
1 answer

tidesdk exception when using forms

I have a simple tidesdk program with php module which contains a simple form and a php file which handles this form. Everything works fine. But when I submit the form the program crashes and throws an exception which is listed below. I am running…
Jay Bhatt
  • 5,601
  • 5
  • 40
  • 62
2
votes
1 answer

Hiding the Cursor in TideSDK

I'm attempting to work out why some CSS3 cursor options work and some do not in TideSDK desktop applications. Presently, I've determined the following cursor options…
Meshaal
  • 694
  • 2
  • 7
  • 18
2
votes
2 answers

How to set Cookie name and value with TideSDK?

How to set Cookie name and value with TideSDK ? I try from this api: http://tidesdk.multipart.net/docs/user-dev/generated/#!/api/Ti.Network.HTTPClient when I check value from set cookie.Is null. And this code: var httpcli; httpcli =…
crepy1234
  • 95
  • 1
  • 1
  • 5
2
votes
1 answer

Package TideSDK app without sourcecode

I have developed a TideSDK app. I also packaged and installed it. Everything is working fine as expected. Only problem is, in the installation folder it also directly copy the source code (all of my html, js and css files inside the Resources…
moshfiqur
  • 2,065
  • 3
  • 24
  • 27
2
votes
0 answers

Click event in an inactive window

So lets say I have created two windows via the Ti.UI.createWindow() method,and I have a close window button on both windows. The first window is the current window. I click the second window's close button and instead of closing the second window,…
Austin
  • 71
  • 1
  • 2
  • 5
2
votes
2 answers

Multiple Instances on Windows

This is what I found on Windows 7. A tide sdk app on windows creates new instance when double-clicked on the shortcut even if a previous instance already exists. You can observe the same thing on Tide SDK Developer(1.4.2) just run the application…
Siva.K
  • 113
  • 5
2
votes
3 answers

TideSDK 1.3.1-beta Installation on Windows XP

After successfully installing TideSDK 1.3.1-beta and Developer 1.4.2 on my Windows 7 machine, I thought I would have no problem installing on my older Windows XP laptop. I have: 1: Downloaded and extracted the Tide 1.3.1-beta (Windows) to…
Jonathan
  • 239
  • 1
  • 2
  • 6
2
votes
2 answers

Peer to Peer, Javascript Games

I am writing a simple javascript game for a webpage. I am going to convert it to the desktop using tidesdk. I would like to allow players on different machines to play each other without the need to communicate through a server. Is this possible in…
Rewind
  • 2,554
  • 3
  • 30
  • 56
2
votes
2 answers

Last used files crash on openFileChooserDialog in TideSDK

I work with openFileChooserDialog() in TideSDK: Ti.UI.openFileChooserDialog(callbackFunc, options); callbackFunc = function(filenames){ fileSelected = filenames[0]; console.log('---'); console.log(fileSelected); …
procek
  • 111
  • 1
  • 5
2
votes
1 answer

Is there any way to reduce the size of bundle package in TideSDK?

i am using tideSDK 3.1.1-beta and tideSDK Developer 1.4.2. i developed a Desktop application on linux 32 bit. After packed my application as bundled package its size is 35 MB. My application is very small so now i want to reduce the size of…
Thavamani
  • 2,096
  • 1
  • 14
  • 13
2
votes
1 answer

How to open local file from Tide SDK app

I am building an windows app using Tide SDK. How can I open a local file from my app. For example, I have a pdf file somewhere in my harddisk. I put the link to that file to my app. When I click on the link, I want it to open the pdf file using…
moshfiqur
  • 2,065
  • 3
  • 24
  • 27
2
votes
2 answers

Error when installing tideSDK developer 1.4.2 on fedora 13

i have installed tideSDK 1.3.1-beta on my machine File path is "user/.tidesdk".. then tried to install tideSDK developer 1.4.2 i got following error message. Couldn't load…
Thavamani
  • 2,096
  • 1
  • 14
  • 13
2
votes
1 answer

Bundle package is not working in TideSDK

i have developed a simple desktop application using TideSDK(1.3.1-beta) and TideSDK developer(1.4.2) for windows platform.i packed my application as bundle package.its running well in my machine.but it shows following error message when i execute it…
Thavamani
  • 2,096
  • 1
  • 14
  • 13
1 2
3
21 22