Re: Sorting a List Field with Many Columns

2000-08-16 Thread diskot123
>I've got a list field with tab-separated strings on each line, >which, in effect, creates the illusion of columns. When the field is >shown, I'd like users to be able to sort it using any column "title" as >the sort key (e.g., sort by column 1, column 2, and so on). What's the >best way to

Re: deleting ascii garbage

2000-08-15 Thread diskot123
>Anyone know of an external, RegEx expression >or some other cool, *fast* way of getting this done? try something like: put replacetext(field 1,"[^!-~]",empty) into field 1 regards, Tuviah Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mai

Re: Re, slicing and dicing tabular data

2000-07-06 Thread diskot123
> Tuviah > > couldn't find the spreadsheet object ... where/what's it called > again? That would be group 1 (the one with 437 lines of script). You can see an example of use at card 3 of stack "table props". Again the stack can be found at http://www.xworlds.com/metacard/contributorfiles/pow

Re: Mac registry...?

2000-06-21 Thread diskot123
> I've not done it, but I'm sure Tuviah's AppleScript commands in his > externals collection will allow this. The external collection also has a function which returns the path to common system folders(fonts,control panels,preferences) regards, Tuviah Snyder Diskotek Custom Application Develop

Re: externals, how do you do it?

2000-06-18 Thread diskot123
> How can I put external .dll files in my MC stack and run their > command 'cause every time I try to look at the ExternalCommands it > returns blank. How come? The ExternalCommands,ExternalFunctions, and ExternalPackages function were broken in Windows engine, but are fixed in the latest MC 2.

Re: Slicing and dicing tabular data

2000-06-14 Thread diskot123
Fyi, I've contributed a new stack to the Cross Worlds site. It's a standalone spreadsheet object, with many of the standard features. regards, Tuviah Snyder Diskotek Custom Application Development & SuperCard/HyperCard Conversion at a low price Web: http://members.aol.com/diskotek1/ ICQ:66810408

Re: QT recording - sound recording.

2000-05-29 Thread diskot123
> > How many other people need the ability to record card images as > frames in QuickTime files? I plan to add extended QT support to the external collection is the near future. In fact basic QT editing is already implemented. Feel free to send any QT feature requests to me as well. >I know Cros

Re: MenuPick Get the Line #

2000-05-28 Thread diskot123
try the menuhistory property on menuPick put the menuhistory of me end menuPick regards, Tuviah Snyder Diskotek Custom Application Development & SuperCard/HyperCard Conversion at a low price Web: http://members.aol.com/diskotek1/ ICQ:66810408 Fax: (505) 218-2902 Archives: http://www.mail-a

Re: GIF > AVI or QuickTime in MetaCard

2000-05-28 Thread diskot123
> I want to make a Animated GIF to QuickTime or AVI converter > in MetaCard. Is that possible? I think quicktime already supports direct import of GIF and AVI animations. So you'd only have to do something like set the filename of player 1 to "picture.gif" #save to file regards, Tuviah Snyd

Re: GIF > AVI or QuickTime in MetaCard

2000-05-28 Thread diskot123
> I want to make a Animated GIF to QuickTime or AVI converter > in MetaCard. Is that possible? I think quicktime already supports direct import of GIF and AVI animations. So you'd only have to do something like set the filename of player 1 to "picture.gif" #save to file regards, Tuviah Snyd

Re: Revive Last Message

2000-05-25 Thread diskot123
>or, can your "recall" the last message somehow? try hitting the up and down arrowkeys. regards, Tuviah Snyder Diskotek Custom Application Development & SuperCard/HyperCard Conversion at a low price Web: http://members.aol.com/diskotek1/ ICQ:66810408 Fax: (505) 218-2902 Archives: http://www.m

Re: full screen mode

2000-05-24 Thread diskot123
> 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. Try setting the backdrop and decorations property. regards, Tu

Re: animated gif cycle

