Hi, I moved a project from a PPC Mac to an Intel one and my custom icons do not appear in the picker. Even the shared file ones will not rebuild. The same...
Hi, it seems the getResources external is not working under Intel when you specify "cicn" (or any other resource id). If you pass empty instead then the...
Hello all, Is there a (simple) way to have a datagrid with : - column name - resizable column - when i click on a line i can jump to the good card I want to...
Hi, Well, ... Yes, in fact a datagrid to display a table (with pagination if possible) with, maybe a button on each line of the table that can show a...
Sounds very easy to construct: So questions: Is the name of the record cd in the data listed, such as a person or company name or do you rely on the cd's id to...
Please don't tell me it's easy. I feel ashamed. ;-) I will prefer to rely on the cd's id but i can find something else if to difficult to implement. I want to...
Hi folks, I used to do this in HyperCard using an external but I don't know how to go about it in SC. I want to be able to click-and-drag a transparent...
Hi George, thanks for your reply, but i guess i didn't explain very well. I don't want to really select them, as in showing their own rectangles with black...
Just a quick one this time guys (I hope!). When you click in a window to make it the "active" window, does SC generate a message, or is it purely an OSX thing?...
Excellent, thanks Lisa, that does the job. I tried most of the words I could dream up, but mustn't have thought of that one. :-) Cheers, Dave. Dave Francis ...
HI, I tried this simple handler in a project script hoping it would work: on selectWindow if the short name of this wd = "b" then open wd "c" end selectWindow ...
Dominique: Things are easier if you know how to do it. ;-) Create a new background, call it "Index." Name the first cd "Index" Create a scrolling field and...
Sorry, sin=sid Also, if you want to have the list in alphabetical order then after the loop add the line: put (sortfieldbyitem(bin,A)) into bin -- it will sort...
Hi Dave, Sorry if this doesn't come thru as usual, I'm using web mailer from Wilmington, Ohio. Re: Using click-and-drag to "select" buttons Posted by: "Dave...
Hi, Haroldo. Your script, ... worked for me. Make sure it's in the project script or in wd b or a card in wd b. It won't work if it's in wd a, wd c or any...
Hi Dave, will this do? There is probably a ton of things to fix/speed up but it seems t owork. function DragSelectrect set the cursor to arrow lock screen new...
Hi, Dominique. It sounds like you're looking for a multi-column list? There's no built-in structure that will automatically do that. There's Listmaster, as you...
The handler is in the project script. Yes, I'm aware the script prevents window b from ever being the frontmost window. This is just a test. I get no error...
Hi, I'm trying to rescue a bunch of old Hypercard stacks. I've never used Hypercard itself, all of the stacks were made by long-gone staff. My big problem is...
... Hi Ken, ... Loud n' clear. ... No, as I said, I used an external. It's called dragSelectRect () and it did exactly as I wanted - simulated putting a...
Hi John, This is excellent, I'm sure it will do the job. I'll spend some time with it and see how it goes. Prior to this I'd managed to create the dotted...
If you have SuperEdit (in the Developer Edition), then it would be easy to open the cards in it and make some changes without the scripts running. If not, you...
If the handlers you quoted aren't stopping the animations, then you might have to keep looking. Check in the Background and Project scripts for similar...
Hi Lisa, Yes, i'm looking for a mulyi-column list. I think it will be better for my GUI. I'm going to work on it. I will let you know if i found a way of doing...