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

HTML Desktop App - How to: Blurry Background?

I'd like to start working on HTML Desktop Apps for Windows again. I haven't yet decided on which Framework I am gonna build it on, so I am rather flexible about this. Now.. there is one requirement that I have though: Within two of the apps that I…
Escapado
  • 117
  • 2
  • 12
0
votes
1 answer

how to disable / prevent tidesdk appcelerator app-track

when I launch my application from TideSDK Developer, I can see that the app connects to the appcelerator server (https://api.appcelerator.net/p/v1/app-track) and tracks the usage of the app. How can I disable this tracking? I tried to set a new…
0
votes
1 answer

How to launch a steam game using TideSDK?

So I'm trying to build an app using TideSDK (javascript) and I need it to run a steam game (preferably using the steam link: steam://run/440) and any other game that is not on steam using its actual path, something like C:/Games/CS:GO/csgo.exe. I…
DhruvPatel
  • 123
  • 1
  • 2
  • 9
0
votes
0 answers

TideSDK: Wix.msi installer for 32-bit Win7 OS

I'm trying to package an app using tideSDK and I've been searching out for wix.msi installer that would work with a 32-bit OS, in my search I've able to download the one that works for 64-bit OS , but my Win7 OS is 32-bit.
Peter
  • 60
  • 8
0
votes
1 answer

Building a project with Administrative rights on execution?

for my current project in windows, I have decided to use administrative rights on execution time. I don't want the user to do right click and "run as administrator", but instead that on launch, the app run as administrator without using the trick of…
Erick
  • 160
  • 8
0
votes
1 answer

TideSDK - How to run MyDaemon.php in background (async)?

How I can run MyDaemon.php in background in TideSDK app? MyDaemon.php - it's my completely ready console software (a lot of code, run other my php scripts, run other software, etc). It's endless php script. It must be start after TideSDK APP and…
Dmitry
  • 1
0
votes
1 answer

loading css on runtime is half-failure/half-success

I have tried for my app to load fonts on request. I tried to read fonts from the a project directory which is created by my app, and it reads all the info it needs. First of all, I want to ask if there is a way to know if there is an app-storage://…
Erick
  • 160
  • 8
0
votes
1 answer

node-webkit screen flicker

I am trying to repurpose an old .exe I made using TideSDK a couple years ago. I have replaced the relevent TideSDK code with node-webkit code, and everything seems to be working as expected. With one exception, the original (TideSDK .exe) used…
mcneela86
  • 1,029
  • 3
  • 18
  • 35
0
votes
1 answer

TideSDK How to save a cookie's information to be accessed in different file?

I am trying to use TideSDK's Ti.Network to set the name and value of my cookie. But how do I get this cookie's value from my other pages? var httpcli; httpcli = Ti.Network.createHTTPCookie(); …
MadsterMaddness
  • 725
  • 3
  • 12
  • 35
0
votes
1 answer

Javascript cannot retrieve cookies between Windows OS pages

I am using TideSDK to develop a desktop app for windows. I am trying to use a cookie to store the information of the email address that a user enters on login. The cookie that I save for the email address (on my index.html file) somehow becomes lost…
MadsterMaddness
  • 725
  • 3
  • 12
  • 35
0
votes
0 answers

Getting error 13 while building app using TideSDK developer in MAC OS

Getting error 13 while building app using TideSDK developer in MAC OS. I am getting the below error while launching app in TideSDK Developer app in MAC File "/Users/MitrMedia/Library/Application Support/TideSDK/sdk/osx/1.3.1-beta/tidebuilder.py",…
siraj pathan
  • 1,455
  • 1
  • 14
  • 31
0
votes
1 answer

i18n and TideSDK app

I can't find any information about this. Is it possible to implement i18n in tidesdk application? Is yes, how do you achieve this? I need to implement i18n in todesdk app, with possibility to easly add new languages.
dease
  • 2,975
  • 13
  • 39
  • 75
0
votes
2 answers

Convert javascript arrays into HTML table using DOM

I am currently creating a desktop app using tide sdk. All of my database information is stored into Parse.com (a serverless database). What I am trying to do is to take the array of the information I queried from Parse (in javascript) and insert it…
MadsterMaddness
  • 725
  • 3
  • 12
  • 35
0
votes
0 answers

TideSDK Windows PDO exception - driver not found

I've successfully created a TideSDK project on my Mac - packaged OSX and it worked fine. I now need to get a windows version, so I downloaded and installed TideSDK on a PC (windows 7), but when I try and run my app, as soon as it trie to connect to…
Nicholas Farmer
  • 773
  • 7
  • 32
0
votes
1 answer

Is source code off an app avilble for the user?

If i write an desktop app in tidesdk or tide kit will it be possible for users to read my source code, just like from ordinary web page or not ?