Re: downloading a stack...

2000-06-01 Thread andu
>Question... > >I'm wondering which would be faster when downloading a stack from an >Internet server... > >1. Using something like the ftp stack (ie, using ftp) > >or > >2. Using "downloadNGo" (and the corresponding "My Download Stack" substack) >already included in MetaCard. > >I have not de

downloading a stack...

2000-06-01 Thread Richard MacLemale
Question... I'm wondering which would be faster when downloading a stack from an Internet server... 1. Using something like the ftp stack (ie, using ftp) or 2. Using "downloadNGo" (and the corresponding "My Download Stack" substack) already included in MetaCard. I have not delved into downl

Re: Sound Recording

2000-06-01 Thread Scott Raney
On Fri, 2 Jun 2000, Michael Crawford wrote: > > Alrighty got the Rinaldi xcmd and stuck it in the stack. a bit of fiddling > > and it now works. One question I have though is why does metacard put > > numbers like "184545668ld" into the variable I am using for recording sound > > when Hypercard w

Re: Sound Recording

2000-06-01 Thread Michael Crawford
> Alrighty got the Rinaldi xcmd and stuck it in the stack. a bit of fiddling > and it now works. One question I have though is why does metacard put > numbers like "184545668ld" into the variable I am using for recording sound > when Hypercard would return "184545668". Not a big problem but Metaca

Re: MetaCard Plugin?

2000-06-01 Thread Pierre Sahores
Kevin Miller wrote: > > On 1/6/00 4:43 pm, LK Hagen <[EMAIL PROTECTED]> wrote: > > > Here's my suggestion re: plug-in dilemma. Maybe someone on the list > > (Kevin? Richard? Hugh?) could put together a really nice MetaCard > > Browser, replete with bookmarking, maybe a little news downloader, a

Re: Save file dialog info

2000-06-01 Thread Richard Gaskin
On 6/1/00 10:08 AM, Scott Raney at [EMAIL PROTECTED] wrote: > As long as you're writing it down, there *is* an easier (and faster) way: > if char -4 to -1 of tFileName is not ".txt" then Ah, the power and glory of MetaTalk. Thanks for the reminder of these useful extensions to xTalk. -- Rich

Re: MetaCard Plugin?

2000-06-01 Thread Kevin Miller
On 1/6/00 4:43 pm, LK Hagen <[EMAIL PROTECTED]> wrote: > Here's my suggestion re: plug-in dilemma. Maybe someone on the list > (Kevin? Richard? Hugh?) could put together a really nice MetaCard > Browser, replete with bookmarking, maybe a little news downloader, and > all the bells, whistles, and

Re: MetaCard Plugin?

2000-06-01 Thread Geoff Canyon
Craig Spooner <[EMAIL PROTECTED]> said, on 5/31/00 10:09 PM: >Well, Blair has certainly echoed my feelings. And because everything >is on the Web these days, wouldn't it make more sense to tie into the >browser rather than simulate a browser in MC? The MC plugin would >seem to provide the rich

Re: Sound Recording

2000-06-01 Thread Yennie
FWIW, I believe I have had this problem with XCMDs in Metacard before too. I don't have anything reproducable handy, but I believe the symptom was the same- occasionally adding garbage onto the end of the return value from the XCMD. I think it only affects certain XCMDs (thus I haven't seen it

Re: Save file dialog info

2000-06-01 Thread Scott Raney
On Thu, 1 Jun 2000, Craig Spooner wrote: > At 7:45 AM -0700 6/1/00, [EMAIL PROTECTED] wrote: > >From: Hugh Senior <[EMAIL PROTECTED]> > >Richard wrote: > > >if char len(tFileName)-3 to len(tFileName) <> ".txt" then > > > put ".txt" after tFileName > > >end if > > > >Aaarghhh! Another one for me

Re: Digest metacard.v003.n387

2000-06-01 Thread john silver
One more point about plug-in MC vs local MC: Using even a well-accepted plugin like QuickTime can be a hassle. I have been experimenting with QT streaming video. First I waded through the problems of creating different movie versions for different environments. Then I discovered that QT sprites

Re: Save file dialog info

