http://www.mods.com.au/rss/buddy.rss Buddy Xtras An occasional RSS feed about the Buddy range of Director Xtras from http://www.mods.com.au http://www.mods.com.au/ en-AU Gary Smith Wed, 10 Jun 2009 09:31:16 +1000 Crash when using new command <P>It appears that using a line like:</P> <P><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-AU; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">fxObj = xtra("budapi").new()</SPAN></P> <P><SPAN style="FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-AU; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT size=3 face=times>in Director 11 Windows can cause a crash. Buddy xtras use global functions and the xtra does not need to be initialized in this fashion. Using this&nbsp;code in previous versions of Director did not cause any problems, but Windows Director 11 can crash at a later point if this code is used. The conditions under which this occurs&nbsp;are not clear, so if you are using this code, please&nbsp;remove it to be safe.</FONT></SPAN></P> <P><STRONG>Applies to:</STRONG> <EM>Windows Director 11, Buddy API 4.</EM></P> Gary Smith Wed, 10 Jun 2009 09:29:06 +1000 tag:www.tristana.org,2009:3F55B54A-8BB6-4BA1-B73D-1B0AB3367B29.39974.3905851042 Tips and Tricks Buddy File 3.1.2 Update <P>Version 3.1.2 of Buddy File has been released. This version fixes a bug where lists saved with a property list containing a list containing a VOID value were not read back correctly.</P> <P>baWriteList( "test.lst", [ #p: [ "test", &lt;VOID&gt;, 23 ] ] )</P> <P>was read back as [ #p: [ "test", 23 ] ]</P> <P>Download from <A href="http://www.mods.com.au/budfile/download.htm">http://www.mods.com.au/budfile/download.htm</A></P> <P><STRONG>Applies to:</STRONG> <EM>Buddy&nbsp;File Windows and&nbsp;Macintosh</EM></P> Gary Smith Mon, 02 Mar 2009 10:11:32 +1000 tag:www.tristana.org,2009:E41C722D-E4FB-4FC1-ACFE-05DEF43BD27F.39874.4193245139 Announcements baGetFolder Bug <P>There is a bug in Version 4 Windows <A href="http://www.mods.com.au/budapi_docs/baGetFolder.htm">baGetFolder</A>. If you are use&nbsp;the old 16 bit style dialog, then the caption of the dialog box is truncated. The workaround is to use the new style dialog box - use a Flags of 1 (or a Flags of 3 if you also want a New Folder button).</P> <P>This wil be fixed in a future release.</P> <P><STRONG>Applies to:</STRONG> <EM>Buddy API 4 Windows.</EM></P> Gary Smith Wed, 11 Feb 2009 08:37:30 +1000 tag:www.tristana.org,2009:91AFFF26-A352-4B12-A9F0-4B61793F84E5.39855.354925625 Announcements Copying a Director 11 Mac projector <P>In previous versions of Director, a projector was a single file that could be copied with <A href="http://www.mods.com.au/budapi_docs/baCopyFile.htm">baCopyFile</A>. With Director 11, projectors are now bundles which are really folders,&nbsp;and need to be copied with <A href="http://www.mods.com.au/budapi_docs/baXCopy.htm">baXCopy</A> (or <A href="http://www.mods.com.au/budapi_docs/baXCopyProgress.htm">baXCopyProgress</A>). The same also applies to xtras which are now bundles as well.</P> <P><STRONG>Applies to:</STRONG> <EM>Buddy API 4 Macintosh</EM></P> Gary Smith Mon, 26 Jan 2009 10:05:43 +1000 tag:www.tristana.org,2009:A546B971-0BFC-49F7-8F64-788A2AC8EDD8.39839.4162646644 Tips and Tricks How to determine if running on 64 bit Windows <P>To determine if your projector is running on a 64 bit version of Windows, use</P> <P>baVersion( "Wow64" )</P> <P>this will return 1 if running as a 32 bit application under 64 bit Windows. Since projectors are only 32 bit applications, this will be true if Windows is 64 bit. It will return 0 if running under 32 bit Windows.</P> <P>baVersion ("64Bit" ) will return 1 if running under a 64 bit processor, regardless of the Windows version.</P> <P><STRONG>Applies to:</STRONG> <EM>Buddy API 3.x and 4 Windows.</EM></P> Gary Smith Fri, 23 Jan 2009 18:55:02 +1000 tag:www.tristana.org,2009:2BB08778-3D08-487F-B1FD-D62A1D4D333F.39836.8215146181 Tips and Tricks Welcome <P>This is an occasional RSS feed about the Buddy range of Director Xtras from <A href="http://www.mods.com.au">http://www.mods.com.au</A>&nbsp;&nbsp;</P> <P>There will be information about xtra updates and bugs, and also answers to support questions that arise that could be of benefit to other developers.</P> <P>Feel free to to <A href="mailto:buddy@mods.com.au">email me</A>&nbsp;with any questions.</P> <P>Gary Smith</P> <P>&nbsp;</P> Gary Smith Fri, 23 Jan 2009 17:39:49 +1000 tag:www.tristana.org,2009:28105454-C0AE-4FFE-B39C-14E5E14558C3.39836.7865464583 Announcements