Hilited button text

2000-09-26 Thread Jacqueline Landman Gay
perty. Anything like that available? Or is the inability to display a custom forecolor over a hilite just a bug? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyper

Re: Avoiding home... script limit problem.

2000-09-06 Thread Jacqueline Landman Gay
ridden by a preference checkbox that forces all stack launches to be opened in development mode. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http:

Re: dbl-click to launch, Mac OS and Metacard

2000-08-25 Thread Jacqueline Landman Gay
t sure what will happen if there are stacks hidden but open. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.

Re: dbl-click to launch, Mac OS and Metacard

2000-08-24 Thread Jacqueline Landman Gay
boot the Mac besides, so it is a major irritation. I'd like to see Command-Q (Control-Q, etc.) built into the engine as a permanant fixture. You should always be able to quit, no matter what. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software |

Re: Card ID Numbers

2000-08-22 Thread Jacqueline Landman Gay
wo? Honest, I tried to ignore this question, but that little spot that hides behind the back of my brain wouldn't let me. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions

Replacing an AppleScript in Windows

2000-08-14 Thread Jacqueline Landman Gay
control a graphics application to perform these tasks? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.com 612.724.1596

Re: Resend: Truncated Columnised Text?

2000-08-07 Thread Jacqueline Landman Gay
ps that extend past its right edge. If it does, you'll have to change the way the last column's width is calculated. You'll also probably want to lock the screen while this runs. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software |

Re: Focus in Mac

2000-08-04 Thread Jacqueline Landman Gay
few particular buttons really need to be round-rect in order to follow Mac interface guidelines, such as those in answer dialogs or other standard interface objects. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EM

Re: System font

2000-07-25 Thread Jacqueline Landman Gay
Richard Gaskin wrote: > > Jacqueline Landman Gay at wrote: > > > Is there a way to detect the system's menu font on the machine running > > MetaCard? On Mac, that could be Chicago, Charcoal, or several others. On > > Windows, probably MS Sans Serif. > >

Re: System font

2000-07-25 Thread Jacqueline Landman Gay
Kevin Miller wrote: > > On 25/7/00 7:03 pm, Jacqueline Landman Gay <[EMAIL PROTECTED]> wrote: > > > When designing > > custom dialogs, it is important that certain buttons display in the > > user's selected system font. Can I get this info? > > At

System font

2000-07-25 Thread Jacqueline Landman Gay
know. When designing custom dialogs, it is important that certain buttons display in the user's selected system font. Can I get this info? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions

Re: There is no background script: card script come first...

2000-07-24 Thread Jacqueline Landman Gay
tried looking for, but none of the words that seemed obvious to me were, in fact, related to the actual property name. I believe I searched for "group" but since it isn't at the beginning of the name, it wasn't found (I should have been using "find string" but it didn

Re: There is no background script: card script come first...

2000-07-21 Thread Jacqueline Landman Gay
a different group, then it won't get there. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.com 612.724.1596 |

Re: user props

2000-07-13 Thread Jacqueline Landman Gay
a dialog box, you can use this syntax: ask password "What is the password?" The user's entry will be encrypted and placed in the variable "it". This is a way to encrypt only the password, without having to encrypt the entire stack. -- Jacqueline Landman Gay

Re: message order

2000-07-01 Thread Jacqueline Landman Gay
Kevin Miller wrote: > > On 1/7/00 5:55 am, Jacqueline Landman Gay <[EMAIL PROTECTED]> wrote: > > > What is the message order for a normal double-click event on an object? > mouseDown > mouseUp > mouseDoubleDown > mouseDoubleUp Oof. This is way different than

message order

2000-06-30 Thread Jacqueline Landman Gay
order above is wrong, how does it go? The docs should have a listing of all message orders for common events. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http

Building apps for other platforms

2000-06-29 Thread Jacqueline Landman Gay
If I use my Mac to build a Linux app or a Windows app, do I need to set the stack's "look and feel" to the target platform before I do the build, or will the engine do that automatically for me? -- Jacqueline Landman Gay| [EMAIL PROTECTED] Hyper

Re: Mac registry...?

2000-06-23 Thread Jacqueline Landman Gay
custom creator code to locate the app is a good one) but it is very straightforward, and because it is so routinely done on the Mac, no one will question it at all. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED

