adding text to an image

2001-08-08 Thread Dominic Villiard
i have many images that i can print using printomatic xtra the title is missing the thing is i want to add the name of the image (the member name) on the image just before printing the images are not all the same size and i don't want the text to appear right on the image but on the top or the bo

projector runnig slow

2001-08-08 Thread Dominic Villiard
hi list i did a projector the idea is for the user to this projector running in the background of their computer all the time. for the professional it is a reference tool that they flip back and for to all day. the rest of the day is spent on their computer doing other applications. The projec

scrollbar problem

2001-08-06 Thread Dominic Villiard
i use the custom scrollbar from the director library. i have a bunch of articles showing up one after the other one. the problem is that the dragger won't go back to the top of the scrollbar when i jump to another article. and sometimes the dragger is stuck at the top but it's not the top of th

Re: pdf xtra question...

2001-07-31 Thread Dominic Villiard
yes it's compatible - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 31, 2001 4:01 PM Subject: pdf xtra question... > > What's the new features with the 2.0 version? Is it compatible with > Acrobat 5 (1 doesn't seem to be)can we still use 1

QUICKTIME TIMECODE

2001-07-30 Thread Dominic Villiard
does anybody knows if it's possible to have a timecode using quicktime in director 8.5 and how can we control it? i can't anything on the macromedia web site thanks [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post message

Re: setvariable FLASH - DIRECTOR

2001-07-30 Thread Dominic Villiard
i'm sorry i didnt't write it down correctly i actually did : if FlagSPGL = false then setVariable(sprite 1,"OwnSPGL","x") but it still doesn't work... :( - Original Message - From: Ray Broussard <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 30, 2001 12:17 PM Subjec

setvariable FLASH - DIRECTOR

2001-07-30 Thread Dominic Villiard
is it normal that setvariable doesn't work with flash 5 and director 8.5??? i have a flash movie on sprite 1 the name of the variable in the flash movie and the director is the same if flagOBC = 1 then setvariable(sprite 1, "X") getvariable works but not setvariable any solutions?? thanks [

Re: is this possible?????

2001-07-26 Thread Dominic Villiard
is it possible from a projector?? what are the risks? - Original Message - From: Dominic Villiard <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 4:49 PM Subject: is this possible? > for processing credit cards > > 1. the customer

is this possible?????

2001-07-26 Thread Dominic Villiard
for processing credit cards 1. the customer goes through the form filling process and they select to pay online by credit card. 2. director passes the registration info and email address through an https call and we respond with an order number 3. the charge request gets queued up at our end and

list and variable

2001-07-26 Thread Dominic Villiard
i'm really sorry for the spelling my brain is melting __ how can i find if there an item taht i'm looking for in a list if i don't know it's position example mylist = [a, d, p, o] and i want to know if d is in the list but it could be in any position in the list thanx [T

list and variable

2001-07-26 Thread Dominic Villiard
how can i find if there an item taht i'm looking for in a list if i don't know it's position example mylist = [a, d, p, o] and i want to know if d is in the list but it could be in any position in the list thanx [To remove yourself from this list, or to change to digest mode, go to http://www.

Re: put... before fonction HELP!!

2001-07-25 Thread Dominic Villiard
ok forget this i've found out all by myself juste after i sent the email :) thanx! - Original Message - From: Dominic Villiard <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 25, 2001 1:56 PM Subject: put... before fonction HELP!! > how can

put... before fonction HELP!!

2001-07-25 Thread Dominic Villiard
how can i put the expression of 6 different variable before aand other expression for example : global a, b, c, d, e word = hello if toto = "yes" then a = 1 else a = 0 if toto2 = "yes" then b = 1 else b = 2 ... and so on... now i want to put all the global in a string before the variab

Re: RESIZE PROJECTOR

2001-07-24 Thread Dominic Villiard
i know the options for the projector i don't what that i really want to resized the stage without changing the sprite i know it's bitmap but if the customer want it... i heard you can do it with buddi api how? thanx - Original Message ----- From: Dominic Villiard <[EMAIL P

RESIZE PROJECTOR

2001-07-24 Thread Dominic Villiard
is there a way to resize a projector to full screen? the movie is 800X600 thanx [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is f

Re: extract a font from a cast member

2001-07-12 Thread Dominic Villiard
it's unicode and the special caracter won't show up director doesn't support unicode so we create a custom font thanx for the idea anyway - Original Message - From: Colin Holgate <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 12, 2001 3:55 PM Subject: Re: extract a f

extract a font from a cast member

2001-07-12 Thread Dominic Villiard
can't find the font file now. help help please does anybody have an idea? thanx Dominic Villiard [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL

UNICODE PROBLEM IN DIRECTOR

2001-07-12 Thread Dominic Villiard
hi list does anyone know something about unicode in director and how to use it?? is there a way to display unicode caracter even if director doesn't support it? can i create a font that display it ? can i create unicode with ASCII ? i'll take any suggestion! thanx Domini

font problem -- UNICODE in Director

2001-07-11 Thread Dominic Villiard
i'm showing text through a database (using V12 database Xtra) in these text i use UNICODE caracter set Director only display ASCII code so far it displays the wrong caracters how can show the unicode? i create a custom font but it doesn't work is there an xtra or something? help!!

mailto with attachement in director

2001-07-09 Thread Dominic Villiard
help!!! > >i want to send a text (attachement) by email using director >how can i do? > >i just don't know how to attach the file or to put it in the body field = >of the email > >i used gotonetpage "mailto:"; > >thanx [To remove yourself from this list, or to change to digest mode,