TideSDK is an open source software development kit for creating multi-platform desktop apps using HTML5, CSS3, JavaScript and other common scripting languages.
0
votes
1answer
29 views
+50
Detect window mouse leave on TideSDK apps
I'm developing my first app using TideSDK. I have some toolbar-like buttons, and I want them to fade out when mouse left the window.
Unfortunately looks like TideSDK does not fire mouseout or ...
0
votes
0answers
16 views
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
<width>3000</width>
...
-1
votes
1answer
44 views
Trouble Opening External Web-Page
I'm trying to open an external webpage in a child window using the following code
var secondwindow = Ti.UI.createWindow("http://www.google.com");
This used to work fine before but suddenly it ...
0
votes
1answer
88 views
execute commands of another program from a tidesdk program
I'm testing tidesdk.
I have a java program that reads from standard input.
I run the program through the console console
java -cp MyProgram.jar package.MyMainClass
And then execute commands and ...
0
votes
2answers
42 views
Using Audio in a Windows 7 HTML Desktop App
I've seen several topics here kind of skirting around the issue, so maybe I'm just not understanding. I've developed a simple app loading and firing audio events in jQuery. Works like a dream in ...
0
votes
1answer
38 views
Use Tidesdk to query mysql (external/localy)
i've looked into the tidesdk and found no way to query a local or external mysql database.
is there a way to connect to mysql and query a database/table, maybe via php?
thx for help
0
votes
0answers
19 views
TideSDK - postgreSQL?
is there a way to connect to a postgreSQL Database? I've noticed that the PHP module doesn't have the postgres extensions and its not possible to load it dynamically.
Is there any other way? An ...
0
votes
0answers
20 views
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('---');
...
0
votes
1answer
34 views
Mirror Reflection on a page in TideSDK
I am trying to port a web application over to TideSDK and so far everything has been great aside from one problem I have found where the page seems be reflecting on itself. What I mean is that over ...
1
vote
1answer
60 views
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 ...
1
vote
1answer
182 views
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 ...
0
votes
1answer
39 views
Remove focus outline TideSDK
When I press a button in my TideSDK App, I get an ugly focus outline. Is there any way to disable/remove this? I've tried setting outline to none, but it doesn't seem to do anything.
:focus, :active ...
0
votes
2answers
91 views
Compatibility of titanium and TideSDK
As far as I know TideSDK is what used to be Titanium Desktop, right?
I'd like to ask if somebody has experience in reusing (mostly the business logic and data access) components of Titanium mobile in ...
0
votes
0answers
70 views
Error when run tideSDK Application on Windows
I am just starting programming using tideSDK 1.3.0-beta.I packed my application.it runs on some windows machine as well but it shows following error when i run my application on some other windows xp ...
1
vote
1answer
55 views
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 ...
0
votes
0answers
46 views
Sending E-mail in tidesdk
Is it possible to send an e-mail from a tide sdk app? What I'm trying to do is have an application that sends a report as attachment through e-mail. Is there a way to send e-mail without having to ...
1
vote
1answer
85 views
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 ...
0
votes
2answers
82 views
Creating a Background PHP Process
I want to run a background php process(es) that does some work. I thought of two ways to doing this and I want to know which one is better and which is more possible using TideSDk
1) I've thought of ...
0
votes
1answer
62 views
SideBySide Application Error
I've got an application that has been built with TideSDK.
When trying to run the application on the machine that it was packaged with (runs Windows 8) the application works no problem. When I try to ...
1
vote
1answer
92 views
Tidesdk - Launch desktop tidesdk application at windows startup
I have a desktop application created with TideSDK, I need this application to launch at windows startup, but can't find how, I mean, when the application is installed or launched by first time, I want ...
0
votes
0answers
34 views
How to make tideSDK app runs when windows starts?
Is there a way to run a tideSDK app when windows starts?
I need to include this on the install package.
0
votes
0answers
22 views
Entity warning in iFrame in TideSDK application
I am attempting to include a external website (http://m.rememberthemilk.com) in an iframe in a TideSDK application (downloaded 1.3.1 beta yesterday). Running on Windows 7.
Webkit does not seem to ...
0
votes
1answer
65 views
Flash Support for TideSDK App
I have an app that opens a webpage on user action and that webpage has flash in it and I know 99% of my users already have flash installed in their system, so all i need is to know whether there is a ...
0
votes
0answers
64 views
TideSDK support for HTML5 Canvas
I'm planning to use TideSDK to port an existing web-application to the desktop. The webapp makes extensive use of the HTML5 canvas and I wanted to ask if someone already has some experience with a ...
0
votes
1answer
58 views
tidesdk install titanium studio error
I follow instructions from Setting up TideSDK in Titanium Studio with my actual configuration :
Mac OS X 10.8.3 and Xcode 4.6.1
Titanium Studio build 3.0.2.201302191606
TideSDK-1.3.1-beta-osx-x86-64
...
0
votes
0answers
26 views
TideSDK exiting after installer on OSX 10.7.5
I am trying to install the developer app but it keeps closing after I click continue on the installer. This is also happening after I build the hello world app. I have the SDK installed at ...
0
votes
1answer
66 views
Creating applications for all platforms on Ubuntu
Is it possible to use TiedSDK under Ubuntu(12.10) to create Windows and Mac apps?
And if it is possible how should I use the other SDKs(Win|OSx)?
0
votes
1answer
90 views
tideSDK + less.js + SVG font-face
I just started trying out the TideSDK to deploy a website to .exe and .app, which for the most part is fantastic.
The problem that I'm currently coming across is that all my CSS styles are written ...
1
vote
3answers
85 views
TideSDK $_GET retrieval shows null
This was asked literally two weeks ago, I'm sorry, but I must be doing something wrong.
I've got:
<form action="action.php">
<input type="text" name="bar" />
<input ...
0
votes
0answers
115 views
TideSDK + jsPDF
I try to use jsPDF from a TideSDK App to create PDF files. Here the code from a basic example :
var doc = new jsPDF();
logging('jsPDF object created');
doc.text(20, 20, 'Hello world!');
...
0
votes
1answer
103 views
Packaging TideSDK Application with Custom Icon
I was able to package my desktop application on my Windows machine and the app runs. This is all great. But the icon assigned to the file after I run the installation from the generated MSI file is ...
3
votes
1answer
73 views
tidesdk development with macosx 10.6.8 (snow leopard)
I am attempting to do an R&D desktop app project and I would like to use TideSDK as my framework. Unfortunately it would seem that my mac is running OSX 10.6.8 and from what I was able to ...
0
votes
0answers
26 views
Registering Event Listeners for Ti.UI.Tray
How to addEventListeners of type doubleclick and right click to Ti.UI.Tray in tidesdk 1.3.1 beta?
0
votes
3answers
172 views
tidesdk include php
I did my research but can't find any topic or example on how to include an php file in the header and calling an function from the include in the body of html.
the examples all show how to include an ...
0
votes
0answers
55 views
Which desktop app frameworks support scripting file uploads in website forms
I’d like to create a cross-platform desktop app that automates form submission on many websites (for artists to upload their artwork to many art websites / blogs at once). This means the app has to be ...
0
votes
1answer
83 views
What is the fundamental logic that tideSDK follows to bring UI across platform?
Probably this question may be a simple one. Still I have not got answer from WWW.
tideSDK provides UI Module, and through which we can create same UI across platforms [ mac, windows, Linux].
MY ...
0
votes
0answers
36 views
where the images are saved after takeScreenshot? TideSDK
where the images are saved after takeScreenshot in Linux? because I want send that image to facebook or any web.Thanks
2
votes
0answers
70 views
How do I prevent TideSDK app from crashing after signing it with an entitlements file?
In order to submit my very, very basic Mac App to the App Store (very basic since it only contains a single HTML and Javascript file - very simple word game that does NOT require any kind of ...
0
votes
1answer
39 views
tidesdk unresolved
Just installed TideSDK 1.3.1-beta.
When I try to launch "HelloWorld" example, I get these messages without knowing where to start to address the issue :
Unresolved: runtime 1.3.1-beta
Unresolved: app ...
0
votes
0answers
124 views
pdf.js in TideSDK crashes
I'd like to view PDF files using pdf.js in my TideSDK application. To get started, cloned the pdf.js repository and did a nodejs make server like stated in their readme.md. When I point my browser to ...
0
votes
0answers
39 views
Usage of Ti.UI.Tray
Can Someone explain me what Ti.UI.Tray is for? I want to create a system tray application that displays notifications on update and when the user closes the window it goes into system tray instead of ...
0
votes
1answer
108 views
how to retrieve form variables using tidesdk + php?
i'm using TideSdk + PHP for my project, but i can't retrieve post variables with $_POST.
any way to do this ?
0
votes
0answers
46 views
TideSDK - Add folder to build directory
I don't know how to form the question properly.
Anyways. I am using TideSDK for Windows and created a new project using the TideSDK Developer application.
I created many folders which store the ...
0
votes
1answer
72 views
CSS3 transform property on TideSDK Mac
I'm building an application that I would want to run on both mac and windows. I'm using CSS3 for the styling and the UI of this application. I'm using selector:hover {transform : scale(1.5,1.5)} for ...
0
votes
0answers
103 views
Can i sell an application that i have made using TideSDK [closed]
If i create an application using TideSDK, and Export it to a suitable EXE application, could i theoretically sell it without any trouble coming back and biting me on my ass? I've read their License ...
0
votes
0answers
43 views
Using ImageMagick executable in TideSDK
I'm currently working on an app, building it with TideSDK + PHP.
The app is working with images, retrieving their thumbnails with exiftool and displaying them. But some images don't have a thumbnail ...
0
votes
1answer
55 views
How to encrypt strings using MD5?
This is my first time using TideSDK. I want to ask a simple question.
How do i encrypth a string using MD5 in tidesdk?
1
vote
0answers
51 views
Drag to move application
Using TideSDK, how would I go about using a div or any element to drag/move the application window around the desktop? I'm looking to mimic the default behavior of the operating system frame (click ...
0
votes
1answer
81 views
UI.ImageView in TideSDK?
A few years back I have been using Titanium Desktop to make an app for Mac. Having been satisfied I came back recently to it for another project, but apparently Titanium Desktop is now TideSDK.
...
2
votes
0answers
124 views
Can a TideSDK app be submitted to the Windows 8 App Store?
Has anyone successfully been able to submit an app created with TideSDK to the Windows 8 app store? Any helpful tutorials around?
Apologies if this question is repetitive - I've been looking around ...





