Search the web
Sign In
New User? Sign Up
SuperCard
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 41826 - 41855 of 45159   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
41826
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...
sidisney
Offline Send Email
Oct 1, 2007
12:53 pm
41827
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...
sidisney
Offline Send Email
Oct 1, 2007
1:14 pm
41828
Hi How I may upgrade my SC 4.6 to 4.6..2 ?? thanks Mario...
baccheschi@...
mario_bacche...
Offline Send Email
Oct 1, 2007
1:51 pm
41829
... http://supercard.us/downloads/updates.html Joe Koomen joe@......
Joe Koomen
joekoomen
Offline Send Email
Oct 1, 2007
2:12 pm
41830
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...
dominiquemege
Offline Send Email
Oct 1, 2007
4:17 pm
41831
Hi: Are you talking about a field with a list of data names that when clicked will open up that particular record (cd)? Lowell...
Lowell Zack
lowellzack
Offline Send Email
Oct 1, 2007
7:38 pm
41832
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...
dominiquemege
Offline Send Email
Oct 1, 2007
8:12 pm
41833
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...
Lowell Zack
lowellzack
Offline Send Email
Oct 1, 2007
8:24 pm
41834
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...
dominiquemege
Offline Send Email
Oct 1, 2007
8:34 pm
41835
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...
Dave Francis
b149gimlet
Offline Send Email
Oct 1, 2007
10:56 pm
41836
... Hi Dave You can do this by choosing the Pointer tool and dragging over the block of objects to select them. George -- ... George Barker...
George Barker
four46
Offline Send Email
Oct 2, 2007
12:52 am
41837
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...
Dave Francis
b149gimlet
Offline Send Email
Oct 2, 2007
4:35 am
41838
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?...
Dave Francis
b149gimlet
Offline Send Email
Oct 2, 2007
6:56 am
41839
selectWindow. Check the SLG entry -- I think there's "considerations"....
Lisa Thompson
lthompson_87
Offline Send Email
Oct 2, 2007
7:24 am
41840
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 ...
Dave Francis
b149gimlet
Offline Send Email
Oct 2, 2007
10:19 am
41841
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 ...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Oct 2, 2007
11:45 am
41842
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...
Lowell Zack
lowellzack
Offline Send Email
Oct 2, 2007
1:22 pm
41843
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...
Lowell Zack
lowellzack
Offline Send Email
Oct 2, 2007
2:17 pm
41844
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...
pixelbird@...
pixelbird2000
Offline Send Email
Oct 2, 2007
4:22 pm
41845
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...
Lisa Thompson
lthompson_87
Offline Send Email
Oct 2, 2007
6:34 pm
41846
Thanks. I'm going to work on it. I understand. Do you think it's possible to display the columns (like in Excel) ? Dominique. ... bin. ... the ... ...
dominiquemege
Offline Send Email
Oct 2, 2007
6:54 pm
41847
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...
John Johnston
troutcolor
Offline Send Email
Oct 2, 2007
7:17 pm
41848
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...
Lisa Thompson
lthompson_87
Offline Send Email
Oct 2, 2007
7:52 pm
41849
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...
Haroldo Mauro Jr.
oruamh
Offline Send Email
Oct 2, 2007
9:14 pm
41850
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...
Bronwyn Carlisle
bronwyncarlisle
Offline Send Email
Oct 2, 2007
9:31 pm
41851
... 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...
Dave Francis
b149gimlet
Offline Send Email
Oct 2, 2007
10:36 pm
41852
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...
Dave Francis
b149gimlet
Offline Send Email
Oct 2, 2007
10:45 pm
41853
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...
kendalldunkelberg
kendalldunke...
Offline Send Email
Oct 3, 2007
1:40 am
41854
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...
kendalldunkelberg
kendalldunke...
Offline Send Email
Oct 3, 2007
3:19 am
41855
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...
dominiquemege
Offline Send Email
Oct 3, 2007
7:23 am
Messages 41826 - 41855 of 45159   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help