﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>ScriptX User Forum</title><link>https://scriptx.meadroid.com</link><item><title>Chrome support</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2015/5/chrome-support.aspx</link><description><![CDATA[
<p>My Google&nbsp;<a href="http://www.writeblog.net/how-to-set-your-fake-location-manually-in-google-chrome/">chrome</a>&nbsp;is crashing can anyone guide me how to resolve this issue?</p>
]]></description><pubDate>Thu, 26 Apr 2018 11:39:11 GMT</pubDate></item><item><title>Windows 10 Internet Explorer 11.98 Error: 13</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2017/12/windows-10-internet-explorer-1198-error-13.aspx</link><description><![CDATA[
<p>Windows 10 has updated a number of machines on our network. All these machines are getting the same error:<br>
<br>
An error has occurred raising the Page Setup Dialog.<br>
<br>
Error: 13Object doesn't support property or method<br>
'showPageSetupDialog'<br>
<br>
This happens on my script aswell as here:&nbsp;http://scriptxsamples.meadroid.com/Basic/basic/release/DOCTYPE<br>
<br>
IE Version: 11.98.16299.0<br>
Update Version: 11.0.48<br>
<br>
Errors started on the 6th. I had the followingt updates: KB4054022, KB055237, KB4051963</p>
]]></description><pubDate>Mon, 11 Dec 2017 09:09:13 GMT</pubDate></item><item><title>factory.printing sometimes returns undefined</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2017/9/factoryprinting-sometimes-returns-undefined.aspx</link><description><![CDATA[
<p>Hi I just started trying this (using the free version)</p>
<p>Using IE's F12 Console, if I check factory.printing sometimes it returns the object, but some other times (in other PC or even other tab) sometimess it just returns&nbsp;<span style="font-size:1em">undefined.</span></p>
<p><span style="font-size:1em">What am I doing wrong?&nbsp;</span></p>
<p>FYI my version is IE11</p>
<p>The code is as simple as this:</p>
<pre>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;
&lt;object id=&quot;factory&quot; viewastext style=&quot;display:none&quot; classid=&quot;clsid:1663ed61-23eb-11d2-b92f-008048fdd814&quot; codebase=&quot;/v3/~f/_inc/client/smsx.8.0.0.56.cab#Version=8,0,0,56&quot;&gt;&lt;/object&gt;
   
&lt;script&gt;
    function getfactoryprinting() {
      var f = document.getElementById(&quot;factory&quot;)
      console.log(f.readyState);
      console.log(f.printing);
    }
    
    window.onload = function() { 
      setTimeout(getfactoryprinting, 3000); 
      getfactoryprinting();
    }
    &lt;/script&gt;
&lt;/body&gt;&lt;/html&gt;</pre>
]]></description><pubDate>Wed, 13 Sep 2017 20:47:40 GMT</pubDate></item><item><title>Uninstall License from command line?</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2017/5/uninstall-license-from-command-line.aspx</link><description><![CDATA[
<p>Hi folks - it's been our experience that running the Licnse Manager from 'c:\Program Files (x86)\Common Files\MeadCo ScriptX\Licenses.lnk' allows us to re-initiate the 'Yes, allow/No, disallow' MeadCo Publishing License prompt , either by uninstalling the
 License, or simply running the License Manager when a user has declined a license.</p>
<p>Two questions:</p>
<p><span style="font-size:1em">1) &nbsp;Is it possible to run the License Manager silently from a command line (e.g. so we can run it remotely when a user encounters an issue)?</span></p>
<p><span style="font-size:1em">2) Are we able to preinstall this license for our users, as new users often click the 'No, disallow' button without realising what they're doing?</span></p>
<p>Thanks for any direction you can provide on these items ...</p>
<p><span style="font-size:1em">Regards - Pete</span></p>
<p><span style="font-size:1em"><br>
</span></p>
]]></description><pubDate>Mon, 29 May 2017 19:58:58 GMT</pubDate></item><item><title>Monitoring License Expiration</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2017/3/monitoring-license-expiration.aspx</link><description><![CDATA[
<p>I'm not sure if anyone has ever really attempted this, but we would like to create a proactive monitor for when a license expires (ScriptX) and I having a hard time determining the best way to go about it. &nbsp;Our primary monitoring tool is SCOM, and generally
 we would leverage scripts or probes to query a registry entry or parse a license file for the expiration date. &nbsp;The problem with the ScriptX file is it's hashed so I can't simply read through it via a script.</p>
<p>Anyhow, what would be the best way to get the days remaining on the license? &nbsp;I know the MeadCo.SecMgr object can be leveraged, but I'm pretty sure that requires elevated privileges to get the object instansiated. &nbsp;Is the license info stored in a registry
 or anything like that?</p>
]]></description><pubDate>Fri, 03 Mar 2017 21:00:28 GMT</pubDate></item><item><title>Issues printing - IE11 on VMWare virtual PC</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2016/11/issues-printing-ie11-on-vmware-virtual-pc.aspx</link><description><![CDATA[
<p>Sorry for the delay, priorities shifted in project.</p>
<p>That revised link seems to have worked - many thanks</p>
]]></description><pubDate>Fri, 24 Feb 2017 14:28:15 GMT</pubDate></item><item><title>Print two PDF at the same time</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2016/8/print-two-pdf-at-the-same-time.aspx</link><description><![CDATA[
<p><span style="font-size:1em; line-height:1.8em">I am having a troubles trying to print two PDF files at the same time.</span></p>
<p class="x_MsoNormal">When we have two independent windows on Internet Explorer, that executes the PDF printing at the same time, one of the files is not printed.</p>
<p class="x_MsoNormal">The problem is happening when we use the methods BatchPrintPDF or BatchPrintPDFEx.</p>
<p class="x_MsoPlainText">Both windows are 'children windows' fired from a single instance of IE.</p>
<p class="x_MsoPlainText">&nbsp;</p>
<p class="x_MsoPlainText">Has someone the same issue?</p>
]]></description><pubDate>Tue, 09 Aug 2016 14:21:07 GMT</pubDate></item><item><title>Getting alert - Object doesn't support property or method 'showPageSetupDialog'</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2015/12/getting-alert-object-doesnt-support-property-or-method-showpagesetupdialog.aspx</link><description><![CDATA[
<p>Client has a series of virtual machines used for automated tests. &nbsp;The tests work fine in IE 9, using activeX control version&nbsp; 6.6.440.38. &nbsp;On machines upgraded to IE 11,&nbsp;<span style="font-size:1em; line-height:1.8em">using 7.6.0.10, we see the alert/error
 message &quot;Object doesn't support property or method 'showPageSetupDialog'.</span></p>
