<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-22836</id>
	<title>Nabble - Active4D</title>
	<updated>2009-07-06T10:58:21Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Active4D-ft22836.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Active4D-f22836.html" />
	<subtitle type="html">&lt;a href=&quot;http://www.aparajitaworld.com/site/products/Active4D/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D&lt;/a&gt; is the ultimate 4D web development environment, offering you unparalleled power and simplicity.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-24360078</id>
	<title>Web Application Deployment</title>
	<published>2009-07-06T10:58:21Z</published>
	<updated>2009-07-06T10:58:21Z</updated>
	<author>
		<name>David Ringsmuth</name>
	</author>
	<content type="html">Assuming HTML and Javascript, CSS, are the primary technologies, when
&lt;br&gt;web-ifying a 4D Client application including the delivery of reports, what
&lt;br&gt;is the preferred method for delivering to the client complex reports?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I can imagine a user interface where the report is defined and requested,
&lt;br&gt;then a link is dynamically created pointing to the newly created PDF report,
&lt;br&gt;and the browser refreshes until this PDF is &amp;quot;available&amp;quot;. When it is
&lt;br&gt;available the user selects it for viewing, etc.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I imagined processes created on a 4D server to handle the report creation.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Does that sound workable in an environment with hundreds of simultaneous web
&lt;br&gt;users?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24360078&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Web-Application-Deployment-tp24360078p24360078.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24334777</id>
	<title>Woo-hoo!</title>
	<published>2009-07-04T06:54:08Z</published>
	<updated>2009-07-04T06:54:08Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Friends,
