<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Tersus.com - User Forum</title>
		<link>http://www.tersus.com/#Id=245</link>
		<item>
			<title>hello there - anybody listening? do you still alive?</title>
			<link>http://www.tersus.com/#Id=7254</link>
			<pubDate>Fri, 24 May 2013 23:56:05 -0700</pubDate>
			<description>&lt;p&gt;David, Ofer,&lt;/p&gt;&#10;&lt;p&gt;still no answer regarding playing video with Tersus...&lt;/p&gt;&#10;&lt;p&gt;maybe Tersus supports running video by youtube?&lt;/p&gt;&#10;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#10;&lt;p&gt;thanks&lt;/p&gt;&#10;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
		</item>
		<item>
			<title>Need for a simple login</title>
			<link>http://www.tersus.com/#Id=7251</link>
			<pubDate>Mon, 20 May 2013 10:20:54 -0700</pubDate>
			<description>&lt;p&gt;How to implement a &lt;span &gt;&lt;strong&gt;simple&lt;/strong&gt;&lt;/span&gt; login interface for a mobile application?&amp;nbsp;&lt;/p&gt;&#10;&lt;p&gt;The provided Authorization module:&lt;/p&gt;&#10;&lt;p &gt;1/ involves the concept of Roles, which is rather involved&lt;/p&gt;&#10;&lt;p &gt;2/ does not &lt;span &gt;really&lt;/span&gt; explain (in line or in the documentation page) how it should be used:&lt;/p&gt;&#10;&lt;p &gt;- Where should the Module itself be inserted? In the &amp;lt;Mobile View&amp;gt;?? Elsewhere???&lt;/p&gt;&#10;&lt;p &gt;- Where should the components of the module be inserted, and what workflow should be set up to use them?&lt;/p&gt;&#10;&lt;p &gt;- How to authenticate from a web service? a database?? a resource file???&lt;/p&gt;&#10;&lt;p &gt;3/ does not (easily) allow to disable the Role capability, and just perform a yes/no login.&lt;/p&gt;&#10;&lt;p&gt;I tried to answer these issues by creating a new &quot;Authorization&quot; Tersus project and studying the logic, but it is far too complicated.&lt;/p&gt;&#10;&lt;p&gt;So I am looking for help to set up a &lt;strong&gt;simple login (yes/no) based solely on user/password, and redirecting to a logged-in-page (success) or a retry-page (failure)&lt;/strong&gt;.&lt;/p&gt;&#10;&lt;p&gt;In a first step I only need hard-coded credential, and in a later step authentication will be determined from a web service with WSDL interface.&lt;/p&gt;&#10;&lt;p&gt;Maybe this can be achived by hacking the provided Authorization module, but the best would be an existing, validated module.&lt;/p&gt;&#10;&lt;p&gt;Thanks in advance&lt;/p&gt;&#10;&lt;p&gt;Fabrice&lt;/p&gt;</description>
		</item>
		<item>
			<title>Visual Debugging not working!</title>
			<link>http://www.tersus.com/#Id=7250</link>
			<pubDate>Mon, 20 May 2013 09:55:35 -0700</pubDate>
			<description>&lt;p&gt;Hi&lt;/p&gt;&#10;&lt;p&gt;How does visual debugging work for mobile applications????&lt;/p&gt;&#10;&lt;p&gt;I tried in vain to follow http://www.tersus.com/#Id=5159, but once&lt;/p&gt;&#10;&lt;p &gt;http://localhost:8080/SalesDemo/?UserAgent=mobile&lt;/p&gt;&#10;&lt;p&gt;has been loaded, the following happens when typing&lt;strong&gt; javascript:startTrace()&lt;/strong&gt; in the address bar:&lt;/p&gt;&#10;&lt;p &gt;1/ In Chrome (version 26.0.x),&amp;nbsp; teh browser launches a Google (!!) search&lt;/p&gt;&#10;&lt;p &gt;&lt;a href=&quot;https://www.google.fr/search?q=startTrace()&amp;amp;aq=f&amp;amp;oq=startTrace()&amp;amp;aqs=chrome.0.57j0l3j60.5148j0&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8&quot;&gt;https://www.google.fr/search?q=startTrace()&amp;amp;aq=f&amp;amp;oq=startTrace()&amp;amp;aqs=chrome.0.57j0l3j60.5148j0&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8&lt;/a&gt;&lt;/p&gt;&#10;&lt;p &gt;2/ In Firefox (version&amp;nbsp; 21.0), nothing happens... just the whole system (Windows Vista) seems to slow down...&lt;/p&gt;&#10;&lt;p&gt;Please provide guidance.&lt;/p&gt;&#10;&lt;p&gt;&lt;/p&gt;</description>
		</item>
		<item>
			<title>no answer regarding video playing with tersus?</title>
			<link>http://www.tersus.com/#Id=7247</link>
			<pubDate>Fri, 17 May 2013 01:25:07 -0700</pubDate>
		</item>
		<item>
			<title>video playing in tersus application</title>
			<link>http://www.tersus.com/#Id=7245</link>
			<pubDate>Wed, 15 May 2013 06:15:26 -0700</pubDate>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&#10;&lt;p&gt;&lt;/p&gt;&#10;&lt;p&gt;There is an option to play video in tersus project?&lt;/p&gt;&#10;&lt;p&gt;I need to show a private video in on click button or by displaying the video frame to enable run it&lt;/p&gt;&#10;&lt;p&gt;Like you have in the tersus site itself&lt;/p&gt;&#10;&lt;p&gt;Thanks&lt;/p&gt;&#10;&lt;p&gt;&lt;/p&gt;</description>
		</item>
		<item>
			<title>Modeling relation data</title>
			<link>http://www.tersus.com/#Id=7243</link>
			<pubDate>Wed, 15 May 2013 03:10:58 -0700</pubDate>
			<description>&lt;p&gt;I&apos;m evaluating Tersus and have to say that I&apos;m impressed by the way of visual modelling applications shown here. All other &quot;visual&quot; programming tools I&apos;ve evaluated are either some sort of toy language or paint-gui-and-code-the-logic IDE.&lt;/p&gt;&#10;&lt;p&gt;I&apos;m reading through the Step-by-Step tutorial. In the Stage related to modeling relational data I saw an approach wich is based on program logic to model relations.&lt;/p&gt;&#10;&lt;p&gt;This approach has some shortcomings:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;This is no declarative way of modeling the relation. You have to look through the business logic to discover the relations.&lt;/li&gt;&#10;&lt;li&gt;It has no implicit definition of referential integrity. The only way to do it is to define the database manually and declare some foreign key relations.&lt;/li&gt;&#10;&lt;li&gt;There is no type safety when resolving references. (To which table belongs the referencing ID field?)&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;Is there another -- more declarative -- way of modeling relational data?&lt;/p&gt;&#10;&lt;p&gt;I&apos;m asking this because the missing declarative way may not be a problem in small apps like the one from the tutorial but I&apos;m comparing this to the application I&apos;m currently working on which uses about 800 tables.&lt;/p&gt;&#10;&lt;p&gt;Thanks in advance,&lt;/p&gt;&#10;&lt;p&gt;Helge&lt;/p&gt;</description>
		</item>
		<item>
			<title>Switching between importer HTML pages</title>
			<link>http://www.tersus.com/#Id=7235</link>
			<pubDate>Mon, 13 May 2013 17:03:09 -0700</pubDate>
			<description>&lt;p&gt;Hello everyone, hello David&lt;/p&gt;&#10;&lt;p&gt;Within a mobile application I have&lt;strong&gt; imported&lt;/strong&gt; two HTML files (as explained in the Documentation), one for login and one for a specific display.&lt;/p&gt;&#10;&lt;p&gt;First I mention that when I insert &lt;strong&gt;one&lt;/strong&gt; of the corresponding views into the &amp;lt;Mobile View&amp;gt; everything works fine, but as soon as I insert the two, the display gets corrupted. I wonder whether this is correct, and whether this is related to the issue below.&lt;/p&gt;&#10;&lt;p&gt;What I need is a mechanism for &lt;strong&gt;switching between the two views&lt;/strong&gt; with an &amp;lt;On Click&amp;gt; control inside an existing HTML button. The solution given on &lt;strong&gt;http://www.tersus.com/#Id=5265&lt;/strong&gt;&amp;nbsp; &lt;strong&gt;does not work here&lt;/strong&gt;, because the views are imported.&lt;/p&gt;&#10;&lt;p&gt;&lt;img alt=&quot;Screenshot&quot; src=&quot;File/Attachments?Id=1811&quot; /&gt;&lt;/p&gt;&#10;&lt;p&gt;As you can see on the screenshot, I would expect:&lt;/p&gt;&#10;&lt;ol&gt;&#10;&lt;li&gt;to initialize the view in some &quot;Init Selected View&quot;control&lt;/li&gt;&#10;&lt;li&gt;to perform the swith within the &quot;Set Selected View&quot; control of HTML View 1.&lt;/li&gt;&#10;&lt;/ol&gt;&#10;&lt;p&gt;I couldn&apos;t work this out.&lt;/p&gt;&#10;&lt;p&gt;Do you have a solution?&lt;/p&gt;&#10;&lt;p&gt;Thank in advance!&lt;/p&gt;&#10;&lt;p&gt;Fabrice&lt;/p&gt;</description>
		</item>
		<item>
			<title>Best way to initialize a form</title>
			<link>http://www.tersus.com/#Id=7234</link>
			<pubDate>Mon, 13 May 2013 07:17:18 -0700</pubDate>
			<description>&lt;p&gt;Witihin a simple&amp;nbsp; &lt;strong&gt;Mobile Application&lt;/strong&gt; ,&amp;nbsp; consider a general form populated by several &lt;strong&gt;&quot;Text Display&quot; controls&lt;/strong&gt;, eg. for user guidance or input examples.&lt;/p&gt;&#10;&lt;p&gt;What is the best way to&lt;strong&gt; initialize the text content&lt;/strong&gt; (the Value property) of all these fields from a resource file?&lt;/p&gt;&#10;&lt;p&gt;&lt;/p&gt;</description>
		</item>
		<item>
			<title>Display Elements in Table Row from Table Wizard</title>
			<link>http://www.tersus.com/#Id=7232</link>
			<pubDate>Mon, 13 May 2013 01:30:25 -0700</pubDate>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&#10;&lt;p&gt;Is there a way to hide the display elements in Table Row from Table Wizard, seems there are &amp;lt;Visible&amp;gt; but how to hide them and don&apos;t show them on dialog? And any way to remove the table name row, don&apos;t want to show the name.&lt;/p&gt;</description>
		</item>
		<item>
			<title>web applications iphone 4</title>
			<link>http://www.tersus.com/#Id=7231</link>
			<pubDate>Sun, 12 May 2013 18:15:14 -0700</pubDate>
			<description>&lt;p&gt;Hallo,&lt;/p&gt;&#10;&lt;p&gt;I&apos;ve been using Tersus for a short time and so I&apos;m not very expert of it.&lt;/p&gt;&#10;&lt;p&gt;I&apos;ve made some web applications by reading the tutorial. They work on the browsers, mainly safari, but also Firefox.&lt;/p&gt;&#10;&lt;p&gt;My problem is to load them on my iphone (I have the IPhone 4). How can I use the applications I have saved on my laptop, on my iphone?&lt;/p&gt;&#10;&lt;p&gt;&lt;/p&gt;&#10;&lt;p&gt;Thank you very much for the answer.&lt;/p&gt;&#10;&lt;p&gt;Alessandro.&lt;/p&gt;</description>
		</item>
		<item>
			<title>Error calling procedure</title>
			<link>http://www.tersus.com/#Id=7230</link>
			<pubDate>Sun, 12 May 2013 15:25:31 -0700</pubDate>
			<description>&lt;p&gt;&lt;strong&gt;&lt;span id=&quot;result_box&quot; class=&quot;short_text&quot; &gt;&lt;span class=&quot;hps&quot;&gt;Hello&lt;/span&gt;&lt;span&gt;, I have&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;the following&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;procedure&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&#10;&lt;span &gt;CREATE OR REPLACE FUNCTION formula_cont_nv3(mesi integer, mesf integer, anoi integer, anof integer)&lt;br /&gt;&amp;nbsp; RETURNS text AS&lt;br /&gt;$BODY$&lt;br /&gt;DECLARE&lt;br /&gt;sqlbusca text := &apos;&apos;;&lt;br /&gt;contabilizacoes record;&lt;br /&gt;vSalAnt numeric := 0;&lt;br /&gt;&lt;br /&gt;BEGIN&lt;br /&gt;sqlbusca := &apos;WITH v_entradas&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; AS (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT date_trunc(&apos;&apos;&apos;||&apos;month&apos;||&apos;&apos;&apos;, ent_data) mes&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; ,sum(ent_valor) soma&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; FROM entradas .................&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;strong&gt;&lt;span id=&quot;result_box&quot; class=&quot;short_text&quot; &gt;&lt;span class=&quot;hps&quot;&gt;and&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;this&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;way&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;I call&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;the&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;procedure&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Tersus&lt;/span&gt;&lt;span&gt;:&lt;br /&gt;&lt;img alt=&quot;Tersus&quot; src=&quot;File/Attachments?Id=1806&quot; /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&#10;&lt;h5&gt;&lt;span id=&quot;result_box&quot; class=&quot;short_text&quot; &gt;&lt;span class=&quot;hps&quot;&gt;But&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;the following error occurs&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Browser:&lt;/span&gt;&lt;/span&gt;&lt;/h5&gt;&#10;&lt;p&gt;&lt;span class=&quot;short_text&quot; &gt;&lt;span class=&quot;hps&quot;&gt;&lt;img alt=&quot;error&quot; src=&quot;File/Attachments?Id=1807&quot; /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#10;&lt;address&gt;&lt;/address&gt;&lt;address&gt;&lt;span class=&quot;short_text&quot; &gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/address&gt;</description>
		</item>
		<item>
			<title>embedded video</title>
			<link>http://www.tersus.com/#Id=7226</link>
			<pubDate>Sat, 11 May 2013 22:59:31 -0700</pubDate>
			<description>&lt;p&gt;hello,&lt;/p&gt;&#10;&lt;p&gt;how&amp;nbsp;can i&amp;nbsp;&amp;nbsp;show a video instead of a picture?&lt;/p&gt;&#10;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#10;&lt;p&gt;thanks&lt;/p&gt;</description>
		</item>
		<item>
			<title>Click Picture to Open Local(On PC) Folder and Other Website</title>
			<link>http://www.tersus.com/#Id=7225</link>
			<pubDate>Sat, 11 May 2013 17:23:26 -0700</pubDate>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&#10;&lt;p&gt;How about come to this function, i tried but &quot;Go to Url&quot; not work.&lt;/p&gt;</description>
		</item>
		<item>
			<title>JavaScript error when trying tutorial</title>
			<link>http://www.tersus.com/#Id=7220</link>
			<pubDate>Fri, 10 May 2013 03:45:08 -0700</pubDate>
			<description>&lt;p&gt;I&apos;m new to Tersus and wanted to try it out by doing the tutorial.&lt;/p&gt;&#10;&lt;p&gt;Now I am stuck in Stage 6. At the end when I will try out the change in the browser I select a row on the &quot;Requisition Approval&quot; view and click on the &quot;Approve Requisition&quot; button.&lt;/p&gt;&#10;&lt;p&gt;The a JavaScript error pops up:&amp;nbsp;&lt;/p&gt;&#10;&lt;p &gt;&lt;em&gt;An error has occurred: &apos;undefined&apos; is not an object (evaluating &apos;this.selectedRow.viewNode.className=this.selectedRow.baseClassName&apos;)&lt;/em&gt;&lt;/p&gt;&#10;&lt;p &gt;&lt;em&gt;Path: Requisition Approval&lt;/em&gt;&lt;/p&gt;&#10;&lt;p&gt;The status of the selected row is changed afterwards.&lt;/p&gt;&#10;&lt;p&gt;Looking in the JavaScript debugger there is no viewNode property in this.selectedRow object.&lt;/p&gt;&#10;&lt;p&gt;I&apos;m using Tersus 2.1.20.&lt;/p&gt;&#10;&lt;p&gt;What can I do here?&lt;/p&gt;</description>
		</item>
		<item>
			<title>Quick Hosting fails</title>
			<link>http://www.tersus.com/#Id=7218</link>
			<pubDate>Fri, 10 May 2013 02:20:07 -0700</pubDate>
			<description>&lt;p&gt;Hi&lt;/p&gt;&#10;&lt;p&gt;I just made a fresh install of Tersus studio (Version: 2.1.8.2 Build id: 201205070419) on Windows Vista Home (French), and registered on tersus.com.&lt;/p&gt;&#10;&lt;p&gt;Then I imported several Tersus projects (eg. Backgamonn) and ran/edited them seeminglessly.&lt;/p&gt;&#10;&lt;p&gt;Then I wanted to use Quick Hosting, but it would never work: whatever the project, nothing happens after I press the Deply button.&lt;/p&gt;&#10;&lt;p&gt;An if I try manually the URL (eg. fabrice.tersus.com/Backgammon/) I get a 404 error (eg. HTTP Status 404 - /Backgammon/).&lt;/p&gt;&#10;&lt;p&gt;What am I missing?&lt;/p&gt;&#10;&lt;p&gt;&lt;/p&gt;</description>
		</item>
		<item>
			<title>i have a problem with displaying the URL in the dialog of the Mobiile section?! the Header doesn&apos;t appear?! (urgenttt)</title>
			<link>http://www.tersus.com/#Id=7214</link>
			<pubDate>Thu, 09 May 2013 02:33:20 -0700</pubDate>
		</item>
		<item>
			<title>what can i do to put a background image for a button?! (urgent)</title>
			<link>http://www.tersus.com/#Id=7213</link>
			<pubDate>Thu, 09 May 2013 02:29:57 -0700</pubDate>
		</item>
		<item>
			<title>displaying the url</title>
			<link>http://www.tersus.com/#Id=7208</link>
			<pubDate>Wed, 08 May 2013 06:20:23 -0700</pubDate>
			<description>&lt;p&gt;how to display the url in a dialog?! i have a problem with this&lt;/p&gt;</description>
		</item>
		<item>
			<title>Deployment Query</title>
			<link>http://www.tersus.com/#Id=7207</link>
			<pubDate>Wed, 08 May 2013 02:15:18 -0700</pubDate>
			<description>&lt;p&gt;Hiya,&lt;/p&gt;&#10;&lt;p&gt;I am wondering what the preferred deployment method is for Tersus users.&lt;/p&gt;&#10;&lt;p&gt;I like the possibility of managing the applications on the server, but this requires the full Tersus Studio installation, including Eclipse: Has anyone looked into the potential security issues with this scenario?&lt;/p&gt;&#10;&lt;p&gt;If Tersus Studio could deploy directly to the server, without having to go through the process of copying the application over and creating the Application Context File, that would be great, as that would ease not only security considerations but also the need to have the entire environment running on the server and using up resources.&lt;/p&gt;&#10;&lt;p&gt;Inasmuch as you have created Tersus Studio, would Tersus consider creating a Server deployment package that included a base configuration (that included the JRE, JavaMail, JAI, Tomcat, HSQLDB, Driver and Tersus Server as known and working versions)?&lt;/p&gt;&#10;&lt;p&gt;I think ideally, the possibility of using Tersus Studio to remotely update/manage/etc the applications would be an ideal solution.&lt;/p&gt;&#10;&lt;p&gt;Are people mainly deploying in-house?&lt;/p&gt;&#10;&lt;p&gt;Cheers,&lt;/p&gt;&#10;&lt;p&gt;Luis.&lt;/p&gt;&#10;&lt;p&gt;&lt;/p&gt;</description>
		</item>
		<item>
			<title>Show and Hidden Buttons</title>
			<link>http://www.tersus.com/#Id=7205</link>
			<pubDate>Tue, 07 May 2013 20:55:35 -0700</pubDate>
			<description>&lt;p&gt;Hi&lt;/p&gt;&#10;&lt;p&gt;I want to get out a function taht can show or hide buttons, at first only 1 picture shows and when clicked this picture, the picture is hidden and 2nd picture apear and 3 buttons visible, then if click 2nd picture, all others are hidden and 1st picture apears.&amp;nbsp;&lt;/p&gt;&#10;&lt;p&gt;I tested but failed, can you advise for me, thanks.&lt;a href=&quot;File/Attachments?Id=1799&quot;&gt;&lt;img src=&quot;images/attachment.gif&quot; class=&quot;attachment&quot; /&gt;Test.tersus&lt;/a&gt;&amp;nbsp;is my application model.&amp;nbsp;&lt;/p&gt;</description>
		</item>
	</channel>
</rss>
