lingo-l Modifying Accessibility group order beh

2004-05-03 Thread Evan Menogue
Hi all,


I'm using the Accessiblilty group order to provide tab keyboard
navigation between a couple of dialog buttons. I want to modify the
behaviour so when it first starts up, the sprite with Tab order set to 1
_is not_ activated. I want no sprites to be set with keyboard focus
first.

I have tried commenting out these lines in the initialize handler of
the Accessibility group beh, but that doesn't seem to work -- when I
press TAB for the first time, the wrong sprite gets keyboard focus i.e.
the one with Tab order set to 2.
(these lines commented out)
--  if pTabOrder = 1 then
--tDataList = pDataList.duplicate()
--tDataList.msg = SetIndex
--tDataList.trigger.data.setIndex = 1
--me.sendControlEvent(tDataList)  
--  end if

Anyone have any suggestions?

Thanks


Evan.

Evan Menogue
Multimedia Developer
Learning  Teaching Support
Swinburne University
[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: lingo-l SOLVED!! Quotes within quotes in a do statement -- but now single quote?

2004-05-03 Thread Mendelsohn, Michael
Yes...I just found out they're called mnemonic codes (as opposed to
entity/ASCII codes) and a chart of them is at:
http://www.informatik.hu-berlin.de/Themen/www/ISOlat1.html

- MM




 Check any decent HTML reference for all of those. (trade;, copy;
etc.)


