I'm trying to resolve a need to read resources of any type into SC as text. I've got a classic AS applet and OSAX i used in OS9/classic to read resources to do...
21374
onetriadrr
Aug 1, 2004 9:44 pm
... Located Tcl extension at SourceForge that returns resource commands to tclsh. Sucessfully reads 'TEXT' resources so far. Appears there may be difficulties...
21375
Chilton Webb
chiltonwebb
Aug 1, 2004 9:50 pm
Wouldn't it be easier to have a generic resource reading external? -Chilton...
21376
Tomas Franzén
tomasfranzen
Aug 1, 2004 10:00 pm
... I think you could do something like this: 1. Copy the resource in question to the project's (or another proj's) data fork as a star resource. This should...
21377
Jim Parr
jimtparr
Aug 1, 2004 10:09 pm
... Okay, then I'm repuzzled. It's not crucial, because I have the other method working very well. Here's the exact handler I was using, in the background...
21378
onetriadrr
Aug 1, 2004 11:16 pm
... Why yes it would! But with so many opportunities to torture my self, not nearly as fun in a S&M way. In the process, i've gotten a TCL shell call working...
21379
Ken Norris (dialup)
pixelbird2000
Aug 2, 2004 12:23 am
... Sure. I liked the cartoon methods. It wasn't as 'clean39; as tooltips, but more fun. I suppose you could come up with an expandable graphic, or a set of...
21380
Ken Norris (dialup)
pixelbird2000
Aug 2, 2004 12:40 am
Howdy, I finall got finished with my SC instrument chooser and player last night, Wel,l about 4:00 am this morning. I dropped it on Stuffit and transfered the...
21381
onetriadrr
Aug 2, 2004 12:40 am
... 'resource39; ... The mouseup hander & function below asks that you select the SC app and then reads & returns the 'plst' resource as text. Requires...
21382
Chilton Webb
chiltonwebb
Aug 2, 2004 12:46 am
Hi Ken, ... I'm a bit confused here. Are you saying these files (TheVolumeSettingsFolder) are in the stuffed file once it decompresses, or on the flash card...
21383
Ken Norris (dialup)
pixelbird2000
Aug 2, 2004 6:02 am
Hi Chilton, ... When I copy a file to the flash card or the USB external memory keyring module, these spurious folders and files (even including Graphic ...
21384
Dan Berghult
danberghult
Aug 2, 2004 10:08 am
... me Hi, I havn't used any USB-media but I think I remember that the USB drives might start behave curious if they have been used in a PC. Try to reformat...
21385
keith
the1keith
Aug 2, 2004 11:51 am
... My two-tone feelings towards Balloon Help probably fall in line with the reasons why Apple discontinued it: As a software creator, I liked Balloon Help. As...
21386
Alec Hole
hhc882000
Aug 2, 2004 12:33 pm
Hi Keith, ... Yeah, I've often come across mixed feelings about balloon help. I did actually use it to get an overview of a program, then I'd switch it off. I...
21387
bob nagele
sc123bob
Aug 2, 2004 12:53 pm
... Hi Jim, look at the popupMenu external in Xtend. The new documentation is, at the moment, very skimpy, so here is additional documentation. It seems to me...
21388
Ken Norris (dialup)
pixelbird2000
Aug 2, 2004 4:44 pm
Hi Dan, ... Thanks for the heads-up. The problem isn't with the USB miidrive but with the CF card. I use it to transfer data between the PB on my boat and the...
21389
Ken Norris (dialup)
pixelbird2000
Aug 2, 2004 4:50 pm
Hi Keith, ... That's why everyone left them off all the time. But IIRC, you could use them in an app without turning them on, or something like that. I don't...
21390
onetriadrr
Aug 2, 2004 6:37 pm
... Hey Ken, From my experience, moving removable media between OS9 and X can also cause OSX invisibles to become permanently visible. The desktop folder is...
21391
Scott Simon
slyparkroad
Aug 2, 2004 6:38 pm
... Jim, If I were you I would trace through this handler to see if you are falling into any other object scripts that would be messing with the lockScreen. ...
21392
Greg McIlhiney
mcilhiney
Aug 2, 2004 6:45 pm
Ken, I'm not nearly the technical guru I was under 9, but I'm sure others will correct me if I am wrong here :) Not sure where your problem lies. Are you able...
21393
bob nagele
sc123bob
Aug 2, 2004 9:29 pm
... Is this about balloon help? If not - read no further. If so, you could, for instance, simply require <optionKey down> or however you would like it set...
21394
Ralf Könner
rkoenner
Aug 3, 2004 7:33 am
Dear List, has anyone of you experienced with this type of image data? The EXIF (Exchangeable Image file Format) Data within an image taken by a modern digital...
21395
John Johnston
troutcolor
Aug 3, 2004 8:22 am
... hi Ralf, Ian Bridges posted a RSS project that uses python to deal with XML in SC. In the Utilities section at Yahoo I borrowed most of Ian's code and...
21396
Ralf Könner
rkoenner
Aug 3, 2004 8:34 am
Thanks a lot John, I'll give that a try as soon as I have 10.3. Only this may take a while - my G3 only accepts 10.2.8 max I'm afraid. Regards, Ralf...
21397
John Johnston
troutcolor
Aug 3, 2004 8:54 am
Hi Ralf, It might be worth trying typing python in the terminal and seeing what you get. I think Ian was talking about the pyXML bit. I checked my daughter's...
... I think I understand now. Scott's idea started me thinking in a new direction, which pointed out why Ken's idea might work, and it does. My theory is:...
21400
onetriadrr
Aug 3, 2004 3:32 pm
... returned UTF8.
I've only been able to parse the returned 'pnot' data with about 90% accura= cy. Thanks for the tip! DCS...
21401
Mike Yenco
mikeyenco
Aug 3, 2004 3:43 pm
Tuesday, August 3, 2004 YENCO.COM is proud to announce the release of Agenda 3.1.0! This update includes a new alarm system to set reminder alerts for events,...
21402
Jim Parr
jimtparr
Aug 3, 2004 3:47 pm
... That's pretty extensive, but it still doesn't explain the extra active characters. Thanks for the lead, though. --Jim...