Re: Keyup and keydown

2000-06-21 Thread Jacqueline Landman Gay
as Scott said, the control keys don't work. The flushevents are necessary or you will cycle till daybreak if you hold the key down longer than a second or two. Even so, I wouldn't go leaning on it. :) -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Soft

Re: Keyup and keydown

2000-06-21 Thread Jacqueline Landman Gay
s. (My previous tests were flawed.) One exception seems to be the shift key, which is what I really want to use. Shift doesn't seem to be detected. There are some other keys which aren't being detected either on my Mac, mostly control keys like control, command, and opti

Re: Mac registry...?

2000-06-21 Thread Jacqueline Landman Gay
preferences folder and store your data in that. There are also a number of XFCNs that will give you the path to the preferences folder; these would only work on a Mac, but that's the only place you'd need it. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperAct

Keyup and keydown

2000-06-21 Thread Jacqueline Landman Gay
to use the shift key -- but this key by itself doesn't trigger any messages at all, no matter what. Any ideas? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | htt

Re: Script profiler use

2000-06-20 Thread Jacqueline Landman Gay
I closed the debugger, re-opened it, re-ran the profiler, and it worked. I don't know what happened, but something interfered with it temporarily. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom

Image sizes

2000-06-17 Thread Jacqueline Landman Gay
r gif first and then import it? Or do snapshots already use some sort of compression? Which would be smaller? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hy

Menu management

2000-06-14 Thread Jacqueline Landman Gay
u group to the substack's menu property, without actually adding the menu group to the substack. Preliminary tests seem to indicate this will work. Am I asking for trouble? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAI

Re: Subject: Images in memory

2000-06-13 Thread Jacqueline Landman Gay
"Raymond E. Griffith" wrote: > > On 6/13/2000 11:05 PM Jacqueline Landman Gay <[EMAIL PROTECTED]> > wrote: > > > > > > I've got a stack that repeatedly sets the filename property of various > > images. Is there a way to keep these in memory

Images in memory

2000-06-13 Thread Jacqueline Landman Gay
stack and set a button icon to use them instead, but there are almost a megabyte of images and the stack would get fairly bloated. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solu

Re: mousecontrol

2000-05-30 Thread Jacqueline Landman Gay
osted, but got no hits. Is there a backward limit on the number of posts available for searching? I haven't had much luck finding older messages in the archives. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Cust

mousecontrol

2000-05-27 Thread Jacqueline Landman Gay
s the original moving image (now hidden,) not whatever is currently under the pointer. There must be something more to the "mousecontrol" function that isn't documented, because it does not seem to be registering what is under the mouse. What am I missing? -- Jacqueline Landman Gay

Re: The "value"

2000-05-24 Thread Jacqueline Landman Gay
Scott Raney wrote: > > On Wed, 24 May 2000, Jeanne A. E. DeVoto wrote: > > > At 5:10 AM -0700 5/23/2000, Scott Raney <[EMAIL PROTECTED]> wrote: > > >On Mon, 22 May 2000, Jacqueline Landman Gay wrote: > > >> > Then what is value("1+1")?

Re: The "value"

2000-05-22 Thread Jacqueline Landman Gay
l to its string literal, i.e., "President, HyperActive Software". In MC, I get a fairly random string returned. > Then what is value("1+1")? Should it be the string "1+1"? Or the > expected result of 2? I'd say if it were in quotes, it should be treated as a

The "value"

2000-05-18 Thread Jacqueline Landman Gay
In HyperCard, the value of any phrase in quotes returns the entire phrase. In MetaCard, this: the value of "my dog" returns "my". Is this right? What are the rules? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software |

Stack sizing

2000-05-18 Thread Jacqueline Landman Gay
anging the editmenu setting at all, it is always false. How come it won't stay put? What are the rules? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hy

Re: open url

