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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 44716 - 44745 of 45159   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44716
... Absolutely. If all you really want is a straightforward database-rooted tool then FileMaker provides many things almost pre-rolled for you. But if you want...
Keith Martin
the1keith
Offline Send Email
Feb 1, 2009
3:47 pm
44717
I worked with MIDI **files** a few years ago, basically taking apart the simplest MIDI files I could find, using a hex editor. I then built a Runtime...
Kurt Kaufman
kurtkaufman12
Offline Send Email
Feb 2, 2009
1:19 am
44718
Dear Group Members: I've just compacted stacks from Hypercard 2.4.1 successfully. However, when I use the Print Card command, nothing in the field prints...
David W. Perkins
davidwperk
Offline Send Email
Feb 4, 2009
2:54 am
44719
... The print command should be giving you "essentially" a screen snap of the window, so I've got to ask was the data scrolled out of the field maybe? If you...
Joe Koomen
joekoomen
Offline Send Email
Feb 4, 2009
3:41 pm
44720
Very simple thing... I have a large graphic in a small window. I want to be able to move the image around in the window with the grab command. Simple script ...
Joe Koomen
joekoomen
Offline Send Email
Feb 12, 2009
3:36 pm
44721
... The grab command alone is used for scrolling the window. If you want to move an object, you need to grab <objectdescriptor> For instance in the script of...
Stéphane Leys
nemoid2002
Offline Send Email
Feb 12, 2009
4:30 pm
44722
... Sorry, it didn't make myself clear. I DO want to scroll the window. Maybe I should pass the mouseDown message from the graphic and trap it in the card or...
Joe Koomen
joekoomen
Offline Send Email
Feb 12, 2009
4:42 pm
44723
Hi Group: I have created a pseudo 'ask list' function using a new window with fields and buttons. The main field contains a list of titles that the user can...
Lowell Zack
lowellzack
Offline Send Email
Feb 13, 2009
3:05 pm
44724
Hi Lowell, ... Turn your field into a List Field. Check it out how to script it in the SLG. With proper properties checked that should get you what you want....
Kenneth Norris
pixelbird2000
Offline Send Email
Feb 13, 2009
7:33 pm
44725
Howdy, i sent this request to the forums several weeks ago ... no responses, so I figured I'll try here. I know how to get several inv (audio track) movies...
Kenneth Norris
pixelbird2000
Offline Send Email
Feb 13, 2009
7:59 pm
44726
Thanks Ken: List field, rarely use it but I'll try it out. z...
Lowell Zack
lowellzack
Offline Send Email
Feb 13, 2009
9:07 pm
44727
Hi Joe, ... OK, I just got SC 4.6.3 running on my new(er) iMac. I think what you're seeing is a bug. I've created scrolling windows with the grab command in...
Kenneth Norris
pixelbird2000
Offline Send Email
Feb 14, 2009
1:24 am
44728
Oops! Correction ... ... Not exactly true. MouseDown alone doesn't cause it to slam back to top, but rather the instant I start to scroll. IOW, the mouseDown ...
Kenneth Norris
pixelbird2000
Offline Send Email
Feb 14, 2009
1:33 am
44729
Well Ken, I think somewhere you must have reset the scroll of the window on the mouseDown. Possibly some script in card, field or object is reaction to it. ...
David Flanders
DFlan@...
Send Email
Feb 14, 2009
2:43 am
44730
Hi David, ... Nope. Nothing like that. Other than this in the card script: on mouseDown grab end mouseDown ... there are no other scripts in the project. Like...
pixelbird2000
Offline Send Email
Feb 14, 2009
3:21 am
44731
P.S. I moved the grab script to the Window script as suggested in the SLG. The problem persists. I'll file a bug report, sending the project along. Ken N....
pixelbird2000
Offline Send Email
Feb 14, 2009
3:53 am
44732
Hi Ken, on mouseDown global PlaceHolder if PlaceHolder <> 0 or PlaceHolder .. "" then set the scroll of this window to PlaceHolder end if grab put the scroll...
David Flanders
DFlan@...
Send Email
Feb 14, 2009
4:08 am
44733
Hi David, Thanks for trying, but it's not about a workaround on my end. I don't need it ... at least for the moment. These are just replies to a problem that...
pixelbird2000
Offline Send Email
Feb 14, 2009
5:03 am
44734
Hi Ken on mouseDown ... Of course this won't work ... what do the 2 periods represent? It should work. My emailer put the periods in. Don't know why, a bit ...
David Flanders
DFlan@...
Send Email
Feb 14, 2009
5:39 am
44735
Hi again, ... So it still doesn't work. But the point is that the grab command should work straight out. I see you are using OS 10.4.11. Now I'm wondering if...
Kenneth Norris
pixelbird2000
Offline Send Email
Feb 15, 2009
1:14 am
44736
Howdy, I'm trying to find the font which TextEdit calls 'Plain text' because it's what needs to be used for creating .html documents. I think other things like...
Kenneth Norris
pixelbird2000
Offline Send Email
Feb 15, 2009
8:34 am
44737
... Hi Ken I may have the wrong end of the stick here, but AFAIK "Plain Text" is a FORMAT, not a typeface. Normally TextEdit's default setting is "Rich Text" -...
George Barker
four46
Offline Send Email
Feb 15, 2009
10:17 am
44738
... As George says, it isn't the font that makes it plain text. It is the fact that the text contains no hidden formatting code; it *is* plain text - as...
Keith Martin
the1keith
Offline Send Email
Feb 15, 2009
10:28 am
44739
Ken, for HTML and other programming, try the free application TextWrangler, http://www.barebones.com/products/TextWrangler/ ... [Non-text portions of this...
Will Bonney
will4bonney
Offline Send Email
Feb 15, 2009
3:19 pm
44740
... ...or consider making one in SuperCard. For many years I used an SC-based text editor exclusively. With SC's ability to handle binary data as gracefully,...
Richard Gaskin
fourth_world
Offline Send Email
Feb 15, 2009
7:07 pm
44741
In the next upgrade can we have an external or built in function that will tell us what "Space" we are in when SC is running in a certain OS window Space. ...
David Flanders
DFlan@...
Send Email
Feb 15, 2009
10:14 pm
44742
... Care to elaborate on that? I'm not exactly sure what you're asking for....
Joe Koomen
joekoomen
Offline Send Email
Feb 15, 2009
10:18 pm
44743
Hi David, I don't know much (anything) about it but it looks as if appleScript might help: http://macscripter.net/viewtopic.php?id=23453 cheers john...
John Johnston
troutcolor
Offline Send Email
Feb 15, 2009
10:22 pm
44744
Okay Joe, lets say that I have made apps and I run those apps on different spaces, in an effort to gain a large GUI foot print. How can I move to the right...
David Flanders
DFlan@...
Send Email
Feb 16, 2009
12:18 am
44745
Already got the answer thanks applescript does quit a nice job as written before. David David Flanders ... DFlan@... ... CONFIDENTIALITY NOTICE:...
David Flanders
DFlan@...
Send Email
Feb 16, 2009
12:44 am
Messages 44716 - 44745 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