2000-06-01 Thread Craig Spooner
At 7:45 AM -0700 6/1/00, [EMAIL PROTECTED] wrote: >From: Hugh Senior <[EMAIL PROTECTED]> >Richard wrote: > >if char len(tFileName)-3 to len(tFileName) <> ".txt" then > > put ".txt" after tFileName > >end if > >Aaarghhh! Another one for me scrapbook! Yeah, I was thinking the same thing! Thanks

Re: Drag Drop list lines

2000-06-01 Thread Hugh Senior
>> Is there a drag and drop dll for list fields to make this exercise more >> intuitive? > >Check out the drag-drop support in the Externals Collection: does that do >what you want? Unfortunately not. EXT allows text to be dragged between fields, but not within them as in dragging list line 1 to

Re: Sound Recording

2000-06-01 Thread Scott Raney
On Thu, 1 Jun 2000, Michael Crawford wrote: > Alrighty got the Rinaldi xcmd and stuck it in the stack. a bit of fiddling > and it now works. One question I have though is why does metacard put > numbers like "184545668ld" into the variable I am using for recording sound > when Hypercard would ret

Re: flashCard maker

2000-06-01 Thread Mark Mitchell
[EMAIL PROTECTED],Inet Email writes: MetaCard does have a very good set of scriptable printing functions which should allow you to print exactly as you wish (though you do have to spend some time getting to grips with them). yes, I now realize my mistake was not trying to do it with a script, but

Re: MetaCard Plugin?

2000-06-01 Thread LK Hagen
Here's my suggestion re: plug-in dilemma. Maybe someone on the list (Kevin? Richard? Hugh?) could put together a really nice MetaCard Browser, replete with bookmarking, maybe a little news downloader, and all the bells, whistles, and chrome that users expect from RealPlayer. Then just put it

more help -- 2nd round

2000-06-01 Thread Salvatore Bancheri
Thanks to all the fantastic help. Everything works but this feature below, :which is suppose to disable the button "start" in windows. : :on rawKeyDown pKeyValue : if pKeyValue <> 65388 then pass rawKeyDown :end rawKeyDown : :Thanks a lot. : :Sal Archives: http://www.mail-archive.com/metacard%40

Re: Drag Drop list lines

2000-06-01 Thread Kevin Miller
On 1/6/00 8:38 am, Hugh Senior <[EMAIL PROTECTED]> wrote: > The user can re-order the lines of a list field by using a set of inelegant > buttons as a workaround for drag and drop. > > Is there a drag and drop dll for list fields to make this exercise more > intuitive? Check out the drag-drop s

treemaps

2000-06-01 Thread Steven Tripp
I put an example stack of how to draw "squarified" treemaps in metacard at my ftp server: /treemap3.mc ftp://sextant.u-aizu.ac.jp Treemaps can be used to visually represent any hierarchical data structure. http://smartmoney.com/marketmap/ http://www.cs.umd.edu/hcil/treemaps/ Steven Tripp Univ

Re: Save file dialog info

2000-06-01 Thread Hugh Senior
>I have a question or possible feature request. In the application I >am working on, users can create files to save data to. I check to >make sure, when a user enters a new file name to be created, that the >file does not already exist. Since I always append a suffix to the >file name if th

Re: one more try for help

2000-06-01 Thread Hugh Senior
>> 1) Is there a way to open the test in a full screen mode? >> 2) Is there a way to hide the minimize button, the "x" (closing button). >> 3) Is there a way to disable the start button in windows while using my >> metacard test. Use the decorations and backdrop features along the lines of... o

Drag Drop list lines

2000-06-01 Thread Hugh Senior
The user can re-order the lines of a list field by using a set of inelegant buttons as a workaround for drag and drop. Is there a drag and drop dll for list fields to make this exercise more intuitive? /H Hugh Senior The Flexible Learning Company Consultant Programming & Software Solutions Fax

Re: Save file dialog info

2000-06-01 Thread Hugh Senior
Richard wrote: >if char len(tFileName)-3 to len(tFileName) <> ".txt" then > put ".txt" after tFileName >end if Aaarghhh! Another one for me scrapbook! /H Hugh Senior The Flexible Learning Company Consultant Programming & Software Solutions Fax/Voice: +44 (0)1483.27 87 27 Email: [EMAIL PRO