PC/x-platform development (was Re: embed/install font)

2005-07-21 Thread Brad Borch
Ah, but I only have the Mac development platform. I guess that argues for me to get the PC platform. Which raises a couple of points: 1) I got tired of paying Macromedia for the right to develop on two platforms. Every time Director upgraded, I had to shell out another $800 for the upgrade

Re: PC/x-platform development (was Re: embed/install font)

2005-07-21 Thread xbury . cs
Brad, I dont think nothing is stopping you from copying your stack to a mac and running it via a demo player... Once the stack is made (on a PC for example), i dont think you need to recompile it to run on Macs or Linux. But i could be wrong... cheers Xavier On 21/07/2005 16:04:00

Re: PC/x-platform development (was Re: embed/install font)

2005-07-21 Thread Ken Ray
On 7/21/05 9:04 AM, Brad Borch [EMAIL PROTECTED] wrote: Ah, but I only have the Mac development platform. I guess that argues for me to get the PC platform. Which raises a couple of points: 1) I got tired of paying Macromedia for the right to develop on two platforms. Every time Director

Re: PC/x-platform development (was Re: embed/install font)

2005-07-21 Thread Brad Borch
2) As the development platform depends on the player, would it be possible to create a limited development stack that would basically allow the testing of commands (like you list below) that would be interpreted by the player? Yes - just build a Windows standalone from the Mac version of

Re: PC/x-platform development (was Re: embed/install font)

2005-07-21 Thread Ken Ray
On 7/21/05 10:44 AM, Brad Borch [EMAIL PROTECTED] wrote: Yes - just build a Windows standalone from the Mac version of Rev Studio and test it under Windows. I know I can build an executable. What I was thinking was an executable that worked something like the message window, where I could

Re: PC/x-platform development (was Re: embed/install font)

2005-07-21 Thread Brad Borch
Where do I find EnhancedWin.dll?? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: PC/x-platform development (was Re: embed/install font)

2005-07-21 Thread Chipp Walters
Brad Borch wrote: ..., but it sure would be nice to have both platforms included in the purchase of the product. Check out the Enterprise edition. I believe it has support for all platforms 'built in.' -Chipp ___ use-revolution mailing list

Re: PC/x-platform development (was Re: embed/install font)

2005-07-21 Thread Trevor DeVore
On Jul 21, 2005, at 11:00 AM, Brad Borch wrote: Where do I find EnhancedWin.dll?? http://www.mangomultimedia.com/download/revolution/enhancedwin/ EnhancedWin.zip I posted a message about this a few days ago. It has a call that will help you limit your app to only one instance on Windows

Re: embed/install font

2005-07-20 Thread FlexibleLearning
Doesn't the EXT external provide this functionailty? Maybe memory is slipping. /H ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: embed/install font

2005-07-20 Thread Brad Borch
Yes--my first post that began this thread references an earlier thread Own fontsuite with standalone? I tried the EXT external, but was unable to get the the PC executable to return any external commands: set the externals of this stack to gStackPath /EXT.dll put the externalCommands of

Re: embed/install font

2005-07-20 Thread Trevor DeVore
On Jul 20, 2005, at 8:35 AM, Brad Borch wrote: Yes--my first post that began this thread references an earlier thread Own fontsuite with standalone? I tried the EXT external, but was unable to get the the PC executable to return any external commands: set the externals of this stack to

Re: embed/install font

2005-07-19 Thread Brad Borch
Thanks for all the help. Let's see if I understand this process: Mac: 1. Load the font files as binaries into custom properties, probably properties of a stack, like so: set the myStoredFont of stack My Stack to URL binfile:VeraMono.ttf 2. At runtime, check if the fonts are installed on the

Re: embed/install font

2005-07-19 Thread Mark Talluto
On Jul 19, 2005, at 6:29 AM, Brad Borch wrote: Thanks for all the help. Let's see if I understand this process: Mac: 1. Load the font files as binaries into custom properties, probably properties of a stack, like so: set the myStoredFont of stack My Stack to URL binfile:VeraMono.ttf 2.

embed/install font

