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

TideSDK add php extension

Is it possible to add php extensions when using TideSDK ? I added the .dll extension in the "ext" folder in php and also added it in php.ini but I still get an error that it doesn't know the function I'm using.
Adrian Neatu
  • 1,989
  • 2
  • 19
  • 34
1
vote
2 answers

Download a file with Tidesdk

How can I download a file and store it locally? I've searched the doc and google and couldn't find an example of it. I tried this: this.copyRemote = function(path,path2){ reader = Ti.Network.createHTTPClient(); writer =…
RollWhisTler
  • 341
  • 1
  • 3
  • 10
1
vote
1 answer

How to use events in TideSDK

I tried to use an event that is triggered when the current window is maximized, however I can't seem to get the event triggerd. I tried the following: var appWindow = Ti.UI.currentWindow(); appWindow.addEventListener('maximized', function(){ …
1
vote
2 answers

Google Webfonts with TideSDK

Have just discovered TideSDK and look forward to the upcoming 1.4.0 build. I am utilizing the TideSDK Developer on Windows 7 32-bit and have the HelloWorld app up and running... now I am having fun trying lots of CSS3/HTML5 code snippets to see…
Jonathan
  • 239
  • 1
  • 2
  • 6
1
vote
2 answers

Force download of file in TideSDK

I am making a html based CD autorun which I intend to package with TideSDK. Everything works fine,the only issue I am facing is when someone clicks on a file download link(pdf,zip etc.) All the files open inside the application window and since the…
Amit Kumar Jha
  • 599
  • 2
  • 8
  • 18
1
vote
1 answer

Communicating with Desktop Apps, calling DLL functions

I need some window manipulation functions in my TideSDK App (ex.: resize Notepad window), perform SendMessage/PostMessage/DllCall (ex.: to control Winamp) from the app. Is it possible to setup a communication between a TideSDK App and some…
Steven Pribilinskiy
  • 1,862
  • 1
  • 19
  • 21
1
vote
1 answer

TideSDK popup "save to dialog" onclick

Using the TideSDK, I am creating a desktop app for users able to view and save the file. In my index.html I have over 50 zipped files which I would like it to prompt user "save to disk" when clicking on the link (as below). How do I solve this? Many…
Delus
  • 11
  • 1
1
vote
1 answer

TideSDK: Chrome relation

First of all, I'm swiss, so forgive me if I mistake; My english is not so rich. In tiapp.xml file I can see this directive true. It means that tideSDK uses Google Chrome? Or what else? In other words: there is the…
Gwen Hufschmid
  • 197
  • 1
  • 12
1
vote
2 answers

Disable TideSDK installer dialog when first opening a app?

Is there anyway to disable the TideSDK installer dialog popup when first opening your app. I am submitting an app to a 3rd party distribution site and it was rejected because of this. Please help?
Bigmacbook
  • 105
  • 2
  • 7
1
vote
1 answer

tdeSDK - db.execute wont return any data on Windows 7

I am using tidesdk 1.3.1-beta with tideSDK Developer 1.4.2. I am using a pre-loaded sqlite3 database to display data in my app. My problem is db.execute(select * ... statement doesn't return any data however i can see that the table contains data.…
Sudip Saha
  • 300
  • 2
  • 6
  • 21
1
vote
1 answer

AngularJS on TideSDK outputs $locationWatch errors

I am working on trying to implement an AngularJS project inside TideSDK. However, when running the program, I get the following errors: [09:15:57:982] [Ti.API] [Error] 10 $digest() iterations reached. Aborting! Watchers fired in the last 5…
Chris Ridenour
  • 596
  • 5
  • 14
1
vote
0 answers

Where is PIL installed? TideSDK python

I am using Tidesdk and windows7. PIL was installed in python shown below. C:\ProgramData\TideSDK\modules\win32\python It works in the examination using TideSDK Developer. If it packs, it stops however, working. PIL is not installed if packed…
lister
  • 11
  • 1
1
vote
1 answer

TideSDK and native code?

I've just discovered TideSDK and it seems to be a really great tool, but I have one requirement : I need to use some native code (for managing USB devices for example) and so I need communication between this native code and the web app, is such a…
jroy
  • 423
  • 1
  • 4
  • 11
1
vote
1 answer

TideSDK doesn't recognize SDK on Mountain Lion

I tryed to start the hello world example but I got this error: I have installed the SDK on the location that the get started guide recommend (~/Library/Application Support/TideSDK). There is something I am doing wrong, can you help me please? Thank…
Fran Hurtado
  • 154
  • 1
  • 10
1
vote
1 answer

Does Tidesdk support video/audio tags?

Like the title ,does Tidesdk support video/audio tags? My english is very poor,hope you can understand! thx !!!