<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Terra Informatica Forums &#187; Recent Topics</title>
<link>http://terrainformatica.com/forums/</link>
<description>Terra Informatica Forums &#187; Recent Topics</description>
<language>en</language>
<pubDate>Thu, 17 May 2012 15:34:53 +0000</pubDate>

<item>
<title>midiway on "last Sciter2 SDK issues"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2376#post-9393</link>
<pubDate>Tue, 15 May 2012 22:41:15 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9393@http://terrainformatica.com/forums/</guid>
<description><p>hi andrew</p>
<p>In Sciter2 you can create a snapshot image of a given DOM element with this: <code>var snapshot = new Image(w, h, my_element);</code></p>
<p>#1 - as I noted, it will make a copy of the DOM element and resize it to the given width and height parameters right?</p>
<p>#2 - if you run the following test, you will note that the created Image is cutting some pixels, from the right and bottom, of the expected snapshot (there shouldn't be a white line between the clones):</p>
<pre><code>&#60;html&#62;
&#60;head&#62;
  &#60;style&#62;
	#source
	{
		size: 150px;
		background-color: blue;
		border-radius: 10px;
	}

	#clone1
	{
		size: 150px;
		background: url(dyn:source-img);
	}

	#clone2
	{
		size: 150px;
		background: url(dyn:source-img);
	}
  &#60;/style&#62;

  &#60;script type=&#34;text/tiscript&#34;&#62;
	self.post( function() {
		var (w,h) = self#source.box(#dimension);
		var img = new Image(w, h, self#source);

		self.bindImage(&#34;dyn:source-img&#34;, img);
	});
  &#60;/script&#62;
&#60;/head&#62;

&#60;body&#62;
	&#60;div #source /&#62;
	&#60;div #clone1 /&#62;
	&#60;div #clone2 /&#62;
&#60;/body&#62;
&#60;/html&#62;</code></pre></description>
</item>
<item>
<title>midiway on "Sciter applicable as a modal dialog?"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2368#post-9383</link>
<pubDate>Sat, 12 May 2012 16:26:28 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9383@http://terrainformatica.com/forums/</guid>
<description><p>My application will have a modal dialog box as the about/credits area, that is, a HWND created with DialogBox() win32 function.</p>
<p>I want it to be entirely Sciter2 based, but now I am stuck because I had always create Sciter windows with CreateWindowEx passing the Sciter class string.</p>
<p>My workaround will be creating the modal dialog and passing every message from my DlgProc to SciterProcND() function.</p>
<p>Sicter2 is supposed to receive a WM_CREATE message to start the engine right? can it be replaced by a WM_INITDIALOG message?
</p></description>
</item>
<item>
<title>kagachiu on "AxHTMLayout double-byte input problem"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2341#post-9328</link>
<pubDate>Tue, 01 May 2012 16:11:53 +0000</pubDate>
<dc:creator>kagachiu</dc:creator>
<guid isPermaLink="false">9328@http://terrainformatica.com/forums/</guid>
<description><p>Hi!</p>
<p>In using AxHTMLayout VB example<br />
I found that All text field with double-byte characters input method (for example: Chinese characters) will output a correct word with 2 extra random byte after it.<br />
But everything will just fine if using Copy'n Paste method only.<br />
Also this will not happen in SDK include example mfc_browse.exe, win32.exe or browse.exe.<br />
So, I believed that there is something wrong in AxHTMLayout.dll with double-byte IME<br />
Unfortunately, I am not familiar with C++! So, can you give me a hint how to fix this?<br />
I already using the newest AxHTMLayout.dll and htmlayout.dll</p>
<p>Please excuse my poor english and thank you in advance!
</p></description>
</item>
<item>
<title>vincent on "windows ce sh4 version"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2363#post-9374</link>
<pubDate>Fri, 11 May 2012 00:49:26 +0000</pubDate>
<dc:creator>vincent</dc:creator>
<guid isPermaLink="false">9374@http://terrainformatica.com/forums/</guid>
<description><p>Is there a window ce sh4 version? I very much need, thank you
</p></description>
</item>
<item>
<title>zxzvo on "HTMLayout richtext editor"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2176#post-9039</link>
<pubDate>Fri, 03 Feb 2012 01:01:23 +0000</pubDate>
<dc:creator>zxzvo</dc:creator>
<guid isPermaLink="false">9039@http://terrainformatica.com/forums/</guid>
<description><p>These days I am quite busy in incorporating in a application a simple, yet powerful HTML editor based on htmlayout richeditor.<br />
I have following remarks/questions.</p>
<p>1. Occasional AV on pasting in browse exe, for instance HTMLayout page (<a href="http://www.terrainformatica.com/htmlayout/main.whtm" rel="nofollow">http://www.terrainformatica.com/htmlayout/main.whtm</a>) copied in clipboard from Chrome, hanged the application. Some other AV were triggered by some accidental select-and-drag operation in the widget.</p>
<p>2. Horizontal bar is not updated as expected. To see, replace in your richtext editor sample, the initial contents of the richtext </p>
<p>&#60;p&#62;Hello world!&#60;/p&#62; </p>
<p>with something like</p>
<p>&#60;table border="1" width="1000"&#62;&#60;tr&#62;&#60;td&#62;Hello World!&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;</p>
<p>The expected overflow behavior, either scroll or auto does not calculate the area as 1000 as I expect or as HTMLayout does.</p>
<p>3. Rulers are for information only purposes? The resize arrows do not update in any way the referenced contents. Or rulers are just for information and selection purposes? In this case the cursor is more appropriate to be settled to default.</p>
<p>4. Are they any possibilities in changing rulers colors? or richtext widget default large margin? With other words, do I have access to any dom component of the widget?</p>
<p>5. About the stack list of the current objects. Can I setup the bar to select the elements? Are they any possibilities in exploring the current objects and settle extra attributes? As the inserted table showed above, can I set the width by style or by changing width attribute? For me would be great to be (programatically) able to change the attribute of the last element from the stack, except when multi selection makes no sense in applying it. Idea is to be able to set, for instance, the width and height of an inserted image, the table columns/rows, to add extra attributes, etc.</p>
<p>thank you
</p></description>
</item>
<item>
<title>Redserpent7 on "Windows 8 and href"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2355#post-9355</link>
<pubDate>Sun, 06 May 2012 00:42:34 +0000</pubDate>
<dc:creator>Redserpent7</dc:creator>
<guid isPermaLink="false">9355@http://terrainformatica.com/forums/</guid>
<description><p>Hi</p>
<p>I am testing my software on windows 8 to see if there are any problems. I know the RC is yet to come out but on the Customer Preview version I am facing a problem with &#60;a&#62; tags and internal href. </p>
<p>for example I have this link in one of my pages:</p>
<p>&#60;a id="DOSTART" href="MYCOMMAND:GOTOPAGE:START"&#62;START&#60;/a&#62;</p>
<p>it seems that in windows 8 MS has done something that tries to control all links clicked in a any software, probably to handle METRO apps. </p>
<p>Every time I click on the link above windows prompt me with a message stating "No apps are installed to open this type of link (mycommand)" </p>
<p>I never had a problem in previous versions of windows as I've been using the same method for years.</p>
<p>Is this a known issue that will be fixed soon? or is there a way to get around it using current builds of htmlayout?</p>
<p>Regards
</p></description>
</item>
<item>
<title>midiway on "how to make a element focusable?"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2317#post-9291</link>
<pubDate>Sun, 22 Apr 2012 17:08:06 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9291@http://terrainformatica.com/forums/</guid>
<description><p>as the title says, I want a given element to participate in the focus handling mechanism, so when I press TAB it get the focus</p>
<p>also, as I am working with a DIV element, it needs to know when it get the focus, so this CSS rule must be applied:<br />
<pre><code>div#myFocusWidget:focus
{
}</code></pre>
<p>and also its internal FOCUS state must be set:<br />
<pre><code>assert(self#myFocusWidget.states.focus == true)</code></pre>
<p>BTW, I can imagine how tricky is focus handling, you know, just see how Windows must cheat with IsDialogMessage()
</p></description>
</item>
<item>
<title>midiway on "Sciter2 Graphics.Path"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2337#post-9319</link>
<pubDate>Sat, 28 Apr 2012 12:55:18 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9319@http://terrainformatica.com/forums/</guid>
<description><p>How to clone a given Graphics.Path instance?</p>
<p>What is the purpose of <code>Graphics.FILL_ONLY, Graphics.STROKE_ONLY, Graphics.STROKE_AND_FILL and Graphics.FILL_BY_LINE_COLOR</code> constants? drawPath() has no parameters for those flags and Graphics class has no property for it.
</p></description>
</item>
<item>
<title>midiway on "Sciter2 DLL does not exports TIScriptAPI()"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2339#post-9321</link>
<pubDate>Sat, 28 Apr 2012 21:37:21 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9321@http://terrainformatica.com/forums/</guid>
<description><p>TIScript has the TIScriptAPI() exported function which exposes its entire native functionality</p>
<p>I am using some of the TIScriptAPI functions, but my linker says:<br />
<code>error LNK2019: unresolved external symbol __imp__TIScriptAPI@0</code></p>
<p>Well, my applicatio is using Sciter2, and Sciter2 is linked against TIScript source code right? so it should be exporting it..</p>
<p>I checked with Dependency Walker, and Sciter2 DLL really is not exporting it. However, Sciter1 DLL has this export.
</p></description>
</item>
<item>
<title>heiko07 on "Reducing size of htmlayout dll"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2331#post-9312</link>
<pubDate>Thu, 26 Apr 2012 06:24:17 +0000</pubDate>
<dc:creator>heiko07</dc:creator>
<guid isPermaLink="false">9312@http://terrainformatica.com/forums/</guid>
<description><p>Hi Andrew</p>
<p>Any tips/pointers on how to reduce size of htmlayout.dll ?</p>
<p>I switched off <code>SVG_SUPPORT, JPG_SUPPORT, BMP_SUPPORT, ACCESSIBLE, RICHTEXT, PRINTEX_SUPPORT</code></p>
<p>Got final htmlayout.dll to 650kb (with UPX Ultra-Brute)</p>
<p>Are there any other features that I could possibly switch off, if not used.<br />
Other defines, or functional/modular components that I might not need.</p>
<p>(Building with Visual Studio 2010, Htmlayout version 3.3.3.8)</p>
<p>tnx,<br />
Heiko
</p></description>
</item>
<item>
<title>midiway on "Sciter2 scripting - Graphics linear gradient with multiple colors stop"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2314#post-9286</link>
<pubDate>Sat, 21 Apr 2012 17:36:50 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9286@http://terrainformatica.com/forums/</guid>
<description><p>andrew</p>
<p>As of the last preview version of Sciter2, in script, you can specify a linear gradients (for fill and line) with only 2 colors, that is, the starting and ending color</p>
<p>I think in Sciter1 you could make a gradient with multiple colors using the native 'sciter-x-graphin.h' API, but not through scripting.</p>
<p>I would be fine if I could also do it in Sciter2, with a native interface. Or better, make it possible through scripting by having overloaded forms for Graphics.fillLinearGradient() and Graphics.lineLinearGradient(), or with different names</p>
<p>I am not sure why you removed the 'sciter-x-graphin.h' API from Sciter2. I guess that Sciter2 is now entirely based on Direct2D, so you dropped the AntiGrain library cause it is not hardware accelerated.
</p></description>
</item>
<item>
<title>midiway on "redone ColorChooser / popup bug"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2293#post-9257</link>
<pubDate>Sun, 15 Apr 2012 21:01:04 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9257@http://terrainformatica.com/forums/</guid>
<description><p>Hi andrew,</p>
<p>I reimplemented the color-chooser (the behavior-based input found on Sciter1 and HTMLLayout) for Sciter2 cause it wasnt really working. So you might want to get it here: <a href="http://dl.dropbox.com/u/1515790/ColorChooser.zip" rel="nofollow">http://dl.dropbox.com/u/1515790/ColorChooser.zip</a></p>
<p>However theres still a bug happening with Sciter2 popups:<br />
-run the test in sciter.exe<br />
-shrink the main window to make it very small with only the input button fitting on it<br />
-now click the input and note that some squares are not visible, however if you click on the spots where they are supposed to be, it still changes the color
</p></description>
</item>
<item>
<title>ThePLERKS on "Help on HTMLayout ActiveX"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2277#post-9231</link>
<pubDate>Sun, 08 Apr 2012 10:00:59 +0000</pubDate>
<dc:creator>ThePLERKS</dc:creator>
<guid isPermaLink="false">9231@http://terrainformatica.com/forums/</guid>
<description><p>Hello,</p>
<p>I'm ThePLERKS i'm newbie. I'am using a HTMLayout with an ActiveX Control (OCX) on a Visual Foxpro 9. I'am able to view the HTMLayout samples but I don't know how to fetch the data on a certain control. for example the h-sliding-bar.html, how do i get the properties on an element,so i would know if one of the <code>&#60;li&#62;</code> tags are expanded.<br />
I tried putting codes on the Click Event. It didn't work plus it doesn't return to my form. Here's my code on the Click Event. (&#38;&#38;- Comments)<br />
<pre><code>LOCAL i as Integer, obj as Object
obj = This.Document.All
FOR i = 0 TO obj.Count -1
 IF alltrim(UPPER( obj.Item(i).TagName ))$&#34;LIli&#34; THEN &#38;&#38; Checks for li tags
  IF This.Document.All.Item(i).GetElementState= 512 &#38;&#38; hlStateExpanded
   = messagebox(&#34;First Tag is Expanded&#34;)
  endif
  EXIT &#38;&#38; Just to Stop at the first li tag
 endif
next</code></pre>
<p>Please HELP<br />
Thank you<br />
The PLERKS
</p></description>
</item>
<item>
<title>nel50n on "Absolute positionning inside cell in a grid"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2288#post-9247</link>
<pubDate>Wed, 11 Apr 2012 09:09:39 +0000</pubDate>
<dc:creator>nel50n</dc:creator>
<guid isPermaLink="false">9247@http://terrainformatica.com/forums/</guid>
<description><p>Sorry if it's obvious for you, but how can I set an absolute position to a child of a cell (td) inside a "grid" ?</p>
<p>I should mention that the td is in a "grid" that scrolls, so if I set 'position: relative;' to this td style, I get weird results in row selection (rows at the end of the grid can't get 'current' state by mouse click).
</p></description>
</item>
<item>
<title>nel50n on "fisheye at bottom"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2249#post-9195</link>
<pubDate>Wed, 21 Mar 2012 09:44:14 +0000</pubDate>
<dc:creator>nel50n</dc:creator>
<guid isPermaLink="false">9195@http://terrainformatica.com/forums/</guid>
<description><p>Since one of the last updates, fisheye (behavior:magnifier) at the bottom don't work as before : items are magnified downwards where they was magnified upwards.</p>
<p>See HTMLayoutSDK\html_samples\fisheye\magnifier-left-bottom.htm in browser.exe</p>
<p>Is there a workaround ?
</p></description>
</item>
<item>
<title>stunguy on "Oracle/Informatica Certification"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2256#post-9207</link>
<pubDate>Tue, 27 Mar 2012 04:26:30 +0000</pubDate>
<dc:creator>stunguy</dc:creator>
<guid isPermaLink="false">9207@http://terrainformatica.com/forums/</guid>
<description><p>Hi all,</p>
<p>currently i am working as developer in Informatica technology.<br />
i would like to do certifications in my domain.<br />
but i have confusion in my next level of my career.</p>
<p>INFA/DBA--which one is better ?in all aspects-salary/scope/opportunities?</p>
<p>Pl help me for the same.
</p></description>
</item>
<item>
<title>midiway on "problem: handling MOUSE_CLICK on native behavior"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2255#post-9202</link>
<pubDate>Sun, 25 Mar 2012 20:41:27 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9202@http://terrainformatica.com/forums/</guid>
<description><p>This problem applies to your last Sciter 2 preview release</p>
<p>I have an instance of this C++ native class:<br />
<pre><code>class SciterEventHandler
  : public sciter::event_handler
{
  virtual bool handle_mouse(HELEMENT he, MOUSE_PARAMS&#38; params) override
  {
     if( params.cmd==MOUSE_CLICK )
     {
       // GOOOOD! received mouse click event
       // BUT it isn&#039;t working on Sciter 2
     }
  }
};</code></pre>
<p>And it is naturaly attached to a DOM button element listening to its mouse events.</p>
<p>In Sciter 1 the condition <code>params.cmd==MOUSE_CLICK</code> would eventually evaluate to true when the element was clicked, but in Sciter 2 I am not receiving this exactly value, but rather a combination of flags that I am not able to recognize.
</p></description>
</item>
<item>
<title>nel50n on "set_html() on tbody"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2248#post-9193</link>
<pubDate>Wed, 21 Mar 2012 03:44:45 +0000</pubDate>
<dc:creator>nel50n</dc:creator>
<guid isPermaLink="false">9193@http://terrainformatica.com/forums/</guid>
<description><p>Seems like <code>set_html()</code> (C++ API) doesn't have any effect on rendered HTML on a <code>tbody</code> element (nor on a <code>thead</code>).</p>
<p>I use a layout like this :<br />
<pre><code>&#60;body&#62;
  &#60;table&#62;
    &#60;thead&#62;&#60;/thead&#62;
    &#60;tbody&#62;&#60;/tbody&#62;
  &#60;/table&#62;
&#60;/body&#62;</code></pre>
<p>then I fill the <code>tbody</code> element via <code>set_html()</code> with an utf8 string containing <code>tr</code> and <code>td</code> tags. Nothing happen.</p>
<p>1. If I use the same utf8 string with <code>set_html()</code> on the <code>table</code> element, it works.<br />
2. If I load a layout already containing <code>tr</code> and <code>td</code> tags in the <code>tbody</code> element, it works.</p>
<p>Have I missed something, or... ?
</p></description>
</item>
<item>
<title>rlim on "Position: popup;"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2244#post-9177</link>
<pubDate>Sat, 17 Mar 2012 15:52:20 +0000</pubDate>
<dc:creator>rlim</dc:creator>
<guid isPermaLink="false">9177@http://terrainformatica.com/forums/</guid>
<description><p>Is there a way to position popup back to position absolute or position static?  I would like to use move and re-inject the elements back into the original containing element.  For instance, a &#60;div id=target&#62;&#60;img id=moved/&#62;&#60;/div&#62;, if I use the TIScript move on the '#moved' element.  Could I put the element back into target so that target treats it like a static element?
</p></description>
</item>
<item>
<title>nel50n on "how to update style section at runtime"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2247#post-9188</link>
<pubDate>Tue, 20 Mar 2012 10:19:04 +0000</pubDate>
<dc:creator>nel50n</dc:creator>
<guid isPermaLink="false">9188@http://terrainformatica.com/forums/</guid>
<description><p>Dear Andrew,</p>
<p>I need to update the content of some style tag at runtime without reloading the entire html source.</p>
<p>I can call <code>set_text()</code> on the 'style' element, but this do not update the rendered html, even if i call <code>update()</code> explicitely.</p>
<p>Is there a way to achieve that ?
</p></description>
</item>
<item>
<title>midiway on "2 problems"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2245#post-9182</link>
<pubDate>Sun, 18 Mar 2012 19:53:55 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9182@http://terrainformatica.com/forums/</guid>
<description><p>1. your last Sciter 2 tech-preview release has some problem with the value returned by ::SciterClassName(), the return should be an already created Window class name, but it seems not:<br />
<pre><code>C++ :
WNDCLASSEX clsdata;
PCTSTR clsname = ::SciterClassName();

HMODULE h1 = ::GetModuleHandle(nullptr);
HMODULE h2 = ::GetModuleHandle(L&#34;sciter32.dll&#34;);

BOOL r1 = ::GetClassInfoEx(h1, clsname, &#38;clsdata);
BOOL r2 = ::GetClassInfoEx(h2, clsname, &#38;clsdata);</code></pre>
<p>r1 and r2 will be equal to FALSE. I had it working in previous versions of the tech-preview</p>
<p>2. In Sciter 1 it was possible to have a child Sciter window, set its &#60;html&#62; node CSS background as 'transparent', and it would render transparently, showing the content of its parent window, but it doesnt seems to work in Sciter 2
</p></description>
</item>
<item>
<title>zmuder on "How can I do?"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2243#post-9175</link>
<pubDate>Sat, 17 Mar 2012 03:29:00 +0000</pubDate>
<dc:creator>zmuder</dc:creator>
<guid isPermaLink="false">9175@http://terrainformatica.com/forums/</guid>
<description><p>How can I implement this effect use HTMLAYOUT?<br />
<a href="http://club.injy.net/attachment/Mon_1203/73_1_5f21bbc19045992.gif?5" rel="nofollow">http://club.injy.net/attachment/Mon_1203/73_1_5f21bbc19045992.gif?5</a>
</p></description>
</item>
<item>
<title>Redserpent7 on "Handling WM_PASTE"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2232#post-9142</link>
<pubDate>Fri, 09 Mar 2012 02:17:18 +0000</pubDate>
<dc:creator>Redserpent7</dc:creator>
<guid isPermaLink="false">9142@http://terrainformatica.com/forums/</guid>
<description><p>Hi</p>
<p>Im using htmlayout to create a sort of an "enter a serial number" dialog where it consists of 5 different text edit boxes. I need to handle the windows paste message so I can redistribute the clipboard text into the edit boxes and not just paste the text into the box that has focus.</p>
<p>I am trying to handle the WM_PASTE message but it seems my dialog is not receiving the message and my guess is that HTMLayout is handling the message by it self. Is there a way to let htmlayout skip handling the message and pass it to its child dialog.</p>
<p>Regards
</p></description>
</item>
<item>
<title>joseph on "need help for input type file-path"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2237#post-9161</link>
<pubDate>Tue, 13 Mar 2012 05:26:22 +0000</pubDate>
<dc:creator>joseph</dc:creator>
<guid isPermaLink="false">9161@http://terrainformatica.com/forums/</guid>
<description><p>I useing this code to find the file-path the user choosed.<br />
but it don't work, can anyone help me?<br />
here is my code<br />
//**********************************************************<br />
element em = e.get_element_by_id("file_path");<br />
value v = em.get_value();<br />
cout&#60;&#60;v.to_string().c_str()&#60;&#60;endl;<br />
//***********************************************************<br />
it print like this "0114B0DC"<br />
can anyone give me some example to do this?<br />
thanks!
</p></description>
</item>
<item>
<title>zxzvo on "TR / ROWSPAN issues"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2189#post-9066</link>
<pubDate>Mon, 13 Feb 2012 07:16:34 +0000</pubDate>
<dc:creator>zxzvo</dc:creator>
<guid isPermaLink="false">9066@http://terrainformatica.com/forums/</guid>
<description><p>It seems that rowspan of a tables influences the print measurements.<br />
The htmlayout control does a good job, but htmprint gives unexpected results. (empty pages, wrong positioning next page, etc)</p>
<p>Also rowspans can break styling of the row. (I've noticed on background-color at least). </p>
<p>What styling-attributes are accepted by TR and propagated to TD?
</p></description>
</item>
<item>
<title>otto on "Button presses on custom control hangs application"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2234#post-9145</link>
<pubDate>Sun, 11 Mar 2012 04:24:18 +0000</pubDate>
<dc:creator>otto</dc:creator>
<guid isPermaLink="false">9145@http://terrainformatica.com/forums/</guid>
<description><p>Hello.</p>
<p>I'm integrating HtmLayout into MFC GUI app where we have some complex dialog based controls which we don't want to reimplement in html.<br />
So, i'm using custom HWND based control derived from MFC's CDialog in HtmLayout page. My window attached on HLN_CREATE_CONTROL notification and looks fine. Some elements, like tree views end edit fields, of my custom control works correct, but button presses hangs main window - it stops respond to any user inputs. I think there something wrong with windows messages routing, but can't find reason and seek for advice.
</p></description>
</item>
<item>
<title>midiway on "sciter2 expandable bg slowness"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2235#post-9147</link>
<pubDate>Sun, 11 Mar 2012 21:52:00 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9147@http://terrainformatica.com/forums/</guid>
<description><p>hi andrew, I see that Sciter2 is not ready yet, though I am very excited by following your preview releases, and so I might help reporting some bugs on things that I found that are supposed to be working</p>
<p>CSS expandable background are extremely slow, processor usage goes to 100% when rendering this simple example:</p>
<pre><code>&#60;html&#62;

&#60;head&#62;
	&#60;style&#62;
		body
		{
			margin: 0;
			background-image: url(start_glow.png);
			background-repeat: expand;
			background-position: 41px 41px 41px 41px;
		}
	&#60;/style&#62;
&#60;/head&#62;

&#60;body&#62;
&#60;/body&#62;

&#60;/html&#62;</code></pre>
<p>grab here (<a href="http://dl.dropbox.com/u/1515790/sample.zip" rel="nofollow">http://dl.dropbox.com/u/1515790/sample.zip</a>) a zip with the html + images
</p></description>
</item>
<item>
<title>ixia on "Adding items dynamically to a Tree"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2179#post-9044</link>
<pubDate>Sat, 04 Feb 2012 06:51:18 +0000</pubDate>
<dc:creator>ixia</dc:creator>
<guid isPermaLink="false">9044@http://terrainformatica.com/forums/</guid>
<description><p>I'm adding items (<code>option</code>s) dynamically to a tree.</p>
<pre><code>&#60;widget type=&#34;tree&#34; checkmarks=&#34;&#34;  treelines=&#34;&#34;&#62;
	&#60;option expanded=&#34;true&#34; &#62;Dir
		&#60;option &#62;SubDir1&#60;/option&#62;
		&#60;option &#62;SubDir2&#60;/option&#62;
		&#60;option &#62;SubDir3&#60;/option&#62;
	&#60;/option&#62;</code></pre>
<p>The problem is that, dynamically added options (via <code>htmlayout::dom::element::append</code>) are not shown. Only the root item is visible (without [+]). After some time if I dbl-click on the left of the checkbox (where the [+] should be), the [+] and sub-items are shown. But same story continues for sub-items...</p>
<p>If I let some options in the .html there are shown fine from beginning.<br />
If get html of the <code>widget</code> after adding options dynamically, save on drive and open in browse.exe works fine.</p>
<p>There is some kind of refresh that should be called after widget update ? I have tried .update but doesn't help.</p>
<p>thanks
</p></description>
</item>
<item>
<title>ixia on "elem.clone() and set_attribute()"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2133#post-8916</link>
<pubDate>Mon, 26 Dec 2011 04:35:54 +0000</pubDate>
<dc:creator>ixia</dc:creator>
<guid isPermaLink="false">8916@http://terrainformatica.com/forums/</guid>
<description><p>Hello, I am trying to copy an element, modify some sub-items and then add it to a table</p>
<p>The element has this structure<br />
<pre><code>&#60;tr&#62;
		&#60;td&#62;...&#60;/td&#62;
		&#60;td &#62;
			&#60;input type=&#34;checkbox&#34; ext=&#34;.ext&#34; /&#62;
		&#60;/td&#62;
		&#60;td&#62;...&#60;/td&#62;
	&#60;/tr&#62;</code></pre>
<p>I maintain a copy elem that is the source of all items</p>
<p><code>htmlayout::dom::element elem_copy = elem.clone();</code></p>
<p><code>elem_copy.child(0)</code><br />
	-&#62; <code>set_text()</code> works</p>
<p><code>elem_copy.child(1).child(0)</code><br />
	-&#62; <code>set_attribute(&#34;ext&#34;, szExt)</code> does not change the input (i'm testing this via <code>input.get_html();</code>)<br />
	-&#62; <code>set_state(STATE_CHECKED);</code> also fails to modify the state</p>
<p>any idea what I am doing wrong ?
</p></description>
</item>
<item>
<title>midiway on "Prototype behavior class and DOM element relationship"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2203#post-9099</link>
<pubDate>Tue, 21 Feb 2012 11:08:41 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9099@http://terrainformatica.com/forums/</guid>
<description><p>When you set the prototype trough CSS for a given selector for DOM elements, like:<br />
<pre><code>.slider
{
  prototype: &#34;MySlider&#34;;
}</code></pre>
<p>It is expectable that this behavior can possibly be applied to many element.<br />
Suppose that I want to design an image slider, you need to track what is the current image, so you would come with a behavior like this:<br />
<pre><code>class MySlider : Behavior
{
  var current_image;

  function onClick()
  {
    ..
    // inc to the next image
    this.current_image++;
    ...
  }
}</code></pre>
<p>If I have many sliders, each DOM instance need to keep associate data tracking what is its current image. I supposed that you could achieve that with Behaviors, but in my tests I couldn't verify this. For example when the onClick() method is called, the <code>this</code> keyword refers to an instance of the Element class (the DOM itself), and not an instance of MySlider class, so I dont have the MySlider state associated with the DOM element.</p>
<p>How could I workaround this relation between the DOM element and its state data that must resid in an instance of its behavior class 'MySlider'
</p></description>
</item>

</channel>
</rss>

