In a message dated 4/30/05 3:50:33 PM, engleerica@... writes: << I am wanting to use hyperTalk to set a popup button to a value and to have the popup...
Howdy, I seem to recall there was once a way for HC to display sideways (rotated) characters. Is there any way to do this or was that just my imagination? All...
... Sure: Use the graphic tools. Lay down bitmapped text, then select the bitmap and rotate it. Another possibility is to play with a text track in a QuickTime...
"Painted" text certainly can be displayed sideways, mirrored, distorted or any other way that you can transform paint. You can do this programmatically using ...
Hello Eric, ... Yeah! You could use images that look like buttons that have been rotated. Take snapshot of a button, crop the image, rotate it, save it,...
Alain Farmer
alain_farmer@...
May 2, 2005 11:34 pm
24551
... OK thanks for the info. What I was hoping for was font manipulation, because I have to change the text on-the-fly. It has to show calulated numbers as a...
I would recommend a field actually. Then you can change the text. If you must have the text displayed vertically you could try using a very narrow field and...
... try this : type 3 with commandKey and shiftkey __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! ...
Alain Farmer
alain_farmer@...
May 3, 2005 4:05 am
24555
Hi, I had to sit through another boring lecture today. The entire time I am staring at my newt, wondering why I haven't bothered trying to port stacks to it,...
... Idea: Use one card of the stack as a repository for rotated bitmap text. Since you're making this yourself, you know exactly where all the characters are;...
Hey Eric. Yep, we've all dreamed it at some point. It comes from staring at a stack for a long time. Eventually you start to see that black and white field...
Took a blank (as in totally empty) home stack and a fresh copy of HyperCard (PPC version) and opened them up under Tiger. I can enter scripts in the message ...
Since upgrading to Tiger, Hypercard can no longer find stacks using the Stacks search paths. Whenever I type 'go "foo"', I get a dialog asking where foo is. I...
Eric, Why don't you use one of the marching ants externals? Depending on the external, you would need a script like this: marchingAnts put the result into...
Date: Tue, 03 May 2005 21:41:59 -0000 From: "trick question, right ?" <crrrrrrris@...> Subject: Tiger trouble Took a blank (as in totally empty) home...
Exactly the kind of thing I've been seeing. To edit the script of the home stack you can go to another stack and type "edit script of home" in the message box....
... Yep, I have this problem too, but only in the Home stack (don't know if the problem applies to all stacks in the same folder as HyperCard or not). My...
It's a good thing that Apple's last official word on HyperCard was Steve Jobs' comment at CAUSE '98 that rumors of its demise were "bullsh*t". Given that...
Ooh sarcasm !!! :) LOL ... can we rest assured that they're working on an update for Tiger compatibility? ... __________________________________ Do you...
i wish that would happen. what is their problem? I use HyperGasp, to fine tune and make mhy hypercard stacks into software programs for my students and my...
I am trying to figure out how to test whether a pixel on either the card or backgroun art layer is lit. There is probably an external for this (somewhere). But...
... They don't like it. My advice is: give it up. They won't make a new one because of the capabilities of Runtime Revolution and SuperCard 4.5, both of which...
... In two previous discussions of this question, no one has indicated any non-XCMD/XFCN way to test a pixel. -- --Darrah Chavey Department of Math &...
Darrah Chavey
chavey@...
May 6, 2005 10:07 pm
24572
... I don't have it handy, but in the addColor book, there are commands that should work for PICTs. Of course addColor is an X too, but a little closer to the...
Ha! There IS a native solution! on mousedown choose select tool put getPix(1,1) --or X,Y i.e. the pixel(s) to be tested go here end mousedown function GetPix...
... Y-e-a-h .. I heard that too! ;-) Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html...
Alain Farmer
alain_farmer@...
May 7, 2005 1:59 am
24575
Hi Eric ... I'm pretty sure querying is not limited to a google api. I'm using the same "syntax" in url addresses to query SQL databases on my server. It ...