2000-04-10 Thread Jacqueline Landman Gay
answer in the archives. I think only the last 2 or 3 weeks of entries are available (at least, that's all I could find the last time I tried searching for something.) -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAI

Re: open url

2000-04-10 Thread Jacqueline Landman Gay
fig extension installed (newer systems call it the "Internet" control panel) and a default browser must be assigned in the browser section. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Cust

Re: Player messages inconsistently sent?

2000-04-06 Thread Jacqueline Landman Gay
Scott Raney wrote: > > On Thu, 6 Apr 2000, Jacqueline Landman Gay wrote: > > > > HyperCard solves this by putting each QT movie in its own window. You > > can show the window as "borderless" and "non-floating" in order to make > > it appear t

Re: Player messages inconsistently sent?

2000-04-06 Thread Jacqueline Landman Gay
This arrangement allows typing in fields and all other user actions while any number of movies play. The location of the cursor is unimportant. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia so

Re: Multi-Character Item Delimiter?

2000-03-23 Thread Jacqueline Landman Gay
not contain them, but they work fine with text import/export. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.

Re: cut copy paste buttons on the mac

2000-03-15 Thread Jacqueline Landman Gay
s standard on MacOS? Yes, pretty standard. My Apple keyboard has "Cut", "Copy", "Paste", etc. printed under those F-keys. I've missed this functionality too. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software

Re: Test for Available Pipeline?

2000-03-14 Thread Jacqueline Landman Gay
s,) I think you are going to have to just break down and implement this feature. This is the fourth request I've seen for it on the list. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hyperme

Callbacks

2000-03-13 Thread Jacqueline Landman Gay
move when you click the start arrow, and you can't move it with the mouse. It doesn't look like a memory problem, since the heapspace reports over 4 megs of free RAM. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software |

Re: Load url reprise

2000-03-09 Thread Jacqueline Landman Gay
Scott Raney wrote: > > On Thu, 9 Mar 2000, David Bovill wrote: > > > Ping? > > It's a standard tool on UNIX and Windows systems. Could this be done via MetaCard scripts? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software

Re: Load url reprise

2000-03-09 Thread Jacqueline Landman Gay
der to see if the user is still connected. That's why I can't just "ask the user", as was suggested here, and that's why I need to use the "load" command so that I can do the checking in the background without interrupting stack usage. If there is a better way to ac

Re: Load url reprise

2000-03-08 Thread Jacqueline Landman Gay
loading") -- other stuff here break default -- other stuff end switch end repeat -- more stuff; handle errors end loadURL I don't know if this is bullet-proof. Is it? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software

Load url reprise

2000-03-08 Thread Jacqueline Landman Gay
the text into a field? It sure would help if someone would document this stuff. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.com 612.724.1596

Go url

2000-03-06 Thread Jacqueline Landman Gay
I had a script that used to work in MC 2.2.x -- it loaded a url and then used "go url " to open it. Now the url will load, but I can't "go" to it. Did something change? How would I refer to the cached url in a script? -- Jacqueline Landman Gay| [EMA

Re: NumberFormat