2000-05-21 Thread diskot123
>No, but this seems to be a more reasonable way for it to work. Any >objections to changing it to work this way? No, but maybe add an autorewind property, which would automatically rewind to the poster/first frame for Gif's and player objects. regards, Tuviah Snyder Diskotek Custom Applicatio

Re: MetaCard+Many Small Images=Memory Hog?

2000-05-15 Thread diskot123
>The standard board contains over 250 >squares. So I blithely wrote two repeats to get me an arrangement of >16x16 of these images, each using a file reference to pull in the same >gif file. I think the better way to do this would be to import the gif then set the icon of 250 buttons to the id

Re: externals

2000-05-12 Thread diskot123
>Sorry for this Comp101 question: in what language(s) are externals created >(for example, the Externals Collection)? Indeed, what's the whole process >there? The external collection was originally written in C, then moved to C++ to support classes and such. regards, Tuviah Snyder Diskotek Custo

Re: opening PDF file on Mac

2000-05-11 Thread diskot123
> I don't know any way to locate the application on the Mac, short of > asking the user to select it in an answer file dialog. Actually I did write an external which does this,but haven't had a chance to add it to the standard distribution(although I will send this patch to any registered extern

Re: decorations affect can't modify?

2000-05-10 Thread diskot123
> has no asterisk. But if it is modifiable, why then does resizing the > rect of an imported image not "stick." Did you try setting the lockloc property of the image to true after resizing it? regards, Tuviah Snyder Diskotek Custom Application Development & SuperCard/HyperCard Conversion at a

Re: Urgent Solution Needed: Position in File

2000-05-02 Thread diskot123
I'm a long way into the development of a database to support a CBT package. The database consists of over 20 tables each with a number of indices. These are implemented using a collection of text files, each of which has fixed length records (really variable length, but padded to be fixed le

Re: pasting

2000-04-30 Thread diskot123
A little off topic, however related. The external collection includes functions which can get and set text in the clipboard. You can trap for pasting (pastekey) then query the clipboard. regards, Tuviah Snyder Diskotek Custom Application Development & SuperCard/HyperCard Conversion at a low pri

Re: Sprite Libraries

2000-04-30 Thread diskot123
> > On the other hand, how far away is the move command from being able to a >> reasonable number (from an arcade standpoint--maybe ten to thirty) of >> objects moving around at the same time? Would it take a 1000 mhz >> processor, or a 100, mhz processor? :-) I'm curious if anyone has >

Re: Externals/ Implementation

2000-04-18 Thread diskot123
>EXT.dll, EXTDDE.dll EXTEXPORT.dll EXTSHELL.dll EXTSPEECH.dll EXTWINDOW.dll >ReadMe.doc There is an external collection demo stack which is included in the standard distribution. It installs the external into the resource fork of a stack on MacOS and contains examples of various external command

Re: stopping advance typing

2000-04-09 Thread diskot123
> My problem is I can't figure out how to abort multiple > keydowns. Any solutions. I had this problem in Hypercard also... Try put flushevents("keydown") into dummy regards, Tuviah Snyder Diskotek Custom Application Development & SuperCard/HyperCard Conversion at a low price Web: http://m

Re: Printing dynamic window heights?

2000-04-06 Thread diskot123
There is a report generator stack available(mcrg.mc) from ftp://ftp.metacard.com/metacard/ as well as a script you can use to print fields in MC 2.3. See the scripts of the print field utility stack included with MC 2.3. regards, Tuviah Snyder Diskotek Custom Application Development & SuperCard

Re: Statistics on MC

2000-04-05 Thread diskot123
try http://www.metacard.com/ideh.html Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Re: Opening MC files without creator type

2000-04-04 Thread diskot123
> > I downloaded all kinds of stacks from contributors, to "tear apart" > and study. . . mcmail.mc and many others. . .they arrived on my MAC with > no icon and I cannot open them in MC. . .what do we need to do? Open in > RESEDIT and assign a type? but then this is not "an easier way. . ." M

