RE: Images and Image Data

2002-07-05 Thread Chipp Walters
Why don't you just do set the blendlevel of img "someimage" to 75 Does the same thing on my Windows machine. ? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] > Sent: Friday, July 05, 2002 6:20 PM > To: [EMAIL PROTECTED] > Su

Re: Images and Image Data

2002-07-05 Thread Ken Ray
Brian, that's awesome! How long have you know this and not told anyone? ;-) Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 05, 2002 6:19 PM Subject:

Re: Midi xcmds

2002-07-05 Thread FMoyer
I can't wait! Thanks. Fred Moyer In a message dated 7/5/02 9:01:04 PM, [EMAIL PROTECTED] writes: > > You must have missed the discussion with Scott about this on the > > HyperCard list -- the short answer is, "no". The long answer is: it > > could be done if someone were willing to learn the MI

Re: adding objects to groups

2002-07-05 Thread Yennie
I believe the trick is something like this: set the relayerGroupedControls to true set the layer of btn 1 to the layer of group 1 Brian ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

Re: adding objects to groups

2002-07-05 Thread erik hansen
Simply use the following to get an object that is not in a group, into a group. copy graphic "oval" to group "groupNameHere" then you need to delete the original control that is not in the group. -Mark Talluto -- Another way is to create the objec

Re: Midi xcmds

2002-07-05 Thread erik hansen
--- Kurt Kaufman <[EMAIL PROTECTED]> wrote: > Note that at this > time these are used in static, or "step-time" > MIDI event entry (via a > custom GUI), and do not access MIDI data > external to RunRev (file or > stream). so you can send, and will be able to receive later. for algorithmic c

Midi xcmds

2002-07-05 Thread Kurt Kaufman
> You must have missed the discussion with Scott about this on the > HyperCard list -- the short answer is, "no". The long answer is: it > could be done if someone were willing to learn the MIDI file format and > write the script-to-binary translations. Also, the main requirement is > that th

OS X Icons?

2002-07-05 Thread ScottYang
Somehow, I just don't get it, knowing Mac's SImplicity. How do I change the Icon of the standalone in OSX. I used to be able to copy and paste with the old system. Somehow I am puzzled by this simple issue. scott ___ metacard mailing list [EMAIL P

Re: Images and Image Data

2002-07-05 Thread Yennie
While we are still on this thread... (thanks Ken, Scott- cool stuff)... If you want to use alphaData to adjust the opacity of images, this works real fast: setprop opacity x put min(100,x) into x put max(1,x) into x put the alphaData of me into aData replace (char 1 of aData) with binar

Re: Running CGI's locally on OSX

2002-07-05 Thread Sivakatirswami
OK, this is solved now... See below for the "skinny Primer" > on 07-05-2002 06:01 AM, Mark Paris at [EMAIL PROTECTED] > wrote: > Try #! /Library/WebServer/CGI-Executables/Darwin 2 > On the first line > And > on Thu, 04 Jul 2002 13:17:12 Richard MacLemale at <[EMAIL PROTECTED]> > wrote > Ask and

Re: Images and Image Data

2002-07-05 Thread Scott Raney
On Fri, 5 Jul 2002 [EMAIL PROTECTED] wrote: > Would this run faster? Definitely, but there's one other optimization: Don't call binaryEncode so much, it's pretty expensive: > on mouseUp > put fld "data" into tOrigData > set the itemdelimiter to TAB > create image > put it into tID > s

Re: Running CGI's locally on OSX

2002-07-05 Thread Richard MacLemale
On 7/5/02 12:02 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > "Premature end of script headers" error message in the error_log when trying > to call this script: > > ==test-mc.cgi > #!/mc > on startup > put "Hello" into buffer > put "Content-Type: text/html" & cr > put "Content-L

Re: MetaCard 2.4.3 beta 2

2002-07-05 Thread Tereza Snyder
on 07.03.02 05:56 AM, Ernst M. Reicher wrote: > In the readMe it reads: > *** MetaCard 2.4.3 release notes * > The messages "suspend" and "resume" are sent when the application > loses and gains the keyboard focus, respectively. > ... > > suspend and resume d