tidesdk

TideSDK | Bundle packaging

给你一囗甜甜゛ 提交于 2019-12-11 18:19:15
问题 I have developed a TideSDK application and am now ready to package it, but I'm having problems with the network type installer. It always gives me code 404 on the Application first run: Could not query info: Invalid HTTP Status Code (404) I presume the installer is having difficulty with reaching the correct servers and downloading the needed runtime, but I have run through most solutions on this forum, and none have worked. So I tried a bundle packaging, as it should include such runtime,

TideKit expected release (TideKit.com and TideKit have been Discontinued) [closed]

≡放荡痞女 提交于 2019-12-10 19:48:29
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . 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 launch. Can we expect tidekit

execute commands of another program from a tidesdk program

可紊 提交于 2019-12-08 03:16:56
问题 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 get results. there any way to do with tidesdk? Edit: The problem was that calls the java program with a list of one element (which contained the command separated by spaces) It solved with passing every word to a item of list (and removing the spaces). Right now I have porblemas to write standard input

single secure executable for tidesdk

﹥>﹥吖頭↗ 提交于 2019-12-08 02:52:08
问题 I just started looking into TideSdk and noticed that when I "compile" (or package) a project (in Win-7), I get all of these dependecies which is actually the un-compiled source code for the app. Is there any way to: Have Tide SDK package a file to one executable Not have the source code visible in any way, shape, or form in the final executable? If none of those are possible, is there an alternative that can to these things? 回答1: We are working on a solution. There are a few possibilities.

Make a draggable transparent window with tidesdk

扶醉桌前 提交于 2019-12-07 14:34:12
问题 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> <max-width>3000</max-width> <min-width>0</min-width> <height>1280</height> <max-height>1280</max-height> <min-height>0</min-height> <fullscreen>false</fullscreen> <resizable>true</resizable> <transparency >1.0</transparency > <transparent-background>true</transparent-background> And contains my application in a div like this :

single secure executable for tidesdk

不问归期 提交于 2019-12-06 07:27:40
I just started looking into TideSdk and noticed that when I "compile" (or package) a project (in Win-7), I get all of these dependecies which is actually the un-compiled source code for the app. Is there any way to: Have Tide SDK package a file to one executable Not have the source code visible in any way, shape, or form in the final executable? If none of those are possible, is there an alternative that can to these things? We are working on a solution. There are a few possibilities. The only thing that is possible currently is to obfuscate your code using google closure library through a

TideSDK not working with Pusher

喜你入骨 提交于 2019-12-04 19:08:18
I'm trying to develop a desktop application coded in HTML, CSS, jQuery and PHP, compiled with TideSDK. This application needs to receive real-time notifications from a webpage, so that when a user clicks on a specific button on the website, the desktop application captures that immediately. I've found Pusher for this matter, and it works great between two websites, but it appears as "unavailable" to connect in a desktop application with TideSDK. This is what I get from the web: Pusher : State changed : initialized -> connecting Pusher : Connecting : {"transport":"ws","url":"ws://ws.pusherapp

What are the core differences in platform support between TideSDK and TideKit? [closed]

点点圈 提交于 2019-12-04 13:21:57
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I have a project I have coded using TideSDK. What is the difference in purpose and support for platforms between TideSDK and TideKit? 回答1: There are key technical differences between TideKit and TideSDK despite the similar sounding name. TideKit is an application development platform for desktop, web and mobile

What are the core differences in platform support between TideSDK and TideKit? [closed]

亡梦爱人 提交于 2019-12-03 08:32:18
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. I have a project I have coded using TideSDK. What is the difference in purpose and support for platforms between TideSDK and TideKit? fairwinds There are key technical differences between TideKit and TideSDK despite the similar sounding name. TideKit is an application development platform for desktop, web and mobile whereas TideSDK is a desktop SDK (Software Development Kit). TideKit was developed by the same core

Is there a cross-OS GUI framework that supports embedding HTML pages?

老子叫甜甜 提交于 2019-12-03 05:18:12
问题 I want to develop a desktop app to be used cross-system (win, mac, linux), is there a GUI framework that would allow me to write code once for all 3 platforms and have a fully-scriptable embedded web component? I need it to have an API to communicate between app and webpage javascript. I know C#, JavaScript and a little bit of python. 回答1: Qt has such a thing with QWebView. 回答2: There is also TideSDK formally known as Titanium. This provides a WebKit HTML/JavaScript widget that does pretty