Plea for sensible fonts

1999-08-29 Thread Steven D'Aprano
s/New York. So fall back on those ugly defaults if you must, but please please please spend a few minutes to choose some attractive fonts, and more importantly READABLE fonts, and use them if available. -- Steven D'Aprano == M.B. Sales Pty LtdPh: +61 3 9460-5244 A.C.N. 005-964-796Fax: +61 3 9462-1161

Re: HTML in emails

1999-10-04 Thread Steven D'Aprano
ntaining three words (two of which are misspelt) superimposed over a 500K background image, I'm going to buy a Linux box and start some serious mail-bombing. No offense meant to any hotmail users on this list, who are obviously the cream of the group. Or whatever it is that floats :-)

More netiquette

1999-11-02 Thread Steven D'Aprano
of reader's time as they scan the message looking for anything new. -- Steven D'Aprano == M.B. Sales Pty LtdPh: +61 3 9460-5244 A.C.N. 005-964-796Fax: +61 3 9462-1161

Re: MacOS root directory

1999-11-30 Thread Steven D'Aprano
nd the best thing about Apple's solution is that if the user decides to rename their hard disk, it won't break your application. And if I can make a suggestion, how about calling the configuration file something like "User Settings.txt" or another name that suggests what its contents are?

Re: Support for Windows Video

2000-01-10 Thread Steven D'Aprano
ow, reinventing the wheel and doing things that Apple did ten years ago.") Note: I do not condone the practise of installing software on other people's computers without their knowledge, no matter how pig ignorant and stupid they are. -- Steven D'Aprano =

Re: Spell check idea

2000-01-18 Thread Steven D'Aprano
ctionary you can use something like: put soundex(field "Dictionary") into field "Soundex Dictionary" (although if you do this, I'd recommend putting some sort of progress indicator into the soundex function). Hope this is useful. -- Steven D'Aprano =

Re: MetaCard vs. Director, Authorware

2000-01-18 Thread Steven D'Aprano
format which is kept in memory for immediate execution, rather than interpreting each handler on every call. Does Metacard do something similar, or does it interpret each handler from scratch on every call? -- Steven D'Aprano == M.B. Sales Pty LtdPh

Re: splash screen strategy

2000-02-01 Thread Steven D'Aprano
, but if you find yourself putting wait commands in, you should rethink your strategy. -- Steven D'Aprano == M.B. Sales Pty LtdPh: +61 3 9460-5244 A.C.N. 005-964-796Fax: +61 3 9462-1161 This is the MetaCard mailing list. Archives: http://www.mail

Open Source tools [was Re: Referencing a Windows CD]

2000-02-01 Thread Steven D'Aprano
at supporting and upgrading Metacard, but what guarantee do developers have that Metacard Corp will still be around in 12 months time, let alone 12 years time? This isn't an attack on Scott. All software developers have to deal with Open Source in their own way, and still make a living. -- Steven D'Aprano

Re: What's with www.MCtools.com ?

2000-02-06 Thread Steven D'Aprano
can't even delete the offending email without also deleting all the other messages in that digest; and (2) the attachment usually ends up as a useless stream of hex characters in the body of the message instead of a binary attachment. -- Steven D'Aprano

Re: Data input: Many fields or just one?

2000-02-24 Thread Steven D'Aprano
ld? Now you have to go through the scripts and edit them all again. It is *much* easier to refer to them by name. None of these issues are insurmountable with the single-field data entry method, but it takes extra work to implement it. I'm not sure why you think it is nec

Re: NumberFormat

2000-02-27 Thread Steven D'Aprano
. -- Steven D'Aprano == M.B. Sales Pty LtdPh: +61 3 9460-5244 A.C.N. 005-964-796Fax: +61 3 9462-1161 This is the MetaCard mailing list. Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm

List question

2000-03-06 Thread Steven D'Aprano
there should be? -- Steven D'Aprano == M.B. Sales Pty LtdPh: +61 3 9460-5244 A.C.N. 005-964-796Fax: +61 3 9462-1161 This is the MetaCard mailing list. Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com

Re: Mac UI

2000-03-19 Thread Steven D'Aprano
). As a long time Mac zealot, recent convert to Linux, and long-suffering Windows user, I'd have to agree with you Scott. Time and time again Apple develop excellent UI standards, and then almost as quickly break them in the most bizarre ways. -- Steven D'Aprano