2000-02-28 Thread Jacqueline Landman Gay
is actually done (add 0 to the value.) In MetaCard (I'm guessing) pulling the value out of the custom property and putting it into a variable is enough to force the numberformat conversion. That would happen in the above script before the math is done. If my theory is right, the

MC & OS 9

2000-02-19 Thread Jacqueline Landman Gay
Is MC 2.3 compatible with Mac OS 9? I haven't tried it yet. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.com 612.724

Re: Custom icons

2000-02-18 Thread Jacqueline Landman Gay
Dave Cragg wrote: > Are the finder flags set appropriately? Urk. Thanks. It was the bundle bit. I never thought to check the finder flags; I don't remember having to before. The upside is that now I have a really, really, *really* clean desktop file. :) -- Jacqueline Lan

Custom icons

2000-02-18 Thread Jacqueline Landman Gay
r; standalones built under 2.x used to show the MC icon immediately after the build. Can anyone pinpoint what's wrong? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions

Re: Tables/ fields

2000-02-17 Thread Jacqueline Landman Gay
udoTable at Cross Worlds web site, or at my site in the MetaCard section of the Links page: http://www.hyperactivesw.com/links.html -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutio

Re: Searching for non-English characters

2000-02-11 Thread Jacqueline Landman Gay
f You would still have to do the vowel substitution that Geoff talked about to get your intial search word modified. Once modified though, this is another way to accomplish the search without having to deal with matchtext. Also, matchtext only works in one field at a time; the

Re: Digest metacard.v003.n233

2000-02-11 Thread Jacqueline Landman Gay
ble on both Mac and Win? > > Yes, this is possible on both platforms. On Windows, you do what Tereza > suggested - reading in the environment variables $0, $1. Does anyone have an example script they'd be willing to share on how to do that on Windows? -- Jacqueline Landman Gay

Quicktime player version

2000-02-09 Thread Jacqueline Landman Gay
What is the minimum version of QuickTime required to run a player object? Is it the same on both Windows and Mac? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http

Re: Referencing a Windows CD

2000-02-02 Thread Jacqueline Landman Gay
That's a bug inherited by MetaCard from an inconstancy of MS-DOS. > > At the beginning of the story, DOS returns "d:\" (with a final "\") for a volume and > "d:\myDir" (without a final "\") for directories. Thank you. I knew it would be some kind of

Re: Referencing a Windows CD

2000-02-01 Thread Jacqueline Landman Gay
a file I know exists on the CD. That seems pretty Gatesian, given that on a Mac I can say "there is a folder 'CDName'" and MC returns "true". Do I really have to do all that scanning? -- Jacqueline Landman Gay|

Referencing a Windows CD

2000-02-01 Thread Jacqueline Landman Gay
tify the CD path no matter what the letter; is there a way to do that? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http:/

Imported HC stack problems

2000-01-28 Thread Jacqueline Landman Gay
ith MC version 2.2.5. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.com 612.724.1596 | 612.724.1562 - fax This is

RGB translations

2000-01-26 Thread Jacqueline Landman Gay
eline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.com 612.724.1596 | 612.724.1562 - fax This is the MetaCard mailing list. Arc

Re: MetaCard review

1999-12-08 Thread Jacqueline Landman Gay
ds here are less clear, but to be fair, different tools for different activities were the norm when HC was first written. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions |

Shared kudos

1999-11-16 Thread Jacqueline Landman Gay
me. If you are curious, I have uploaded the stack here: <http://www.hyperactivesw.com/downloads/AddSubtract.mc> Feel free to use it with your kids if you like. It runs on Windows okay too. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software |

Tool tip positioning

1999-11-11 Thread Jacqueline Landman Gay
just an idiosyncracy to be aware of. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.com 612.724.1596 | 612.724.1562 - fax

Setting file types

1999-10-26 Thread Jacqueline Landman Gay
ck versions. So, the type and icon for MetaCard do exist in the app, but they are not the first one. What criteria does MetaCard use to determine the type and creator of saved stacks? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software |

MouseLeave messages

1999-10-25 Thread Jacqueline Landman Gay
resize the edges of the window but I want the cursor to be customized within it. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactiv

Accelerators

1999-10-06 Thread Jacqueline Landman Gay
commandKeyDown handler anywhere. The File menu is completely enabled. The keys that do not work are in the Edit menu, and the first few items of that menu are disabled (but the above items are enabled.) Would that make a difference? Shouldn't these accelerators work? -- Jacqueline Landma

Removing the "find" box

1999-10-05 Thread Jacqueline Landman Gay
previously. Is there a "reset find" command? Or a way to loop continuously through a "find" without stopping? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hype

Re: put any

1999-10-05 Thread Jacqueline Landman Gay
ws you to use your original list over and over to extract random items without ever getting the same item twice. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http

Re: Printing Error with newer HPs

1999-10-05 Thread Jacqueline Landman Gay
was disrupted afterward, and restarting didn't clear the problem. The owner of the PC reported that printing had worked fine before I ran my standalone, and he had just that morning been printing from Office without any problems. -- Jacqueline Landman Gay| [EMAIL PROT

Re: Unselect

1999-09-30 Thread Jacqueline Landman Gay
to add a "select none" button? Jacque -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.com 612.724.1596 | 612.724.1562 - fax

Re: Unselect

1999-09-29 Thread Jacqueline Landman Gay
a Unix convention? Windows? Could the Mac version just not do it? It isn't very hard to have a script select a line in a field if that's what you want. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTE

Online status

1999-09-21 Thread Jacqueline Landman Gay
I would like a stack to check periodically to see if there is an active online connection. What is the best way to do that? -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions

Re: slow var to fld trick?

1999-09-14 Thread Jacqueline Landman Gay
text for four fields takes several seconds on a G3, and forever on anything else. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.com 612

Re: MetaCard om mac windows emulation

1999-09-14 Thread Jacqueline Landman Gay
r printer, but when I took the MetaCard project over to a real Pentium III/Win 98 machine, the HP printer had a spasm and threw up reams of blank paper until we unplugged it. :) I tried not to gloat. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperA

