<?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 Posts</title>
<link>http://terrainformatica.com/forums/</link>
<description>Terra Informatica Forums &#187; Recent Posts</description>
<language>en</language>
<pubDate>Thu, 17 May 2012 15:35:19 +0000</pubDate>

<item>
<title>andrew on "last Sciter2 SDK issues"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2376#post-9395</link>
<pubDate>Wed, 16 May 2012 20:50:48 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9395@http://terrainformatica.com/forums/</guid>
<description><p>Thanks, confirmed and fixed here already. Will appear in the next build.
</p></description>
</item>
<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>andrew on "Sciter applicable as a modal dialog?"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2368#post-9384</link>
<pubDate>Sat, 12 May 2012 20:22:40 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9384@http://terrainformatica.com/forums/</guid>
<description><p>Sciter creates engine instance when SciterProcND receives *either* WM_INITDIALOG or WM_CREATE.</p>
<p>BTW: why not to use view.msgbox() from script for that?
</p></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>andrew on "AxHTMLayout double-byte input problem"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2341#post-9382</link>
<pubDate>Sat, 12 May 2012 11:10:52 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9382@http://terrainformatica.com/forums/</guid>
<description><p>Do you see IME windows while typing in that field?  </p>
<p>Unfortunately I do not have VB6 on my machines here to try.
</p></description>
</item>
<item>
<title>vincent on "windows ce sh4 version"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2363#post-9381</link>
<pubDate>Sat, 12 May 2012 05:04:03 +0000</pubDate>
<dc:creator>vincent</dc:creator>
<guid isPermaLink="false">9381@http://terrainformatica.com/forums/</guid>
<description><p>Thank you very much
</p></description>
</item>
<item>
<title>andrew on "windows ce sh4 version"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2363#post-9379</link>
<pubDate>Fri, 11 May 2012 23:47:06 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9379@http://terrainformatica.com/forums/</guid>
<description><p>Try this:<br />
<a href="http://www.terrainformatica.com/htmlayout/htmlayout_standardsdk_500%20(sh4).rar" rel="nofollow">http://www.terrainformatica.com/htmlayout/htmlayout_standardsdk_500%20(sh4).rar</a><br />
that is the only build I can do without target SDK.
</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>kagachiu on "AxHTMLayout double-byte input problem"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2341#post-9364</link>
<pubDate>Mon, 07 May 2012 23:45:55 +0000</pubDate>
<dc:creator>kagachiu</dc:creator>
<guid isPermaLink="false">9364@http://terrainformatica.com/forums/</guid>
<description><p>I capture 2 image to explain this<br />
In using the same html_samples\forms\basiccontrols.htm<br />
When I typing in double-byte characters instead of Standard ASCII word</p>
<p>Text output will just fine in win32.exe<br />
<a href="http://imgur.com/CBGql" rel="nofollow">http://imgur.com/CBGql</a></p>
<p>but will have 2 extra random ascii word after each chinese word in AxHTMLayout<br />
<a href="http://imgur.com/L93yS" rel="nofollow">http://imgur.com/L93yS</a></p>
<p>Thank you!
</p></description>
</item>
<item>
<title>andrew on "AxHTMLayout double-byte input problem"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2341#post-9363</link>
<pubDate>Mon, 07 May 2012 23:19:52 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9363@http://terrainformatica.com/forums/</guid>
<description><p>It is not clear what do you mean here "correct word with 2 extra random byte after it"</p>
<p>AxHTMLayout uses BSTRs that are just sequences of 16 bit code units (unsigned short) -  UTF-16 encoded unicode text. So term "byte" is not clear in your message.
</p></description>
</item>
<item>
<title>zxzvo on "HTMLayout richtext editor"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2176#post-9361</link>
<pubDate>Mon, 07 May 2012 04:27:12 +0000</pubDate>
<dc:creator>zxzvo</dc:creator>
<guid isPermaLink="false">9361@http://terrainformatica.com/forums/</guid>
<description><p>Any progress on fixing the issues of richedit control?
</p></description>
</item>
<item>
<title>Redserpent7 on "Windows 8 and href"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2355#post-9360</link>
<pubDate>Mon, 07 May 2012 00:32:25 +0000</pubDate>
<dc:creator>Redserpent7</dc:creator>
<guid isPermaLink="false">9360@http://terrainformatica.com/forums/</guid>
<description><p>Thanks Andrew, there was an obsolete piese of code that was still being called and it does use ShellExecute to run the href URL. I completely forgot about that since it has been written years ago.</p>
<p>Thanks for the reply..
</p></description>
</item>
<item>
<title>andrew on "Windows 8 and href"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2355#post-9358</link>
<pubDate>Sun, 06 May 2012 17:37:25 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9358@http://terrainformatica.com/forums/</guid>
<description><p>Internally the engine is not passing hyperlink event to the system.</p>
<p>I am pretty sure that this is made inside code of your application while handling either HYPERLINK_CLICK DOM event or in WM_BEHAVIOR_NOTIFY/HLN_HYPERLINK notification.</p>
<p>Check your code for calls of ShellExecute. Seems like you are passing URL to that function and it produces that warning.
</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-9350</link>
<pubDate>Fri, 04 May 2012 10:31:39 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9350@http://terrainformatica.com/forums/</guid>
<description><p>but it doesnt work =(  in Sciter2
</p></description>
</item>
<item>
<title>andrew on "how to make a element focusable?"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2317#post-9349</link>
<pubDate>Thu, 03 May 2012 21:33:37 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9349@http://terrainformatica.com/forums/</guid>
<description><p>selectAll has additional boolean parameter:<br />
<pre><code>ed.selectAll(true); // do select all.
var canSelectAll = ed.selectAll(false);</code></pre></description>
</item>
<item>
<title>midiway on "how to make a element focusable?"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2317#post-9344</link>
<pubDate>Thu, 03 May 2012 11:57:53 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9344@http://terrainformatica.com/forums/</guid>
<description><p>Ops, I posted in the wrong forum, it should be in the Sciter area</p>
<p>In Sciter, you dont use xcall() right?<br />
I suppose <code>ed.selectAll()</code> is the alternative in Sciter, but I tested and it does nothing in Sciter2.</p>
<p>I am calling it, the engine recognizes the method since it does not throws an exception, but it is not selecting the input text-content
</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>midiway on "Sciter2 Graphics.Path"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2337#post-9327</link>
<pubDate>Mon, 30 Apr 2012 10:42:49 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9327@http://terrainformatica.com/forums/</guid>
<description><p>well, it is just one of those situation where it is more logical to clone the path than to draw it again (which is much more performance extensive than cloning)</p>
<pre><code>var lPathHat = function(path) {
	path.moveTo(0, ns_fx.ARC_RADIUS, true);
	path.arcTo(ns_fx.ARC_RADIUS, 0, 0, ns_fx.ARC_RADIUS, ns_fx.ARC_RADIUS, false, true);
	path.lineTo(rcSubTab.w-ns_fx.ARC_RADIUS, 0);
	path.arcTo(rcSubTab.w, ns_fx.ARC_RADIUS, 0, ns_fx.ARC_RADIUS, ns_fx.ARC_RADIUS, false, true);
};

var path_top = new Graphics.Path();
lPathHat(path_top);
path_top.lineTo(rcSubTab.w, rcSubTab.h/2+0.5);
path_top.lineTo(-rcSubTab.w, 0, true);
path_top.close();

var path_full = new Graphics.Path();
lPathHat(path_full);
path_full.lineTo(rcSubTab.w, rcSubTab.h-ns_fx.ARC_RADIUS);
path_full.arcTo(rcSubTab.w-ns_fx.ARC_RADIUS, rcSubTab.h, 0, ns_fx.ARC_RADIUS, ns_fx.ARC_RADIUS, false, true);
path_full.lineTo(ns_fx.ARC_RADIUS, rcSubTab.h);
path_full.arcTo(0, rcSubTab.h-ns_fx.ARC_RADIUS, 0, ns_fx.ARC_RADIUS, ns_fx.ARC_RADIUS, false, true);
path_full.close();</code></pre>
<p>see, I am calling the <code>lPathHat</code> lambda 2x times when I could just clone the path
</p></description>
</item>
<item>
<title>andrew on "Sciter2 Graphics.Path"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2337#post-9326</link>
<pubDate>Mon, 30 Apr 2012 09:07:15 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9326@http://terrainformatica.com/forums/</guid>
<description><p>As of cloning <code>Graphics.Path</code> ...</p>
<p>There is no such method at the moment. </p>
<p>Could you explain why do you need to clone the path?
</p></description>
</item>
<item>
<title>andrew on "Sciter2 Graphics.Path"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2337#post-9325</link>
<pubDate>Mon, 30 Apr 2012 08:49:16 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9325@http://terrainformatica.com/forums/</guid>
<description><p>These are remnants from S1.</p>
<p>drawPath() uses lineColor/line***Gradients to draw the outline and fillColor/fill***Gradient to fill the path.</p>
<p>If you don't need one of those use <code>Graphics.noLine()</code> or <code>Graphics.noFill()</code>
</p></description>
</item>
<item>
<title>andrew on "Sciter2 DLL does not exports TIScriptAPI()"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2339#post-9324</link>
<pubDate>Mon, 30 Apr 2012 08:45:08 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9324@http://terrainformatica.com/forums/</guid>
<description><p>Next build will have this function exported.
</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>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>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>andrew on "how to make a element focusable?"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2317#post-9297</link>
<pubDate>Mon, 23 Apr 2012 18:55:33 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9297@http://terrainformatica.com/forums/</guid>
<description><p>#1 I've fixed WM_KILLFOCUS handling, will publish build soon.</p>
<p>#2<br />
<pre><code>var ed = ...
 ed.state.focus = true;
 ed.xcall(#selectAll,true);</code></pre>
<p>Do it through xcall because selectAll is a method of Element class.</p>
<p>#3 single line editor does not handle VK_RETURN so KEY_DOWN&#124;VK_RETURN is propagated<br />
further not handled.
</p></description>
</item>
<item>
<title>midiway on "how to make a element focusable?"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2317#post-9295</link>
<pubDate>Mon, 23 Apr 2012 10:57:36 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9295@http://terrainformatica.com/forums/</guid>
<description><p>#3 - just for curiosity, does the 'edit' behavior (single line) generates any kind of synthetic event when the user presses ENTER key while it has focus?
</p></description>
</item>
<item>
<title>midiway on "how to make a element focusable?"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2317#post-9293</link>
<pubDate>Sun, 22 Apr 2012 20:23:21 +0000</pubDate>
<dc:creator>midiway</dc:creator>
<guid isPermaLink="false">9293@http://terrainformatica.com/forums/</guid>
<description><p>OK, I made this question because I was working around this bug in Sciter2:</p>
<p>#1 - It is not handling WM_KILLFOCUS, so if the focus is in an &#60;input type="text" /&#62;, and I move the focus to another HWND, the caret still blinks. So I had to manually kill the focus in Sciter by handling WM_KILLFOCUS and calling this TIScript function:</p>
<pre><code>function Extern_KillFocus()
{
  view.focus = undefined;
}</code></pre>
<p>#2 - another question, if I have this text element <code>&#60;input type=&#34;text&#34; #myInput /&#62;</code>, how to select all the text-value in the input? I tried doing the following, calling <a href="http://www.terrainformatica.com/wiki/h-smile/built-in-behaviors/edit">selectAll() from the 'edit' behavior</a>, but it does nothing:</p>
<p><code>self#myInput.selectAll(true);</code></p>
<p>finally, will selectAll() steal the focus?
</p></description>
</item>
<item>
<title>andrew on "how to make a element focusable?"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2317#post-9292</link>
<pubDate>Sun, 22 Apr 2012 20:03:02 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9292@http://terrainformatica.com/forums/</guid>
<description><p>To make element focusable do either one of these:</p>
<p>1. Declare tabindex=0...N on it or,<br />
2. in tiscript declare onFocus handler either on element itself or in behavior attached to it, or<br />
3. in CSS declare <code>focus-on!: ;</code> on it.
</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>andrew on "Sciter2 scripting - Graphics linear gradient with multiple colors stop"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2314#post-9290</link>
<pubDate>Sun, 22 Apr 2012 10:00:27 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9290@http://terrainformatica.com/forums/</guid>
<description><p>I'll add support of multi-color gradients to Graphics.<br />
sciter-x-graphin.h will also be supported and it will use Direct2D underneath.
</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>andrew on "redone ColorChooser / popup bug"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2293#post-9272</link>
<pubDate>Tue, 17 Apr 2012 09:38:25 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9272@http://terrainformatica.com/forums/</guid>
<description><p>Oh, thanks. Fixed here, will make a build soon.
</p></description>
</item>
<item>
<title>andrew on "Help on HTMLayout ActiveX"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2277#post-9268</link>
<pubDate>Mon, 16 Apr 2012 18:52:31 +0000</pubDate>
<dc:creator>andrew</dc:creator>
<guid isPermaLink="false">9268@http://terrainformatica.com/forums/</guid>
<description><p>There are sources of AxHTMLayout.dll in the SDK. You can compile them with debug info and it will give you location where it crashes. </p>
<p>Note that AxHTMLayout is just an example of how ActiveX wrapper can be made. Fill free to change/fix it in the way you want.
</p></description>
</item>
<item>
<title>ThePLERKS on "Help on HTMLayout ActiveX"</title>
<link>http://terrainformatica.com/forums/topic.php?id=2277#post-9258</link>
<pubDate>Mon, 16 Apr 2012 01:13:27 +0000</pubDate>
<dc:creator>ThePLERKS</dc:creator>
<guid isPermaLink="false">9258@http://terrainformatica.com/forums/</guid>
<description><p>Dear Andrew </p>
<p>Hi, I was proceeding with my application, I was using the Method SelectAll in the AxHTMLayout.dll. Querying the <em>Count</em> property (ex. This.OleControl.Root.SelectAll("li").Count), The application crashes giving Fatal Exception Error.</p>
<p>Please Help<br />
Thanks</p>
<p>ThePLERKS
</p></description>
</item>

</channel>
</rss>

