<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-24447</id>
	<title>Nabble - 4D Tech</title>
	<updated>2009-12-22T19:02:04Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/4D-Tech-f24447.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/4D-Tech-f24447.html" />
	<subtitle type="html">The 4th Dimension Internet Users Group (4D iNUG) provides an Internet forum for users and developers of the 4th Dimension RAD / RDBMS (relational and Web database environment for Macintosh and Windows) to exchange ideas and techniques, discuss problems and solutions, swap code fragments, announce 4D jobs and products, and basically help each other out.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26897454</id>
	<title>Re: Safar JavaScript debugger, who knew?</title>
	<published>2009-12-22T19:02:04Z</published>
	<updated>2009-12-22T19:02:04Z</updated>
	<author>
		<name>Kevin LaTona-2</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 22, 2009, at 6:28 PM, David Adams wrote:
&lt;br&gt;&amp;gt; For sure, 4D will have to radically rethink their current debugger. I
&lt;br&gt;&amp;gt; actually really like the 4D debugger now, but it won't be up to the
&lt;br&gt;&amp;gt; task of JavaScript debugging without DOM searches and so on.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I too have tried Aptana and it still feels like oil + water trying to &amp;nbsp;
&lt;br&gt;mix.
&lt;br&gt;&lt;br&gt;There are many things I like about 4D's debugger and if they could &amp;nbsp;
&lt;br&gt;pickoff the good parts from it and add some more they could take the &amp;nbsp;
&lt;br&gt;JS by storm.
&lt;br&gt;&lt;br&gt;One thing I think would be nice is if you could mouse over a var for &amp;nbsp;
&lt;br&gt;example and have a &amp;quot;tool tip&amp;quot; like reading as to what the current &amp;nbsp;
&lt;br&gt;value is and it's type would be nice.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I agree the big turn off to all JS browser debuggers is they dump you &amp;nbsp;
&lt;br&gt;down soooooo deep into the browser's DOM with more data points than &amp;nbsp;
&lt;br&gt;the average geek will ever need, want or &amp;nbsp;can make sense from.
&lt;br&gt;&lt;br&gt;I was talking with a .NET tester today and do have to say that MS has &amp;nbsp;
&lt;br&gt;given .NET folks a great set of tools to do auto website testing such &amp;nbsp;
&lt;br&gt;as data input test etc..
&lt;br&gt;&lt;br&gt;It sure would be nice to see Apple or Wakanda give that same kind test &amp;nbsp;
&lt;br&gt;suite access to OS X geeks.
&lt;br&gt;&lt;br&gt;-Kevin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897454&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Safar-JavaScript-debugger%2C-who-knew--tp26896903p26897454.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26897429</id>
	<title>Re: Getting the Pointer to an Array Element</title>
	<published>2009-12-22T18:59:53Z</published>
	<updated>2009-12-22T18:59:53Z</updated>
	<author>
		<name>David Dancy</name>
	</author>
	<content type="html">Cool, but will it also work with local arrays in compiled mode?
