from text member to field... it's possibile?

2003-06-16 Thread Francesco Scarfato
it possibile to convert textmember with its own text formatting into a field cast member with that retain the most of text formatting like bold italic and so on? with lingo or with an extra? i've a lot of html file and i need to print them but print-o-matic doesn't print them as text but a bitmap

Re: resizing images

2003-06-16 Thread Daniel Nelson
Hi Mayuresh, Direct Image Xtra will do a good job, but it costs. http://www.directxtras.com/DImage_home.asp?UUID=1144299 Regards, Daniel > > clean. Now I know I should not be comparing both of them, but any way else I > can resize the images to atleast somewhere close to the quality Photoshop >

tell when importFileInto is done?

2003-06-16 Thread Michael von Aichberger
Hi list! For a simple slide show application I am using very large images (4096 x 768). I am using two cast members. When cast member A is displaying a slide, I use importFileInto to import the next slide into cast member B. And vice versa. My problem: Even though the images are on the local har

RE: Disney Interactive...not

2003-06-16 Thread Kerry Thompson
> 2. Disney has a POOR record for technical quality. > > For any of you who have worked for Disney interactive, I am > curious, are the quality issues due to non-negotiable > deadlines for getting the product out, that just don't allow > for sufficient testing/debugging time? With someone li

Re: tell when importFileInto is done?

2003-06-16 Thread Mathew Ray
Hi Michael, If the files are external, you could try changing the filename of the member...would be quick and easy as long as the folder containing the images can stay relative to the projector. Or are you looking at importing the files into the cast and then saving it? ~Mathew - Original Me

RE: tell when importFileInto is done?

2003-06-16 Thread Kerry Thompson
> My problem: Even though the images are on the local hard > disk, it importFileInto takes some time. I need the execution > of the next "step forward" to wait for the next slide to be available. Try just setting the file name of the cast member. Member("Picture A").filename = pathToFile. Cord

buddyAPI's baDisableScreenSaver

2003-06-16 Thread Mendelsohn, Michael
Hi all... Anyone ever use buddyAPI's baDisableScreenSaver before? I have an 11 minute self running demo CD being deployed to machines in house that are very locked down. It would be nice to avoid the screen saver turning on as they are watching it. So, can I rely on this method, or would/could

Re: time and date from the web

2003-06-16 Thread Matthew Kaplan
getNetText can't do ports as in this url port 14, as far as I know. best regards Daniel Plaenitz Thanks Daniel for the input. Is there a lingo or xtra based solution that will do ports? The application I'm working on is projector based, running off the user's harddrive. I appreciate the h

Re: tell when importFileInto is done?

2003-06-16 Thread Rob Romanek
Hi Michael, Check out: member(whichCastMember).loaded I'm curious though why are you using importFileInto instead of simply changing the filename of a linked cast member? I have tested the two for speed but my gut tells me that swapping the filename will be faster... don't ask me why just a fe

OT cost of web services (Hosting) that support MS - IIs,Flash remoting, ASP, JSP, PHP, Access database,etc.

2003-06-16 Thread bspeer
Would anyone suggest how much one could expect to pay for web services (Hosting) that support MS - IIs, Flash remoting, ASP, JSP, PHP, Access database,etc.??? If you have a particular service in mind which you have some experience with that info would be appreciated as well... Thanks, -Boyd [

AW: tell when importFileInto is done?

2003-06-16 Thread Michael von Aichberger
Hi Kerry and Mathew and Rob! Thanks for your suggestions. Setting the filename property works for me. I have done this before, in fact this is how I normally do it. I wanted to use importFileInto this time, because I wanted to avoid having externally linked cast members in my projector. I don't

RE: OT cost of web services (Hosting) that support MS - IIs, Flash remoting, ASP, JSP, PHP, Access database,etc.

2003-06-16 Thread Kerry Thompson
> Would anyone suggest how much one could expect to pay for > web services (Hosting) that support MS - IIs, Flash remoting, > ASP, JSP, PHP, Access database,etc.??? If you have a > particular service in mind which you have some experience > with that info would be appreciated as well... I use

Re: tell when importFileInto is done?

2003-06-16 Thread Rob Romanek
That should have read: ...I have NOT tested the two... 16/06/2003 10:42:23 AM, Rob Romanek <[EMAIL PROTECTED]> wrote: > I have tested the two for speed but my gut tells >me that swapping the filename will be faster... don't ask me why just a feeling. > >Rob [To remove yourself from this l

Re: resizing images

2003-06-16 Thread Mayuresh
Thanks Daniel. I had not considered the xtra way yet, but it seems that it might work. I'll give it a shot. Buying the xtra is not a problem. Thanks again. Regards, Mayuresh - Original Message - From: "Daniel Nelson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003

Re: tell when importFileInto is done?

2003-06-16 Thread Anand Ravi
> > Is there a way to tell when importFileInto is done? > > I looked into preloadnetthing, but I am not downloading from the internet. > Hi! I once had to load some dynamic text from text files. I used a combination of preloadnetthing and importfileinto. The results were satisfactory - though I h

Image manipulation

2003-06-16 Thread Anand Ravi
Hi List, I have a number of images for which I am writing custom copy print functions. For each of the images, I have seperate copyright information that needs to be added to image when it is copied or printed. The copyright infomration is in text format. Any ideas will be really appreciated. Th

Re: buddyAPI's baDisableScreenSaver

2003-06-16 Thread Mark A. Boyd
At 07:10 2003-06-16, Mendelsohn, Michael wrote: Hi all... Anyone ever use buddyAPI's baDisableScreenSaver before? I have an 11 minute self running demo CD being deployed to machines in house that are very locked down. It would be nice to avoid the screen saver turning on as they are watching it.

Re: Image manipulation

2003-06-16 Thread Anand Ravi
Sorry folks! Managed to do it! :) Thanks and Regards, Anand Ravi - Original Message - From: "Anand Ravi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 9:17 PM Subject: Image manipulation > Hi List, > > I have a number of images for which I am writing custom

