Skip to search.
SuperCard

Group Information

? 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.

Messages

  Messages Help
Advanced
Messages 4269 - 4298 of 45498   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4269 Daniel C. Kueng
studio@... Send Email
Oct 1, 2001
10:29 am
if selectedField() <> empty then select empty _Sometimes_ (it seems random) an alert pops up "Variable not found" and the insertion mark blinks before...
4270 Mike Yenco
mike@... Send Email
Oct 1, 2001
4:30 pm
October 1, 2001 YENCO.COM is proud to announce the release iKeeper 1.2. The new version features an improved startup process, button bar control integration ...
4271 swedentom@... Send Email Oct 1, 2001
7:58 pm
I'm developing a new application, Texter Deluxe. Lately, I have noticed that it has started to require "huge" amounts of RAM compared to before. To keep it...
4272 Daniel C. Kueng
studio@... Send Email
Oct 1, 2001
9:53 pm
... I get alot of weird window pictures (almost art) when running in millions with large windows. It seems like a memory problem. It disappears when changing...
4273 Richard Gaskin
Ambassador@... Send Email
Oct 1, 2001
11:26 pm
... I wish I knew. The problem with doing real-world comparisons is that the number of variable factors prevent isolating the thing being measured. Chip...
4274 Richard Gaskin
Ambassador@... Send Email
Oct 1, 2001
11:30 pm
... Unfortunately we can't compare the two languages in terms of performance, since the underlying hardware and OS are also variables at play. One could...
4275 Richard Gaskin
Ambassador@... Send Email
Oct 1, 2001
11:35 pm
... Based on what I've read at Microsoft's Office site, it seems that they're not giving up VBA at all (why would they with such a huge investment and an ...
4276 Terry Judd
tsj@... Send Email
Oct 1, 2001
11:50 pm
The new HyperCard? http://www.apple.com/applescript/macosx/ascript_studio/ -- ___________________________________________________________________________ Dr...
4277 Carl Manaster
manaster@... Send Email
Oct 2, 2001
12:07 am
... I doubt it - but thanks for the link; it will be interesting to watch. I've worked with HyperCard, SuperCard, and AppleScript, and to my mind there is a...
4278 Joe Koomen
joe@... Send Email
Oct 2, 2001
12:12 am
... If you're working with LARGE amounts of text, this could be a factor. I believe that Stéphane Leys was saying how when importing 1 meg of text SuperCard...
4279 Chris Carroll-Davis
chris@... Send Email
Oct 2, 2001
7:42 am
Hello all - can anyone point me to "WhiteFlashEliminator" ? (used for getting rid of the flash caused by opening a window) I can't find it anywhere... Thanks ...
4280 Daniel C. Kueng
studio@... Send Email
Oct 2, 2001
8:01 am
... Large windows also take in the range of 3 MB if the bufferSize is millions HTH, Dan BLUE LINE STUDIOS _______________________________ ...
4281 Daniel C. Kueng
studio@... Send Email
Oct 2, 2001
2:10 pm
The SLG;2.E.24 states that exporting a card to a PICT file will generate a mask that will make all white areas transparent, which is _exactly_ what I need. ...
4282 Joe Koomen
joe@... Send Email
Oct 2, 2001
2:32 pm
... Try opening the file with illustrator, or freehand. You should be able to access the vector data if there is any. I just did an export of a card with two...
4283 Stéphane Leys
leys.stephane@... Send Email
Oct 2, 2001
3:39 pm
... Yes, IMHO, memory management is far of being optimal. I've tested this : put the heapspace div 1024 div 1024 into hp0 put "testFile" into filnam open file...
4284 Bob Nagele
bob00@... Send Email
Oct 2, 2001
11:25 pm
... This message snip from awhile back might help point you in the right direction, or maybe Joe will send it to you if he notices the message. ... Regards,...
4285 Joe Koomen
joe@... Send Email
Oct 3, 2001
12:22 am
... Already done. Joe Koomen joe@......
4286 hodger@... Send Email Oct 3, 2001
2:54 am
... Tried to send it earlier today but chris's mail server was not accepting at the time. Chris, is the above address correct? I will give it another try... ...
4287 Chris Carroll-Davis
chris@... Send Email
Oct 3, 2001
5:01 am
Thanks for the help chaps! My white flashes are now a thing of the past. I love how the eliminator is so easy to use. Now it's back to sorting and extracting...
4288 Daniel C. Kueng
studio@... Send Email
Oct 3, 2001
7:36 am
Can we get the external from somewhere? What's wrong with http://www.devhq.com, btw? The site is down it seems. Thanks, Dan BLUE LINE STUDIOS ...
4289 Daniel C. Kueng
studio@... Send Email
Oct 3, 2001
7:45 am
Yahoo! Groups' server seems quite confused. Its sends messages either twice, 5 days later, or not at all. Dan BLUE LINE STUDIOS _______________________________...
4290 Daniel C. Kueng
studio@... Send Email
Oct 3, 2001
10:19 am
... OK, but I need the Pict back in SC. After it got rotated, btw. But even without the rotation, I can't seem to get to the vector data. The SLG;2.E.24 states...
4291 Stéphane Leys
leys.stephane@... Send Email
Oct 3, 2001
10:48 am
... Try putting a very small grc with fillfore set to 246 in the corner of the cd. S. -- Stéphane Leys http://leys.stephane.free.fr/...
4292 david c saunders
software@... Send Email
Oct 3, 2001
3:22 pm
Export card usually does not export a simple bitmap. Export card to jpeg does because jpeg is strictly a bitmap format. It depends on what type of objects are...
4293 david c saunders
software@... Send Email
Oct 3, 2001
3:36 pm
Correction. Appleworks will not open an exported pict, even though it should. But you can copy objects from SC and paste into Appleworks draw document to...
4294 Daniel C. Kueng
studio@... Send Email
Oct 3, 2001
3:37 pm
... You're talking about a workaround... ;) Thanks, Dan BLUE LINE STUDIOS _______________________________ http://www.blueline-studios.com...
4295 Dave Higgins
dave@... Send Email
Oct 3, 2001
4:43 pm
... DevHQ is experiencing strange DNS problems. Chilton is aware of it. If you really really want to get there, you could temporarily set your name server in...
4296 Daniel C. Kueng
studio@... Send Email
Oct 3, 2001
5:27 pm
Grc "topGrc" lays on top of grc "botGrc". I simply wanted to pass the mouseDown message of "topGrc" to "botGrc". The way messages travel, a "pass mouseDown"...
4297 catkeeper@... Send Email Oct 3, 2001
7:04 pm
Hi, I believe the syntax for this changed about two years ago, but apparently the STR wasn't updated to reflect it: export [the] [transparent] {picture[Data]...
4298 Daniel C. Kueng
studio@... Send Email
Oct 3, 2001
7:33 pm
... That's what I'm just experiencing: open inv cd ID 110 of wd ID 102 --do stuff show wd ID 102 the tooltips hide behind the dialog style window. open cd ID...
Messages 4269 - 4298 of 45498   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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