[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: lingo-l Application crash OS 10.3.2

2004-05-03 Thread Daniel Nelson
Hi Teo,

I posted this to Direct-L earlier this year:

Date: Mon, 26 Jan 2004 11:59:17 -0600
From: Daniel Nelson [EMAIL PROTECTED]
Subject: a little bizarre: freezing on Panther
Hi All,

This morning, a small utility I've been running for years hung after
launching.  I opened it in Director to see what the problem was, and
found that the playback head wasn't moving at all from the first frame
(with no sprites or scripts) to the next frame.  Director and
projectors were all frozen.
After restarting the computer (quitting Director didn't help),
everything is back in order, but it is a little strange that only
Director and projectors seemed to be affected.
This might be something to keep in mind if OSX users report projects
freezing on startup.
OSX 10.3.2

Regards,

Daniel

On May 2, 2004, at 5:17 PM, Teo Mattiozzi Petralia wrote:

Hi!
I'm working on a Macintosh running OS X 10.3.2. I've got a weird 
problem, never happen before, that is, when I open a file (that is 
always been fine) the file open up showing the first frame with the 
picture and the text and then the application is not responding 
anymore.

Does anyone know what's could happened, and how can I solve the 
problem?

Thanks

Teo

[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!]




Daniel Nelson
Blue Jade Creative Enterprises LLC
[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!]


lingo-l Hybrid DVD

2004-05-03 Thread John R. Sweeney Jr
Can a DVD be burned the same way you burn a Hybrid CD-ROM?

Mac executable, PC executables and shared assests?

We need to share 3.5 gig of LARGE print art on Macs and PC. The interface is
built and works on a normal hybrid CD-ROM. Now we are trying to create the
HUGE hybrid. Any one done something like this and can give a little help?
I'm using Toast to do the burn.

Thanks in advance,
John



===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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: lingo-l charToNum() on very large string

2004-05-03 Thread Buzz Kettles
At 7:33 PM -0400 5/1/04, you wrote:
On May 1, 2004, at 6:06 PM, Colin Holgate wrote:

But wait, I tested it anyway, and it turns out that the property 
list lookup to save doing chartonum() ends up taking longer than 
just doing the chartonum, so no prize for Buzz at all!
No fair. Buzz should at least get an alternate approach award.
No award necessary   :)

- it was just an idea -
I wasn't sure if the function call time was significant
It's good info to know that it's a fast function call

-Buzz
--
Troy
RPSystems, Ltd.
http://www.rpsystems.net
[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: lingo-l Hybrid DVD

2004-05-03 Thread Cole Tierney
Can a DVD be burned the same way you burn a Hybrid CD-ROM?

Mac executable, PC executables and shared assests?
Haven't tried, but I don't see why not. If toast gives you trouble 
and you've got a mac running 10.3 or better, you could make the 
hybrid image with hdiutil.

--
Cole
[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!]


lingo-l Dynamic Flash Sprite

2004-05-03 Thread Kerry Thompson
I think I'm missing something obvious here. Dir MX, Win XP Pro.

I'm creating a Flash sprite at runtime, but it's crashing with handler
not found in object when I issue a goToFrame command.

The code is pretty straightforward:
pAnimSprite.rect= member(animMemberName).rect
pAnimSprite.member = member(animMemberName)
pAnimSprite.loc = animLoc
pAnimSprite.goToFrame(frameLabelName)

Everything checks out in the debugger. The right sprite is getting
loaded, it's going in the right place, and the right frame label is
being called. pAnimSprite is a 0-pixel holder before getting assigned.
The Flash cast member is #lockStep (there's a callback), #static, #Loop
and #DTS are false.

I've tested it in a movie with the Flash sprite on stage, rather than
being dynamically assigned, and everything works as I would expect.

Ideas on what else I need to do to kick it into gear?

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: lingo-l Hybrid DVD

2004-05-03 Thread John R. Sweeney Jr
on 5/3/04 12:30 PM, Cole Tierney at [EMAIL PROTECTED] wrote:

 Haven't tried, but I don't see why not. If toast gives you trouble
 and you've got a mac running 10.3 or better, you could make the
 hybrid image with hdiutil.

But aren't DVD-R data discs burned in a different format that CD-ROM data
disc's?

L8R,
John


===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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: lingo-l Dynamic Flash Sprite

2004-05-03 Thread Thomas W.J.C. McCrystal
I'm creating a Flash sprite at runtime, but it's crashing with
handler
not found in object when I issue a goToFrame command.
It's a silly thing, but are you sure that you're passing strings to
flash? I've seen this error when I passed a symbol or integer by
accident.
[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: lingo-l Hybrid DVD

2004-05-03 Thread Cole Tierney
on 5/3/04 12:30 PM, Cole Tierney at [EMAIL PROTECTED] wrote:

 Haven't tried, but I don't see why not. If toast gives you trouble
 and you've got a mac running 10.3 or better, you could make the
  hybrid image with hdiutil.

But aren't DVD-R data discs burned in a different format that CD-ROM data
disc's?
They could be, but I'd try it anyway. The docs for hdiutil imply that 
it may be possible.

--
Cole
[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: lingo-l Dynamic Flash Sprite

2004-05-03 Thread John Mathis
You might try calling the 'goToFrame' after an 'exitframe' cycle.

The way you have it now the Flash sprite does not have a chance to
initialize before you're giving it commands.

John Mathis
Inplicity
http://www.inplicity.com/connect

- Original Message - 
From: Kerry Thompson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 03, 2004 1:24 PM
Subject: lingo-l Dynamic Flash Sprite


 I think I'm missing something obvious here. Dir MX, Win XP Pro.

 I'm creating a Flash sprite at runtime, but it's crashing with handler
 not found in object when I issue a goToFrame command.

 The code is pretty straightforward:
 pAnimSprite.rect= member(animMemberName).rect
 pAnimSprite.member = member(animMemberName)
 pAnimSprite.loc = animLoc
 pAnimSprite.goToFrame(frameLabelName)

 Everything checks out in the debugger. The right sprite is getting
 loaded, it's going in the right place, and the right frame label is
 being called. pAnimSprite is a 0-pixel holder before getting assigned.
 The Flash cast member is #lockStep (there's a callback), #static, #Loop
 and #DTS are false.

 I've tested it in a movie with the Flash sprite on stage, rather than
 being dynamically assigned, and everything works as I would expect.

 Ideas on what else I need to do to kick it into gear?

 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!]



[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: lingo-l Hybrid DVD

2004-05-03 Thread Slava Paperno
Yes, it can. I do this with Toast 5 under OS X 10.2. Toast doesn;t care 
what size your hybrid disc is. Toast 5 doesn;t even call it a hybrid 
CD-ROM; it says hybrid disc. I put PC and Mac executables, shared data, 
and all the rest of it on my hybrid DVD-ROMs, and they work exactly as 
hybrid CD-ROMs do, showing only the right platform files on each platform.

Slava

At 11:55 AM 5/3/04 -0500, you wrote:
Can a DVD be burned the same way you burn a Hybrid CD-ROM?

Mac executable, PC executables and shared assests?

We need to share 3.5 gig of LARGE print art on Macs and PC. The interface is
built and works on a normal hybrid CD-ROM. Now we are trying to create the
HUGE hybrid. Any one done something like this and can give a little help?
I'm using Toast to do the burn.
Thanks in advance,
John
[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: lingo-l Dynamic Flash Sprite

2004-05-03 Thread Kerry Thompson
 It's a silly thing, but are you sure that you're passing 
 strings to flash?

Yep. I can see it in the debugger. Actually, the cast member name and
the frame are the same [string] variable in my code. I changed them in
the code I posted to avoid confusion.

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: lingo-l Hybrid DVD

2004-05-03 Thread Mats Leidö
But aren't DVD-R data discs burned in a different format that CD-ROM data
disc's?
They could be, but I'd try it anyway. The docs for hdiutil imply 
that it may be possible.
Yep. Something like

hdiutil convert myimage.dmg -UDTO -o myDVD

I guess. Seems like hdiutil would figure out the right extensions 
itself too. Snip from
http://developer.apple.com/documentation/Darwin/Reference/ManPages/html/hdiutil.1.html:

onvert image -format format -o outfile
convert image to type format and write the result to outfile.
As mentioned above, the correct filename extension will be added only 
if it isn't part of the provided name. Format is one of:
UDRW - UDIF read/write image
UDRO - UDIF read-only image
UDCO - UDIF ADC-compressed image
UDZO - UDIF zlib-compressed image
UFBI - UDIF entire image with MD5 checksum
UDRo - UDIF read-only (obsolete format)
UDCo - UDIF compressed (obsolete format)
UDTO - DVD/CD-R master for export
UDxx - UDIF stub image
UDSP - SPARSE (growable with content)
RdWr - NDIF read/write image (deprecated)
 Rdxx - NDIF read-only image (Disk Copy 6.3.3 format)
ROCo - NDIF compressed image (deprecated)
 Rken - NDIF compressed (obsolete format)
DC42 - Disk Copy 4.2 image
[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: lingo-l Hybrid DVD

2004-05-03 Thread Charlie Fiskeaux II
He's probably referring to UDF, which I believe is the standardized data
format for data DVDs. But ISO/Mac formats should work fine as well (on most
computers), and you have to use them if you want a custom hybrid disc.

Charlie Fiskeaux II
Interactive Media Developer
Cre8tive Group
cre8tivegroup.com
859/858-9054 x29
cell: 608-9194


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Kerry Thompson
 Sent: Monday, May 03, 2004 3:50 PM
 To: [EMAIL PROTECTED]
 Subject: RE: lingo-l Hybrid DVD

  But aren't DVD-R data discs burned in a different format
 that CD-ROM
  data disc's?

 Yes, but that shouldn't make a difference. CD-ROM, Zip Disks,
 hard drives, network drives--they're all different formats.
 As long as Windows or Mac can recognize it as a disk, and the
 read the files, it shouldn't make a lot of difference where
 they reside.

 Of course there are different formats for DVD, the plus and
 dash. I think most DVD writers and readers now can do both.
 Dual-layer writeable DVD's are coming, too, with 9 GB of
 storage. Still shouldn't make any difference.

 Just don't try to write to them at run time ^_^

 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!]




[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: lingo-l Black flashes in MX2004

2004-05-03 Thread Kerry Thompson
 Hi!
 I have just translated a large project from MX into MX2004.
 It has a number of dirs which go from one to the other, and 
 casts which are 
 shared. The casts are being switched depending on what 
 language is being used.
 
 It works well in authoring, but in the projector, there is a 
 lengthy black 
 flash between some of the dirs.

I've seen this some times when there is a blank frame at the end or
beginning of a movie, or you are manipulating a lot of assets in a
prepareMovie or beginSprite handler.

Do you have a bitmap that you can be sure is on stage when you call go
to movie, and is on stage in the first frame of the next movie?

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: lingo-l Hybrid DVD

2004-05-03 Thread John R. Sweeney Jr
on 5/3/04 2:17 PM, Slava Paperno at [EMAIL PROTECTED] wrote:

 Yes, it can. I do this with Toast 5 under OS X 10.2. Toast doesn;t care
 what size your hybrid disc is. Toast 5 doesn;t even call it a hybrid
 CD-ROM; it says hybrid disc. I put PC and Mac executables, shared data,
 and all the rest of it on my hybrid DVD-ROMs, and they work exactly as
 hybrid CD-ROMs do, showing only the right platform files on each platform.

It seems to want to work, but have you ever done this with a Mac volume over
2 gig?

I created my partition/disk image at 2.8 gig. Worked fine and I could mount
it, but as soon as I copied data to that partition exceeding 2 gig I get an
error message that says:

cannot be converted to HFS. The volume can be written using the Data
format.


Is HFS a 2 gig limit on hybrid burns?  Do you know?


Thanks for your help,

John



===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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!]


lingo-l Black flashes in MX2004

2004-05-03 Thread Cath Sample
Hi!
I have just translated a large project from MX into MX2004.
It has a number of dirs which go from one to the other, and casts which are 
shared. The casts are being switched depending on what language is being used.

It works well in authoring, but in the projector, there is a lengthy black 
flash between some of the dirs.

It is only some of them, and they can change. I stripped one down to 
nothing, and it still flashed. I started again from nothing, and it was 
fine for a while, but now it is flashing again. Sometimes it looks like a 
black flash with a white horizontal line accross it.

Has anyone seen this? Any ideas of what could be going wrong here, or how I 
can fix it? I have spent quite abit of time rebuilding, saving and 
compressing, have tried taking out the cast switching scripts, switching 
Flash files. The only thing which made a difference was saving and 
compacting, which fixed one of the movies, possibly temporarily.

Regards

Cath Sample
Director
Phosphor Essence
Level 1, 27 Dacre St
PO Box 68755
Newton, Auckland
http://www.phosphor.co.nz
P: +64 9 377 4626
F: +64 9 377 4991
M: 021 748 774
The material in this email is confidential to the addressee and may be 
protected by legal privilege. If you are not the intended recipient, please 
note that you may not use any material in this message nor pass it on to 
others. If you have received this email in error, please delete it and 
notify us immediately by telephone or email ([EMAIL PROTECTED]).

[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!]


lingo-l Navigate the flashing cursor

2004-05-03 Thread Peter Bochan
Hello,

Is there a way to move the flashing cursor in editable field cast member not
by means of arrows but through lingo? I mean let's say I've got an editable
field with the word Director and I want to place the flashing cursor just
after the letter e?

Thanks for the input
peb965




[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!]