Re: palette drag region

2001-05-09 Thread Hugh Senior
Hi Richard: Any way to make a palette in MC with the drag region on the left side rather than the top? If not in the box, anyone have a cross-platform external for this? I cannot help with a true palette, but this may be an option and it is cross-platform. Create a graphic as a 'false

mp3 tags

2001-05-09 Thread Klaus Major
Hi folks, i found a very fine url about my question (15 minutes ago ;-) If you are interested, check this out http://albumid.cjb.net/ Looks very useful. Now i will see, if i understand something of that :-) If somebody already has some sample-work concerning mp3 and MetaCard, please drop a

mp3 tags

2001-05-09 Thread Klaus Major
Hi folks, has anybody on this list experience or can give hint on how one could possibly extract some MP3 information from the header of that file? Any hints are welcome... This i copied from a fresh iTunes converted mp3-file (It's the readable part ;-): ID3HTT2Titel 01TEN iTunes

mp3 tags

2001-05-09 Thread Klaus Major
Hi folks, has anybody on this list experience or can give hint on how one could possibly extract some MP3 information from the header of that file? Any hints are welcome... This i copied from a fresh iTunes converted mp3-file (It's the readable part ;-): ID3HTT2Titel 01TEN iTunes

xfcn (as opposed to XFCN)

2001-05-09 Thread Richard Gaskin
Is there a way to use 'xfcn' resources (the PPC code type, not the 69k version, 'XFCN') in MetaCard? -- Richard Gaskin Fourth World Media Corporation Multimedia Design and Development for Mac, Windows, UNIX, and the Web _

Re: mark cards by finding x in field y

2001-05-09 Thread DVGlasgow
In a message dated 8/5/01 3:41:34 PM, Geoff Canyon [EMAIL PROTECTED] Subject: Re: mark cards by finding x in field y Would this work: mark cards by finding string it in field title Alternatively, unless you need the marking, you could simply use: find string it in field title As a final

[Fwd: SANS NewsBites] (buffer overflow bugs)

2001-05-09 Thread Scott Raney
Just got the latest SANS newsletter and apparently I'm not the only one who's dumbfounded by the number of buffer overflow bugs in server software (Re: my rant to this list a few months ago suggesting we charge programmers who write code with these kinds of bugs in them with criminal negligence,

Re: xfcn (as opposed to XFCN)

2001-05-09 Thread Phil Davis
Hi Richard, - Original Message - From: Richard Gaskin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 09, 2001 2:39 AM Subject: xfcn (as opposed to XFCN) Is there a way to use 'xfcn' resources (the PPC code type, not the 69k version, 'XFCN') in MetaCard? 69k... Wow! I

arrays vs lines

2001-05-09 Thread Michael J. Lew
As an ex-Hypercarder, my natural inclination for arrays is to use item x of line y of myVar style of arrays. Of course the myVar[x,y] is neater and allows more ready translation of Fortran code. So I have run some tests in Revolution rather than MC but I am assuming that the issues are intrinsic