Re: menuPick

1999-09-12 Thread Jacqueline Landman Gay
Richard Gaskin wrote: > The MetaCard engine is cool enough for the money, but the support has > been a mind-bending good time (how on earth does Raney stay on top of all > his email?). "clone this Raney" -- Jacqueline Landman Gay| [EMAIL PROTECTED] H

Unselectable menu items

1999-09-03 Thread Jacqueline Landman Gay
the upper items in the "go" menu. I used to think it only happened when a menu item was even with the lower edge of the enclosing menu button, but now I'm not sure that's it. Has anyone else seen this behavior, and how do you get around it? -- Jacqueline Landman Gay

Re: MC printing

1999-08-16 Thread Jacqueline Landman Gay
hem don't . > For Windows... Everything I'm doing in MetaCard is cross-platform. XCMDs won't work for those. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions |

Re: Digest metacard.v003.n035

1999-08-15 Thread Jacqueline Landman Gay
merical business applications. It also won't move styled text, unless you export as htmltext and print from a browser. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | htt

Re: Digest metacard.v003.n034

1999-08-14 Thread Jacqueline Landman Gay
no one is willing to talk about it. I'm inclined to believe it's the former, because printing capabilities in MetaCard are basically nonexistent. Or maybe it's just that the code you have to write to get anything out on paper is so ugly and tortuous that no one is brave enough to

Printing examples

1999-08-06 Thread Jacqueline Landman Gay
basic function for almost every application, that I'm astounded that this isn't built into MetaCard already. Certainly at least basic print functions should be native. We should at least be able to send a plain text block to the printer without building a printing window and writing paginati

Jitters

1999-08-03 Thread Jacqueline Landman Gay
the first time after the stack is launched. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.com 612.724.1596 |

Re: Hotlinked text

1999-07-23 Thread Jacqueline Landman Gay
of the field's htmltext outside of the visible field and calculate link destinations by getting the clickChunk and then scanning forward through the text until I find the link info. I've tried to talk him out of duplicate link phrases, believe me. :) -- Jacqueline Landman Gay

Re: Blank lines appearing in scriptsDate: Fri, 23 Jul 99 13:32:09 -0700

1999-07-23 Thread Jacqueline Landman Gay
the last several versions. I found that if the editor is already open, the insertion point doesn't move. If the editor is closed and you click the "script" button to open it after an error, then it moves. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive

Hotlinked text

1999-07-22 Thread Jacqueline Landman Gay
part of the htmltext) when I enter various test words in an experimental tag, but I'm not sure what triggers this tag to be created or whether I could use it for my purposes. Any ideas whether embedded links are possible? -- Jacqueline Landman Gay|

Re: Digest metacard.v003.n006

1999-07-18 Thread Jacqueline Landman Gay
for any platform on any platform." That was where I saw it. I think it is misleading. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.com 612.724.1596 | 612.724.1562 - fax

Re: Shared kudos plus various

1999-01-16 Thread Jacqueline Landman Gay
Oh god. Needless to say, that last note was a personal reply; I had no idea it was going off to the list or I would have been much more circumspect. -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom

Re: Shared kudos plus various

1999-01-16 Thread Jacqueline Landman Gay
ured out that he was the guy who commissioned the Simple Adding and Subtracting Machine too. Jacque -- Jacqueline Landman Gay| [EMAIL PROTECTED] HyperActive Software | [EMAIL PROTECTED] Custom hypermedia solutions | http://www.hyperactivesw.com 612.724.1596 | 612.724.1562 - fax