<?xml version="1.0" encoding="UTF-8"?>
<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><![CDATA[Antwise community forums - All Forums]]></title>
		<link>https://forums.antwise.com/</link>
		<description><![CDATA[Antwise community forums - https://forums.antwise.com]]></description>
		<pubDate>Fri, 26 Jun 2026 20:18:02 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[[VFP] - Blank form]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=250</link>
			<pubDate>Fri, 26 Jun 2026 15:40:20 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=412">cernik</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=250</guid>
			<description><![CDATA[I am testing the AntView control in Visual FoxPro 9. <br />
The object creates without OLE errors, but the control area remains completely blank even after navigating to a string.<br />
<br />
PUBLIC oForm<br />
oForm = CREATEOBJECT("Form")<br />
oForm.Width = 600<br />
oForm.Height = 400<br />
<br />
oForm.AddObject("lblTest", "Label")<br />
oForm.lblTest.Caption = "THIS TEXT IS COVERED BY THE BLANK BROWSER"<br />
oForm.lblTest.AutoSize = .T.<br />
oForm.lblTest.Visible = .T.<br />
<br />
oForm.AddObject("oBrowser", "OLEControl", "AntViewAx2.Antview")<br />
oForm.oBrowser.Width = 600<br />
oForm.oBrowser.Height = 400<br />
oForm.oBrowser.Visible = .T.<br />
<br />
oForm.oBrowser.NavigateToString("&lt;h1&gt;Test&lt;/h1&gt;")<br />
oForm.Show()<br />
<br />
Please note that my 30-day trial license has just expired.<br />
What I am doing wrong? <br />
Is the blank screen caused by the expired license, or is it a different issue?<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forums.antwise.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=72" target="_blank" title="">AntView.png</a> (Size: 30.35 KB / Downloads: 5)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[I am testing the AntView control in Visual FoxPro 9. <br />
The object creates without OLE errors, but the control area remains completely blank even after navigating to a string.<br />
<br />
PUBLIC oForm<br />
oForm = CREATEOBJECT("Form")<br />
oForm.Width = 600<br />
oForm.Height = 400<br />
<br />
oForm.AddObject("lblTest", "Label")<br />
oForm.lblTest.Caption = "THIS TEXT IS COVERED BY THE BLANK BROWSER"<br />
oForm.lblTest.AutoSize = .T.<br />
oForm.lblTest.Visible = .T.<br />
<br />
oForm.AddObject("oBrowser", "OLEControl", "AntViewAx2.Antview")<br />
oForm.oBrowser.Width = 600<br />
oForm.oBrowser.Height = 400<br />
oForm.oBrowser.Visible = .T.<br />
<br />
oForm.oBrowser.NavigateToString("&lt;h1&gt;Test&lt;/h1&gt;")<br />
oForm.Show()<br />
<br />
Please note that my 30-day trial license has just expired.<br />
What I am doing wrong? <br />
Is the blank screen caused by the expired license, or is it a different issue?<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forums.antwise.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=72" target="_blank" title="">AntView.png</a> (Size: 30.35 KB / Downloads: 5)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Strange behaviour Vimarun ?]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=249</link>
			<pubDate>Mon, 15 Jun 2026 18:14:39 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=225">Sontec</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=249</guid>
			<description><![CDATA[I installed Vimarun on a host that was initially running VMware Workstation Pro 15.5.6. Later, I replaced Workstation Pro with version 26H1.<br />
In both installations, the option <span style="font-weight: bold;" class="mycode_b">“Keep VMs running after Workstation closes”</span> was enabled.<br />
<br />
I added my VMware guest to Vimarun and tested both the <span style="font-weight: bold;" class="mycode_b">foreground</span> and <span style="font-weight: bold;" class="mycode_b">background</span> options.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">When using the “foreground” option:</span><ul class="mycode_list"><li>The guest VM starts automatically when the host is restarted.<br />
</li>
<li>After logging in to the host, VMware Workstation starts automatically and appears within about one minute.<br />
</li>
<li>According to VMware Workstation, the guest VM is running.<br />
</li>
<li>After logging off from the host user account, I lose the connection to the guest VM after about one minute.<br />
</li>
<li>When I log back in to the host, Vimarun shows the guest as <span style="font-weight: bold;" class="mycode_b">stopped</span> with a blue rectangle.<br />
</li>
<li>VMware Workstation also shows the VM status as <span style="font-weight: bold;" class="mycode_b">Powered off</span>.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b"><br />
When using the “background” option:</span><ul class="mycode_list"><li>The guest VM starts automatically when the host is restarted.<br />
</li>
<li>After logging in to the host, both Vimarun and VMware Workstation show the guest VM as running.<br />
</li>
<li>However, the VM cannot be accessed through VMware Workstation itself; the VM tab remains black.<br />
</li>
<li>After logging off from the host user account, the guest VM continues running.<br />
</li>
<li>The guest VM can still be accessed remotely, for example via TeamViewer.<br />
<br />
</li>
</ul>
The <span style="font-weight: bold;" class="mycode_b">“foreground”</span> option is the one I would normally prefer to use. <br />
However, if the guest VM is powered off whenever I sign out of the host user account, this does not seem to match what I expected from Vimarun.<br />
<br />
Using the <span style="font-weight: bold;" class="mycode_b">“background”</span> option feels almost the same as starting the guest with <span style="font-size: 1pt;" class="mycode_size"><span style="font-family: Monaco, Consolas, Courier, monospace;" class="mycode_font">vmrun </span></span>using the <span style="font-size: 1pt;" class="mycode_size"><span style="font-family: Monaco, Consolas, Courier, monospace;" class="mycode_font">nogui </span></span>option through a scheduled task.<br />
<br />
Am I doing something wrong, or is this expected behavior?]]></description>
			<content:encoded><![CDATA[I installed Vimarun on a host that was initially running VMware Workstation Pro 15.5.6. Later, I replaced Workstation Pro with version 26H1.<br />
In both installations, the option <span style="font-weight: bold;" class="mycode_b">“Keep VMs running after Workstation closes”</span> was enabled.<br />
<br />
I added my VMware guest to Vimarun and tested both the <span style="font-weight: bold;" class="mycode_b">foreground</span> and <span style="font-weight: bold;" class="mycode_b">background</span> options.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">When using the “foreground” option:</span><ul class="mycode_list"><li>The guest VM starts automatically when the host is restarted.<br />
</li>
<li>After logging in to the host, VMware Workstation starts automatically and appears within about one minute.<br />
</li>
<li>According to VMware Workstation, the guest VM is running.<br />
</li>
<li>After logging off from the host user account, I lose the connection to the guest VM after about one minute.<br />
</li>
<li>When I log back in to the host, Vimarun shows the guest as <span style="font-weight: bold;" class="mycode_b">stopped</span> with a blue rectangle.<br />
</li>
<li>VMware Workstation also shows the VM status as <span style="font-weight: bold;" class="mycode_b">Powered off</span>.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b"><br />
When using the “background” option:</span><ul class="mycode_list"><li>The guest VM starts automatically when the host is restarted.<br />
</li>
<li>After logging in to the host, both Vimarun and VMware Workstation show the guest VM as running.<br />
</li>
<li>However, the VM cannot be accessed through VMware Workstation itself; the VM tab remains black.<br />
</li>
<li>After logging off from the host user account, the guest VM continues running.<br />
</li>
<li>The guest VM can still be accessed remotely, for example via TeamViewer.<br />
<br />
</li>
</ul>
The <span style="font-weight: bold;" class="mycode_b">“foreground”</span> option is the one I would normally prefer to use. <br />
However, if the guest VM is powered off whenever I sign out of the host user account, this does not seem to match what I expected from Vimarun.<br />
<br />
Using the <span style="font-weight: bold;" class="mycode_b">“background”</span> option feels almost the same as starting the guest with <span style="font-size: 1pt;" class="mycode_size"><span style="font-family: Monaco, Consolas, Courier, monospace;" class="mycode_font">vmrun </span></span>using the <span style="font-size: 1pt;" class="mycode_size"><span style="font-family: Monaco, Consolas, Courier, monospace;" class="mycode_font">nogui </span></span>option through a scheduled task.<br />
<br />
Am I doing something wrong, or is this expected behavior?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Vimarun and RDP/Terminal Server ?]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=248</link>
			<pubDate>Sun, 14 Jun 2026 02:36:04 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=225">Sontec</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=248</guid>
			<description><![CDATA[Hi Wil,<br />
I have an RDP/Terminal Server running on VMware Workstation Pro. <br />
I’m considering using Vimarun to automatically start the server when the host restarts.<br />
<br />
From what I’ve read about Vimarun, I understand that when I log on to the host,<br />
my VM guest (the Terminal Server) may be temporarily suspended and then resumed again.<br />
<br />
I have a few questions:<br />
<ol type="1" class="mycode_list"><li>Will the VM also be suspended and resumed again when I log out of the host?<br />
</li>
<li>If other users log in to the host, could that affect my running VMs in any way?<br />
</li>
<li>Could the suspend/resume action mentioned above cause issues for active Terminal Server user sessions?<br />
</li>
</ol>
]]></description>
			<content:encoded><![CDATA[Hi Wil,<br />
I have an RDP/Terminal Server running on VMware Workstation Pro. <br />
I’m considering using Vimarun to automatically start the server when the host restarts.<br />
<br />
From what I’ve read about Vimarun, I understand that when I log on to the host,<br />
my VM guest (the Terminal Server) may be temporarily suspended and then resumed again.<br />
<br />
I have a few questions:<br />
<ol type="1" class="mycode_list"><li>Will the VM also be suspended and resumed again when I log out of the host?<br />
</li>
<li>If other users log in to the host, could that affect my running VMs in any way?<br />
</li>
<li>Could the suspend/resume action mentioned above cause issues for active Terminal Server user sessions?<br />
</li>
</ol>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Vimalin for Windows 2.6.645 update]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=247</link>
			<pubDate>Thu, 04 Jun 2026 12:41:13 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=2">wila</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=247</guid>
			<description><![CDATA[Vimalin for Windows 2.6.645 update<br />
<br />
You can download the update for Vimalin from:<br />
<br />
<a href="https://www.vimalin.com/download/Vimalin-Setup-2.6.645.exe" target="_blank" rel="noopener" class="mycode_url">https://www.vimalin.com/download/Vimalin....6.645.exe</a><br />
(or use the Vimalin -&gt; "Check for Updates" menu option)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">How-to update</span><br />
First uninstall the old version from the Add/Remove programs or in Windows 11 the Settings -&gt; Apps &amp; Features screen. If you keep defaults you are fine and nothing changes.<br />
Only after the old Vimalin is uninstalled run the installer to update to Vimalin 2.6<br />
<br />
Here's the list of changes since version 2.6.611:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">General fixes</span><ul class="mycode_list"><li>Vimalin did not work with VMware Workstation 26H1 as it would throw errors like "\vmrun not found.", this has been addressed.<br />
</li>
<li>The vimalin.ini file now has an option "SkipMissedJobs" that you can use to prevent a job that was missed to run when you turn the computer on. For more details on that see: <a href="https://forums.antwise.com/showthread.php?tid=224" target="_blank" rel="noopener" class="mycode_url">https://forums.antwise.com/showthread.php?tid=224</a><br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Known Issues</span><ul class="mycode_list"><li>If you use Windows 11 with vTPM (or normally encrypted) you cannot make backups when the VM is running. See <a href="https://forums.vimalin.com/viewtopic.php?id=120" target="_blank" rel="noopener" class="mycode_url">here</a> for more information.<br />
</li>
</ul>
<br />
<br />
More information about Vimalin is available at the main website: <a href="https://www.vimalin.com" target="_blank" rel="noopener" class="mycode_url">https://www.vimalin.com</a>]]></description>
			<content:encoded><![CDATA[Vimalin for Windows 2.6.645 update<br />
<br />
You can download the update for Vimalin from:<br />
<br />
<a href="https://www.vimalin.com/download/Vimalin-Setup-2.6.645.exe" target="_blank" rel="noopener" class="mycode_url">https://www.vimalin.com/download/Vimalin....6.645.exe</a><br />
(or use the Vimalin -&gt; "Check for Updates" menu option)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">How-to update</span><br />
First uninstall the old version from the Add/Remove programs or in Windows 11 the Settings -&gt; Apps &amp; Features screen. If you keep defaults you are fine and nothing changes.<br />
Only after the old Vimalin is uninstalled run the installer to update to Vimalin 2.6<br />
<br />
Here's the list of changes since version 2.6.611:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">General fixes</span><ul class="mycode_list"><li>Vimalin did not work with VMware Workstation 26H1 as it would throw errors like "\vmrun not found.", this has been addressed.<br />
</li>
<li>The vimalin.ini file now has an option "SkipMissedJobs" that you can use to prevent a job that was missed to run when you turn the computer on. For more details on that see: <a href="https://forums.antwise.com/showthread.php?tid=224" target="_blank" rel="noopener" class="mycode_url">https://forums.antwise.com/showthread.php?tid=224</a><br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Known Issues</span><ul class="mycode_list"><li>If you use Windows 11 with vTPM (or normally encrypted) you cannot make backups when the VM is running. See <a href="https://forums.vimalin.com/viewtopic.php?id=120" target="_blank" rel="noopener" class="mycode_url">here</a> for more information.<br />
</li>
</ul>
<br />
<br />
More information about Vimalin is available at the main website: <a href="https://www.vimalin.com" target="_blank" rel="noopener" class="mycode_url">https://www.vimalin.com</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Vimarun for Windows 1.0.102 update]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=246</link>
			<pubDate>Thu, 04 Jun 2026 12:38:12 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=2">wila</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=246</guid>
			<description><![CDATA[Vimarun for Windows 1.0.102 update<br />
<br />
You can download the update for Vimarun from:<br />
<br />
<a href="https://www.vimarun.com/download/Vimarun-Setup-1.0.102.exe" target="_blank" rel="noopener" class="mycode_url">https://www.vimarun.com/download/Vimarun....0.102.exe</a><br />
(or use the Vimarun -&gt; "Check for Updates" menu option)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">How-to update</span><br />
Run the installer to update to Vimarun 1.0.102 (close the app if it is running)<br />
If the installer finds an earlier install then it will start the uninstaller on your behalf. After the uninstaller is finished, start the installer again.<br />
<br />
Here's the list of changes since version 1.0.97:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">General fixes</span><ul class="mycode_list"><li>Vimalin did not work with VMware Workstation 26H1 as it would throw errors like "\vmrun not found.". This has been resolved.<br />
</li>
</ul>
<br />
<br />
More information about Vimarun is available at the main website: <a href="https://www.vimarun.com" target="_blank" rel="noopener" class="mycode_url">https://www.vimarun.com</a>]]></description>
			<content:encoded><![CDATA[Vimarun for Windows 1.0.102 update<br />
<br />
You can download the update for Vimarun from:<br />
<br />
<a href="https://www.vimarun.com/download/Vimarun-Setup-1.0.102.exe" target="_blank" rel="noopener" class="mycode_url">https://www.vimarun.com/download/Vimarun....0.102.exe</a><br />
(or use the Vimarun -&gt; "Check for Updates" menu option)<br />
<br />
<span style="font-weight: bold;" class="mycode_b">How-to update</span><br />
Run the installer to update to Vimarun 1.0.102 (close the app if it is running)<br />
If the installer finds an earlier install then it will start the uninstaller on your behalf. After the uninstaller is finished, start the installer again.<br />
<br />
Here's the list of changes since version 1.0.97:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">General fixes</span><ul class="mycode_list"><li>Vimalin did not work with VMware Workstation 26H1 as it would throw errors like "\vmrun not found.". This has been resolved.<br />
</li>
</ul>
<br />
<br />
More information about Vimarun is available at the main website: <a href="https://www.vimarun.com" target="_blank" rel="noopener" class="mycode_url">https://www.vimarun.com</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Windows 7 VB6]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=244</link>
			<pubDate>Tue, 17 Mar 2026 11:49:13 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=408">Shragel</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=244</guid>
			<description><![CDATA[My dev machine is running windows 7 VB6. Whenever I use Navigate in the code or in the application after compiling I get this error. Is Windows 7 supported?<br />
<br />
  Fault Module Name: KERNELBASE.dll<br />
  Fault Module Version: 6.1.7601.24545<br />
  Fault Module Timestamp: 5e0eb7f5<br />
  Exception Code: 0eedfade<br />
  Exception Offset: 0000c5af<br />
  OS Version: 6.1.7601.2.1.0.256.48<br />
  Locale ID: 1033<br />
  Additional Information 1: cc70<br />
  Additional Information 2: cc70b35f15b22437ef0a7c749d386815<br />
  Additional Information 3: b4c5<br />
  Additional Information 4: b4c5d1b7e8d98bae1e4fe76ac2e17d82]]></description>
			<content:encoded><![CDATA[My dev machine is running windows 7 VB6. Whenever I use Navigate in the code or in the application after compiling I get this error. Is Windows 7 supported?<br />
<br />
  Fault Module Name: KERNELBASE.dll<br />
  Fault Module Version: 6.1.7601.24545<br />
  Fault Module Timestamp: 5e0eb7f5<br />
  Exception Code: 0eedfade<br />
  Exception Offset: 0000c5af<br />
  OS Version: 6.1.7601.2.1.0.256.48<br />
  Locale ID: 1033<br />
  Additional Information 1: cc70<br />
  Additional Information 2: cc70b35f15b22437ef0a7c749d386815<br />
  Additional Information 3: b4c5<br />
  Additional Information 4: b4c5d1b7e8d98bae1e4fe76ac2e17d82]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[VFP] Mouse cursor dissapears]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=243</link>
			<pubDate>Tue, 17 Mar 2026 01:59:27 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=405">fire555</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=243</guid>
			<description><![CDATA[Hi Wil,<br />
<br />
Got a weird issue, hoping there is a nice easy fix.<br />
<br />
Consider I have an AntView object on the screen and the mouse is hovering over it. I then start a new foxpro form without moving the mouse. Also, without moving the mouse, I release that form. The mouse is still over the AntView object, but now the mouse cursor has disappeared.<br />
<br />
I can move the mouse around and the AntView control responds to the movements, but there is no cursor. The only way to get the cursor back is to move off the AntView control. If I move immediately back onto it, the mouse cursor is displayed correctly.<br />
<br />
Do you have any ideas about this one? I can create an example if you need it.<br />
<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Hi Wil,<br />
<br />
Got a weird issue, hoping there is a nice easy fix.<br />
<br />
Consider I have an AntView object on the screen and the mouse is hovering over it. I then start a new foxpro form without moving the mouse. Also, without moving the mouse, I release that form. The mouse is still over the AntView object, but now the mouse cursor has disappeared.<br />
<br />
I can move the mouse around and the AntView control responds to the movements, but there is no cursor. The only way to get the cursor back is to move off the AntView control. If I move immediately back onto it, the mouse cursor is displayed correctly.<br />
<br />
Do you have any ideas about this one? I can create an example if you need it.<br />
<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[navigatetostringsync problem]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=242</link>
			<pubDate>Mon, 16 Mar 2026 11:10:06 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=292">carlos@agpsoftware.com</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=242</guid>
			<description><![CDATA[Hi,<br />
I'm having a problem with navigatetostringsync method. The same really simple html content works fine with navigatetostring and shows html content correctly. However, navigatetostringsync returns success = false and TxWebErrorStatus = 0<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>thisform.oAntView.object.NavigateToStringSync(m.codigo_html, @m.exito, @m.TxWebErrorStatus)</code></div></div><br />
<br />
Txt attached is html content of m.codigo_html variable.<br />
m.exito returns .f. (false) and  m.TxWebErrorStatus returns 0<br />
<br />
Any idea of what am i doing wrong?<br />
TIA<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forums.antwise.com/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=70" target="_blank" title="">_7F50NCX0.txt</a> (Size: 86 bytes / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi,<br />
I'm having a problem with navigatetostringsync method. The same really simple html content works fine with navigatetostring and shows html content correctly. However, navigatetostringsync returns success = false and TxWebErrorStatus = 0<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>thisform.oAntView.object.NavigateToStringSync(m.codigo_html, @m.exito, @m.TxWebErrorStatus)</code></div></div><br />
<br />
Txt attached is html content of m.codigo_html variable.<br />
m.exito returns .f. (false) and  m.TxWebErrorStatus returns 0<br />
<br />
Any idea of what am i doing wrong?<br />
TIA<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forums.antwise.com/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=70" target="_blank" title="">_7F50NCX0.txt</a> (Size: 86 bytes / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[VFP] Default back color of Antview control]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=241</link>
			<pubDate>Wed, 11 Mar 2026 12:05:45 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=405">fire555</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=241</guid>
			<description><![CDATA[Hi Guys,<br />
<br />
Just wondering if there is a way to specify the default back color of the control displayed before navigating to a page.<br />
<br />
For the time being, I have set visible to false until the page loads, but on setting visible to true I get a slight flash before the page is displayed.<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi Guys,<br />
<br />
Just wondering if there is a way to specify the default back color of the control displayed before navigating to a page.<br />
<br />
For the time being, I have set visible to false until the page loads, but on setting visible to true I get a slight flash before the page is displayed.<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KeyPress - Escape]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=239</link>
			<pubDate>Mon, 16 Feb 2026 16:53:43 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=292">carlos@agpsoftware.com</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=239</guid>
			<description><![CDATA[Hi,<br />
<br />
I have my antview control inserted in a VFP form and want that when it has focus, escape key run as in my other controls. But i don't know how to catch the key. I don't see any 'keypress' event or similar.<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I have my antview control inserted in a VFP form and want that when it has focus, escape key run as in my other controls. But i don't know how to catch the key. I don't see any 'keypress' event or similar.<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[VFP] Grey overlay while Editing Form]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=233</link>
			<pubDate>Wed, 28 Jan 2026 00:50:33 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=297">echolis</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=233</guid>
			<description><![CDATA[I'm in the midst of testing a VFP form using a tab interface (Page Group Control). Everything seems to be working well in production.<br />
<br />
But, while editing the form, my Antview 2 instance is on a tab that is not the primary or active tab. A large grey box appears on top of all my form controls, in the same size and position of the antview control. I can't edit any of my controls.<br />
<br />
I've attached a sample of what I'm seeing. <br />
<br />
My lazy fix is to position the antview control off screen and re-position it at runtime. I also set .Visible to true on page activation and false on deactivation.<br />
<br />
It's a minor inconvenience<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forums.antwise.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=69" target="_blank" title="">Screenshot 2026-01-27 184621.png</a> (Size: 9.2 KB / Downloads: 16)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[I'm in the midst of testing a VFP form using a tab interface (Page Group Control). Everything seems to be working well in production.<br />
<br />
But, while editing the form, my Antview 2 instance is on a tab that is not the primary or active tab. A large grey box appears on top of all my form controls, in the same size and position of the antview control. I can't edit any of my controls.<br />
<br />
I've attached a sample of what I'm seeing. <br />
<br />
My lazy fix is to position the antview control off screen and re-position it at runtime. I also set .Visible to true on page activation and false on deactivation.<br />
<br />
It's a minor inconvenience<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forums.antwise.com/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=69" target="_blank" title="">Screenshot 2026-01-27 184621.png</a> (Size: 9.2 KB / Downloads: 16)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Antview 2.0.514 and 2.0.567 are both current?]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=232</link>
			<pubDate>Mon, 12 Jan 2026 13:55:30 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=310">jdijkstra</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=232</guid>
			<description><![CDATA[Hi!<br />
We are using Antview fo Windows 2.0.514, on the downloads page I see there is a new version (2.0.567) but version 2.0.514 also still looks like it is a current version.<br />
<br />
That confuses me. Should I upgrade from  2.0.514 to 2.0.567? Does it have breaking changes?<br />
I am not looking for new features, but just like to keep up with security patches.<br />
<br />
Thanks,<br />
Jurjen.]]></description>
			<content:encoded><![CDATA[Hi!<br />
We are using Antview fo Windows 2.0.514, on the downloads page I see there is a new version (2.0.567) but version 2.0.514 also still looks like it is a current version.<br />
<br />
That confuses me. Should I upgrade from  2.0.514 to 2.0.567? Does it have breaking changes?<br />
I am not looking for new features, but just like to keep up with security patches.<br />
<br />
Thanks,<br />
Jurjen.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Backup / export the backup job and config database?]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=231</link>
			<pubDate>Sat, 08 Nov 2025 20:48:00 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=381">DiWiT</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=231</guid>
			<description><![CDATA[Hi,<br />
<br />
I just updated to the latest version on Windows and the process to do that is to uninstall the program, keeping the database, then install the latest version.<br />
<br />
I was wondering is it possible to backup or export that database where backup jobs, schedules and other configs are kept? Is it a file somewhere? A registry key? I see there is a sqlite3.dll file in the installation folder so maybe it keeps a SQL database somewhere?<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I just updated to the latest version on Windows and the process to do that is to uninstall the program, keeping the database, then install the latest version.<br />
<br />
I was wondering is it possible to backup or export that database where backup jobs, schedules and other configs are kept? Is it a file somewhere? A registry key? I see there is a sqlite3.dll file in the installation folder so maybe it keeps a SQL database somewhere?<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Release AntView 2.0.567]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=230</link>
			<pubDate>Wed, 05 Nov 2025 14:44:44 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=2">wila</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=230</guid>
			<description><![CDATA[AntView 2.0.567 release.<br />
<br />
Highlights of AntView 2.0.567 are:<br />
<ul class="mycode_list"><li>    New properties in the main AntView interface extending functionality.<br />
</li>
<li>    Adds support for being able to customize the browser engine context menu's.<br />
</li>
<li>    Adds support to synchronous interface for managing cookies.<br />
</li>
<li>    Improved the examples for PowerBuilder and the help explaining those examples.<br />
</li>
<li>    Fixed an issue with being able to run the VB6 examples.<br />
</li>
<li>    Added new examples for the context menu functionality and the synchronous cookie interface to VB6, VFP and DataFlex. Extended the help explaining these examples.<br />
</li>
</ul>
<br />
Directly available via: <a href="https://antview.dev/download/AntView-Setup-2.0.567.exe" target="_blank" rel="noopener" class="mycode_url">Download AntView version 2.0.567</a><br />
<br />
<br />
More details can be found at the online help <a href="https://doc.antwise.com/antview2/hs1242.htm" target="_blank" rel="noopener" class="mycode_url">What's New section</a> or on the News page at our website: <a href="https://antview.dev/news/" target="_blank" rel="noopener" class="mycode_url">https://antview.dev/news/</a>]]></description>
			<content:encoded><![CDATA[AntView 2.0.567 release.<br />
<br />
Highlights of AntView 2.0.567 are:<br />
<ul class="mycode_list"><li>    New properties in the main AntView interface extending functionality.<br />
</li>
<li>    Adds support for being able to customize the browser engine context menu's.<br />
</li>
<li>    Adds support to synchronous interface for managing cookies.<br />
</li>
<li>    Improved the examples for PowerBuilder and the help explaining those examples.<br />
</li>
<li>    Fixed an issue with being able to run the VB6 examples.<br />
</li>
<li>    Added new examples for the context menu functionality and the synchronous cookie interface to VB6, VFP and DataFlex. Extended the help explaining these examples.<br />
</li>
</ul>
<br />
Directly available via: <a href="https://antview.dev/download/AntView-Setup-2.0.567.exe" target="_blank" rel="noopener" class="mycode_url">Download AntView version 2.0.567</a><br />
<br />
<br />
More details can be found at the online help <a href="https://doc.antwise.com/antview2/hs1242.htm" target="_blank" rel="noopener" class="mycode_url">What's New section</a> or on the News page at our website: <a href="https://antview.dev/news/" target="_blank" rel="noopener" class="mycode_url">https://antview.dev/news/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DevToolsEnabled has no effect]]></title>
			<link>https://forums.antwise.com/showthread.php?tid=229</link>
			<pubDate>Wed, 15 Oct 2025 22:07:06 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forums.antwise.com/member.php?action=profile&uid=276">honkinberry</a>]]></dc:creator>
			<guid isPermaLink="false">https://forums.antwise.com/showthread.php?tid=229</guid>
			<description><![CDATA[I am having difficulty getting the DevToolsEnabled to work.<br />
No matter what setting I have it in, I can access the Dev Tools both via the right click menu and the keyboard shortcut.<br />
<br />
Am I missing something simple?<br />
<br />
--J]]></description>
			<content:encoded><![CDATA[I am having difficulty getting the DevToolsEnabled to work.<br />
No matter what setting I have it in, I can access the Dev Tools both via the right click menu and the keyboard shortcut.<br />
<br />
Am I missing something simple?<br />
<br />
--J]]></content:encoded>
		</item>
	</channel>
</rss>