Hi ! I recently bought SuperCard to update HyperCard I am trying to test a simple "Find" programme written under SuperCard on my web page on the Internet. I am...
OddjobK9@...
Mar 1, 2002 11:24 am
5167
on there_is_No_Data_in_that_ClickedLine get soundvolume put it into tOldsoundVolume set soundvolume to 3 beep set soundvolume to tOldsoundVolume end...
The previous version of this message had a typo; "7" (near the bottom) should have been "0" as so: on there_is_No_Data_in_that_ClickedLine get soundvolume put...
I'm not sure if it's possible, as the control strip is actually setting the 'mute' option 'on', which is entirely different from the volume. I'm not sure if...
I know. I know. This is about the dumbest thing that anyone has posted, but I can't stand it any longer. I live in X, but am forced to return to Classic for...
Todd Harbour
toddh@...
Mar 4, 2002 2:05 am
5171
... Mike Yenco made one about a year ago or more. If you e-mail him he might send it to you. It's nothing official, he's just like you are about expanding...
Yes, absolutely. I can't stand old style icons bouncing up and down in the dock... I just sent Todd a copy :-) Mike Yenco YENCO.COM http://www.yenco.com...
Hi Bill, The SC list seems to be down at the moment, so I am ccing this to you. I guess you are trying to find text in the project, you want to display with...
... Hi, listFonts() in the 4W SCX 2.0.1 collection. I stuck a copy up at: < http://www.jhj.dircon.co.uk/files/othersxternals/scx.sit> a while ago. Cheers john...
... function getInstalledFonts put sortfield(reslist("FOND","true")) into gInstalledFonts if last char of gInstalledFonts=cr then delete last char of ...
Daniel C. Kueng
studio@...
Mar 5, 2002 11:49 pm
5178
... Check out the 'menu' keyword in your SLG (page 425) - creating a 'font' menu will return all the installed fonts. Also 'ListFonts" in the SCX 2.0.1...
... There is a FourthWorld external called ListFonts: "Fourth World's ListFonts XFCN returns a return-delimited list of the names of all currently-installed...
Thierry Maire
Thierry.Maire@...
Mar 6, 2002 2:56 am
5182
Is there an xfcn or xcmd that allows me to send an email out? Suggestions appreciated. Christopher Yavelow http://www.yav.com/emailmagician.html...
... if I recall correctly there was some problem which I can't remember that prevented me from using ListFonts. Marc Lucas suggested to use ...
Daniel C. Kueng
studio@...
Mar 6, 2002 10:10 am
5186
Another stupid question. For some time I have been puzzled as to why NOT having "old fashioned" selected for a button's settings only updates its appearance to...
Eric Rojo
erojo@...
Mar 6, 2002 4:34 pm
5187
Your opening or startup script must contain the line: set the modernLook to the hasAppearanceManager This will make the buttons look "pre-X" but post 68K...
On Mit, 6. Mär 2002, SuperCard@yahoogroups.com ... I hope they leave this limit as it will force you to write compact and efficient scripts! ;-) Lorenz...
... If the proj is extensive, 32 simply is not enough. This has nothing to do with ineffifiency. Best regards, Daniel C. Kueng BLUE LINE STUDIOS ...
Daniel C. Kueng
studio@...
Mar 6, 2002 7:12 pm
5193
Forget the 32k script limit, I'm most concerned about the 32k field limit, which severely limits development of database type apps. Any comment or work-arounds...
Eric Rojo
erojo@...
Mar 6, 2002 10:09 pm
5194
The obvious solution is to break up your scripts with handler and function calls to other object's scripts. Doesn't this solve the problem? Admittedly having...
... Peter Baral has an excellent QT-grabbing XCMD called QTGrabber -- this is ... -- Richard Gaskin Fourth World Media Corporation Custom Software and Web...