RE: Setting file access

2004-05-24 Thread Tim Welford
I use BuddyApi for everything like that www.buddyapi.com I couldn't live without that Xtra, not sure how any Lingo developer can :) Tim -Original Message- From: Kerry Thompson [mailto:[EMAIL PROTECTED] Sent: 24 May 2004 16:49 To: [EMAIL PROTECTED] Subject: Setting file access Is ther

Image white space on import

2004-05-28 Thread Tim Welford
Hi, I am using D8.5 to import several images at run time. The images are specified in an XML file, that the user has created using another program - so I have no control over what pictures they are using. I have a problem that if the user has specified a picture that has a white background, d

RE: Controlling a Kiosk monitor

2004-06-07 Thread Tim Welford
I investigated this for use on a similar project I am planning, I haven't got round to it yet but I plan to use the following... http://www.grc.com/wizmo/wizmo.htm it is a small program that has commandline options to do things like turn off the monitor. I plan to use api to call the monitor off

Network Security - get Lingo to authenticate.

2004-06-08 Thread Tim Welford
Hi, I have an application that parses an xml file and acts on the content. No problem here. The XML is made by another application (The content, format and location are not under our control) the XML file is located on another computer, and is updated in read time by the 3rd party program. A

RE: Open a specific page within a pdf

2004-06-16 Thread Tim Welford
I had this problem too, The only way I could find was to open the pdf with buddyapi wait for the ok that it opened properly (maybe add a short delay for slower machines) Then use baSendKeys to send key presses to the pdf. as I remember, Ctrl+N to open the page number dialog, then the entry box is

RE: dual monitor projector?

2004-06-23 Thread Tim Welford
I'm not sure what Florian's points were, but I run XP with 2 completely different graphics cards, an AGP Geforce 440 MX with 256Mb on board ram, for my primary monitor. I then have a Matrox Millennium PCI card that handles a further 4 screens. and I never have problems with any of them, I can

using lingo to detect video codecs

2004-07-07 Thread Tim Welford
Hi Guys, I have a projector that allows a user to make a play list of video files that they can select on their system (Windows Me/200/XP) and then play them in order. I can check the system to get a list of the installed codecs, but does anybody know of a way to obtain the codec information fr

RE: I'm on vacation

2004-07-09 Thread Tim Welford
Well its easy enough to make a rule to filter them out -Original Message- From: James [mailto:[EMAIL PROTECTED] Sent: 09 July 2004 16:43 To: [EMAIL PROTECTED] Subject: I'm on vacation I'm on vacation until July 29th. I won't be answering emails until I get back. Enjoy the summer! -J

Flash Asset within Director 8.5

2004-07-12 Thread Tim Welford
Hi, Not quite sure if this is really the right list, but it is affecting my lingo, so here goes. I have director 8.5 and I'm trying to use a Flash 7 / MX file within it, it doesn't seem to want to show the file. If there an updated flash asset Xtra for 8.5 that will play more recent versions

RE: Flash Asset within Director 8.5

2004-07-13 Thread Tim Welford
Yes, but the application I'm making allows users to select a different flash movie to replace it I don't really want to limit it to only versions 5 or lower. -Original Message- From: Colin Holgate [mailto:[EMAIL PROTECTED] Sent: 12 July 2004 17:49 To: [EMAIL PROTECTED] Subject: Re: Flas

RE: Flash Asset within Director 8.5

2004-07-13 Thread Tim Welford
;t believe you can use flash6 exported swfs in anything less than DirMX and likewise for flash7 exported swfs in anything less than DirMX2004. Any reason that a director upgrade is not desiriable if that gives you the flash functionality you are looking for? ~Mathew Tim Welford wrote: >

RE: Sprite Toolbar vs PI

2004-07-27 Thread Tim Welford
We'll be disappointed. Again. -Original Message- From: Buzz Kettles [mailto:[EMAIL PROTECTED] Sent: 26 July 2004 21:43 To: [EMAIL PROTECTED] Subject: Re: Sprite Toolbar vs PI At 10:17 AM +1000 7/26/04, you wrote: >>I'd bet that this doesn't get fixed - the workaround is to easy to >>a

Multiple copies of director

2004-08-13 Thread Tim Welford
Hi, Does anybody know of any known issues with installing and developing with Director 8.5 and Director MX 2004 on the same windows XP or windows 200 machine (Other than file association) Thanks Tim [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/

check for lingo list index existence

2004-08-18 Thread Tim Welford
Hi, I am using the XMLParser Xtra within a director 8.5 movie, and I'm outputting the parsed XML to a lingo list with the makeList command. This produces large multi dimensional lists that I have to work with, it's a pain to bug fix, but that's not the current issue. Although I will always be 99

RE: check for lingo list index existence

2004-08-18 Thread Tim Welford
ed, 18 Aug 2004 10:36:58 +0100, Tim Welford <[EMAIL PROTECTED]> wrote: > Hi, > > I am using the XMLParser Xtra within a director 8.5 movie, and I'm > outputting the parsed XML to a lingo list with the makeList command. > > This produces large multi dimensional lists

RE: baOpenFile(PowerPoint)...but play it

2004-08-19 Thread Tim Welford
Rename the filename.ppt to filename.pps before you open it or use it with PowerPoint Then it will open in PowerPoint Viewer, and play automatically. -Original Message- From: Mendelsohn, Michael [mailto:[EMAIL PROTECTED] Sent: 19 August 2004 15:28 To: [EMAIL PROTECTED] Subject: baOpenFile

RE: mouse selection doesn't work in projector

2004-08-24 Thread Tim Welford
Without trying to sound patronising, it sounds like the field has had editable set to false, can you see the text cursor in the field when you click on it? Can you select the text by any other method, e.g. by using shift with the cursors? -Original Message- From: Michael von Aichberger [m

RE: locH limits

2004-09-07 Thread Tim Welford
I'm not sure about a limit on the LocH, but it seems like a huge waste of resources to be moving sprites that are so far off the viewable area. I would recommend keeping a list of the spites and the order they need to be shown in, keep them no more than -+ 500 pixels off the side of the stage and

RE: Buddy API

2004-09-20 Thread Tim Welford
I have 3 17" monitors running 1280x1024, timeline, stage and scripts basically, I became so dependant on this layout that I had to replicate the system in my office at home. Personally, over the last 2 years, I think I have probably saved my self 2 or 3 man days and a case of RSI just by not consta

RE: filextra FileRunApp & ms office : problems with spaces in file paths

2004-10-06 Thread Tim Welford
Hi, I found this problem as well, even using Buddy api. To solve it (at least in buddy) I found that if you take the path to the file you are opening e.g. "C:\my docs\afile.doc" and make it QUOTE & "C:\my docs\afile.doc" & QUOTE it will probably work. I think the reason is that when MS ap