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

TideSDK - Code Obfuscate

Is there some guide line for obfuscating my code, especially php in TideSDK, What are the possible options ?
Rasikh Mashhadi
  • 1,422
  • 1
  • 15
  • 25
4
votes
1 answer

How Do I Get Started on the Legacy 1.2.0.RC4 TideSDK?

I have downloaded the legacy 1.2.0.RC4 from the http://tidesdk.org. What do I do with it following the download. How do I get started?
fairwinds
  • 2,133
  • 12
  • 21
3
votes
2 answers

TideKit expected release (TideKit.com and TideKit have been Discontinued)

I am planning to develop a cross platform standalone app to support windows and Linux. TideSDK is my personal choice to go with. But, I have been actively following tideSDK(tidekit) for last 6 months and does not see anything about their product…
Ragav
  • 942
  • 4
  • 19
  • 37
3
votes
1 answer

Run TIdeSDK app in Background

I want to run the tideSDK app in background when user clicks the run app in background button. How can I achieve this. So that app is not showing in the front. Is it possible to this stuff in tideSDK? Any pointers to achieve this would be Great.
3
votes
2 answers

Desktop Notification-Tide Sdk

Can it Possible to generate a desktop notification when an event occurs For example suppose I create a desktop-remainder application for my desktop. I need to create a alarm notification,about the task, when time of schedule arrives Thanks in…
user1724537
3
votes
0 answers

How to optimize FFMPEG with pipe and memory reuse in Tide SDK

Im running into an speed optimization issue. Im building a video cut tool in web technologies on desktop with TideSDK. On of the tools has a timeline with a position slider basically, whenever the slider moves, (using jquery UI), I get the position,…
Vincent Duprez
  • 3,772
  • 8
  • 36
  • 76
3
votes
1 answer

Make a draggable transparent window with tidesdk

Using TideSDK, how can I have a window with no Windows style border, and keep it draggable ? I try two things : First config my tiapp.xml like this…
3
votes
1 answer

Installing python modules in TideSDK

I am trying to install an external dependency into Python for TideSDK. The current module I am trying to install is redis-py. To install it I tried the following steps: Open Command Prompt in regular administrative mode Change directory to the…
jakebird451
  • 2,288
  • 4
  • 30
  • 45
3
votes
5 answers

Can't run with python file include

Hello World

Hello World