RE: lingo-l ANOTHER easy question!!!!!!!!!

2001-01-16 Thread Laurent Brigaut
nothing! -Original Message- From: Jon Paul Alongi [mailto:[EMAIL PROTECTED]] Sent: 16 janvier, 2001 06:06 To: '[EMAIL PROTECTED]' Subject: lingo-l ANOTHER easy question! very simple but just wanna know the reason... what is the significance between ie.

RE: lingo-l Printomatic Lite Help

2001-01-15 Thread Laurent Brigaut
Hi, I think that you should use one frame per column (using printomatic newFrame method) and use SetTextJust to format your text in each column/Frame. regards, -- Laurent BRIGAUT Services Division Manager Integration Nouveaux Media, Inc

RE: lingo-l hiliting a textfield

2001-01-15 Thread Laurent Brigaut
use the offset command (offset(" ", member("blah").text)). If it returns 0, that means your text doesn't contains " ". to test for the length,use property "count" (length = member("blah").text.chars.count). regards, -

RE: lingo-l SWA audio question

2000-11-28 Thread Laurent Brigaut
preloads 5 seconds (in your case) and then starts to play again. Hope it helps, -- Laurent BRIGAUT Integration Nouveaux Media, Inc. http://www.integration.qc.ca -- -Original Message

RE: lingo-l width of fields

2000-11-10 Thread Laurent Brigaut
= theRect updateStage end repeat end -- Laurent BRIGAUT Integration Nouveaux Media, Inc. http://www.integration.qc.ca -- -Original Message- From: Eric Reynertson [mailto:[EMAIL

RE: lingo-l Projector Error- This program has made an illegal operation

2000-11-08 Thread Laurent Brigaut
Hi, Are you using other xtras in your MIAWS? I had previously this kind of error with Popmenu xtra. I had to make sure that the MIAW is closed and I had to call Forget window. hope it helps! -- Laurent BRIGAUT Integration Nouveaux Media, Inc

RE: lingo-l Finding graphic in cast library

2000-11-02 Thread Laurent Brigaut
rmat of your graphic. ---------- Laurent BRIGAUT Integration Nouveaux Media, Inc. http://www.integration.qc.ca -- -Original Message- From: David Kimmer [mailto:[EMAIL PROTECTED]] Sent: 2

RE: lingo-l Escape key

2000-10-25 Thread Laurent Brigaut
Add the line "the ExitLock = true" in your preparemovie handler - it should be OK. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Swerbrick, Darryl Sent: 25 octobre, 2000 11:22 To: '[EMAIL PROTECTED]' Subject: lingo-l Escape key I'm currently

RE: lingo-l Question about the systemDate

2000-10-25 Thread Laurent Brigaut
Here is a script that convert the system date into a D7 date type (it should work on any system). Once you have a D7 date format, you can do comparisons. on GetToDay me shortDate = the short date "#" abbrDate = the abbreviated date "#" shortDateList = [] aNum = "" dateLength =