Re: Drag and drop

2000-04-04 Thread diskot123
>I want to make a picture database. And I would love to be able to drop >picture-files into the program window. But how do I do that? I need a >pointer to the file dropped. so that I can load it. The external collection, a commercial MetaCard external which can be found at the cross worlds site,

Re: color depth

2000-03-31 Thread diskot123
>Is there a way of querying (or perhaps even changing) the color depth of >a monitor? Try the MetaCard screenDepth function. regards, Tuviah Snyder Diskotek Custom Application Development & SuperCard/HyperCard Conversion at a low price Archives: http://www.mail-archive.com/metacard%40lists.b

Re: Externals. . .how to implement

2000-03-30 Thread diskot123
>The concepts stacks indicates their file names would be stored in a stack >property called "externals" by the stack property dialogue box does not have >a button to show these or to add them to the stack. And also "these >executables must be stored somewhere in the "current PATH environment >vari

Re: hidden files & shell()

2000-03-28 Thread diskot123
> someone provided a very neat shell() command > to make a file invisible under Windows on mouseUp answer file "choose file:" replace "/" with "\" in it get shell("attrib"&&it&&"+h") end mouseUp regards, Tuviah Snyder Diskotek Custom Application Development & SuperCard/HyperCard Conversi

Re: Icons on buttons in MC2.3

2000-03-16 Thread diskot123
Try the icon viewer stack at http://www.xworlds.com/metacard/contributors.htm regards, Tuviah Snyder Diskotek Custom Application Development & SuperCard/HyperCard Conversion at a low price Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/ma

Re: Default Directory

2000-03-15 Thread diskot123
> Searching the mail archives shows a reference to getting the filesize > of a file on Windows via the shell command. Has anyone written this > successfully, or know the syntax to use with the shell command? Off the top of my head... ask "enter file" put it into tfilename put shell("dir

Re: Adapting to diff screen resolutions

2000-03-15 Thread diskot123
> Argh! Major frustration! Time, I figure, to turn to the > expertise on the list for help... So, if anyone has come up with a > formula for simplifying this, I'd LOVE to hear it. Or if I'm way >off in my approach, I'd like to know that, too. The external collection for Mac contains a

Re: Test for Available Pipeline?

2000-03-14 Thread diskot123
>We'll have to pass the buck on this one: just a few days ago this very >topic came up on the Open Transport mailing list and apparently there >*is* no really good solution to this problem available on MacOS. My >sense is that the situation isn't much better on Windows because any >attempt to ac

Re: games anyone?

2000-03-04 Thread diskot123
> Games is something I never did and probably never will but my son is > pressing me to teach him how to make games in MC. Is any of the > great games authors on the list willing to share a project with me in > order to see what's involved, more as a concept then scripting. You can download so

Re: Silly TAB questions

2000-02-28 Thread diskot123
> I want users to be able to tab from one field to the next when the >Return key is hit, so I wrote the following handler: You can set the autotab property of a field to true or write the following script on returninfield type tab end returninfield regards, Tuviah Snyder Diskotek Custom Appli

Re: Digest metacard.v003.n233

2000-02-12 Thread diskot123
On Sat, 12 Feb 2000 10:22:43 + Dave Cragg <[EMAIL PROTECTED]> writes: > But there's a gotcha I think. If the standalone is already open, > double-clicking on an associated file will open a new instance of > the standalone. I remember there was a discussion on this a long time > ago. I c

Re: Screen Capture ?

2000-02-01 Thread diskot123
>Tuv, if you already have the WDEF done, then this won't help much, but >there is already an existing WDEF that does exactly this. It is called >Odo, after the shape-shifting character on Deep Space 9. It takes its >window shape from whatever PICT is stored in the same file with the same Thank

Re: Screen Capture ?

2000-01-31 Thread diskot123
>What you really need is a Mac version of the irregular window in Tuv >Snyder's external (that feature only works on Windows now). >Unfortunately providing this is apparently going to require some minor >additions to the engine. This is currently planned for 2.3.1. Right, I have a design and code

Re: xTalk: HyperCard JAVA XCMD

2000-01-29 Thread diskot123
>I'll try it out, but on a negative note, I got an email back from the >creator of the XCMD, and he thinks it would be difficult to port to other >platforms, because it is dependant on the specifics of MRJ on the Mac. >I'll follow up with him anyway, though.> I think you can get Java Beans thr

Re: xTalk: HyperCard JAVA XCMD

2000-01-29 Thread diskot123
>But I don't want just an MC browser. There are word processing beans, >spreadsheet beans, JDBC for accessing databases, graphics beans that do >things we can't currently, and lots of other things. The browser was just >one (startling, to me) example. There are a _lot_ of people interested in

Re: RGB translations

2000-01-26 Thread diskot123
>Does anyone know the conversion math? try round([5 digit number]/256) regards, Tuviah Snyder Diskotek Custom Application Development & SuperCard/HyperCard Conversion at a low price This is the MetaCard mailing list. Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http

Re: Livecard equivalent almost done

2000-01-19 Thread diskot123
>Adrian has worked around this >with Externals Collection, Clip2Gif and Applescript but it adds maybe 10 >seconds to each download. The sample I gave you does not use a compiled script, when running a compiled script performance can be significantly faster. Send me a sample of what you are doing

Re: Record sound External

2000-01-16 Thread diskot123
>Sounds nifty, I'd buy that. You'll make it available on the crossworlds site? Yes, it's ready now it just has to be released(I figure I'd put some pressure on Kevin:-) Your AIFF problem was worked out too. You can now choose the sound quality of the recording as well, best creates an AIFF file c

