Re: Windows icon SOLVED: congrats :-)

2003-03-20 Thread Shari
Actually, that's not entirely true: You can create icons of any custom 16 colors and have them display properly if the monitor is set to display greater than 256 colors. If the monitor is set to display 256 colors or less, the colors of the icon will get remapped to the closest matching colors in

Re: OSX console mode

2003-03-20 Thread andu
--On Thursday, March 20, 2003 19:14:21 +0100 Pierre Sahores <[EMAIL PROTECTED]> wrote: andu a écrit : Does anyone know how to start OSX 10.2.x in console mode, that is, without the finder and all that UI. Regards, Andu Novac ___ metacard mailing list

Re: Windows icon SOLVED: congrats :-)

2003-03-20 Thread Scott Rossi
Recently, "Klaus Major" wrote: >> It was not enough to create a 32x32 pixel image. >> It was not enough to limit it to 16 colors. > > Please be aware that these 16 colors have to be specific colors! > (Not just 16 different colors, that would be too easy...) > > They are the first 16 entries in

RE: Clipboard routines

2003-03-20 Thread Chipp Walters
Raymond, try: on copyToClip pImage choose select tool drag from topleft of image pImage to botright of image pImage copy choose browse tool end copyToClip -Chipp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Raymond E. Griffith > Sent: Wedn

Re: OSX console mode

2003-03-20 Thread Pierre Sahores
andu a écrit : > > Does anyone know how to start OSX 10.2.x in console mode, that is, without > the finder and all that UI. > > Regards, Andu Novac > ___ > metacard mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/metacard Al

Re: Windows icon SOLVED: congrats :-)

2003-03-20 Thread Klaus Major
Hi Shari: My fella wouldn't let me give up last night, and he on the Windows computer and me on the Mac, spent hours trying to solve this. He found an icon Metacard liked, I opened it with GraphicConvertor, and did nothing except change the colors. There were 6 colors, and I simply changed bl

Thank you, all!

2003-03-20 Thread Shari
To all who offered suggestions to fix the 766 byte icon problem, thank you! It's delightful to see so many willing helpful folks out there. This is a great list! Shari C Gypsy King Software -- --Shareware Games for the Mac-- http://www.gypsyware.com __

Windows icon SOLVED

2003-03-20 Thread Shari
My fella wouldn't let me give up last night, and he on the Windows computer and me on the Mac, spent hours trying to solve this. He found an icon Metacard liked, I opened it with GraphicConvertor, and did nothing except change the colors. There were 6 colors, and I simply changed black to gre

Re: metacard digest, Vol 1 #552 - 2 msgs

2003-03-20 Thread wouter
Sorry, small correction on previous message : put dec2Bin(i) into i must be put dec2Bin(i) into b Still have a nice day WA ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

Re: metacard digest, Vol 1 #552 - 2 msgs

2003-03-20 Thread wouter
Re: metacard digest, Vol 1 #552 - 2 msgs * From: John Vokey * Subject: Re: metacard digest, Vol 1 #552 - 2 msgs * Date: Tue, 18 Mar 2003 09:54:55 -0800 - snip I like it: nice use of the decimal to binary conversion to implement my algorithm (i.e., 1/0 flags to indicate presence/absen

playselection

2003-03-20 Thread Signe Marie Sanne
Title: playselection I'm completely stuck, hope someone can help me... Mac 9.2.2 using MetaCard 2.5B5: In an application I display video sequences with (the script is somewhat simplified):       set loc of player "visp" to -160,-250  set the filename of player "visp" to "/Signes/MetaCardMappe/I

Re: Windows icon 766 bytes

2003-03-20 Thread Klaus Major
Hi Shari, GraphicConvertor failed as well. The problem is Metacard. It wants the icon to be exactly 766 bytes. I create a 32x32 pixel icon, using 16 colors, and it is NOT 766 bytes. It is 1024 bytes. I've found ways to get it less than 766 bytes, but cannot get exactly 766. And Metacard wi

Clipboard routines

2003-03-20 Thread Raymond E. Griffith
Here is a general problem which I have been dealing with. I have too little hair to keep pulling out over it. I am creating a graphic on a card. I can save that graphic with export. Nice. But how do I get the graphic on the clipboard to paste into other applications (like MS Word?). While I am u