&lt;br&gt;&lt;br&gt;To be really generic you'd need to do
&lt;br&gt;&lt;br&gt;RESOLVE POINTER($rootArray;$rootArrayName;...)
&lt;br&gt;&lt;br&gt;Then
&lt;br&gt;&lt;br&gt;$Element:=Get pointer($rootArrayName+&amp;quot;{&amp;quot;+string($index)+&amp;quot;}&amp;quot;)
&lt;br&gt;&lt;br&gt;If $rootArray points to a process/ip array all's well; if it points to
&lt;br&gt;a local I don't think it will work when running compiled, because the
&lt;br&gt;compilation process throws away the names of all local objects.
&lt;br&gt;&lt;br&gt;David Dancy
&lt;br&gt;Sydney, Australia
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/12/23 miyako &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897429&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;miyako@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; you can use Get pointer.
&lt;br&gt;&amp;gt; the curly brackets are supported since 2004.1.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; miyako
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ArrayElemnt_Ptr:=Get pointer(&amp;quot;myArray_at{3}&amp;quot;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 2009/12/23, at 3:18, David Nasralla wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But what do you do when you only have a pointer to an array, and you
&lt;br&gt;&amp;gt;&amp;gt; want the pointer to an array element?
&lt;/div&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897429&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-the-Pointer-to-an-Array-Element-tp26892140p26897429.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26897423</id>
	<title>Re: Inline images in HTML e-mail</title>
	<published>2009-12-22T18:59:16Z</published>
	<updated>2009-12-22T18:59:16Z</updated>
	<author>
		<name>MIYAKO</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;a good starting point would be 
&lt;br&gt;to send an image embedded e-mail to yourself 
&lt;br&gt;from a full feathered e-mail client
&lt;br&gt;and study the source.
&lt;br&gt;&lt;br&gt;after all, all e-mail messages
&lt;br&gt;whether they are plain or rich text, with or without attachment,
&lt;br&gt;are all made of standard ASCII characters at the source level.
&lt;br&gt;&lt;br&gt;miyako
&lt;br&gt;&lt;br&gt;On 2009/12/22, at 22:51, Tomas wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I try to find way how to send HTML e-mail message with inline images
&lt;br&gt;&amp;gt; from within 4D, but still without success.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The only one solution I've succeed s to put the image on some web
&lt;br&gt;&amp;gt; server and to write into the message body the &amp;lt;img src&amp;gt; tag with
&lt;br&gt;&amp;gt; URL of the image. Unfortunately most mail clients is set to not load
&lt;br&gt;&amp;gt; remote images from web automatically, so this technique is not so useful...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does somebody know a way how to build the HTML e-mail with inline images
&lt;br&gt;&amp;gt; really attached by the message ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Tomas Kadlec
&lt;br&gt;&amp;gt; Pardubice, Czech
&lt;/div&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897423&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Inline-images-in-HTML-e-mail-tp26891059p26897423.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26897376</id>
	<title>Re: A little off subject ... &quot;Spaces&quot; in OS X</title>
	<published>2009-12-22T18:49:08Z</published>
	<updated>2009-12-22T18:49:08Z</updated>
	<author>
		<name>MIYAKO</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;the name of the application package is irrelevant.
&lt;br&gt;the bundle identifier (com.4d.4d for 4D) in the info.plist is the application's name.
&lt;br&gt;&lt;br&gt;miyako
&lt;br&gt;&lt;br&gt;On 2009/12/23, at 5:50, Michael Cook wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Yes, I made another copy of 4D Client, and changed the name to 5D Client.
&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897376&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/A-little-off-subject-...-%22Spaces%22-in-OS-X-tp26894011p26897376.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26897338</id>
	<title>Re: Getting the Pointer to an Array Element</title>
	<published>2009-12-22T18:40:50Z</published>
	<updated>2009-12-22T18:40:50Z</updated>
	<author>
		<name>MIYAKO</name>
	</author>
	<content type="html">Hello, 
&lt;br&gt;you can use Get pointer.
&lt;br&gt;the curly brackets are supported since 2004.1.
&lt;br&gt;&lt;br&gt;miyako
&lt;br&gt;&lt;br&gt;$ArrayElemnt_Ptr:=Get pointer(&amp;quot;myArray_at{3}&amp;quot;)
&lt;br&gt;&lt;br&gt;On 2009/12/23, at 3:18, David Nasralla wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; But what do you do when you only have a pointer to an array, and you
&lt;br&gt;&amp;gt; want the pointer to an array element?
&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897338&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-the-Pointer-to-an-Array-Element-tp26892140p26897338.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26897256</id>
	<title>Re: Safar JavaScript debugger, who knew?</title>
	<published>2009-12-22T18:28:03Z</published>
	<updated>2009-12-22T18:28:03Z</updated>
	<author>
		<name>David Adams-4</name>
	</author>
	<content type="html">On Wed, Dec 23, 2009 at 12:42 PM, Kevin LaTona &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897256&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4dlist@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; David,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 22, 2009, at 5:30 PM, David Adams wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is anyone using the Safari debugger and, if so, is there any reason to
&lt;br&gt;&amp;gt;&amp;gt; use it instead of Firebug with Firefox, apart from tracking down
&lt;br&gt;&amp;gt;&amp;gt; Safari-specific issues?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tend to use both debuggers as I've yet to find a really good JS debugger
&lt;br&gt;&amp;gt; to my liking.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm hoping the &amp;quot;Wakanda Team&amp;quot; comes up something better that what is
&lt;br&gt;&amp;gt; currently available.
&lt;/div&gt;&lt;br&gt;Fair enough. The last time I looked, Firebug was better than the
&lt;br&gt;debugger in Aptana or anywhere else. Aptana was the closest thing I
&lt;br&gt;could find to a reasonable JavaScript IDE at the time. This is a few
&lt;br&gt;years back.
&lt;br&gt;&lt;br&gt;One thing I don't enjoy about JavaScript debuggers is the depth of the
&lt;br&gt;DOM tree you end up working with. (Same story in Flex.) The object
&lt;br&gt;paths can be so deep and nested it gets overwhelming in a hurry.
&lt;br&gt;&lt;br&gt;I'll tell you one feature that would be great in a JavaScript
&lt;br&gt;debugger: Search for *values* in the tree. The Safari debugger and
&lt;br&gt;Firebug (as I recall) let you search for scripts, but not values.
&lt;br&gt;Hopefully I'm wrong.
&lt;br&gt;&lt;br&gt;For sure, 4D will have to radically rethink their current debugger. I
&lt;br&gt;actually really like the 4D debugger now, but it won't be up to the
&lt;br&gt;task of JavaScript debugging without DOM searches and so on.
&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897256&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Safar-JavaScript-debugger%2C-who-knew--tp26896903p26897256.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26897153</id>
	<title>Re: Safar JavaScript debugger, who knew?</title>
	<published>2009-12-22T18:12:06Z</published>
	<updated>2009-12-22T18:12:06Z</updated>
	<author>
		<name>Mehboob Alam</name>
	</author>
	<content type="html">Check out what Chrome has.. very slick inspector too.. perhaps an arms-race for the hearts and minds of developers.. the best developer tools may lead to greater compliance and adoption..?
&lt;br&gt;&amp;nbsp;sincerely,
&lt;br&gt;mehboob alam
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Electricity is actually made up of extremely tiny particles called electrons, that you cannot see with the naked eye unless you have been drinking. - Dave Barry
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----
&lt;br&gt;From: David Adams &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897153&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dpadams@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: 4D iNug Technical &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897153&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4d_tech@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Tue, December 22, 2009 8:30:23 PM
&lt;br&gt;Subject: Safar JavaScript debugger, who knew?
&lt;br&gt;&lt;br&gt;Safari on Mac has had an increasingly useful Web inspector feature for
&lt;br&gt;some time. I just discovered by accident that it's now got a pretty
&lt;br&gt;decent looking integrated JavaScript debugger and JavaScript profiler.
&lt;br&gt;Who knew? I haven't checked to see if the Windows version has this
&lt;br&gt;stuff.
&lt;br&gt;&lt;br&gt;Is anyone using the Safari debugger and, if so, is there any reason to
&lt;br&gt;use it instead of Firebug with Firefox, apart from tracking down
&lt;br&gt;Safari-specific issues?
&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897153&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897153&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Safar-JavaScript-debugger%2C-who-knew--tp26896903p26897153.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26896981</id>
	<title>Re: Safar JavaScript debugger, who knew?</title>
	<published>2009-12-22T17:42:41Z</published>
	<updated>2009-12-22T17:42:41Z</updated>
	<author>
		<name>Kevin LaTona-2</name>
	</author>
	<content type="html">David,
&lt;br&gt;&lt;br&gt;On Dec 22, 2009, at 5:30 PM, David Adams wrote:
&lt;br&gt;&amp;gt; Is anyone using the Safari debugger and, if so, is there any reason to
&lt;br&gt;&amp;gt; use it instead of Firebug with Firefox, apart from tracking down
&lt;br&gt;&amp;gt; Safari-specific issues?
&lt;br&gt;&lt;br&gt;I tend to use both debuggers as I've yet to find a really good JS &amp;nbsp;
&lt;br&gt;debugger to my liking.
&lt;br&gt;&lt;br&gt;I'm hoping the &amp;quot;Wakanda Team&amp;quot; comes up something better that what is &amp;nbsp;
&lt;br&gt;currently available.
&lt;br&gt;&lt;br&gt;-Kevin
&lt;br&gt;&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26896981&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Safar-JavaScript-debugger%2C-who-knew--tp26896903p26896981.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26896903</id>
	<title>Safar JavaScript debugger, who knew?</title>
	<published>2009-12-22T17:30:23Z</published>
	<updated>2009-12-22T17:30:23Z</updated>
	<author>
		<name>David Adams-4</name>
	</author>
	<content type="html">Safari on Mac has had an increasingly useful Web inspector feature for
&lt;br&gt;some time. I just discovered by accident that it's now got a pretty
&lt;br&gt;decent looking integrated JavaScript debugger and JavaScript profiler.
&lt;br&gt;Who knew? I haven't checked to see if the Windows version has this
&lt;br&gt;stuff.
&lt;br&gt;&lt;br&gt;Is anyone using the Safari debugger and, if so, is there any reason to
&lt;br&gt;use it instead of Firebug with Firefox, apart from tracking down
&lt;br&gt;Safari-specific issues?
&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26896903&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Safar-JavaScript-debugger%2C-who-knew--tp26896903p26896903.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26896843</id>
	<title>Restoring a Backup: 2004.7</title>
	<published>2009-12-22T17:21:29Z</published>
	<updated>2009-12-22T17:21:29Z</updated>
	<author>
		<name>Walt Nelson-4</name>
	</author>
	<content type="html">Like many of you, I am paranoid about data integrity and backups. Every 
&lt;br&gt;weekend, I shut down my client's server, run Datacheck, and fix any 
&lt;br&gt;problems: gremlins, NANs, etc.
&lt;br&gt;(For Paul Carnine: many of us are anxiously awaiting DataCheck for v11 !!!)
&lt;br&gt;&lt;br&gt;This week, I decided to also do a trial run of Backup Restore, just to make 
&lt;br&gt;sure things are working properly.
&lt;br&gt;&lt;br&gt;As a test, I did the type of restore where you take the previous night's 
&lt;br&gt;backup and the current log file, and integrate the two. When I do that, I 
&lt;br&gt;get the following error during the Restore Log phase:
&lt;br&gt;&lt;br&gt;====================
&lt;br&gt;&amp;quot;Record# is out of range.
&lt;br&gt;&lt;br&gt;Table: Activity_Log Record# 710051071
&lt;br&gt;&lt;br&gt;The address of the record cannot be read.&amp;quot;
&lt;br&gt;====================
&lt;br&gt;&lt;br&gt;I have tried to restore three days in a row, and each time I get the same 
&lt;br&gt;message. The table name and record numbers change, but the format and 
&lt;br&gt;content are the same: valid table name, record number out of range. AFIAK, 
&lt;br&gt;710051071 is a valid record number, since it is within the Longint number 
&lt;br&gt;range. All of the offending record numbers are very high numbers, but still 
&lt;br&gt;within Longint range. (Usually, when I see record numbers that high, it is 
&lt;br&gt;within a Transaction. I don't know if that has any bearing here. We do have 
&lt;br&gt;several Transactions that run in this application, and the tables mentioned 
&lt;br&gt;are involved in some transactions.)
&lt;br&gt;&lt;br&gt;If I click the OK button, the same message comes up again. In other words, 
&lt;br&gt;the message is repeated for several records.
&lt;br&gt;&lt;br&gt;I tried to search for the Bug Fix docs of 2004.8, to see if this was a fixed 
&lt;br&gt;bug, but they have changed the format of the Downloads page for 2004, and 
&lt;br&gt;the Bugs Fixed PDF's are no longer available from that page. I don't know 
&lt;br&gt;the new location of Bug Fixed PDF's, So I have no idea if this was a bug 
&lt;br&gt;that was fixed in 2004.8.
&lt;br&gt;&lt;br&gt;I am not one to arbitrarily upgrade to the &amp;quot;latest version&amp;quot; without a very 
&lt;br&gt;good reason to do so, and that's why I am still on 2004.7. &amp;quot;If it ain't 
&lt;br&gt;broke, don't fix it&amp;quot; is my motto.
&lt;br&gt;&lt;br&gt;Anyway: has anyone ever seen this before when restoring with the previous 
&lt;br&gt;backup and the current log file?
&lt;br&gt;&lt;br&gt;Walt Nelson - Guam 
&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26896843&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OFF--Downgrade-a-New-Mac-Mini-to-10.5.8--tp26851841p26896843.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26896838</id>
	<title>Re: email address (pre) validation</title>
	<published>2009-12-22T17:01:05Z</published>
	<updated>2009-12-22T17:01:05Z</updated>
	<author>
		<name>Owen Watson-2</name>
	</author>
	<content type="html">Not these days; since the rise of address harvesting address
&lt;br&gt;verification is off in most mailservers.
&lt;br&gt;&lt;br&gt;The only thing you can do is test the well-formness of the address;
&lt;br&gt;there are several regex implementations to do this.
&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26896838&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/email-address-%28pre%29-validation-tp26894998p26896838.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26896837</id>
	<title>Re: [OFF] Downgrade a New Mac Mini to 10.5.8?</title>
	<published>2009-12-22T16:26:50Z</published>
	<updated>2009-12-22T16:26:50Z</updated>
	<author>
		<name>Douglas von Roeder</name>
	</author>
	<content type="html">Tom Benedict wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Chuck Miller writes:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; You are right the fastest PC is a MAC. I continually amaze clients when I boot my virtual
&lt;br&gt;&amp;gt;&amp;gt; machine on my laptop and it boots faster than their PCs
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In our environment, boot time is not important. Our XP machine are rarely rebooted. Maybe once a month. So boot time is irrelevant.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I haven't followed recent benchmarks. Does an Apple machine running any type of Windows OS really run faster than a Dell/HP/Lenovo/etc running the same CPU and graphics chipset?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can someone point me to some recent benchmarks?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tom Benedict
&lt;br&gt;&amp;gt; Free &amp; Clear, Inc
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;I bought a 17&amp;quot; MacBook Pro in August 2007. It was reviewed by CNET 
&lt;br&gt;shortly thereafter against other high end laptops and it was marginally 
&lt;br&gt;faster than the other that they tested.
&lt;br&gt;&lt;br&gt;When they ran the Windows tests, I think they booted up under BootCamp. 
&lt;br&gt;When you're using Parallels or Fusion, there is a performance drop off 
&lt;br&gt;but it's still extremely usable.
&lt;br&gt;&lt;br&gt;I haven't seen anything about comparing desktops.
&lt;br&gt;&lt;br&gt;Back to my old tag line:
&lt;br&gt;&amp;quot;Nothing is slow at 2GHz.&amp;quot;
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Douglas von Roeder
&lt;br&gt;&amp;quot;99.99% of all 4D bugs are self-inflicted&amp;quot;
&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26896837&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OFF--Downgrade-a-New-Mac-Mini-to-10.5.8--tp26851841p26896837.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26896193</id>
	<title>Re: A little off subject ... &quot;Spaces&quot; in OS X</title>
	<published>2009-12-22T15:57:25Z</published>
	<updated>2009-12-22T15:57:25Z</updated>
	<author>
		<name>Michael Cook-4</name>
	</author>
	<content type="html">Thanks Randy,
&lt;br&gt;&lt;br&gt;Your idea worked. I was trying to do it through the preference pane with no
&lt;br&gt;success.
&lt;br&gt;&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Dec 22, 2009 at 4:23 PM, Randy Jaynes &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26896193&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;randy@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Michael,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It sounds like you're trying to use the Expose &amp; Spaces preference pane to
&lt;br&gt;&amp;gt; set the apps to run in a specific Space when you launch them. I can't choose
&lt;br&gt;&amp;gt; a second copy of an application here in the preference pane, but I can
&lt;br&gt;&amp;gt; easily run any number of copies of an application in different Spaces at the
&lt;br&gt;&amp;gt; same time by switching over to a Space before launching the application I
&lt;br&gt;&amp;gt; want to have running in that Space.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I use hot keys to move between Spaces quickly and easily, then launch the
&lt;br&gt;&amp;gt; app. I often have 2 or 3 copies of 4D v11 running in 2 or more Spaces at the
&lt;br&gt;&amp;gt; same time.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you are trying to use the preference pane to assign a specific Space to
&lt;br&gt;&amp;gt; run in, the best suggestion I can give is to assign the second copy to
&lt;br&gt;&amp;gt; &amp;nbsp;Space 2, 3, or 4 and simply do the majority of your work in Space 1. Then
&lt;br&gt;&amp;gt; when you go to open the second copy of 4D, it will automatically open in the
&lt;br&gt;&amp;gt; assigned Space instead of opening in your currently displayed Space.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I very seldom go to the preference pane, so I wasn't even aware of this
&lt;br&gt;&amp;gt; restriction until now.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hope this helps,
&lt;br&gt;&amp;gt; Randy
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------
&lt;br&gt;&amp;gt; Randy Jaynes
&lt;br&gt;&amp;gt; Senior Programmer and Customer Support
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PrintPoint, Inc.
&lt;br&gt;&amp;gt; 57 Ludlow Lane
&lt;br&gt;&amp;gt; Palisades, NY 10964
&lt;br&gt;&amp;gt; USA
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tel: &amp;nbsp; 845 359-0298
&lt;br&gt;&amp;gt; Fax: &amp;nbsp;845 359-3468
&lt;br&gt;&amp;gt; Mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26896193&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;randy@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 22, 2009, at 3:50 PM, Michael Cook wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Chuck,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Yes, I made another copy of 4D Client, and changed the name to 5D Client.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I run two copies of 4D/4D Client all the time but I cannot find a way to
&lt;br&gt;&amp;gt;&amp;gt; assign each copy to a different &amp;quot;Space&amp;quot;. OS X apparently will only allow
&lt;br&gt;&amp;gt;&amp;gt; one
&lt;br&gt;&amp;gt;&amp;gt; instance of an application to run in &amp;quot;Spaces&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; That is the issue.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Michael
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;/div&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26896193&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/A-little-off-subject-...-%22Spaces%22-in-OS-X-tp26894011p26896193.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26896836</id>
	<title>Re: [OFF] Downgrade a New Mac Mini to 10.5.8?</title>
	<published>2009-12-22T15:34:48Z</published>
	<updated>2009-12-22T15:34:48Z</updated>
	<author>
		<name>George Tiller-2</name>
	</author>
	<content type="html">On 12/22/09 6:05 PM, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26896836&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tom.Benedict@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;I haven't followed recent benchmarks. Does an Apple machine running any 
&lt;br&gt;&amp;gt;type of Windows OS really run faster than a Dell/HP/Lenovo/etc running the 
&lt;br&gt;&amp;gt;same CPU and graphics chipset?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Can someone point me to some recent benchmarks?
&lt;br&gt;&lt;br&gt;Tom, PC World has rated a Mac as the fastest Windows machine in two cases 
&lt;br&gt;that I have seen. One case was a year or two ago, when they rated the 
&lt;br&gt;MacBook Pro as the fastest Windows laptop (by only one point, but still 
&lt;br&gt;fastest). The other was recently when they reviewed all-in-one desktops, 
&lt;br&gt;and the iMac was the fastest running Windows. The link is not on the PC 
&lt;br&gt;World home page any more, but I'm sure that you could find the review by 
&lt;br&gt;searching their site. They didn't rate the iMac the best overall, due to 
&lt;br&gt;high price and fewer features, but it was the fastest.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;George Tiller
&lt;br&gt;911 East A Street
&lt;br&gt;Brunswick, Maryland 21716
&lt;br&gt;&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26896836&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OFF--Downgrade-a-New-Mac-Mini-to-10.5.8--tp26851841p26896836.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26895851</id>
	<title>Re: [OFF] Downgrade a New Mac Mini to 10.5.8?</title>
	<published>2009-12-22T15:05:36Z</published>
	<updated>2009-12-22T15:05:36Z</updated>
	<author>
		<name>Tom Benedict</name>
	</author>
	<content type="html">Chuck Miller writes:
&lt;br&gt;&lt;br&gt;&amp;gt;You are right the fastest PC is a MAC. I continually amaze clients when I boot my virtual
&lt;br&gt;&amp;gt;machine on my laptop and it boots faster than their PCs
&lt;br&gt;&lt;br&gt;In our environment, boot time is not important. Our XP machine are rarely rebooted. Maybe once a month. So boot time is irrelevant.
&lt;br&gt;&lt;br&gt;I haven't followed recent benchmarks. Does an Apple machine running any type of Windows OS really run faster than a Dell/HP/Lenovo/etc running the same CPU and graphics chipset?
&lt;br&gt;&lt;br&gt;Can someone point me to some recent benchmarks?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Tom Benedict
&lt;br&gt;Free &amp; Clear, Inc
&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26895851&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OFF--Downgrade-a-New-Mac-Mini-to-10.5.8--tp26851841p26895851.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26895644</id>
	<title>Re: Getting the Pointer to an Array Element</title>
	<published>2009-12-22T14:59:15Z</published>
	<updated>2009-12-22T14:59:15Z</updated>
	<author>
		<name>David Nasralla</name>
	</author>
	<content type="html">Hey David,
&lt;br&gt;&lt;br&gt;David Dancy &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26895644&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;david.dancy@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Use API Pack (www.pluggers.nl) - it has a command for this exact
&lt;br&gt;&amp;gt; purpose. AFAIK, It's impossible in native 4D.
&lt;br&gt;&lt;br&gt;Thanks David. Sure enough, API pack has the command &amp;quot;API Get Array
&lt;br&gt;Item Pointer&amp;quot;. &amp;nbsp;The fact that it has this command makes a good case
&lt;br&gt;that you can't do it in Native 4D. I'm already using API pack, so this
&lt;br&gt;is an easy solution.
&lt;br&gt;&lt;br&gt;Douglas von Roeder 4D &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26895644&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dvonroeder@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Do you want to access the array element itself or do you just want the value
&lt;br&gt;&amp;gt; in the element?
&lt;br&gt;&lt;br&gt;I wanted to hand off the array element to generic method without
&lt;br&gt;having to know/deal with the variable type (let the method deal with
&lt;br&gt;it). The API Pack call will work nicely.
&lt;br&gt;&lt;br&gt;Thanks to all that responded.
&lt;br&gt;&lt;br&gt;dave
&lt;br&gt;&lt;br&gt;Original Post:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I don't think there is a way to do this, but I'll throw it out there.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I know how to get the pointer to an array:
&lt;br&gt;&amp;gt;&amp;gt; $Array_Ptr:=-&amp;gt;myArray_at
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I know how to get the pointer to an array element:
&lt;br&gt;&amp;gt;&amp;gt; $ArrayElemnt_Ptr:=-&amp;gt;myArray{3}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But what do you do when you only have a pointer to an array, and you
&lt;br&gt;&amp;gt;&amp;gt; want the pointer to an array element?
&lt;br&gt;&amp;gt;&amp;gt; $ArrayElemnt_Ptr:= -&amp;gt;Array_Ptr-&amp;gt;{3}  - does not work
&lt;br&gt;&amp;gt;&amp;gt; $ArrayElemnt_Ptr:= -&amp;gt;(Array_Ptr-&amp;gt;{3})  - does not work
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;David Nasralla
&lt;br&gt;Clean Air Engineering
&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26895644&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-the-Pointer-to-an-Array-Element-tp26892140p26895644.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26895258</id>
	<title>Re: A little off subject ... &quot;Spaces&quot; in OS X</title>
	<published>2009-12-22T14:23:40Z</published>
	<updated>2009-12-22T14:23:40Z</updated>
	<author>
		<name>Randy Jaynes</name>
	</author>
	<content type="html">Michael,
&lt;br&gt;&lt;br&gt;It sounds like you're trying to use the Expose &amp; Spaces preference &amp;nbsp;
&lt;br&gt;pane to set the apps to run in a specific Space when you launch them. &amp;nbsp;
&lt;br&gt;I can't choose a second copy of an application here in the preference &amp;nbsp;
&lt;br&gt;pane, but I can easily run any number of copies of an application in &amp;nbsp;
&lt;br&gt;different Spaces at the same time by switching over to a Space before &amp;nbsp;
&lt;br&gt;launching the application I want to have running in that Space.
&lt;br&gt;&lt;br&gt;I use hot keys to move between Spaces quickly and easily, then launch &amp;nbsp;
&lt;br&gt;the app. I often have 2 or 3 copies of 4D v11 running in 2 or more &amp;nbsp;
&lt;br&gt;Spaces at the same time.
&lt;br&gt;&lt;br&gt;If you are trying to use the preference pane to assign a specific &amp;nbsp;
&lt;br&gt;Space to run in, the best suggestion I can give is to assign the &amp;nbsp;
&lt;br&gt;second copy to &amp;nbsp;Space 2, 3, or 4 and simply do the majority of your &amp;nbsp;
&lt;br&gt;work in Space 1. Then when you go to open the second copy of 4D, it &amp;nbsp;
&lt;br&gt;will automatically open in the assigned Space instead of opening in &amp;nbsp;
&lt;br&gt;your currently displayed Space.
&lt;br&gt;&lt;br&gt;I very seldom go to the preference pane, so I wasn't even aware of &amp;nbsp;
&lt;br&gt;this restriction until now.
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;Randy
&lt;br&gt;&lt;br&gt;---------------------------------
&lt;br&gt;Randy Jaynes
&lt;br&gt;Senior Programmer and Customer Support
&lt;br&gt;&lt;br&gt;PrintPoint, Inc.
&lt;br&gt;57 Ludlow Lane
&lt;br&gt;Palisades, NY 10964
&lt;br&gt;USA
&lt;br&gt;&lt;br&gt;Tel: &amp;nbsp; 845 359-0298
&lt;br&gt;Fax: &amp;nbsp;845 359-3468
&lt;br&gt;Mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26895258&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;randy@...&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;On Dec 22, 2009, at 3:50 PM, Michael Cook wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Chuck,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, I made another copy of 4D Client, and changed the name to 5D &amp;nbsp;
&lt;br&gt;&amp;gt; Client.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I run two copies of 4D/4D Client all the time but I cannot find a &amp;nbsp;
&lt;br&gt;&amp;gt; way to
&lt;br&gt;&amp;gt; assign each copy to a different &amp;quot;Space&amp;quot;. OS X apparently will only &amp;nbsp;
&lt;br&gt;&amp;gt; allow one
&lt;br&gt;&amp;gt; instance of an application to run in &amp;quot;Spaces&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That is the issue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Michael
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Dec 22, 2009 at 2:45 PM, Chuck Miller &amp;lt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26895258&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cjmiller@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Have you made a copy of the client. You can not run the same copy &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; twice. I
&lt;br&gt;&amp;gt;&amp;gt; run multiple copies of client on my laptop all the time.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Chuck
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Dec 22, 2009, at 3:38 PM, Michael Cook wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would like to run two instances of 4D Client on the same machine,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; connected to different db's. Further, I would like to do it in &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Spaces.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; However, Spaces will only allow me to pick 4D Client once. &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Changing the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; name
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to 5D Client &amp;nbsp;does not fool Spaces, the second instance is grayed &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; out.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Does anyone know a way to accomplish this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; **********************************************************************
&lt;br&gt;&amp;gt; 4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;&amp;gt; Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 4D Internet Users Group (4D iNUG)
&lt;br&gt;&amp;gt; FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;&amp;gt; Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;&amp;gt; Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;&amp;gt; Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26895258&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; **********************************************************************
&lt;/div&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26895258&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/A-little-off-subject-...-%22Spaces%22-in-OS-X-tp26894011p26895258.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26895190</id>
	<title>Re: Getting the Pointer to an Array Element</title>
	<published>2009-12-22T14:17:27Z</published>
	<updated>2009-12-22T14:17:27Z</updated>
	<author>
		<name>David Dancy</name>
	</author>
	<content type="html">Use API Pack (www.pluggers.nl) - it has a command for this exact
&lt;br&gt;purpose. AFAIK, It's impossible in native 4D.
&lt;br&gt;&lt;br&gt;David Dancy
&lt;br&gt;Sydney, Australia
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/12/23 David Nasralla &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26895190&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dnasralla@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hey All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't think there is a way to do this, but I'll throw it out there.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I know how to get the pointer to an array:
&lt;br&gt;&amp;gt; $Array_Ptr:=-&amp;gt;myArray_at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I know how to get the pointer to an array element:
&lt;br&gt;&amp;gt; $ArrayElemnt_Ptr:=-&amp;gt;myArray{3}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But what do you do when you only have a pointer to an array, and you
&lt;br&gt;&amp;gt; want the pointer to an array element?
&lt;br&gt;&amp;gt; $ArrayElemnt_Ptr:= -&amp;gt;Array_Ptr-&amp;gt;{3}  - does not work
&lt;br&gt;&amp;gt; $ArrayElemnt_Ptr:= -&amp;gt;(Array_Ptr-&amp;gt;{3})  - does not work
&lt;br&gt;&amp;gt;
&lt;/div&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26895190&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-the-Pointer-to-an-Array-Element-tp26892140p26895190.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26895036</id>
	<title>Re: WR Print to PDF and others</title>
	<published>2009-12-22T13:59:54Z</published>
	<updated>2009-12-22T13:59:54Z</updated>
	<author>
		<name>Robert McKeever</name>
	</author>
	<content type="html">Rudy:
&lt;br&gt;&lt;br&gt;You can count the number of pages in the 4D Write document, loop thru &amp;nbsp;
&lt;br&gt;each page, render it as a pict and use a full page output form and &amp;nbsp;
&lt;br&gt;print each page to a PDF (or multiple pages into one PDF). Works well. &amp;nbsp;
&lt;br&gt;It is the only way I can print multiple page 4D Write documents. I've &amp;nbsp;
&lt;br&gt;been doing it this way since 4D 2003. Works with 4D 2004 and V11.5.
&lt;br&gt;&lt;br&gt;On Dec 21, 2009, at 1:23 PM, Rudy Mortier, Two Way Communications bvba &amp;nbsp;
&lt;br&gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi guys,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am running 4D v11.4 on Snow Leopard.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am trying to print to a pdf document using 4D Write.
&lt;br&gt;&amp;gt; I have tried everything, but it doesn't print... at all. Not to the &amp;nbsp;
&lt;br&gt;&amp;gt; printer, not to a PDF. The OK variable is always set to 0.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can anybody point me in the right direction?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	vNewArea:=WR New offscreen area
&lt;br&gt;&amp;gt; 	WR SET PRINT OPTION (vNewArea;Destination option ;3;0;$cFileName)
&lt;br&gt;&amp;gt; 	WR BLOB TO AREA (vNewArea;DOC_4DWR)
&lt;br&gt;&amp;gt; 	WR EXECUTE COMMAND (vNewArea;wr cmd compute references )
&lt;br&gt;&amp;gt; 	WR PRINT (vNewArea;0;1)
&lt;br&gt;&amp;gt; 	WR DELETE OFFSCREEN AREA (vNewArea)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Kind regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Rudy Mortier
&lt;/div&gt;&lt;br&gt;_________________________________________
&lt;br&gt;Bob McKeever &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.mswl.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mswl.com&lt;/a&gt;&lt;br&gt;McKeever's Software Wizardry
&lt;br&gt;Maple Ridge, B.C.
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26895036&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bobmckeever@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26895036&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OFF--Downgrade-a-New-Mac-Mini-to-10.5.8--tp26851841p26895036.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26894998</id>
	<title>email address (pre) validation</title>
	<published>2009-12-22T13:58:44Z</published>
	<updated>2009-12-22T13:58:44Z</updated>
	<author>
		<name>David Ringsmuth-3</name>
	</author>
	<content type="html">4D 2004.8+
&lt;br&gt;&lt;br&gt;Windows
&lt;br&gt;&lt;br&gt;NTK
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Is there a way to validate an email address without sending an email to that
&lt;br&gt;address?
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;In my application web clients enter their email address (mailbox) and select
&lt;br&gt;a domain (there are only about 40 possible options). I need to be able to
&lt;br&gt;verify that the mailbox entered is valid.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks in advance!
&lt;br&gt;&lt;br&gt;David Ringsmuth
&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26894998&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/email-address-%28pre%29-validation-tp26894998p26894998.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26894639</id>
	<title>Re: A little off subject ... &quot;Spaces&quot; in OS X</title>
	<published>2009-12-22T13:29:05Z</published>
	<updated>2009-12-22T13:29:05Z</updated>
	<author>
		<name>Chuck Miller-2</name>
	</author>
	<content type="html">Sorry I misunderstood.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Chuck
&lt;br&gt;On Dec 22, 2009, at 3:50 PM, Michael Cook wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; That is the issue.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------
&lt;br&gt;Chuck Miller &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;Voice: (617) 739-0306
&lt;br&gt;Informed Solutions, Inc. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fax: (617) 232-1064
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26894639&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/A-little-off-subject-...-%22Spaces%22-in-OS-X-tp26894011p26894639.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26894145</id>
	<title>Re: A little off subject ... &quot;Spaces&quot; in OS X</title>
	<published>2009-12-22T12:50:56Z</published>
	<updated>2009-12-22T12:50:56Z</updated>
	<author>
		<name>Michael Cook-4</name>
	</author>
	<content type="html">Chuck,
&lt;br&gt;&lt;br&gt;Yes, I made another copy of 4D Client, and changed the name to 5D Client.
&lt;br&gt;&lt;br&gt;I run two copies of 4D/4D Client all the time but I cannot find a way to
&lt;br&gt;assign each copy to a different &amp;quot;Space&amp;quot;. OS X apparently will only allow one
&lt;br&gt;instance of an application to run in &amp;quot;Spaces&amp;quot;.
&lt;br&gt;&lt;br&gt;That is the issue.
&lt;br&gt;&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Dec 22, 2009 at 2:45 PM, Chuck Miller &amp;lt;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26894145&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cjmiller@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Have you made a copy of the client. You can not run the same copy twice. I
&lt;br&gt;&amp;gt; run multiple copies of client on my laptop all the time.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Chuck
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 22, 2009, at 3:38 PM, Michael Cook wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;I would like to run two instances of 4D Client on the same machine,
&lt;br&gt;&amp;gt;&amp;gt; connected to different db's. Further, I would like to do it in Spaces.
&lt;br&gt;&amp;gt;&amp;gt; However, Spaces will only allow me to pick 4D Client once. Changing the
&lt;br&gt;&amp;gt;&amp;gt; name
&lt;br&gt;&amp;gt;&amp;gt; to 5D Client &amp;nbsp;does not fool Spaces, the second instance is grayed out.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Does anyone know a way to accomplish this?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26894145&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/A-little-off-subject-...-%22Spaces%22-in-OS-X-tp26894011p26894145.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26894092</id>
	<title>Re: A little off subject ... &quot;Spaces&quot; in OS X</title>
	<published>2009-12-22T12:45:41Z</published>
	<updated>2009-12-22T12:45:41Z</updated>
	<author>
		<name>Chuck Miller-2</name>
	</author>
	<content type="html">Have you made a copy of the client. You can not run the same copy &amp;nbsp;
&lt;br&gt;twice. I run multiple copies of client on my laptop all the time.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Chuck
&lt;br&gt;On Dec 22, 2009, at 3:38 PM, Michael Cook wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I would like to run two instances of 4D Client on the same machine,
&lt;br&gt;&amp;gt; connected to different db's. Further, I would like to do it in Spaces.
&lt;br&gt;&amp;gt; However, Spaces will only allow me to pick 4D Client once. Changing &amp;nbsp;
&lt;br&gt;&amp;gt; the name
&lt;br&gt;&amp;gt; to 5D Client &amp;nbsp;does not fool Spaces, the second instance is grayed out.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does anyone know a way to accomplish this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------------
&lt;br&gt;Chuck Miller &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;Voice: (617) 739-0306
&lt;br&gt;Informed Solutions, Inc. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fax: (617) 232-1064
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26894092&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/A-little-off-subject-...-%22Spaces%22-in-OS-X-tp26894011p26894092.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26894011</id>
	<title>A little off subject ... &quot;Spaces&quot; in OS X</title>
	<published>2009-12-22T12:38:23Z</published>
	<updated>2009-12-22T12:38:23Z</updated>
	<author>
		<name>Michael Cook-4</name>
	</author>
	<content type="html">I would like to run two instances of 4D Client on the same machine,
&lt;br&gt;connected to different db's. Further, I would like to do it in Spaces.
&lt;br&gt;However, Spaces will only allow me to pick 4D Client once. Changing the name
&lt;br&gt;to 5D Client &amp;nbsp;does not fool Spaces, the second instance is grayed out.
&lt;br&gt;&lt;br&gt;Does anyone know a way to accomplish this?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Michael Cook
&lt;br&gt;The Michaels Group
&lt;br&gt;Austin, TX
&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26894011&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/A-little-off-subject-...-%22Spaces%22-in-OS-X-tp26894011p26894011.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26893105</id>
	<title>Re: Drawbacks of Not Using 4D User&amp;Password System</title>
	<published>2009-12-22T11:33:46Z</published>
	<updated>2009-12-22T11:33:46Z</updated>
	<author>
		<name>Nigel Greenlee</name>
	</author>
	<content type="html">Jesse
&lt;br&gt;&lt;br&gt;Thanks for pointing me at that note..i was calling back to my process an doing the movement in an outside call. SImply Changing the outside call to loop n times made it run much faster.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 22 Dec 2009, at 15:56, Jesse Pina wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Nigel,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; As a side note.. 4D does a nice 'shake' when you put the password in wrong
&lt;br&gt;&amp;gt;&amp;gt; mimicking the os login(at least on oSX it does). I wrote a loop to emulate
&lt;br&gt;&amp;gt;&amp;gt; that and although it shakes its a bit slow..does anyone know a way to make
&lt;br&gt;&amp;gt;&amp;gt; a 'shake' run fast ...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The following tech tip contains a method that &amp;quot;shakes&amp;quot; a dialog:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://kb.4d.com/search/assetid=75801&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://kb.4d.com/search/assetid=75801&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The method in the tech tip uses a loop and you can customize it as you see fit. Although you may not want to change it much because in its current form, the method closely mimics the shaking behavior of the 4D user login dialog.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Kind regards,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Jesse Piña
&lt;br&gt;&amp;gt; Technical Services Team Member
&lt;br&gt;&amp;gt; 4D, Inc.
&lt;br&gt;&amp;gt; **********************************************************************
&lt;br&gt;&amp;gt; 4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;&amp;gt; Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 4D Internet Users Group (4D iNUG)
&lt;br&gt;&amp;gt; FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;&amp;gt; Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;&amp;gt; Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;&amp;gt; Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26893105&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; **********************************************************************
&lt;/div&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26893105&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Drawbacks-of-Not-Using-4D-User-Password-System-tp26845785p26893105.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26892709</id>
	<title>Re: Getting the Pointer to an Array Element</title>
	<published>2009-12-22T11:01:55Z</published>
	<updated>2009-12-22T11:01:55Z</updated>
	<author>
		<name>Atanas Atanassov</name>
	</author>
	<content type="html">Hi Dave,
&lt;br&gt;&lt;br&gt;How about this code:
&lt;br&gt;&lt;br&gt;var:=2
&lt;br&gt;arrElem:=-&amp;gt;var
&lt;br&gt;&lt;br&gt;arrPointer:=-&amp;gt;number_a
&lt;br&gt;arrPointer:=-&amp;gt;number_a{arrElem-&amp;gt;}
&lt;br&gt;&lt;br&gt;very similar to pointer to array element
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 22, 2009, at 10:18 AM, David Nasralla wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hey All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't think there is a way to do this, but I'll throw it out there.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I know how to get the pointer to an array:
&lt;br&gt;&amp;gt; $Array_Ptr:=-&amp;gt;myArray_at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I know how to get the pointer to an array element:
&lt;br&gt;&amp;gt; $ArrayElemnt_Ptr:=-&amp;gt;myArray{3}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But what do you do when you only have a pointer to an array, and you
&lt;br&gt;&amp;gt; want the pointer to an array element?
&lt;br&gt;&amp;gt; $ArrayElemnt_Ptr:= -&amp;gt;Array_Ptr-&amp;gt;{3} &amp;nbsp;- does not work
&lt;br&gt;&amp;gt; $ArrayElemnt_Ptr:= -&amp;gt;(Array_Ptr-&amp;gt;{3}) &amp;nbsp;- does not work
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a Method that does some array processing (using a pointer to an
&lt;br&gt;&amp;gt; array), and I wanted to pass off an array element to another method
&lt;br&gt;&amp;gt; for more processing (using a pointer).
&lt;br&gt;&amp;gt; I doesn't look like you can do it. FWIW - I want to use a pointer,
&lt;br&gt;&amp;gt; because I don't know what type the array will be...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; *****************
&lt;/div&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26892709&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-the-Pointer-to-an-Array-Element-tp26892140p26892709.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26892589</id>
	<title>Re: Getting the Pointer to an Array Element</title>
	<published>2009-12-22T10:53:02Z</published>
	<updated>2009-12-22T10:53:02Z</updated>
	<author>
		<name>Douglas von Roeder</name>
	</author>
	<content type="html">David Nasralla wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hey All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't think there is a way to do this, but I'll throw it out there.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I know how to get the pointer to an array:
&lt;br&gt;&amp;gt; $Array_Ptr:=-&amp;gt;myArray_at
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I know how to get the pointer to an array element:
&lt;br&gt;&amp;gt; $ArrayElemnt_Ptr:=-&amp;gt;myArray{3}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But what do you do when you only have a pointer to an array, and you
&lt;br&gt;&amp;gt; want the pointer to an array element?
&lt;br&gt;&amp;gt; $ArrayElemnt_Ptr:= -&amp;gt;Array_Ptr-&amp;gt;{3} &amp;nbsp;- does not work
&lt;br&gt;&amp;gt; $ArrayElemnt_Ptr:= -&amp;gt;(Array_Ptr-&amp;gt;{3}) &amp;nbsp;- does not work
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a Method that does some array processing (using a pointer to an
&lt;br&gt;&amp;gt; array), and I wanted to pass off an array element to another method
&lt;br&gt;&amp;gt; for more processing (using a pointer).
&lt;br&gt;&amp;gt; I doesn't look like you can do it. FWIW - I want to use a pointer,
&lt;br&gt;&amp;gt; because I don't know what type the array will be...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; dave
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;It looks like you've hit the limit of 4D's ability to dereference 
&lt;br&gt;pointers so you'll need to use a different strategy.
&lt;br&gt;&lt;br&gt;Do you want to access the array element itself or do you just want the 
&lt;br&gt;value in the element?
&lt;br&gt;&lt;br&gt;Perhaps you could get the type of the array that's being referenced and 
&lt;br&gt;use a Case statement to assign it to a proxy.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Douglas von Roeder
&lt;br&gt;&amp;quot;99.99% of all 4D bugs are self-inflicted&amp;quot;
&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26892589&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-the-Pointer-to-an-Array-Element-tp26892140p26892589.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26892140</id>
	<title>Getting the Pointer to an Array Element</title>
	<published>2009-12-22T10:18:26Z</published>
	<updated>2009-12-22T10:18:26Z</updated>
	<author>
		<name>David Nasralla</name>
	</author>
	<content type="html">Hey All,
&lt;br&gt;&lt;br&gt;I don't think there is a way to do this, but I'll throw it out there.
&lt;br&gt;&lt;br&gt;I know how to get the pointer to an array:
&lt;br&gt;$Array_Ptr:=-&amp;gt;myArray_at
&lt;br&gt;&lt;br&gt;I know how to get the pointer to an array element:
&lt;br&gt;$ArrayElemnt_Ptr:=-&amp;gt;myArray{3}
&lt;br&gt;&lt;br&gt;But what do you do when you only have a pointer to an array, and you
&lt;br&gt;want the pointer to an array element?
&lt;br&gt;$ArrayElemnt_Ptr:= -&amp;gt;Array_Ptr-&amp;gt;{3} &amp;nbsp;- does not work
&lt;br&gt;$ArrayElemnt_Ptr:= -&amp;gt;(Array_Ptr-&amp;gt;{3}) &amp;nbsp;- does not work
&lt;br&gt;&lt;br&gt;I have a Method that does some array processing (using a pointer to an
&lt;br&gt;array), and I wanted to pass off an array element to another method
&lt;br&gt;for more processing (using a pointer).
&lt;br&gt;I doesn't look like you can do it. FWIW - I want to use a pointer,
&lt;br&gt;because I don't know what type the array will be...
&lt;br&gt;&lt;br&gt;dave
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;David Nasralla
&lt;br&gt;Clean Air Engineering
&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26892140&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-the-Pointer-to-an-Array-Element-tp26892140p26892140.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26892029</id>
	<title>Re: [OFF] Downgrade a New Mac Mini to 10.5.8?</title>
	<published>2009-12-22T09:22:10Z</published>
	<updated>2009-12-22T09:22:10Z</updated>
	<author>
		<name>Kevin LaTona-2</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 22, 2009, at 6:24 AM, Chuck Miller wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; You are tight the fastest PC is a MAC. I continually amaze clients &amp;nbsp;
&lt;br&gt;&amp;gt; when I boot my virtual machine on my laptop and it boots faster than &amp;nbsp;
&lt;br&gt;&amp;gt; their PCs
&lt;br&gt;&amp;gt; On Dec 21, 2009, at 9:07 PM, Kevin LaTona wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The days of which PC or MAC machine is bigger or faster are over.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Chuck,
&lt;br&gt;&lt;br&gt;I have XP on my Mac laptop but have never done a side by side test &amp;nbsp;
&lt;br&gt;with a stand alone PC machine since I don't own one.
&lt;br&gt;&lt;br&gt;Simply put the PC manufacturing side of the world lacks refined design &amp;nbsp;
&lt;br&gt;skills in their DNA.
&lt;br&gt;&lt;br&gt;It's just not important to them, as much pushing huge volumes of cheap &amp;nbsp;
&lt;br&gt;white box pc are.
&lt;br&gt;&lt;br&gt;A
&lt;br&gt;&lt;br&gt;$1000 for 1
&lt;br&gt;&lt;br&gt;or
&lt;br&gt;&lt;br&gt;1000 for $1
&lt;br&gt;&lt;br&gt;Both models are valid marketing approaches.
&lt;br&gt;&lt;br&gt;But a company has to decide on which model.
&lt;br&gt;&lt;br&gt;Because you can't have it both ways.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-Kevin
&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;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26892029&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OFF--Downgrade-a-New-Mac-Mini-to-10.5.8--tp26851841p26892029.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26891371</id>
	<title>Re: ListBox and On Display Detail</title>
	<published>2009-12-22T09:19:57Z</published>
	<updated>2009-12-22T09:19:57Z</updated>
	<author>
		<name>David Nasralla</name>
	</author>
	<content type="html">Hi Pierre,
&lt;br&gt;&lt;br&gt;Pierre Leblanc &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26891371&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pierre@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I just tried having something intialized during the On Load form event of a
&lt;br&gt;&amp;gt; ListBox.
&lt;br&gt;&amp;gt; Turns-out that the On Load is executed *after* all the On Display Detail
&lt;br&gt;&amp;gt; have run.
&lt;br&gt;&lt;br&gt;I don't see that behavior. I did a quick sample database. The order of
&lt;br&gt;events when you open a form is:
&lt;br&gt;&amp;nbsp;- On load event of listbox
&lt;br&gt;&amp;nbsp;- On load event of form
&lt;br&gt;&amp;nbsp;- On display detail for listbox
&lt;br&gt;&lt;br&gt;This was for a listbox displaying a field values.
&lt;br&gt;&lt;br&gt;This was v11.5MC2 &amp;nbsp;- not the final release of v11.5, but I don't see
&lt;br&gt;why it would be different.
&lt;br&gt;&lt;br&gt;Be sure the On Load event is checked for the form - otherwise the on
&lt;br&gt;load event does not run on the listbox (which i personally think is a
&lt;br&gt;bug). Also make sure the on load event is checked for the listbox.
&lt;br&gt;&lt;br&gt;d
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;David Nasralla
&lt;br&gt;Clean Air Engineering
&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26891371&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ListBox-and-On-Display-Detail-tp26890424p26891371.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26891294</id>
	<title>Re: ListBox and On Display Detail</title>
	<published>2009-12-22T09:13:17Z</published>
	<updated>2009-12-22T09:13:17Z</updated>
	<author>
		<name>Ken Eyring</name>
	</author>
	<content type="html">Hi Pierre,
&lt;br&gt;&lt;br&gt;What are you trying to initialize? &amp;nbsp;We load up a listbox during the On 
&lt;br&gt;Load form event, and then set the focus to the listbox. &amp;nbsp;Using the On 
&lt;br&gt;Getting Focus listbox event, we run the following check;
&lt;br&gt;&lt;br&gt;&lt;br&gt;$ptrListBoxObject:=Get pointer(&amp;quot;ListBoxName&amp;quot;) &amp;nbsp;`Whatever the name of the 
&lt;br&gt;listbox is
&lt;br&gt;$Column:=Focus object
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; `if the focus object is NOT the list box...
&lt;br&gt;If ($ptrListBoxObject#$Column)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; `do something here
&lt;br&gt;end if
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;You could change the above If argument to look to see if 
&lt;br&gt;ptrListBoxObject=$Column. &amp;nbsp;To my knowledge, this is always the first 
&lt;br&gt;thing that is called when the listbox first gets focus. &amp;nbsp;It has worked 
&lt;br&gt;for us for about 1.5 years now.
&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;Ken
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 12/22/09 10:58 AM, Pierre Leblanc wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I just tried having something intialized during the On Load form event 
&lt;br&gt;&amp;gt; of a ListBox.
&lt;br&gt;&amp;gt; Turns-out that the On Load is executed *after* all the On Display 
&lt;br&gt;&amp;gt; Detail have run.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 4D v11.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is is just me, is it a bug or is it just incredibly dumb ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How do you initialize a variable *before* the On Display Detail runs 
&lt;br&gt;&amp;gt; in a listBox ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Pierre.
&lt;br&gt;&amp;gt; **********************************************************************
&lt;br&gt;&amp;gt; 4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;&amp;gt; Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 4D Internet Users Group (4D iNUG)
&lt;br&gt;&amp;gt; FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;&amp;gt; Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;&amp;gt; Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;&amp;gt; Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26891294&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; **********************************************************************
&lt;br&gt;&amp;gt;
&lt;/div&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26891294&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ListBox-and-On-Display-Detail-tp26890424p26891294.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26891177</id>
	<title>Re: Inline images in HTML e-mail</title>
	<published>2009-12-22T09:01:13Z</published>
	<updated>2009-12-22T09:01:13Z</updated>
	<author>
		<name>David Nasralla</name>
	</author>
	<content type="html">Hello Tomas,
&lt;br&gt;&lt;br&gt;There is a technical article on it at:
&lt;br&gt;&lt;a href=&quot;http://kb.4d.com/search/assetid=40331&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://kb.4d.com/search/assetid=40331&lt;/a&gt;&lt;br&gt;&lt;br&gt;There is also a more current one that should be release to non-partner in April.
&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;&lt;br&gt;dave
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Dec 22, 2009 at 6:51 AM, Tomas &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26891177&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tomas@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I try to find way how to send HTML e-mail message with inline images
&lt;br&gt;&amp;gt; from within 4D, but still without success.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The only one solution I've succeed s to put the image on some web
&lt;br&gt;&amp;gt; server and to write into the message body the &amp;lt;img src&amp;gt; tag with
&lt;br&gt;&amp;gt; URL of the image. Unfortunately most mail clients is set to not load
&lt;br&gt;&amp;gt; remote images from web automatically, so this technique is not so useful...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does somebody know a way how to build the HTML e-mail with inline images
&lt;br&gt;&amp;gt; really attached by the message ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tomas Kadlec
&lt;br&gt;&amp;gt; Pardubice, Czech
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; **********************************************************************
&lt;br&gt;&amp;gt; 4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;&amp;gt; Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 4D Internet Users Group (4D iNUG)
&lt;br&gt;&amp;gt; FAQ:  &lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;&amp;gt; Archive:  &lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;&amp;gt; Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;&amp;gt; Unsub:  mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26891177&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; **********************************************************************
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;David Nasralla
&lt;br&gt;Clean Air Engineering
&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26891177&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Inline-images-in-HTML-e-mail-tp26891059p26891177.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26890901</id>
	<title>Re: ListBox and On Display Detail</title>
	<published>2009-12-22T08:38:39Z</published>
	<updated>2009-12-22T08:38:39Z</updated>
	<author>
		<name>Arnaud de Montard</name>
	</author>
	<content type="html">&lt;br&gt;Le 22 déc. 09 à 16:58, Pierre Leblanc a écrit :
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I just tried having something intialized during the On Load form &amp;nbsp;
&lt;br&gt;&amp;gt; event of a ListBox.
&lt;br&gt;&amp;gt; Turns-out that the On Load is executed *after* all the On Display &amp;nbsp;
&lt;br&gt;&amp;gt; Detail have run.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 4D v11.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is is just me, is it a bug or is it just incredibly dumb ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How do you initialize a variable *before* the On Display Detail runs &amp;nbsp;
&lt;br&gt;&amp;gt; in a listBox ?
&lt;/div&gt;&lt;br&gt;Hi Pierre,
&lt;br&gt;I don't know if we speak of the same thing, but I had to make a &amp;nbsp;
&lt;br&gt;listbox update in the 'on timer' event instead of 'on load', otherwise &amp;nbsp;
&lt;br&gt;LB was empty:
&lt;br&gt;&lt;br&gt;on load
&lt;br&gt;&amp;nbsp; &amp;nbsp;SET TIMER
&lt;br&gt;on timer
&lt;br&gt;&amp;nbsp; &amp;nbsp;updateMyLB
&lt;br&gt;&lt;br&gt;not so bad, actually: anytime you need an update -&amp;gt; set timer...
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Arnaud de Montard
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26890901&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ListBox-and-On-Display-Detail-tp26890424p26890901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26890638</id>
	<title>Re: ListBox and On Display Detail</title>
	<published>2009-12-22T08:16:34Z</published>
	<updated>2009-12-22T08:16:34Z</updated>
	<author>
		<name>Pierre Leblanc-2</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I just tried having something intialized during the On Load form 
&lt;br&gt;&amp;gt;&amp;gt; event of a ListBox.
&lt;br&gt;&amp;gt;&amp;gt; Turns-out that the On Load is executed *after* all the On Display 
&lt;br&gt;&amp;gt;&amp;gt; Detail have run.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 4D v11.5
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is is just me, is it a bug or is it just incredibly dumb ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; How do you initialize a variable *before* the On Display Detail runs 
&lt;br&gt;&amp;gt;&amp;gt; in a listBox ?
&lt;br&gt;&amp;gt; That does seem odd. &amp;nbsp;You could try putting your init code in the
&lt;br&gt;&amp;gt; on header event. &amp;nbsp;You might also want a global &amp;quot;HasBeenRun&amp;quot;
&lt;br&gt;&amp;gt; variable that you can set the first time through to keep from
&lt;br&gt;&amp;gt; running it on every on header event.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; DKC 
&lt;/div&gt;On Header does not run for LBs.
&lt;br&gt;&lt;br&gt;I can think of several turnarounds, I was hoping that I was 
&lt;br&gt;misunderstanding something.
&lt;br&gt;I was also hoping for something less kludgy and bug prone than the 
&lt;br&gt;turnarounds I've come up with!
&lt;br&gt;&lt;br&gt;Thanks for your help.
&lt;br&gt;&lt;br&gt;Pierre.
&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26890638&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ListBox-and-On-Display-Detail-tp26890424p26890638.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26890559</id>
	<title>Re: ListBox and On Display Detail</title>
	<published>2009-12-22T08:08:17Z</published>
	<updated>2009-12-22T08:08:17Z</updated>
	<author>
		<name>Doug Cottrill</name>
	</author>
	<content type="html">That does seem odd. &amp;nbsp;You could try putting your init code in the
&lt;br&gt;on header event. &amp;nbsp;You might also want a global &amp;quot;HasBeenRun&amp;quot;
&lt;br&gt;variable that you can set the first time through to keep from
&lt;br&gt;running it on every on header event.
&lt;br&gt;&lt;br&gt;DKC
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;I just tried having something intialized during the On Load form 
&lt;br&gt;&amp;gt;event of a ListBox.
&lt;br&gt;&amp;gt;Turns-out that the On Load is executed *after* all the On Display 
&lt;br&gt;&amp;gt;Detail have run.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;4D v11.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Is is just me, is it a bug or is it just incredibly dumb ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;How do you initialize a variable *before* the On Display Detail runs 
&lt;br&gt;&amp;gt;in a listBox ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Pierre.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Doug Cottrill
&lt;br&gt;PTM Software, LLC
&lt;br&gt;&lt;br&gt;**********************************************************************
&lt;br&gt;4D v11 SQL - Certified for Snow Leopard and Windows 7
&lt;br&gt;Get it Today - &lt;a href=&quot;http://store.4d.com/us/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://store.4d.com/us/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;4D Internet Users Group (4D iNUG)
&lt;br&gt;FAQ: &amp;nbsp;&lt;a href=&quot;http://lists.4d.com/faqnug.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4d.com/faqnug.html&lt;/a&gt;&lt;br&gt;Archive: &amp;nbsp;&lt;a href=&quot;http://lists.4D.com/archives.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.4D.com/archives.html&lt;/a&gt;&lt;br&gt;Options: &lt;a href=&quot;https://lists.4d.com/mailman/options/4d_tech&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.4d.com/mailman/options/4d_tech&lt;/a&gt;&lt;br&gt;Unsub: &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26890559&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4D_Tech-Unsubscribe@...&lt;/a&gt;
&lt;br&gt;**********************************************************************
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ListBox-and-On-Display-Detail-tp26890424p26890559.html" />
</entry>

</feed>