Re: Record Sound External stupid?

2000-01-13 Thread diskot123
>Surely I am the stupid one and not the record sound external I downloaded as part of the >EX10 collection (from the cross-worlds site). But something is very amiss. The external >allows you to record a sound, and then you can import it with another script, but I can't >play the damn thing as it

Re: Midi Repeat

2000-01-08 Thread diskot123
>I have ran into a problem. >I can't seem to be able to repeat midi's in a stack. all I can do >is question if the midi has stoped and if so start it again and >this leaves about 0.5 to 1 second of silence... is there any >command you can do to make the midi keep repeating? Not for MIDI. You w

Re: key down

2000-01-05 Thread diskot123
> When I am typing in a field, is there any way of getting the > character number of the letter I just typed? Not the chartonum... the actual > number of the character in reference to the field. In other words, I type > the letter "a" into field 1 and I get "char 1". I type space and I get

Re: setting custom properties in 2,3

1999-12-29 Thread diskot123
>I have now done this several times over several days in 2.2 and 2.3. In 2.2 >, doing (b) above and clicking the custom properties button under "Extras" >of the cd fld "A" pop up displays the custom property myindex[Pitt] on the >left and "Rob" on the right just like it should and always has. Unde

Re: Jump to a screen on movie end

1999-12-21 Thread diskot123
>Ok amigos, the situation is this, I come from screen1 with an audioclip >playing, in this second screen, on Open Card, a movie begins to play. >How can I go to a third screen only when the movie in screen 2 ends?, I >can't use On Idle in the Card Script since the audioclip is still >playing. I p

Re: trapping Minimize

1999-12-20 Thread diskot123
On Mon, 20 Dec 1999 14:41:05 EST [EMAIL PROTECTED] writes: > > Is there a message that is sent and can be trapped when the user > clicks on the Minimize Window button (the button in the topright corner with > the "-" sign)? Similarly, is there an MC message sent when the user clicks > on

Re: Windoows ignorance no2

1999-12-20 Thread diskot123
>I have just extended the functionality of my CD-ROM app by allowing users >to define their own button names, page headers and field contents using >text files stored in a a folder called PPacTxt on their hard drive. I >provide the PPacTxt folder on the CD with some templates to show them 'how >to