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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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