2005-07-18 Thread Brad Borch
I'm creating a presentation and I need to be sure the user has access to a Unicode font. I'd like to standardize on Bitstream's Vera font, which is free and very good. 1) Is there any way to access the font dynamically without installing it on the user's system? A while ago there was a thread

Re: embed/install font

2005-07-18 Thread Stephen Barncard
I remember the days long ago in Hypercard where you could install a font as a resource in a stack, and it 'just worked', even though we were warned not to for some reason. sqb I'm creating a presentation and I need to be sure the user has access to a Unicode font. I'd like to standardize on

Re: embed/install font

2005-07-18 Thread Mark Talluto
On Jul 18, 2005, at 6:53 AM, Brad Borch wrote: I'm creating a presentation and I need to be sure the user has access to a Unicode font. I'd like to standardize on Bitstream's Vera font, which is free and very good. 1) Is there any way to access the font dynamically without installing it

Re: embed/install font

2005-07-18 Thread Brad Borch
Mark, I put the installer created by IC into a custom property in my rev app. My rev app spits out the installer Thanks for the pointer. I've done a fair bit of work in Director, Flash, etc. A long time ago I did Hypercard work. I'm sure with a little bit of guidance I'll get custom

Re: embed/install font

2005-07-18 Thread Dan Shafer
Brad. There are lots of resources. The docs are actually pretty good on this point. I wrote an eBook on the subject (it's for sale at the Rev online store as Chapter 21 for, I think, $5). I also gave a free online conference on the subject a while back. You can download the stack

Re: embed/install font

2005-07-18 Thread Bob Earp
Thanks Chip, I'll see if I can get this going however, I can't get some of the customers to agree to loading anything at all on their machines, yeah, go figure !! I know I sound like a worn out record, but I really don't have a good answer when they say to me but we didn't have to do this

Re: embed/install font

2005-07-18 Thread Richard Gaskin
Bob Earp wrote: I know I sound like a worn out record, but I really don't have a good answer when they say to me but we didn't have to do this with your ToolBook projects So it goes when a product is made by a co-founder of an OS vendor who doesn't publish all of their APIs. ;) --

Re: embed/install font

2005-07-18 Thread Bob Earp
I need this BIG time, and it mnay be a show stopper form me moving a whole mess of customers form ToolBook (where this isa breeze to do) to Rev. At RevConWest Andre Garcia said that he thought he had a way of doing this by using a custom property to store the font, but I haven't heard from him

Re: embed/install font

2005-07-18 Thread Mark Talluto
On Jul 18, 2005, at 10:11 AM, Brad Borch wrote: Mark, I put the installer created by IC into a custom property in my rev app. My rev app spits out the installer Thanks for the pointer. I've done a fair bit of work in Director, Flash, etc. A long time ago I did Hypercard work. I'm

Re: embed/install font

2005-07-18 Thread J. Landman Gay
On 7/18/05 10:39 AM, Stephen Barncard wrote: I remember the days long ago in Hypercard where you could install a font as a resource in a stack, and it 'just worked', even though we were warned not to for some reason. The reason was a complete and comprehensive system crash if a print job

Re: embed/install font

2005-07-18 Thread Chipp Walters
Bob, Here's how I would probably go about this on XP.. 1) Research what registry entries are changed in Windows when installing a TrueType font 2) Suck up the font into your app: set the uMyCustomFont of this stack to URL (binfile:C:/myfont.ttf) 3) On startup spit it back out: a) find the

Re: embed/install font

2005-07-18 Thread Chipp Walters
Hi Bob, Y'know I'm pretty sure there's a way to install fonts w/out putting them in the fonts folder. I know Adboe does it this way, and I've seen utilities that do the same...perhaps it a function of the registry. In anycase, I suppose you could always 'install and deinstall' a font at the

Re: embed/install font

2005-07-18 Thread Jeanne A. E. DeVoto
At 1:11 PM -0400 7/18/2005, Brad Borch wrote: Thanks for the pointer. I've done a fair bit of work in Director, Flash, etc. A long time ago I did Hypercard work. I'm sure with a little bit of guidance I'll get custom properties, but if you could just point me to a brief explanation of how this