Re: AW: tell when importFileInto is done?

2003-06-16 Thread Rob Romanek
Hey Michael, Why don't you use a little script to do that resetting for you. That way you don't have to go back to a version before... off the top of my head something like this should work global gMembersToResetList on prepareMovie gMemberMembersToResetList = [theMember : theFileName,

RE: Disney Interactive...not

2003-06-16 Thread Tab Julius
This isn't really a Lingo topic, but since it's pretty quiet... I agree, except that I'm not all that happy with Infogrames. my son brought home an Infogrames CD (published under the auspices of Nickelodeon) that his grandmother got for him when he was visiting them. It wouldn't run on their

RE: from text member to field... it's possibile?

2003-06-16 Thread Thomas Higgins
Francesco, > it possibile to convert textmember with its own text > formatting into a field cast member with that retain > the most of text formatting like bold italic and so > on? with lingo or with an extra? You could certainly do this with Lingo, just walk the text member and its various prop

Re: from text member to field... it's possibile?

2003-06-16 Thread Howdy-Tzi
On Monday, Jun 16, 2003, at 03:34 America/Chicago, Francesco Scarfato wrote: it possibile to convert textmember with its own text formatting into a field cast member with that retain the most of text formatting like bold italic and so on? with lingo or with an extra? Yep. Parse the #text member,

AW: AW: tell when importFileInto is done?

2003-06-16 Thread Michael von Aichberger
Hi Rob, I don't want to reset the member to any file name, but to "no" filename. Because, when the movie starts, this member should not be externally linked at all. So what do you do suggest for how to reset in this case? thx Michael -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [ma

Re: AW: AW: tell when importFileInto is done?

2003-06-16 Thread Rob Romanek
Hi Michael, Sorry I misunderstood. Try this instead... Create your dummy cast members as 1 pixel bitmaps (you need some kind of image in there because this will be making use of the "media" property, I only say this cause you can create a dummy member simply by opening a paint window giving it

Re: from text member to field... it's possibile?

2003-06-16 Thread Mark A. Boyd
At 01:34 2003-06-16, Francesco Scarfato wrote: it possibile to convert textmember with its own text formatting into a field cast member with that retain the most of text formatting like bold italic and so on? with lingo or with an extra? i've a lot of html file and i need to print them but print-o-

RE: from text member to field... it's possibile?

2003-06-16 Thread Brad Hile
>Francesco Scarfato wrote: >it possibile to convert textmember with its own text formatting into a >field cast member with that retain the most of text formatting like bold >italic and so on? with lingo or with an extra? >i've a lot of html file and i need to print them but print-o-matic >doesn't p

QT Authoring advanced question...

2003-06-16 Thread grimmwerks
I'm just curious, and would like to bounce the idea off of someone more knowledgeable than myself (Colin?) -- would it be possible (not by me, but by someone) to create a new QT Xtra that director could feed multiple file information, layout, timing etc (SMIL?) and generate a new QT file with

Re: QT Authoring advanced question...

2003-06-16 Thread Tab Julius
Sure, we've written similar Xtras with QT. If you're just "wondering" about it, then the answer is yes. If you're actually interested in something like that, write me off-list. - Tab At 09:30 PM 6/16/03, [EMAIL PROTECTED] wrote: I'm just curious, and would like to bounce the idea off of some