Re: Click Click Click

2000-05-03 Thread Steven D'Aprano
shed (mouse button released); If the mouse is still down from the previous click, clickLoc(up) returns empty. -- Steven D'Aprano == M.B. Sales Pty LtdPh: +61 3 9460-5244 A.C.N. 005-964-796Fax: +61 3 9462-1161 Archives: http://www.mail-archive.c

Re: relative paths to media

2000-05-17 Thread Steven D'Aprano
. What is the problem with it, and what would you suggest? -- Steven D'Aprano == M.B. Sales Pty LtdPh: +61 3 9460-5244 A.C.N. 005-964-796Fax: +61 3 9462-1161 Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http

Re: The value

2000-05-22 Thread Steven D'Aprano
nswer value("3 = 2+1") both return true even though I hoped to get a string back for the second. Why say answer value("3 = 2+1") when all you really need is answer "3 = 2+1" ? -- Steven D'Aprano == M.B. Sales P

Re: The value

2000-05-23 Thread Steven D'Aprano
ccurs return str -- this isn't correct syntax else return myresult end custom_value -- Steven D'Aprano == M.B. Sales Pty LtdPh: +61 3 9460-5244 A.C.N. 005-964-796Fax: +61 3 9462-1161 Archives: http://www.mail-archive.com/metacard%40lists.best.com

Re: Features, etc

2000-05-29 Thread Steven D'Aprano
ven RealBasic, a Mac-only product, has 23,000 hits. It is no coincidence that VB starts with a $100 "learning" version, going all the way up to $1299, with generous upgrade paths, especially from competitors products. -- Steven D'Aprano == M.B. Sales Pt

Re: divide by zero error

2000-06-07 Thread Steven D'Aprano
one from the random value. That is, it uses: trunc(random(3)/3 * (upper - lower)) + lower Note if you call the function with a lower limit GREATER than the upper limit (eg myRandom(25,1)) the results might not be what you expect. -- Steven D'Aprano =

Re: Slicing and dicing tabular data

2000-06-15 Thread Steven D'Aprano
to support column ranges and negative offsets. Not every possible feature needs to be part of the Metacard engine. -- Steven D'Aprano == M.B. Sales Pty LtdPh: +61 3 9460-5244 A.C.N. 005-964-796Fax: +61 3 9462-1161 Archives: http://www.mail-a

Re: Mac registry...?

2000-06-21 Thread Steven D'Aprano
and (2) any subdirectories you create within the directory that contains your app. But the actual directory containing your app is subject to change without notice. -- Steven D'Aprano == M.B. Sales Pty LtdPh: +61 3 9460-5244 A.C.N. 005-964-796Fax: +61

Re: Mac registry...?

2000-06-22 Thread Steven D'Aprano
to be more generous towards non-standard behaviour. And I say this as a long-time Mac and Windows user, and short-time Linux user. Speaking as a developer, I'd say "Drat!" :-) -- Steven D'Aprano == M.B. Sales Pty LtdPh: +61 3 9460-5244 A.

Re: Re: Mac registry...?

2000-06-22 Thread Steven D'Aprano
son Data/" instead of "My Hard Disk/Bunch of applications/School stuff/LetterPress Software/Lesson Data/" (or whatever weird and tortured folder names the user chooses to use, and believe me, I've seen some bizarre examples!). -- Steven D'Aprano ===

Re: print quality and mouse tracking

2000-07-05 Thread Steven D'Aprano
t any bias caused by the hardware. Or is this crazy idea a non starter? Its definately a starter. Whether its a finisher is another story, but all good scientific ideas need to be tested to seperate the "sounds good in theory" from the "its really worthwhile". Go

Re: Writing Files to Disk

2000-07-24 Thread Steven D'Aprano
with the shell() function to query the operating system for the user's home directory. shell("ls -d ~") should work. I think someone made a feature request for a function to return the name of the system folder under any platform at some stage? What is the progress on that? -- Steve

Goodbye

2000-08-11 Thread Steven D'Aprano
Microsoft have, and Delphi and Borland before them, will see the wisdom in capturing the home/small business market and use that as a foothold in gaining the lions share of the software development market. -- Steven D'Aprano == M.B. Sales Pty LtdPh: +61