Hi David The decimal number 1246774599 in hex is: 4A504547 J in dec is 74 and in hex 4A P in dec is 80 and in hex 50 etc. All you need for deciphering is dec...
BTW you can also use hex values for mdfind: mdfind "kMDItemFSTypeCode = 0x4D444F78" (for 'MDOx') mdfind "kMDItemFSTypeCode = 0x4A504547" (for 'JPEG') For...
... Hi DCS, I made a function for you. Math geniuses might know of a simpler way. :-) function typeCode intCode get intCode put numToChar(it/256^3) after...
... Not that I'm a math genius but I'll try my luck ;-) function typeCode intCode put 0 into n get intCode mod 256 repeat while it > 0 put numToChar(it) before...
The scary part... it's starting to make sense to me... THE END must be near. Here's a kink... i've noticed one instance of a negative integer type code. I'm...
OK, I need some off-topic info... Anyone of you SuperCard people ever used other graphical or diagrammatical programming languages or other rapid development ...
... In Quickdraw there is a data structure called a Region, which is basically a compact way of storing an arbitrary 2D shape. The actual layout is not fully ...
Anyone know how to determine if a mounted disk is remote. Why do I ask? I've found that some xternals silently fail if a path param resolves to a remote...
... Hi, --function to return is disk is on local system or network --based on script posted to SC list by Tomas function islocal pdisk return script...
... Applescript and iTunes? Never tried it, but all the parts should be there, and iTunes can do a folder at a time - Quicktime needs you to "Export As..."...
This may be a little off topic but does apply to my SC Plotting program. I want to smooth out a curve mathematically in it's y-axis only. An example, for this...
Hi all, I may have asked this many moons ago but can't remember. Getting old. When using the edit filter "my Filter" of cd grc "myPict" call the dialogue box...
Hi Mark, First, thank you for your time and knowledge, to respond. I hope others on the list can benefit from it as well ... Of course you _do_ realize I never...
Hi John, ... What if you invoke the QTRecordSound external (Xtend) to record as .wav, then play back the .aif file, then stop everything. You'd have to pay...
... << To do that it sums the the various structureRgn grcs and subtracts the knockoutRgn grcs. What's left gets returned to the window mgr, which uses it as ...
... Hi Joe, Sounds good. I am trying to go all the way from aiff/mov that SC can record to mp3. I can use lame and shell to get from wav to mp3. But it is...
... hi Ken, I didn't know you could make QTRecordSound produce wav files. I've only used it to produce .mov files. I was planning to use QTRecordSound and...
Hi John, ... Well,, ya got me. I made a little recorder last year because I needed to run some sound tests, and I used QTSoundRecord with my own UI, I thought,...
Hi Ian, Yes but the file did not convert properly. BUT I just tried again using a file recorded with QTRecordSound converted with MoovToSound and then lame in...