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

How to install TideSDK from TideSDK-1.2.1 package?

I've downloaded package TideSDK-1.2.1.RC1-0be9cd89-windows-7-x86-64.zip from tidesdk.org. Installer was found in tidesdk\sdk\win32\1.2.0.RC4\installer. This installer doesn't work: "Installation failed. The installer could not determine the…
user1667671
  • 21
  • 1
  • 3
1
vote
0 answers

How to access sqlite from php script in tidesdk

I am having a little challenge and I hope you can help me with. First I've read the tidesdk documentations over and over. I searched stackoverflow for help. No help. The problem is After navigating to a .php file from the index.html, I echo "test"…
PCShedeur
  • 11
  • 2
1
vote
1 answer

Where to find TideSDK sdk for windows?

I've an older project using TideSDK to maintain. But, when I upgraded my mac to El Capitan, I lost my VM containing the SDK (file corrupted error with virtual box). And now the TideSDK project has shut down and it is impossible to download this SDK…
Michael A.
  • 2,288
  • 1
  • 18
  • 21
1
vote
1 answer

How to kill a windows application using TideSDK?

i am trying to run a command like TASKKILL /F /IM notepad.exe var process = Ti.Process.createProcess({args: ['TASKKILL /F /IM notepad.exe']}); process.launch(); or Ti.Process.launch('TASKKILL /F /IM skype.exe'); the debugger doesn't say much,…
Patrioticcow
  • 26,422
  • 75
  • 217
  • 337
1
vote
0 answers

Call a JAVA class method from TideSDK

I am trying to create an application for which I have JAVA files at the backend ready. I am trying to create UI for the same project for which I am trying through TideSDK and I am new to it. I need to call a JAVA class method from tideSDK by passing…
Sabitha
  • 273
  • 4
  • 14
1
vote
1 answer

Will application created using TideSDK work on Windows XP?

I am planning to create an exe for windows. My problem is my target clients are using windows XP. As windows XP has become too old, it is very difficult to get any support. Can any one please guide me whether application created using TideSDK works…
Mohit Gupta
  • 87
  • 1
  • 14
1
vote
0 answers

How to listen for clipboard events in TideSDK?

I want to listen for clipboard events (when something is copied), and then grab a copy for processing. I can't seem to find an event for this within TideSDK. Even if I could, would this be triggered if the app isn't in focus?
Mike
  • 8,767
  • 8
  • 49
  • 103
1
vote
0 answers

TideSDK - How get filename that contains reserved Word on MAC OS

I'm using TideSDK on Mac OS X. I'm trying to open a file that contains the dollar sign on its name. Like for exemple: "Total Balance $100.txt" I'm using the function like this: Ti.Filesystem.getFile(path + "Total Balance $100.txt") The result is…
1
vote
0 answers

Show multiple notification in TideSDK

I writting a desktop application by tideSDK use HTML5. My applicaion will check infomation error of website and notify for me by this application desktop. I used Notification of TideSDK. But i have a problem, when have a infomation error, my…
Takeshi
  • 221
  • 1
  • 4
  • 16
1
vote
2 answers

TideSDK and Symfony2

my plan is to using PHP in Tide. I read the guides and I didn't figured out if its possible to use it with a big application written in Symfony2 (or other framework). I just saw this tag but I've no clue how to startup my Symfony2 app. Is this…
Tobias Oberrauch
  • 217
  • 6
  • 15
1
vote
2 answers

Like which browser does tidesdk read the code like

I want to run a twitter bootstrap code on tidesdk, does the web page display work like internet explorer, where bootstrap is not fully supported? In other words what browser would tidesdk interpret the code most likely as. This is for making html…
Konstantino Sparakis
  • 2,862
  • 3
  • 18
  • 30
1
vote
0 answers

How can I get Hello World app work in TideSDK Ubuntu?

I have installed the TideSDK and downloaded the Hello World example but it doesn't launch. Here it is what I get in the console: Preparing to package and launch desktop app. One moment... Staging HelloWorld -> Copying contents from…
1
vote
1 answer

Appcelerator's `Titanium.UI.openFileChooserDialog` Fails in TideSDK

On OSX, I have an old Appcelerator Titanium app, that I want to migrate it to the new TideSDK platform. Now, I can: download and install TideSDK (https://github.com/TideSDK/TideSDK/downloads -> TideSDK-Developer-1.4.2-osx-x86-64.dmg and…
Nutritioustim
  • 2,686
  • 4
  • 32
  • 57
1
vote
0 answers

TideSDK connect with MySQL

I have created a PHP application with MySQL database. I want to connect to this MySQL database with TideSDK to create an another desktop application using HTML5, CSS, PHP and TideSDK?
jk3563163
  • 11
  • 2
1
vote
1 answer

prompt before exit program in TideSDK/TideKIT

I was looking for a way to tell the app to confirm if you really want to close the app before losing the changes of the project. Through the current API, I was not able to do it. Looking on how Air/Flex do that, it looks like an event listener of…
Erick
  • 160
  • 8