Re: ODBC Integration

1999-10-18 Thread LiangTyan Fui
>> I'd like to use Metacard as as Front-End and Analysis Tool for ODBC > compliant databases. >> >> Has anyone else any experience of this ? > > Experience with this among MetaCard users is pretty scarce as far as I > know. The same comment went to our VB + ODBC development. I read somewhere in

Re: QuickTime

1999-10-18 Thread Scott Raney
On Sat, 16 Oct 1999, David Bovill wrote: > >> Perhaps you could support calls to QScript or similar in wired movies. This > >> single feature would allow developers to have intimate control of all QT4 > >> features such as tracks, sprites, transitions, MIDI, samples, and QTVR, as > >> developers

Re: ODBC Integration

1999-10-18 Thread Scott Raney
On Sat, 16 Oct 1999, Gary Rathbone wrote: > > I'd like to use Metacard as as Front-End and Analysis Tool for ODBC compliant >databases. > > Has anyone else any experience of this ? Experience with this among MetaCard users is pretty scarce as far as I know. > Is there a suitable external ?

Self-modifying applications (sort of)

1999-10-18 Thread Geoff Canyon
I've written an application that downloads some information from the web that it needs to store, and perhaps later update. To do this, the application uses a stack external to itself. The external stack gets modified and saved. To make the application self-contained and robust, it stores a tem

PC equivalent of extensions

1999-10-18 Thread Geoff Canyon
On the Mac, an application can function perfectly well as an extension based on a few requirements and modifications: the application must have no regular windows, only floating windoids (if anything); the creator type must be set to "appe"; if I remember correctly, you must edit the applicati

Re: number format function

1999-10-18 Thread Peter Reid
>Does anyone have a handler to convert a number to a currency? > >eg 1234567 > £1,234,567.00 > >/H > >Hugh Senior Hi Hugh *** Apologies if I've 'sinned' by including a small attachment, but it is the easiest way to provide the requested handler together with a demo/test environment. *** I was

Re: conversion to MAC

1999-10-18 Thread Tuviah M Snyder
>Isn't there a drag-and-drop utility which will set the type and creator >codes for MC automatically (or was that OMO?). I just submitted a stack to Cross Worlds which changes the creator codes of the files dropped on it to MC. regards, Tuviah Snyder Diskotek Custom Application Development & Sup

Re: conversion to MAC

1999-10-18 Thread Kurt Kaufman
> I have created a metacard program in Windows. I have tried to convert it > to MAC but the MAC does not recognize the program. I have tried Open file > and Import. Any ideas? Isn't there a drag-and-drop utility which will set the type and creator codes for MC automatically (or was that OMO?).

Re: metacard and the web

1999-10-18 Thread Andu
>What do you need to do to put a Metacard stack on the web? Do I need to >save the stack in a specific format? Please help and thank you in advance. > >Sal How do you want to put it on the web, be more specific. Regards, Andu

number format function

1999-10-18 Thread Hugh Senior
Does anyone have a handler to convert a number to a currency? eg 1234567 > £1,234,567.00 /H Hugh Senior The Flexible Learning Company Consultant Programming Voice: +44 (0)1483.27 87 27 Web: www.flexibleLearning.com

metacard and the web

1999-10-18 Thread Salvatore Bancheri
What do you need to do to put a Metacard stack on the web? Do I need to save the stack in a specific format? Please help and thank you in advance. Sal

Re: conversion to MAC

1999-10-18 Thread Blair Moxon
> On Sun, 17 Oct 1999, Salvatore Bancheri wrote: > > > I have created a metacard program in Windows. I have tried to convert it > > to MAC but the MAC does not recognize the program. I have tried Open > file > > and Import. Any ideas? [>>] Get the Mac Metacard autotyper which i

Re: Field messages

1999-10-18 Thread Ruediger zu Dohna
Hi! Just another thought: What happens when there are several lines selected and the user hits the backSpace key? Any key!!! on rawKeyDown if the selectedText contains return then beep else pass rawKeyDown end rawKeyDown And I think you forgot the enter key. Regards Rüdiger -