RE: Re:testing for resolution with dual monitors

2003-05-30 Thread Colin Holgate
 > put the desktTopRectList
 -- [rect(0, 0, 2560, 1024)]

 where every monitor is set to 1280x1024
NT has its own way of doing things. I have a similar setup, with two
1024 x 768 monitors, running XP Pro, and I get [rect(0, 0, 1280, 1024),
rect(-1280, 0, 0, 1024)]. That's with Director XP.
At least NT gives you the right desktop size.
Both of the above desktoprectlists are correct. The first one is 
correct because the desktop has been set up to be a single screen 
(with the task bar stretching across the bottom of both I guess?). 
Kerry's one (which I've seen too) is where the task bar screen is 
arranged to be to the right of the other screen.

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


RE: Re:testing for resolution with dual monitors

2003-05-30 Thread Kerry Thompson
> the desktop rect list isn't very accurate!
> on my windows NT 4.0 SP 6a with matrox g400 dh with two monitor i've 
> only one value
> 
> put the desktTopRectList
> -- [rect(0, 0, 2560, 1024)]
> 
> where every monitor is set to 1280x1024

NT has its own way of doing things. I have a similar setup, with two
1024 x 768 monitors, running XP Pro, and I get [rect(0, 0, 1280, 1024),
rect(-1280, 0, 0, 1024)]. That's with Director XP.

At least NT gives you the right desktop size.

Cordially,

Kerry Thompson

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]


Re: Re:testing for resolution with dual monitors

2003-05-30 Thread Chris Chambers
OK, so this means that:

(the stage).rect = the deskTopRectList[1]
(the stage).drawRect = the deskTopRectList[1]

will really screw things up on machines with this set-up?

Chris.
 

> > the desktop rect list isn't very accurate!
> 
> It is. The reason you're getting a single rect for both displays is, as 
> you say, that your desktop is set to span across both displays, acting 
> as though they are one single large monitor, not two separate ones. I 
> assume your taskbar stretches across them both?

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]


Re: Re:testing for resolution with dual monitors

2003-05-30 Thread Pixelchurch New Media
It works fine. It has just added the size of your two desktops

here's mine:

put the deskTopRectList
-- [rect(0, 0, 1280, 960), rect(1280, 0, 2432, 864)]

HTH

Andy
- Original Message -
From: "Francesco Scarfato" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 30, 2003 9:07 AM
Subject:  Re:testing for resolution with dual monitors


> the desktop rect list isn't very accurate!
> on my windows NT 4.0 SP 6a with matrox g400 dh with two monitor i've
> only one value
>
> put the desktTopRectList
> -- [rect(0, 0, 2560, 1024)]
>
> where every monitor is set to 1280x1024
>
> my desktop is span over two monitor, so you can test the OS version to
> be sure
>
>
>
> enjoy
>
> Francesco Scarfato
> lingo developer
> Ritram srl
> via Marconi 45/7
> 40010 Bentivoglio (BO)
> tel +390516640932
> fax +390516640938
> www.ritram.it
>
> [To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is
for learning and helping with programming Lingo.  Thanks!]
>


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]


Re: Re:testing for resolution with dual monitors

2003-05-30 Thread Howdy-Tzi
On Friday, May 30, 2003, at 02:07 America/Chicago, Francesco Scarfato 
wrote:

the desktop rect list isn't very accurate!
It is. The reason you're getting a single rect for both displays is, as 
you say, that your desktop is set to span across both displays, acting 
as though they are one single large monitor, not two separate ones. I 
assume your taskbar stretches across them both?

on my windows NT 4.0 SP 6a with matrox g400 dh with two monitor i've 
only one value

put the desktTopRectList
-- [rect(0, 0, 2560, 1024)]
where every monitor is set to 1280x1024

my desktop is span over two monitor, so you can test the OS version to 
be sure


Warren Ockrassa | President,  nightwares LLC  [EMAIL PROTECTED]
 nightwares LLC | Consulting  Programming http://www.nightwares.com/
  Developer | Structor, a presentation development/programming tool
  Info and demo | http://www.nightwares.com/structor/
 Author | Director 8.5 Shockwave Studio: A Beginner's Guide
Chapter samples | http://www.nightwares.com/director_beginners_guide/
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


Re:testing for resolution with dual monitors

2003-05-30 Thread Francesco Scarfato
the desktop rect list isn't very accurate!
on my windows NT 4.0 SP 6a with matrox g400 dh with two monitor i've 
only one value

put the desktTopRectList
-- [rect(0, 0, 2560, 1024)]
where every monitor is set to 1280x1024

my desktop is span over two monitor, so you can test the OS version to 
be sure



enjoy

Francesco Scarfato
lingo developer
Ritram srl
via Marconi 45/7
40010 Bentivoglio (BO)
tel +390516640932
fax +390516640938
www.ritram.it
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


Re: intranet database

2003-05-30 Thread Slava Paperno
Look at the V12 DBE Xtra from http://www.integration.qc.ca. S.

At 10:30 PM 5/29/01 -0700, you wrote:
 Hi everyone,  im not sure if i can do this with director,  but my boss
asked me to create an intranet database...
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


intranet database

2003-05-30 Thread JerryZ
 Hi everyone,  im not sure if i can do this with director,  but my boss
asked me to create an intranet database. what he wants is for 10 users to be
able to create new records through an interface, search records, delete and
input records.  i was thinking i could do this with an html interface that
uses asp and access databases.  Maybe there's a way to do this with director
but im not sure. If anyone has ever created such a program can you please
help me. I don't know what to do.  thanks everyone


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]


Re: Re: silent alert boxes in Shockwave

2003-05-30 Thread Howdy-Tzi
On Thursday, May 29, 2003, at 10:13 America/Chicago, Mark A. Boyd wrote:

At 10:25 2003-05-28, Valentin Schmidt wrote:
strange, for some reason all the colons dissapeared in my mail, 
although it
was direct copy/paste from lingo.
That's the way it works with top-post centric, Outlook Express. I 
think it usually uses double line spacing, too - at least in the 
newsreader client portion. To avoid it you can paste into a text 
editor first, then copy/paste from there to MSOE. Or you can use the 
message window as the stepping stone.
Or switch to a real mail app on a real OS.

:D

-- WthmO

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


Re: Re: silent alert boxes in Shockwave

2003-05-30 Thread Mark A. Boyd
At 10:25 2003-05-28, Valentin Schmidt wrote:
strange, for some reason all the colons dissapeared in my mail, although it
was direct copy/paste from lingo.
That's the way it works with top-post centric, Outlook Express. I think it 
usually uses double line spacing, too - at least in the newsreader client 
portion. To avoid it you can paste into a text editor first, then 
copy/paste from there to MSOE. Or you can use the message window as the 
stepping stone.



--
Mark A. Boyd
Keep-On-Learnin' :)
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


RE: bacopyfileprogress

2003-05-30 Thread Steven Prentiss
They've added this functionality for the PC in Version 3.6 Beta 1.
Seems to work exactly the same on the PC as the Mac.

http://www.mods.com.au/budapi/download/beta/bx360b1.zip


Steven Prentiss
Second Wind Interactive
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 4:57 AM
To: [EMAIL PROTECTED]
Subject:  bacopyfileprogress


Can anyone enlighten me if a) this is in both mac/win and b) well, how
the 
hell to use it?

nevermind - figured out how to use it but it seems it's mac only?

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]).
Lingo-L is for learning and helping with programming Lingo.  Thanks!]


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]