&lt;br&gt;&lt;br&gt;HUGE NEWS!! At long last, after months of toil and struggle, endless &amp;nbsp;
&lt;br&gt;blood, sweat and tears, I have serving of web pages working! I still &amp;nbsp;
&lt;br&gt;have a lot of coding and testing left to do, but the server and &amp;nbsp;
&lt;br&gt;interpreter are working enough to run the following:
&lt;br&gt;&lt;br&gt;&amp;lt;html&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;head&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; &amp;nbsp;
&lt;br&gt;charset=utf-8&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;Active4D!&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/head&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;body&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;%
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for ($i; 1; 7)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if ($i = 7)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;write(&amp;quot;&amp;lt;p&amp;gt;last&amp;lt;/p&amp;gt;&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;else
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;write(&amp;quot;&amp;lt;p&amp;gt;not last&amp;lt;/p&amp;gt;&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;end if
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;%&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;p&amp;gt;&amp;lt;%= &amp;quot;Hello world! Je suis très content et élevé. &amp;nbsp;
&lt;br&gt;शरी िचनमोइ. らまはけキレユム&amp;quot; %&amp;gt;&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;% end for %&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/body&amp;gt;
&lt;br&gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&lt;br&gt;Note the luscious non-Latin (Devanagari and Japanese) text. My &amp;nbsp;
&lt;br&gt;apologies to any Japanese readers, I just entered random characters -- &amp;nbsp;
&lt;br&gt;hope it doesn't mean anything embarrassing.
&lt;br&gt;&lt;br&gt;Like I said, while this is huge milestone, I still have a lot to do. &amp;nbsp;
&lt;br&gt;So please don't be impatient.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24334777&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Woo-hoo%21-tp24334777p24334777.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24306816</id>
	<title>[ANN] Licensing and support changes</title>
	<published>2009-07-02T06:32:18Z</published>
	<updated>2009-07-02T06:32:18Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;As of this morning, the pricing, licensing and support policies for &amp;nbsp;
&lt;br&gt;Active4D have changed. In short, I am more or less going back to the &amp;nbsp;
&lt;br&gt;way things were a year ago.
&lt;br&gt;&lt;br&gt;PRICING
&lt;br&gt;Pricing has reverted to the old scheme: $700 per deployment for the &amp;nbsp;
&lt;br&gt;first year, $130 per deployment per year thereafter.
&lt;br&gt;&lt;br&gt;LICENSING
&lt;br&gt;Each deployment license must be renewed yearly in order to qualify for &amp;nbsp;
&lt;br&gt;IP address changes.
&lt;br&gt;&lt;br&gt;SUPPORT
&lt;br&gt;The Premium Support forums are now locked for posting. All support &amp;nbsp;
&lt;br&gt;will move back to the mailing list. I feel this will be much better &amp;nbsp;
&lt;br&gt;for everyone. Those who purchased Premium Support within the last year &amp;nbsp;
&lt;br&gt;will be compensated in some way, most likely through some sort of pro- 
&lt;br&gt;rated discount on your next license renewal.
&lt;br&gt;&lt;br&gt;Sorry if the changes causes any confusion. The current system turned &amp;nbsp;
&lt;br&gt;out to be unworkable and financially unsustainable. A synopsis of the &amp;nbsp;
&lt;br&gt;new licensing and support policies can be found at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.aparajitaworld.com/site/products/Active4D/licensing.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aparajitaworld.com/site/products/Active4D/licensing.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thank you for your patience and for your continued support!
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24306816&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-ANN--Licensing-and-support-changes-tp24306816p24306816.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24270899</id>
	<title>v11 Update</title>
	<published>2009-06-30T05:18:46Z</published>
	<updated>2009-06-30T05:18:46Z</updated>
	<author>
		<name>CDonahue</name>
	</author>
	<content type="html">Hi Aparajita,
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;It's been a little over a month since the last v11 message. Would you
&lt;br&gt;mind giving the list an update on how the work is going? Any major
&lt;br&gt;hang-ups or trouble points? Any estimates on a beta?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;We're all chomping at the bit to do some beta testing - thanks!
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Best Regards
&lt;br&gt;&lt;br&gt;- Clayton
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Clayton L. Donahue
&lt;br&gt;&lt;br&gt;The Healthcare Management Council, Inc.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24270899&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cdonahue@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24270899&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cdonahue@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;(781) 449-5287
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24270899&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/v11-Update-tp24270899p24270899.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24062879</id>
	<title>A4D scalability</title>
	<published>2009-06-16T14:05:40Z</published>
	<updated>2009-06-16T14:05:40Z</updated>
	<author>
		<name>David Ringsmuth-3</name>
	</author>
	<content type="html">If you are using 4D/A4D in any configuration that has multiple A4D web
&lt;br&gt;servers serving the same domain on the same database for volume reasons,
&lt;br&gt;please let me know.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;David Ringsmuth
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24062879&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/A4D-scalability-tp24062879p24062879.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-24042939</id>
	<title>Practical Session Limits</title>
	<published>2009-06-15T14:03:29Z</published>
	<updated>2009-06-15T14:03:29Z</updated>
	<author>
		<name>David Ringsmuth</name>
	</author>
	<content type="html">I've got a Client who wants to put up a web site that will server 50,000 to
&lt;br&gt;100,000 users.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;In the current architecture of A4Dv4.5r1 and 4D 04.7R3HF3 on Windows Server
&lt;br&gt;2003 SE SP2 on 2 CPU 2.66GHz with 1GB RAM, and a major high speed internet
&lt;br&gt;connection.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;..is it reasonable to say that A4D can responsively support 5000
&lt;br&gt;simultaneous user sessions where the users are editing their own individual
&lt;br&gt;user records, A4D is written using FuseBox methods, the HTML uses an IFrame
&lt;br&gt;to return the changed portion of the user experience, the other elements
&lt;br&gt;reasonably optimized?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;If the answer is &amp;quot;YES&amp;quot;, please show me a site that handles this kind of
&lt;br&gt;volume so that I can tell my client, &amp;quot;Look here.&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=24042939&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Practical-Session-Limits-tp24042939p24042939.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23988991</id>
	<title>Safari 4 and A4D 4.5</title>
	<published>2009-06-11T14:04:52Z</published>
	<updated>2009-06-11T14:04:52Z</updated>
	<author>
		<name>Lisa Werdal-4</name>
	</author>
	<content type="html">Hello - 
&lt;br&gt;&lt;br&gt;I just upgraded to Safari 4 on a 10.5.7 system and I am testing v2004 Mac
&lt;br&gt;Server (10.5.7) with A4D 4.5. &amp;nbsp;The application is flaking out by not
&lt;br&gt;returning pages and other strange things.
&lt;br&gt;&lt;br&gt;But Safari 3.2 and A4D 4.5 are fine on the v2004 server.
&lt;br&gt;&lt;br&gt;Has anyone else experienced this? &amp;nbsp;Is there a workaround?
&lt;br&gt;&lt;br&gt;Thanks - Lisa
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23988991&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Safari-4-and-A4D-4.5-tp23988991p23988991.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23967637</id>
	<title>Update: Safari 4 Beta 5530.17 and EXT grids with Active4D (solved)</title>
	<published>2009-06-10T10:51:58Z</published>
	<updated>2009-06-10T10:51:58Z</updated>
	<author>
		<name>Christian Cypert-4</name>
	</author>
	<content type="html">Looks like the User Agent was a bit wonky with the new beta of Safari. &amp;nbsp;
&lt;br&gt;Opened up the Develop menu under Safari and changed the User Agent &amp;nbsp;
&lt;br&gt;from Default to Safari 4 Mac and everything started working again.
&lt;br&gt;&lt;br&gt;Christian Cypert
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23967637&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ccypert@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;It is a rare mind indeed that can render the hitherto non-existent &amp;nbsp;
&lt;br&gt;blindingly obvious. The cry 'I could have thought of that' is a very &amp;nbsp;
&lt;br&gt;popular and misleading one, for the fact is that they didn't, and a &amp;nbsp;
&lt;br&gt;very significant and revealing fact it is too.
&lt;br&gt;- Douglas Adams
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23967637&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Update%3A-Safari-4-Beta-5530.17-and-EXT-grids-with-Active4D-%28solved%29-tp23967637p23967637.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23965205</id>
	<title>Safari 4 Beta 5530.17 and EXT grids with Active4D</title>
	<published>2009-06-10T08:45:23Z</published>
	<updated>2009-06-10T08:45:23Z</updated>
	<author>
		<name>Christian Cypert-4</name>
	</author>
	<content type="html">Just updated to the latest Safari Beta that came out on Monday and now &amp;nbsp;
&lt;br&gt;all my EXT grids that I'm using no longer display. These all work &amp;nbsp;
&lt;br&gt;under Firefox and IE, but no longer Safari. I checked out the EXT main &amp;nbsp;
&lt;br&gt;web site's examples page and the EXT grids are working there. Not sure &amp;nbsp;
&lt;br&gt;if the problem is on my end, or something Safari has done. Anyone else &amp;nbsp;
&lt;br&gt;run into this problem yet?
&lt;br&gt;&lt;br&gt;Christian Cypert
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23965205&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ccypert@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;It is a rare mind indeed that can render the hitherto non-existent &amp;nbsp;
&lt;br&gt;blindingly obvious. The cry 'I could have thought of that' is a very &amp;nbsp;
&lt;br&gt;popular and misleading one, for the fact is that they didn't, and a &amp;nbsp;
&lt;br&gt;very significant and revealing fact it is too.
&lt;br&gt;- Douglas Adams
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23965205&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Safari-4-Beta-5530.17-and-EXT-grids-with-Active4D-tp23965205p23965205.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23965145</id>
	<title>NTK and A4D shell</title>
	<published>2009-06-10T08:42:38Z</published>
	<updated>2009-06-10T08:42:38Z</updated>
	<author>
		<name>Peter Schumacher-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;is there an example about &amp;nbsp;NTK and A4D shell anywhere?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Greetings,
&lt;br&gt;[4D-Consulting.com]eK, Wiesbaden (Germany)
&lt;br&gt;Peter Schumacher
&lt;br&gt;--------------------------------------------------------
&lt;br&gt;Web: &lt;a href=&quot;http://www.4D-Consulting.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.4D-Consulting.com/&lt;/a&gt;&lt;br&gt;FreeCall: &amp;nbsp;0800-434 636 7
&lt;br&gt;Tel.: &amp;nbsp; &amp;nbsp; &amp;nbsp;+49-611-9406.850 - Fax: +49-611-9406.744
&lt;br&gt;4D-Consulting.com eK - Scharnhorststr. 36 - 65195 Wiesbaden
&lt;br&gt;Member of the German Developer Network &amp;nbsp;&lt;a href=&quot;http://www.die4dwerkstatt.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.die4dwerkstatt.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23965145&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/NTK-and-A4D-shell-tp23965145p23965145.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23907387</id>
	<title>Mac 2004.7r3HF3 A4d4.0.2 crashing when stale cookie in response header is present for new session</title>
	<published>2009-06-06T19:48:53Z</published>
	<updated>2009-06-06T19:48:53Z</updated>
	<author>
		<name>David Ringsmuth</name>
	</author>
	<content type="html">I am consistently crashing 4D Server (web server) after logging off this
&lt;br&gt;site, and then re-accessing the same site with the same browser
&lt;br&gt;window/instance.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;If I use a new browser instance, 4D Server does not crash.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I strongly suspect the problem is the stale session cookie.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I purchased the Developer license last August.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;The customer purchased their key more than a year ago.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Is an upgrade to 4.5r1 the correct solution? Is this solution already paid
&lt;br&gt;for, or does it require further upgrade purchase by my client?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;David Ringsmuth
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23907387&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Mac-2004.7r3HF3-A4d4.0.2-crashing-when-stale-cookie-in-response-header-is-present-for-new-session-tp23907387p23907387.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23903607</id>
	<title>Normal?</title>
	<published>2009-06-06T09:46:33Z</published>
	<updated>2009-06-06T09:46:33Z</updated>
	<author>
		<name>David Ringsmuth</name>
	</author>
	<content type="html">4D v2004.7r3HF3, A4d v4+ Macintosh.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Server 4DDebugLog.txt (Detailed Logging)
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Is it NORMAL for Active4D to perform calls such as below, continuously about
&lt;br&gt;20 times a second, when not otherwise processing web requests?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;49575 [5] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;plugInName: Active4D v4; externCall: -89.
&lt;br&gt;&lt;br&gt;49575 [5] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;plugInName: Active4D v4; externCall: -93.
&lt;br&gt;&lt;br&gt;49575 [5] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;plugInName: Active4D v4; externCall: -89.
&lt;br&gt;&lt;br&gt;49575 [5] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;plugInName: Active4D v4; externCall: -93.
&lt;br&gt;&lt;br&gt;49575 [5] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;plugInName: Active4D v4; externCall: -89.
&lt;br&gt;&lt;br&gt;49575 [5] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;plugInName: Active4D v4; externCall: -93.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Or is it the effect of exposing port 80 or port 443 to the internet and
&lt;br&gt;having at least one of those ports constantly polled?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;These entries appear when using SET DATABASE PARAMETER(34;2)
&lt;br&gt;`4ddebuglog;Detailed
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23903607&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Normal--tp23903607p23903607.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23889768</id>
	<title>4D Debug Log Macintosh 2004.7r3HF3 A4Dv4+</title>
	<published>2009-06-05T07:53:12Z</published>
	<updated>2009-06-05T07:53:12Z</updated>
	<author>
		<name>David Ringsmuth</name>
	</author>
	<content type="html">Please forgive me if this is documented somewhere or has already been
&lt;br&gt;posted.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;This morning I turned on Detailed Logging on 4D Server in the hope that I
&lt;br&gt;will be able to see the last things done before a crash.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I am seeing many calls to &amp;quot;plugInName: Active4D v4; externalCall: -89 or
&lt;br&gt;-93, or a variety of negative numbers
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Is there a map for each of the negative numbered calls to specific Active4D
&lt;br&gt;commands?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23889768&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/4D-Debug-Log-Macintosh-2004.7r3HF3-A4Dv4%2B-tp23889768p23889768.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23877406</id>
	<title>System temporary folder available?</title>
	<published>2009-06-04T13:44:23Z</published>
	<updated>2009-06-04T13:44:23Z</updated>
	<author>
		<name>Michael Check</name>
	</author>
	<content type="html">Am I right in saying that the system Temporary Folder, retrieved in A4D &amp;nbsp;with
&lt;br&gt;&lt;br&gt;$cmd:=&amp;quot;TEMPORARY FOLDER&amp;quot;
&lt;br&gt;$tmp:=execute in 4d($cmd;*)
&lt;br&gt;&lt;br&gt;is off limits since it is not specified in the A4D's ini file of usable folders?
&lt;br&gt;&lt;br&gt;I'd like to use a space for sending created CSV files that will be
&lt;br&gt;cleared by the system rather than me having to code it.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Michael Check
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23877406&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/System-temporary-folder-available--tp23877406p23877406.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23759611</id>
	<title>Google Sitemaps in ASCII</title>
	<published>2009-05-28T04:02:44Z</published>
	<updated>2009-05-28T04:02:44Z</updated>
	<author>
		<name>Peter Jakobsson-2</name>
	</author>
	<content type="html">Hi All
&lt;br&gt;&lt;br&gt;Am I right in thinking that I can create a UTF-8 compatible sitemap &amp;nbsp;
&lt;br&gt;document with BLOB TO DOCUMENT as long as none of the URLs contain &amp;nbsp;
&lt;br&gt;characters above ASCII 127 ?
&lt;br&gt;&lt;br&gt;Since Google requires UTF-8 encoding I'm under the impression that a &amp;nbsp;
&lt;br&gt;UTF-8 reader (i.e. the Googlebot looking for a sitemap file) will &amp;nbsp;
&lt;br&gt;understand this file.
&lt;br&gt;&lt;br&gt;Am I wrong in this assumption ?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Peter
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23759611&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Google-Sitemaps-in-ASCII-tp23759611p23759611.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23700695</id>
	<title>Are &quot;On Web Connection&quot; and/or &quot;On Web Authentication&quot; multi-threaded?</title>
	<published>2009-05-24T20:28:22Z</published>
	<updated>2009-05-24T20:28:22Z</updated>
	<author>
		<name>Steve Makohin</name>
	</author>
	<content type="html">Hello everyone,
&lt;br&gt;&lt;br&gt;I've done some tests that confirm processes started by 4D's New Process 
&lt;br&gt;command are not multi-threaded. They will all run on a single core, 
&lt;br&gt;regardless of the number of cores on the computer. This is true of 4D in 
&lt;br&gt;remote mode (client, of client/server) and of 4D Server v11.4 (and older).
&lt;br&gt;&lt;br&gt;The 4D database engine, however, is multi-threaded, so it can take advantage 
&lt;br&gt;of as many cores as you throw at it. Great for client-server interaction. 
&lt;br&gt;But here's the web-related question:
&lt;br&gt;&lt;br&gt;Does anyone know if 4D's On Web Connection and On Web Authentication 
&lt;br&gt;database methods run multi-threaded, like database processes (e.g., 
&lt;br&gt;searches), or whether they run non-multi-threaded, like methods launched via 
&lt;br&gt;the New Process command? I *suspect* the latter. I just need a confirmation.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;-Steve Makohin
&lt;br&gt;&amp;nbsp;Oakville, Ontario, Canada 
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23700695&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Are-%22On-Web-Connection%22-and-or-%22On-Web-Authentication%22-multi-threaded--tp23700695p23700695.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23698446</id>
	<title>v11 update</title>
	<published>2009-05-24T14:48:04Z</published>
	<updated>2009-05-24T14:48:04Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;Just an update on v11 progress. You may remember this picture of the &amp;nbsp;
&lt;br&gt;Active4D architecture:
&lt;br&gt;&lt;br&gt;runtime
&lt;br&gt;lexer | interpreter | server
&lt;br&gt;lists
&lt;br&gt;SymbolTable | values
&lt;br&gt;Variable4D
&lt;br&gt;framework
&lt;br&gt;&amp;nbsp; &amp;nbsp; arrays | text | date/time | files | 4D environment | logging
&lt;br&gt;&lt;br&gt;I have worked my way up to the next to last layer. The lexer is now &amp;nbsp;
&lt;br&gt;working, which is the piece which scans source text and converts it to &amp;nbsp;
&lt;br&gt;tokens. That was a big (and obviously important) piece, and the key &amp;nbsp;
&lt;br&gt;point at which I support Unicode. One nice new feature is that I scan &amp;nbsp;
&lt;br&gt;the first 1K of an HTML page to see if there is a meta http-equiv tag &amp;nbsp;
&lt;br&gt;which specifies the charset. If so, I use that charset to convert to &amp;nbsp;
&lt;br&gt;Unicode, which I use internally. So I support all charsets now -- &amp;nbsp;
&lt;br&gt;utf-8, big5, shift_jis, euc, you name it. You don't have to worry &amp;nbsp;
&lt;br&gt;about the charset of a page not matching the configured platform &amp;nbsp;
&lt;br&gt;charset.
&lt;br&gt;&lt;br&gt;In the case of libraries and config files, if the first line is a &amp;nbsp;
&lt;br&gt;comment and contains &amp;quot;charset=&amp;lt;charset&amp;gt;&amp;quot;, I will use that charset when &amp;nbsp;
&lt;br&gt;converting to Unicode.
&lt;br&gt;&lt;br&gt;Now I'm working on the interpreter, which as you can imagine is a huge &amp;nbsp;
&lt;br&gt;amount of work. But so far it is going quite smoothly -- at least as &amp;nbsp;
&lt;br&gt;far as converting to Unicode and getting it to compile. Whether it &amp;nbsp;
&lt;br&gt;works correctly I won't know until I start testing. I still have a few &amp;nbsp;
&lt;br&gt;days of work left until the interpreter is done.
&lt;br&gt;&lt;br&gt;I said I was shooting for the beginning of June for a beta, but I'm a &amp;nbsp;
&lt;br&gt;lousy shot, and I forgot about the lexer, which took almost a week. At &amp;nbsp;
&lt;br&gt;the rate it's going right now I can't see anything until the middle of &amp;nbsp;
&lt;br&gt;June.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23698446&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/v11-update-tp23698446p23698446.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23668796</id>
	<title>ObjectTools v2.5r5</title>
	<published>2009-05-22T04:37:18Z</published>
	<updated>2009-05-22T04:37:18Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;If you downloaded ObjectTools v2.5r5 before 7:30am EDT, please &amp;nbsp;
&lt;br&gt;download it again. The original version was an Intel-only debug build &amp;nbsp;
&lt;br&gt;(oops!).
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23668796&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ObjectTools-v2.5r5-tp23668796p23668796.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23661778</id>
	<title>[ANN] ObjectTools v2.5r5</title>
	<published>2009-05-21T16:03:37Z</published>
	<updated>2009-05-21T16:03:37Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;A new release of ObjectTools is available for immediate download. This &amp;nbsp;
&lt;br&gt;release fixes a memory leak that occurred each time the error handler &amp;nbsp;
&lt;br&gt;method was called. If you are currently using ObjectTools v2.5, please &amp;nbsp;
&lt;br&gt;upgrade to this version ASAP.
&lt;br&gt;&lt;br&gt;The new version can be found at:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.aparajitaworld.com/site/products/ObjectTools/download.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aparajitaworld.com/site/products/ObjectTools/download.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23661778&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-ANN--ObjectTools-v2.5r5-tp23661778p23661778.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23565189</id>
	<title>What do I need to buy from 4D to develop in Active4D v11?</title>
	<published>2009-05-15T11:34:45Z</published>
	<updated>2009-05-15T11:34:45Z</updated>
	<author>
		<name>Steve Makohin</name>
	</author>
	<content type="html">Hello everyone,
&lt;br&gt;&lt;br&gt;I am about to buy the remainder of the product I need to develop in Active4D 
&lt;br&gt;in 4D v11 (yes, I know it's not available just yet). I currently own 4D 
&lt;br&gt;Developer Pro v11.4 (Windows), but I need to buy some variant of 4D server 
&lt;br&gt;to test client/server code, and I am not sure what I need. I've been 
&lt;br&gt;developing in 4D for ages, but I am totally new to Active4D.
&lt;br&gt;&lt;br&gt;I want to architect a 4D system that does the following:
&lt;br&gt;&amp;nbsp;(1) Allows client/server interaction on a small scale (2 or 3 clients)
&lt;br&gt;&amp;nbsp;(2) Use Active4D for scalable web interaction (I don't need Web 2.0,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ajax, etc. Active4D will be *the* web face)
&lt;br&gt;&amp;nbsp;(3) Lets me test Active4D apps, so I'll need a web server that's easy
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;to set up, but not necessarily able to support lots of users
&lt;br&gt;&lt;br&gt;What else do I need to buy from 4D?
&lt;br&gt;&amp;nbsp;- I believe I need 4D Server, but I am not sure if I need &amp;nbsp;&amp;quot;4D Server&amp;quot; or 
&lt;br&gt;&amp;quot;4D Web App Server&amp;quot;.
&lt;br&gt;&amp;nbsp;- Do I need &amp;quot;4D Web Application Expansion&amp;quot; for &amp;quot;4D Server&amp;quot;? I don't know 
&lt;br&gt;what this does.
&lt;br&gt;&amp;nbsp;- Do I need &amp;quot;4D Web Services Expansion&amp;quot; for &amp;quot;4D Server&amp;quot;? I don't know what 
&lt;br&gt;this does.
&lt;br&gt;&lt;br&gt;What should I use as a development web server?
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;-Steve Makohin
&lt;br&gt;&amp;nbsp;Oakville, Ontario, Canada 
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23565189&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/What-do-I-need-to-buy-from-4D-to-develop-in-Active4D-v11--tp23565189p23565189.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23530068</id>
	<title>Image Upload Filter for Adult Images</title>
	<published>2009-05-13T14:12:42Z</published>
	<updated>2009-05-13T14:12:42Z</updated>
	<author>
		<name>Darin Schroeder-2</name>
	</author>
	<content type="html">I'm going to be allowing people to upload photos in a site I'm
&lt;br&gt;currently developing.
&lt;br&gt;&lt;br&gt;Does anyone know of a good adult image filter that could integrate
&lt;br&gt;nicely with A4D?
&lt;br&gt;&lt;br&gt;I had a quick look at &lt;a href=&quot;http://pikture.logikit.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pikture.logikit.net/&lt;/a&gt;, but have not spent
&lt;br&gt;a great deal of time on it yet. Just wondering if others have done
&lt;br&gt;something similar.
&lt;br&gt;&lt;br&gt;On a related note, I'm also looking for a good &amp;quot;bad&amp;quot; word algorithm to
&lt;br&gt;filter out bad words from a text field.
&lt;br&gt;&lt;br&gt;Any help/suggestion is appreciated.
&lt;br&gt;&lt;br&gt;Darin
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23530068&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Image-Upload-Filter-for-Adult-Images-tp23530068p23530068.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23522233</id>
	<title>Active4D Housekeeper</title>
	<published>2009-05-13T06:54:12Z</published>
	<updated>2009-05-13T06:54:12Z</updated>
	<author>
		<name>David Ringsmuth</name>
	</author>
	<content type="html">2003.8r2 Windows, A4Dv3+, WinServer2003R2SP2
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Server is the web server.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Client is showing a process for Active4D Housekeeper.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I am trying to find the culprit of a continual 2% to 6% CPU usage on each
&lt;br&gt;and every Client when no 4D Processes are accumulating CPU usage times as
&lt;br&gt;returned in the Process Attributes command.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;è How do I stop/kill/prevent the Active4D Housekeeper process from running
&lt;br&gt;on the 4D Clients?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;David Ringsmuth
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23522233&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Active4D-Housekeeper-tp23522233p23522233.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23461559</id>
	<title>Report / Printing manager for the web</title>
	<published>2009-05-08T09:10:17Z</published>
	<updated>2009-05-08T09:10:17Z</updated>
	<author>
		<name>Michael Check</name>
	</author>
	<content type="html">We have several sites with A4D and various frameworks like Ext. &amp;nbsp;We
&lt;br&gt;need to incorporate a Printing/Report manager for generating onscreen
&lt;br&gt;reports and csv exports. &amp;nbsp;Anyone with experience or knowledge of such
&lt;br&gt;a product? &amp;nbsp;Something like Crystal Reports (but not as extensive), but
&lt;br&gt;open source would be spectacular. &amp;nbsp;We could feed it data via json, xml
&lt;br&gt;or even ODBC from A4D and the db.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Michael Check
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23461559&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Report---Printing-manager-for-the-web-tp23461559p23461559.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23392185</id>
	<title>Re: Date formatting and sorting?</title>
	<published>2009-05-05T09:25:34Z</published>
	<updated>2009-05-05T09:25:34Z</updated>
	<author>
		<name>Christian Cypert-4</name>
	</author>
	<content type="html">Got it working, but with a slight change to below. Instead of using &amp;nbsp;
&lt;br&gt;dateFormat I used sortType:'asDate'. After adding this little bit the &amp;nbsp;
&lt;br&gt;dates showed up and started sorting correctly. In my column definition &amp;nbsp;
&lt;br&gt;I call a dateRenderer to format the displayed date.
&lt;br&gt;&lt;br&gt;On Apr 28, 2009, at 11:00 AM, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23392185&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;active4d-dev-request@...&lt;/a&gt; &amp;nbsp;
&lt;br&gt;wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; fields: [
&lt;br&gt;&amp;gt; 	'id',
&lt;br&gt;&amp;gt; 	{ name: 'date', type: 'date', dateFormat: 'Y-m-d' },
&lt;br&gt;&amp;gt; 	'title',
&lt;br&gt;&amp;gt; 	'contact',
&lt;br&gt;&amp;gt; 	{ name: 'notes_length', type: 'int' },
&lt;br&gt;&amp;gt; 	'pa_email',
&lt;br&gt;&amp;gt; 	'pa_name'
&lt;br&gt;&amp;gt; ],
&lt;br&gt;&lt;br&gt;&lt;br&gt;Christian Cypert
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23392185&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ccypert@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;It is a rare mind indeed that can render the hitherto non-existent &amp;nbsp;
&lt;br&gt;blindingly obvious. The cry 'I could have thought of that' is a very &amp;nbsp;
&lt;br&gt;popular and misleading one, for the fact is that they didn't, and a &amp;nbsp;
&lt;br&gt;very significant and revealing fact it is too.
&lt;br&gt;- Douglas Adams
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23392185&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Re%3A-Date-formatting-and-sorting--tp23392185p23392185.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23264581</id>
	<title>Date formatting and sorting?</title>
	<published>2009-04-27T13:39:18Z</published>
	<updated>2009-04-27T13:39:18Z</updated>
	<author>
		<name>Christian Cypert-4</name>
	</author>
	<content type="html">I've got a grid where I'm needing to format and sort a date field, but &amp;nbsp;
&lt;br&gt;running into several issues. If I do a simple render function as &amp;nbsp;
&lt;br&gt;follows:
&lt;br&gt;&lt;br&gt;renderer:Ext.util.Format.dateRenderer('m/d/Y')
&lt;br&gt;&lt;br&gt;This works OK, but if I have an empty date field I get &amp;quot;NaN/NaN/NaN&amp;quot; &amp;nbsp;
&lt;br&gt;for the field, and the sort does not appear to work in date order. &amp;nbsp;
&lt;br&gt;It's wanting to sort the field as if it where an alpha.
&lt;br&gt;&lt;br&gt;The date field is defined simply as
&lt;br&gt;&lt;br&gt;fields :[
&lt;br&gt;'due'
&lt;br&gt;]
&lt;br&gt;&lt;br&gt;I've also tried {name:'due', type:'date', dateFormat:'n/j h:ia'}, but &amp;nbsp;
&lt;br&gt;this causes errors on my end. The grid does not display any data if I &amp;nbsp;
&lt;br&gt;define it as such.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Christian Cypert
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23264581&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ccypert@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;It is a rare mind indeed that can render the hitherto non-existent &amp;nbsp;
&lt;br&gt;blindingly obvious. The cry 'I could have thought of that' is a very &amp;nbsp;
&lt;br&gt;popular and misleading one, for the fact is that they didn't, and a &amp;nbsp;
&lt;br&gt;very significant and revealing fact it is too.
&lt;br&gt;- Douglas Adams
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23264581&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Date-formatting-and-sorting--tp23264581p23264581.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23028745</id>
	<title>EXT Library</title>
	<published>2009-04-13T13:47:53Z</published>
	<updated>2009-04-13T13:47:53Z</updated>
	<author>
		<name>Christian Cypert-4</name>
	</author>
	<content type="html">Does anyone have some experience with using the EXT library? We have &amp;nbsp;
&lt;br&gt;developed several grid forms using EXT, but are having some issues &amp;nbsp;
&lt;br&gt;with developing our input forms within EXT. I'm guessing the problem &amp;nbsp;
&lt;br&gt;is some simple error I've left out, but for example we have an input &amp;nbsp;
&lt;br&gt;form using EXT with a series of tabs. The first tab will load data &amp;nbsp;
&lt;br&gt;correctly, but the remaining tabs do not load any data. Using Firebug &amp;nbsp;
&lt;br&gt;I know that the data that should be displayed within the tabs is &amp;nbsp;
&lt;br&gt;returning correctly.
&lt;br&gt;&lt;br&gt;Christian Cypert
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23028745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ccypert@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;It is a rare mind indeed that can render the hitherto non-existent &amp;nbsp;
&lt;br&gt;blindingly obvious. The cry 'I could have thought of that' is a very &amp;nbsp;
&lt;br&gt;popular and misleading one, for the fact is that they didn't, and a &amp;nbsp;
&lt;br&gt;very significant and revealing fact it is too.
&lt;br&gt;- Douglas Adams
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23028745&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/EXT-Library-tp23028745p23028745.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-23002673</id>
	<title>Detecting and refusing crawlers/robots</title>
	<published>2009-04-11T09:15:08Z</published>
	<updated>2009-04-11T09:15:08Z</updated>
	<author>
		<name>David Ringsmuth</name>
	</author>
	<content type="html">A4D v3+
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;After reviewing my web logs I can see that a range of IP address has been
&lt;br&gt;crawling my customer's sites.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I can think of a way to detect and prevent them from causing too much
&lt;br&gt;activity by using arrays of IP Addresses, Request Counters, and Time-of-Day
&lt;br&gt;that which when SamePageRequests &amp;gt; HourlyCounterLimit(maybe 45), refuses
&lt;br&gt;further responses to that IP address for 1 hour.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Is there a better way to solve this problem beside using the HTML and
&lt;br&gt;robots.txt?
&lt;br&gt;&lt;br&gt;&amp;lt;META NAME=&amp;quot;ROBOTS&amp;quot; CONTENT=&amp;quot;NOINDEX&amp;quot;&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;lt;META NAME=&amp;quot;ROBOTS&amp;quot; CONTENT=&amp;quot;NOFOLLOW&amp;quot;&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;TIA!
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=23002673&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Detecting-and-refusing-crawlers-robots-tp23002673p23002673.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-22958439</id>
	<title>NO ROBOTS</title>
	<published>2009-04-08T12:58:27Z</published>
	<updated>2009-04-08T12:58:27Z</updated>
	<author>
		<name>David Ringsmuth</name>
	</author>
	<content type="html">Is there a recommend way to prevent ROBOTS from crawling an Active4D (v 3+)
&lt;br&gt;Site?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I've googled this and found that HTML may help: 
&lt;br&gt;&lt;br&gt;&amp;lt;META NAME=&amp;quot;ROBOTS&amp;quot; CONTENT=&amp;quot;NOINDEX&amp;quot;&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;lt;META NAME=&amp;quot;ROBOTS&amp;quot; CONTENT=&amp;quot;NOFOLLOW&amp;quot;&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;There is also a robots.txt document that may help.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Should the robots.txt document be placed in the web_decoy directory?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=22958439&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/NO-ROBOTS-tp22958439p22958439.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-22783986</id>
	<title>v11 progress report</title>
	<published>2009-03-30T07:06:24Z</published>
	<updated>2009-03-30T07:06:24Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;Despite my illness, fortunately I have been able to work quite a bit &amp;nbsp;
&lt;br&gt;on Active4D v11. If you're wondering why it is taking me so long, &amp;nbsp;
&lt;br&gt;Active4D represents more than 8 years of work with over 100 source &amp;nbsp;
&lt;br&gt;files comprising 30,000 lines of code.
&lt;br&gt;&lt;br&gt;I'm working my way up the layers upon which Active4D is built. Here is &amp;nbsp;
&lt;br&gt;a basic picture of the architecture:
&lt;br&gt;&lt;br&gt;runtime
&lt;br&gt;interpreter | server
&lt;br&gt;lists
&lt;br&gt;SymbolTable | values
&lt;br&gt;Variable4D
&lt;br&gt;framework
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;arrays | text | date/time | files | 4D environment | logging
&lt;br&gt;&lt;br&gt;Almost everything in the framework has been done, at least enough to &amp;nbsp;
&lt;br&gt;finish Variable4D, which is my class wrapper around the basic 4D &amp;nbsp;
&lt;br&gt;variable type (PA_Variable).
&lt;br&gt;&lt;br&gt;SymbolTable is also done. SymbolTable is the class used to implement &amp;nbsp;
&lt;br&gt;Active4D collections, which I use to store local variables, sessions, &amp;nbsp;
&lt;br&gt;http headers, cookies, etc.
&lt;br&gt;&lt;br&gt;Now I'm working on Values, which are classes that model all of the &amp;nbsp;
&lt;br&gt;values dealt with in the language (local/process/interprocess &amp;nbsp;
&lt;br&gt;variables, collections, table/field references, and constants). This &amp;nbsp;
&lt;br&gt;should a few days.
&lt;br&gt;&lt;br&gt;Lists are things like a list of libraries, a list of sessions, etc. &amp;nbsp;
&lt;br&gt;They should only take a day, they are pretty small classes.
&lt;br&gt;&lt;br&gt;The interpreter and server are quite complex as you can imagine, and &amp;nbsp;
&lt;br&gt;will need a lot of work because of the change to Unicode. It could &amp;nbsp;
&lt;br&gt;easily take me a week to finish those two.
&lt;br&gt;&lt;br&gt;Finally there is the runtime. I have 22 runtime source files to go &amp;nbsp;
&lt;br&gt;through. Some of them will take very little time. Some will take much &amp;nbsp;
&lt;br&gt;more time because of Unicode changes and because any code that used &amp;nbsp;
&lt;br&gt;the operating system API has to be changed. That could take a week or &amp;nbsp;
&lt;br&gt;so to finish.
&lt;br&gt;&lt;br&gt;So it looks like I'm 3-4 weeks away from a beta. I sure hope there are &amp;nbsp;
&lt;br&gt;a lot of you out there waiting to upgrade...
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=22783986&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/v11-progress-report-tp22783986p22783986.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-22707209</id>
	<title>Active4D running in a VM</title>
	<published>2009-03-25T10:30:39Z</published>
	<updated>2009-03-25T10:30:39Z</updated>
	<author>
		<name>B. Perkins</name>
	</author>
	<content type="html">Has anyone deployed Active4D running under 4D Client where 4D (or 4D
&lt;br&gt;Client) is running under a Windows OS virtual machine?
&lt;br&gt;&lt;br&gt;I'm specifically thinking of a situation where the host OS, Apache Web
&lt;br&gt;Server and the Windows VM would be running on Linux. Requests would hit
&lt;br&gt;Apache which would proxy them to 4D running on the VM.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Brad
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=22707209&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Active4D-running-in-a-VM-tp22707209p22707209.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-22604950</id>
	<title>v11 progress report</title>
	<published>2009-03-19T10:05:10Z</published>
	<updated>2009-03-19T10:05:10Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;First of all, I want to offer my deepest heartfelt gratitude to &amp;nbsp;
&lt;br&gt;everyone who sent their prayers and goodwill for my recovery. It &amp;nbsp;
&lt;br&gt;definitely made a difference -- the next day I felt much better and &amp;nbsp;
&lt;br&gt;while I am still not fully recovered I have been able to work on the &amp;nbsp;
&lt;br&gt;v11 version every day.
&lt;br&gt;&lt;br&gt;I started the very beginning of this process getting some fundamental &amp;nbsp;
&lt;br&gt;building blocks in place, then I started working my way through the &amp;nbsp;
&lt;br&gt;startup process of the plugin. I have gotten to the point where the &amp;nbsp;
&lt;br&gt;key file is located and validated and some other parts of the system &amp;nbsp;
&lt;br&gt;are initialized. As I mentioned before, I am doing lots of logging &amp;nbsp;
&lt;br&gt;now. Here is a sample of the log during startup:
&lt;br&gt;&lt;br&gt;Mar 19 12:59:58 Active4D: [info] Active4D 5.0d1 (Macintosh, debug)
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] 4D v11.4.0 (Mono, interpreted, Mac OS &amp;nbsp;
&lt;br&gt;X 10.5.6 (Intel))
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] Log level: debug
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] ICU data directory: /Volumes/Supreme/ 
&lt;br&gt;Library/Application Support/4D/com.aparajita/icu
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] ICU locale: English (United States)
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] Environment checked
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] Server initialized
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] Lexer initialized
&lt;br&gt;Mar 19 12:59:58 Active4D: [debug] Lexer: decimal point='.', grouping &amp;nbsp;
&lt;br&gt;separator=','
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] Interpreter initialized
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] Searching for key file in /Volumes/ 
&lt;br&gt;Supreme/Library/Application Support/4D/com.aparajita/Active4D
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] Found key file: /Volumes/Supreme/ 
&lt;br&gt;Library/Application Support/4D/com.aparajita/Active4D/Active4D.key
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] Found deployment license, checking IP &amp;nbsp;
&lt;br&gt;addresses
&lt;br&gt;Mar 19 12:59:58 Active4D: [debug] Interface lo0: loopback
&lt;br&gt;Mar 19 12:59:58 Active4D: [debug] Interface lo0: loopback
&lt;br&gt;Mar 19 12:59:58 Active4D: [debug] Interface lo0: loopback
&lt;br&gt;Mar 19 12:59:58 Active4D: [debug] Interface lo0: loopback
&lt;br&gt;Mar 19 12:59:58 Active4D: [debug] Interface gif0: down
&lt;br&gt;Mar 19 12:59:58 Active4D: [debug] Interface stf0: down
&lt;br&gt;Mar 19 12:59:58 Active4D: [debug] Interface en0: AF_LINK
&lt;br&gt;Mar 19 12:59:58 Active4D: [debug] Interface en0: 192.168.1.7
&lt;br&gt;Mar 19 12:59:58 Active4D: [debug] Matched IP: 192.168.1.7
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] Matched IP address: 192.168.1.7
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] Valid key: key version = 0x50, plugin &amp;nbsp;
&lt;br&gt;version = 0x50
&lt;br&gt;Mar 19 12:59:58 Active4D: [info] License type = deployment
&lt;br&gt;&lt;br&gt;In this case debug logging was turned on, normally the [debug] &amp;nbsp;
&lt;br&gt;messages would not appear.
&lt;br&gt;&lt;br&gt;Now I am going through the higher level stuff that supports the &amp;nbsp;
&lt;br&gt;interpreter and runtime. It's a lot of work, but I'm making steady &amp;nbsp;
&lt;br&gt;progress.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=22604950&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/v11-progress-report-tp22604950p22604950.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-22479067</id>
	<title>v11 update</title>
	<published>2009-03-12T08:34:45Z</published>
	<updated>2009-03-12T08:34:45Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;Just to give you an update on my progress with the v11 version...
&lt;br&gt;&lt;br&gt;Two years ago I sustained a physical injury to my large intestine. It &amp;nbsp;
&lt;br&gt;did not require surgery, but I ended up in the hospital twice because &amp;nbsp;
&lt;br&gt;of complications related to the injury. The nature of the injury is &amp;nbsp;
&lt;br&gt;such that it is very slow to heal. I suffered immensely for a year and &amp;nbsp;
&lt;br&gt;a half, and it is only in the last six months that my health was &amp;nbsp;
&lt;br&gt;getting back to normal, although I still have severe limitations on &amp;nbsp;
&lt;br&gt;the kind and amount of exercise I can do. This injury is one reason &amp;nbsp;
&lt;br&gt;for me getting started so late with the v11 version of Active4D.
&lt;br&gt;&lt;br&gt;Anyway, I had been slowly improving over the past few months and was &amp;nbsp;
&lt;br&gt;feeling quite strong up until a week and a half ago, when I walked too &amp;nbsp;
&lt;br&gt;far and the injury flared up. Since then I have been quite sick and &amp;nbsp;
&lt;br&gt;unable to get much of anything done. I am just starting to feel better &amp;nbsp;
&lt;br&gt;now, but I anticipate another week or two before I am back to where I &amp;nbsp;
&lt;br&gt;was before this relapse. Today is the first day I feel strong enough &amp;nbsp;
&lt;br&gt;to do serious programming.
&lt;br&gt;&lt;br&gt;For all of you who have been suffering without a v11 version of &amp;nbsp;
&lt;br&gt;Active4D, I will gladly trade your suffering for mine! Please be &amp;nbsp;
&lt;br&gt;assured that I take my commitment to the v11 version seriously and am &amp;nbsp;
&lt;br&gt;doing my best. Unfortunately I am only human and there is only one of &amp;nbsp;
&lt;br&gt;me to do the work. So I must humbly beg for your forgiveness and &amp;nbsp;
&lt;br&gt;patience.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=22479067&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/v11-update-tp22479067p22479067.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-22318329</id>
	<title>[ANN] New ObjectTools release available</title>
	<published>2009-03-03T13:27:03Z</published>
	<updated>2009-03-03T13:27:03Z</updated>
	<author>
		<name>aparajita</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I am happy to announce the release of a new version of ObjectTools &amp;nbsp;
&lt;br&gt;(v2.5r3). This version fixes a problem with pointer arguments and &amp;nbsp;
&lt;br&gt;implements a couple of long-standing feature requests:
&lt;br&gt;&lt;br&gt;- When calling OT CopyItem, if the OT AutoCreateObjects option is on, &amp;nbsp;
&lt;br&gt;embedded objects will automatically be created in the destination item.
&lt;br&gt;&lt;br&gt;- When calling OT ItemExists, if you pass a reference to an item in an &amp;nbsp;
&lt;br&gt;embedded object which does not exist, no error is generated and zero &amp;nbsp;
&lt;br&gt;is returned.
&lt;br&gt;&lt;br&gt;- Added OT PutBoolean and OT GetBoolean commands. You have to pass and &amp;nbsp;
&lt;br&gt;receive a longint, but in every other respect it acts as a separate &amp;nbsp;
&lt;br&gt;boolean type. This means you do not have to use OT Put/GetVariable to &amp;nbsp;
&lt;br&gt;store and retrieve a boolean.
&lt;br&gt;&lt;br&gt;- Objects serialized with ObjectTools v1 may now be deserialized using &amp;nbsp;
&lt;br&gt;OT BLOBToObject.
&lt;br&gt;&lt;br&gt;ObjectTools v2.5r3 is available for download at:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.aparajitaworld.com/site/products/ObjectTools/download.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.aparajitaworld.com/site/products/ObjectTools/download.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Aparajita
&lt;br&gt;&amp;nbsp; &amp;nbsp; www.aparajitaworld.com
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;quot;If you dare to fail, you are bound to succeed.&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; - Sri Chinmoy &amp;nbsp; | &amp;nbsp; www.srichinmoy.org
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=22318329&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-ANN--New-ObjectTools-release-available-tp22318329p22318329.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-22255751</id>
	<title>[OFF] Dejal Simon</title>
	<published>2009-02-27T14:32:34Z</published>
	<updated>2009-02-27T14:32:34Z</updated>
	<author>
		<name>B. Perkins</name>
	</author>
	<content type="html">Has anyone used this site monitoring tool?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.dejal.com/simon/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.dejal.com/simon/&lt;/a&gt;&lt;br&gt;&lt;br&gt;We've used Whistleblower for years but it doesn't appear to be supported
&lt;br&gt;anymore and we have it running on a first generation G3 running OS 9 so
&lt;br&gt;I need to find a replacement. The powers that be view running that OS as
&lt;br&gt;a vulnerability and we've been told to remove it from the network.
&lt;br&gt;&lt;br&gt;Recommendations for other replacements are welcome (Mac or Windows).
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Brad
&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=22255751&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-OFF--Dejal-Simon-tp22255751p22255751.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-22080161</id>
	<title>v11 Update?</title>
	<published>2009-02-18T05:08:15Z</published>
	<updated>2009-02-18T05:08:15Z</updated>
	<author>
		<name>CDonahue</name>
	</author>
	<content type="html">Hi Aparajita,
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;It's been a little while since the last v11 update ... I was wondering
&lt;br&gt;if you could apprise us of the latest status?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;- Clayton
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Clayton L. Donahue
&lt;br&gt;&lt;br&gt;The Healthcare Management Council, Inc.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=22080161&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cdonahue@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=22080161&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cdonahue@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;(781) 449-5287
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Active4D-dev mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=22080161&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Active4D-dev@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://mailman.aparajitaworld.com/archive/active4d-dev/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mailman.aparajitaworld.com/archive/active4d-dev/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/v11-Update--tp22080161p22080161.html" />
</entry>

</feed>