<p><span style="font-size:1em; line-height:1.8em">To repro the scenario, disable the print spooler on the Windows machine (we are using Windows 7), and make a call to&nbsp;</span>factory.printing.currentPrinter.toUpperCase() for example and you will see the alert.
 &nbsp;</p>
]]></description><pubDate>Tue, 08 Dec 2015 20:46:29 GMT</pubDate></item><item><title>ScriptX print utility message</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2015/11/scriptx-print-utility-message.aspx</link><description><![CDATA[
<p>Hi,<br>
We have encountered a problem with rolling out Script x to our pc fleet. So what’s happening is that as soon as the install is finished, it opens a web browser running under the account of the person who ran the installer (which is a hne administrator) – so
 when you are running the installer yourself you will see the readme web page display as normal. What all non admin users are seeing is a pop up saying “hey, Internet Explorer is running under this other account and it wants to show you something – do you want
 to see it?”</p>
<p>&nbsp;</p>
<p>This problem will be resolved if you can provide a way to bypass the popup that calls the readme file. Can you tell me how this can be done please</p>
]]></description><pubDate>Mon, 23 Nov 2015 02:36:35 GMT</pubDate></item><item><title>The Problem Of Scriptx In IE8</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2014/1/the-problem-of-scriptx-in-ie8.aspx</link><description><![CDATA[
<p>HI ,When I use&nbsp; the free 6,5,439,30 version of ScriptX in IE8</p>
<p>When The print Page Of Html which Contain more Content and The Print Result&nbsp; will in more Page,When i unChecked the shrink to fit which&nbsp;in IE menu &nbsp;File|PageSetting,The print Result only Can print first Page;&nbsp;While &nbsp;when I Checked the shrink to fit which&nbsp;in
 IE menu &nbsp;File|PageSetting,It Can print All Page,but the Second Page content&nbsp; appear in First Page and the Font is shrink&nbsp;&nbsp;, I want unChecked the shrink to fit which&nbsp;in IE menu &nbsp;File|PageSetting and print all pages,&nbsp;Can you give me some Advice for this issue?Thanks.</p>
]]></description><pubDate>Fri, 03 Jan 2014 02:58:36 GMT</pubDate></item><item><title>The Project Spartan Browser</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2015/3/the-project-spartan-browser.aspx</link><description><![CDATA[
<p>Do you have a plan to cope with the browser change by Microsoft?</p>
]]></description><pubDate>Tue, 31 Mar 2015 16:03:03 GMT</pubDate></item><item><title>Printing Format</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2015/1/printing-format.aspx</link><description><![CDATA[
<p>Hello,</p>
<p>I have some code that formats my print with CSS and it prints fine on a Xerox and Zebra Printer before I added MeadCo. After adding MeadCo my formating is very off when printing to the Zebra, it is fine on the Xerox. &nbsp;I tried setting paperSize=&quot;A6&quot; with
 no luck.</p>
<p>Is there anything on MeadCo's side that would be causing this issue? It just seems odd that it would work with the Xerox and not the Zebra when they both worked before.</p>
<p>Any questions let me know.</p>
<p>Thanks,</p>
<p>Jake</p>
]]></description><pubDate>Thu, 15 Jan 2015 15:03:40 GMT</pubDate></item><item><title>Script X is working on local but not other server when deployed</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2014/8/script-x-is-working-on-local-but-not-other-server-when-deployed.aspx</link><description><![CDATA[
<p>Hi Support,</p>
<p>i have created a simple .net app with scriptx basic feature only orientation change.</p>
<p>and it is working on local but when i published my app in server and run that it is not working. why so.</p>
<p>i deployed .cab file also wth my project and its path is mentioned in the page with version no.&nbsp;in object tag where i need&nbsp;it. i deployed js files too.</p>
<p>Is anything i am missing please let me know.</p>
]]></description><pubDate>Wed, 20 Aug 2014 12:48:15 GMT</pubDate></item><item><title>Printing Preview is good. The Print itself is bad</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2014/3/printing-preview-is-good-the-print-itself-is-bad.aspx</link><description><![CDATA[
<p>Hello.</p>
<p>I am trying to print out credit applications from a third party vendor. On the print preview page, it looks good. When I go to print, instead of opening the print dialogue window, I am being asked to open or save as an Acrobat Reader object. It will open
 in Adobe but the print preview from there is being smashed to about 5/3rds the page. All the information I need is in the print, but it is just really small.</p>
<p>&nbsp;</p>
<p>This appears to be happening on all computers without the MeadCo ScriptX add-on in the browser. I have the resource installed, but the add-on it self seems to be the issue.</p>
<p>&nbsp;</p>
<p>All the troubled systems are running I.E. 9 on Win 7 x64.</p>
<p>&nbsp;</p>
<p>Thanks for any and all help.</p>
]]></description><pubDate>Sun, 09 Mar 2014 01:43:03 GMT</pubDate></item><item><title>get unique id of user pc.</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2012/7/get-unique-id-of-user-pc.aspx</link><description><![CDATA[
<p>i'm faced with a little problem.</p>
<p>i store user printing configuration in cookies, and it work perfectly, except in one case. when&nbsp;the user experiences a power failure.</p>
<p>in this case, the cookie just disapear, and all printing configuration too..</p>
<p>i'm searching a way to identify uniquely a pc, to keep his configuration on the server and restore it on demand. ( users never read help or printing configuration help)&nbsp;</p>
<p>the only usefull way will be to get pc MAC adress to identify the user pc.&nbsp;</p>
<p>can you embed a code in future release of scriptx to allow retrieving of this MAC adress?</p>
<p>or to get information about some sort of unique id ?&nbsp;</p>
<p>thanks in advance.</p>
<p>&nbsp;</p>
]]></description><pubDate>Fri, 20 Jul 2012 12:06:42 GMT</pubDate></item><item><title>Printing of the previous document is still in progress</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2013/12/printing-of-the-previous-document-is-still-in-progress.aspx</link><description><![CDATA[
<p>Any ideas why I get this error when trying to print? &nbsp;If, while debugging, I continue over this error the printing does get done, but this isn't the case in the non-debugging mode.</p>
<p>&nbsp;</p>
<p>The code is:</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr class=&quot;singlebuttonrow&quot;&gt;&lt;td&gt;&lt;input type=&quot;button&quot; class=&quot;submit-button&quot; onclick=&quot;CheckOrder('AUDI','N');removePageBreak('documents');factory.printing.Print(true, window);&quot; style=&quot;cursor:pointer;&quot; value=&quot;Print Documents&quot; /&gt;</p>
<p>and it objects to the factory.printing.Print(true, window) line.</p>
<p>Declaration of the factory object, done in the &lt;head&gt; of this page, is:</p>
<p>&nbsp; &nbsp; &nbsp;&lt;object id=&quot;factory&quot; viewastext style=&quot;display:none&quot; classid=&quot;clsid:1663ed61-23eb-11d2-b92f-008048fdd814&quot; codebase=&quot;http://localhost:99/dweb/scriptX/7,2,0,36/smsx.cab#Version=7,2,0,36&quot;&gt;&lt;/object&gt;</p>
<div>I'm new to ScriptX, so any clues would be very much appreciated.</div>
<div>Thanks</div>
<div>Beachcomber</div>
]]></description><pubDate>Mon, 02 Dec 2013 12:08:40 GMT</pubDate></item><item><title>64bit version of scriptx (basic functionality)</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2012/6/64bit-version-of-scriptx-(basic-functionality).aspx</link><description><![CDATA[
<p><span style="font-family:Consolas; font-size:small">Hi</span></p>
<p><span style="font-family:Consolas; font-size:small">We all work with 64-bit Windows 7 here for which - as I am sure you know - 32-bit IE is the default browser as set by Microsoft.</span></p>
<p><span style="font-family:Consolas; font-size:small">&#65279;</span></p>
<p><span style="font-family:Consolas; font-size:small">However if you really have folks deliberately working with the 64-bit IE part then yes, the 64-bit ScriptX module is a&nbsp; part of our licensee resource kit and is not available 'free'.</span></p>
<p><span style="font-family:Consolas; font-size:small">&#65279;</span></p>
<p><span style="font-family:Consolas; font-size:small">I hope that this helps</span></p>
<p><span style="font-family:Consolas; font-size:small">&#65279;</span></p>
<p><span style="font-family:Consolas; font-size:small">Jerry</span></p>
<p><span style="font-family:Consolas; font-size:small">&#65279;</span></p>
<p>&nbsp;</p>
]]></description><pubDate>Wed, 13 Jun 2012 14:34:37 GMT</pubDate></item><item><title>Getting &amp;quot;Invalid or missing publishing license&amp;quot; on localhost</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2013/10/getting-quotinvalid-or-missing-publishing-licensequot-on-localhost.aspx</link><description><![CDATA[
<p><span style="font-size:1em; line-height:1.8em">I am trying to evaluate the printer control functionality, but I am getting the following error when calling the&nbsp;MeadCo.ScriptX.Printing.DefaultPrinter() method, even though the url is local (i.e.&nbsp;</span><span style="font-size:1em; line-height:1.8em">http://localhost:17912/)
 .</span></p>
<p>I was under the impression that this functionality is allowed unlicensed on localhost (see&nbsp;<a href="/download.aspx">http://scriptx.meadroid.com/download.aspx</a>). is this correct?</p>
<p>I am currently using version&nbsp;6.5.439.50 .</p>
]]></description><pubDate>Thu, 24 Oct 2013 11:59:06 GMT</pubDate></item><item><title>use scriptX free version</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2013/10/use-scriptx-free-version.aspx</link><description><![CDATA[
<p>--eng--</p>
<p><span style="font-family:Verdana,Geneva,sans-serif; font-size:11px; line-height:16px">Dear ScriptX support, can we use scriptX free version in commercial web?</span></p>
<p><span style="font-family:Verdana,Geneva,sans-serif"><span style="font-size:11px; line-height:16px">Easy to understand, please say yes or no.</span></span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>--kor--</p>
<p>상업적인 용도의 홈페이지를 제작을 하고 있습니다</p>
<p>홈페이지에&nbsp;<span style="font-family:Verdana,Geneva,sans-serif; font-size:11px; line-height:16px">scriptX</span><span style="font-family:Verdana,Geneva,sans-serif; font-size:11px; line-height:16px">&nbsp;</span><span style="font-family:Verdana,Geneva,sans-serif; font-size:11px; line-height:16px">free
 version 을 사용하고 싶습니다</span></p>
<p><span style="font-family:Verdana,Geneva,sans-serif; font-size:11px; line-height:16px">사용할수 있을까요?</span></p>
<p><span style="font-family:Verdana,Geneva,sans-serif; font-size:11px; line-height:16px"><br>
</span></p>
<p><span style="font-family:Verdana,Geneva,sans-serif"><span style="font-size:11px; line-height:16px"><br>
</span></span></p>
]]></description><pubDate>Fri, 18 Oct 2013 09:02:53 GMT</pubDate></item><item><title>Is there an event notification for the factory object loading?</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2013/10/is-there-an-event-notification-for-the-factory-object-loading.aspx</link><description><![CDATA[
<p>Hi,</p>
<p>&nbsp;</p>
<p>Is there a javascript event I can hook on to when the object is&nbsp;instantiated? I need to show the user a dialog box once they have installed the activex control. Something like</p>
<pre class="x_default x_prettyprint x_prettyprinted" style="margin-right:0px; margin-bottom:10px; margin-left:0px; padding:5px; border:0px; font-size:14px; vertical-align:baseline; background-color:#eeeeee; font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif; width:auto; max-height:600px; word-wrap:normal; line-height:18px"><code style="margin-right:0px; margin-bottom:0px; margin-left:0px; padding:0px; border:0px; font-size:14px; vertical-align:baseline; background-color:#eeeeee; font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif"><span class="x_pln" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent">f </span><span class="x_pun" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent">=</span><span class="x_pln" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent"> document</span><span class="x_pun" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent">.</span><span class="x_pln" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent">getElementById</span><span class="x_pun" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent">(</span><span class="x_str" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent; color:#800000">&quot;factory&quot;</span><span class="x_pun" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent">);</span><span class="x_pun" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent">f.</span><span class="x_pln" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent">addEventListener</span><span class="x_pun" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent">(</span><span class="x_str" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent; color:#800000">&quot;onStateChange&quot;</span><span class="x_pun" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent">,</span><span class="x_str" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent; color:#800000">&quot;factoryReady&quot;</span><span class="x_pun" style="margin:0px; padding:0px; border:0px; vertical-align:baseline; background-color:transparent">);</span></code></pre>
]]></description><pubDate>Fri, 11 Oct 2013 00:38:20 GMT</pubDate></item><item><title>Is There a Version of ScriptX That Can be Used in Both IE 8 and IE 10?</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2013/7/is-there-a-version-of-scriptx-that-can-be-used-in-both-ie-8-and-ie-10.aspx</link><description><![CDATA[
<p>Hi Jerry, I just downloaded the latest version to a test PC and deployed the smxs.cab to the Web server. I was prompted to download to the client when I tried to print. I did that and everything seemed to go smoothly up to that point. However, the&nbsp;document
 formatting behaved as&nbsp;if the&nbsp;new version did not exist. The resulted printout looks exactly like the one our customer had when she tried to print in IE10 with version 6.5.x that we upgraded to for IE8. Of course the problem can be resolved by using the Compatibility
 View with or without the latest version download. But what is the point of the upgrade then? Can you think of anything that I might have missed? Thanks.</p>
]]></description><pubDate>Tue, 20 Aug 2013 20:25:34 GMT</pubDate></item><item><title>ScriptX security questions</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2013/7/scriptx-security-questions.aspx</link><description><![CDATA[
<p>Hey Jerry, thanks for taking the time to reply.&nbsp; I've heard back from the client and they're quite insistent on having the actual list of URL actions from that MS link (<a href="http://msdn.microsoft.com/en-us/library/ms537186(v=vs.85).aspx">http://msdn.microsoft.com/en-us/library/ms537186(v=vs.85).aspx</a>).&nbsp;
 Is there any way you can elaborate on which actions it needs?</p>
<p>Thanks a lot!</p>
]]></description><pubDate>Wed, 14 Aug 2013 19:55:23 GMT</pubDate></item><item><title>ScriptX with a server alias</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2013/5/scriptx-with-a-server-alias.aspx</link><description><![CDATA[
<p>Good morning,</p>
<p>We are currently utilizing ScriptX to assist with printing of labels with our Zebra printers. &nbsp;We have a PHP web application running with a server side license of ScriptX. &nbsp;To make the application easier for my users, I have setup an alias on the Domain
 (example.mydomain.com.) &nbsp;When I attempt to connect to the PHP application to print (via the new address: http://example.mydomain.com/print/script), ScriptX generates an error dialog box.</p>
<p>&quot;Unauthorized site, or invalid security zone.&quot;</p>
<p>When I connect to the site with the ip address (http://192.168.1.10/print/script) &nbsp;the ScriptX works without issue.</p>
<p>Can you please provide some advice on how to enable a DNS alias for use with the server?</p>
<p>&nbsp;</p>
<p>Thanks in advance for your time.</p>
<p>&nbsp;</p>
]]></description><pubDate>Mon, 13 May 2013 16:08:42 GMT</pubDate></item><item><title>About usage of scriptX free version</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2013/3/about-usage-of-scriptx-free-version.aspx</link><description><![CDATA[
<p>Dear ScriptX support, can we use scriptX free version in commercial application? Please kindly advise in your available time. Thanks in advance.</p>
]]></description><pubDate>Thu, 14 Mar 2013 03:34:32 GMT</pubDate></item><item><title>How to Contact Meadco Sales?</title><link>https://scriptx.meadroid.com/community-support/community-forum/general/2013/2/how-to-contact-meadco-sales.aspx</link><description><![CDATA[
<p>Hi</p>
<p>&nbsp;</p>
<p>I replied to you at the time., and I'm sorry you didn't see my reply.</p>
<p>&nbsp;</p>
<p>Please post your question again to <a href="mailto:feedback@meadroid.com">feedback@meadroid.com</a></p>
<p>&nbsp;</p>
<p>Thanks</p>
<p>&nbsp;</p>
<p>Jerry</p>
]]></description><pubDate>Sun, 10 Mar 2013 06:47:53 GMT</pubDate></item></channel></rss>