Multiple Users/StackFiles

2001-02-27 Thread Sivakatirswami
I am planning to create a collaborative work group situation and before starting want to know something I could try by testing, but would rather know even before planning out the stack architecture. It is simply this: 1) Can you assign a stack to be a stack file of multiple main stacks? i.e. Can

Re: Font display problem

2001-02-27 Thread Jacqueline Landman Gay
Dave Cragg wrote: > > At 9:59 AM -0600 27/2/01, Jacqueline Landman Gay wrote: > > >At any rate, when I set the formatForPrinting of the stack to false, > >fonts were once again chooseable and the text wrap corrected itself. I > >have sent the stack to my client for testing and can let the list k

Re: scrolling question...

2001-02-27 Thread Scott Rossi
Recently, David C. Tremmel wrote: > Just off the top of my head - not sure if this is the best way to do > this - but what about having your repeat loop in an "on idle" message > in the card script. The loop should test to see if it should be > scrolling the field by looking at the value of a cu

Re: Font display problem

2001-02-27 Thread Dave Cragg
At 9:59 AM -0600 27/2/01, Jacqueline Landman Gay wrote: >At any rate, when I set the formatForPrinting of the stack to false, >fonts were once again chooseable and the text wrap corrected itself. I >have sent the stack to my client for testing and can let the list know >if this fixed the bad disp

Re: scrolling question...

2001-02-27 Thread PEChumbley
Try using a loop inside the mouseUp handler in your start button with the following INSIDE the loop: if the mouseClick then if the mouseLoc is within \ the rect of button "Stop" then exit mouseUp end if Regards, Philip Chumbley Archives: http://www.mail-archive.com/metacard@list

Re: scrolling question...

2001-02-27 Thread David C. Tremmel
Just off the top of my head - not sure if this is the best way to do this - but what about having your repeat loop in an "on idle" message in the card script. The loop should test to see if it should be scrolling the field by looking at the value of a custom property (e.g., of the field) whic

Re: scrolling question...

2001-02-27 Thread Scott Rossi
Recently, Richard MacLemale wrote: > Suppose I want a stack with one field and two buttons, named "Start" and > "Stop." When I click "Start", I want the field to auto-scroll and keep > scrolling, until I click the "Stop" button. Obviously a simple repeat loop > in the Start button won't work.

RE: PDF fileType

2001-02-27 Thread Monte Goulding
> tell application "Finder" > open application file id "CARO" > end tell > > -- I tested it. It works marvelously. I hope this helps ;-) Great! Thanks a lot ;-) Archives: http://www.mail-archive.com/metacard@lists.runrev.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please s

RE: PDF fileType

2001-02-27 Thread Monte Goulding
Thanks I'll have a look at the HC list > Monte Goulding wrote: > > > > Thanks but since posting the message I found that files with > .pdf extensions > > automaticly are associated with Acrobat when on a Mac. > > Well, yes and no, but it isn't safe to assume that's the case. In its > virgin st

RE: PDF fileType

2001-02-27 Thread Monte Goulding
Thanks for everyone's help Jaqueline wrote: > > Creator: CARO > > Type:pdf > > > > (Note that the last character of the file type is a space.) > This is not correct (at least I have a file here (type: "PDF ") > which opens > with Acrobat). Note that type and creator codes are case sensitive.

Re: PDF fileType

2001-02-27 Thread AlainFarmer
>>> I'm wondering if anyone had the script that would locate Acrobat. >>> I assume that you need to specify the full path name to launch an app. >> Usually on a Mac you would use AppleScript to do this. AppleScript can >> open an application based on its creator code, but it isn't >> straightfor

scrolling question...

2001-02-27 Thread Richard MacLemale
I've seen this before, but could not find it in the archives... Suppose I want a stack with one field and two buttons, named "Start" and "Stop." When I click "Start", I want the field to auto-scroll and keep scrolling, until I click the "Stop" button. Obviously a simple repeat loop in the Start

Re: Font display problem

2001-02-27 Thread Sivakatirswami
> Re: Font display problem My solution: Arial for everything. A sadly draconic reductionist approach for a publications shop that produces high end print matter and also "cooks" it's own fonts for print media, manually setting the kerning tables for every single possible pair... But, no font

Re: Overriding QT's behavior

2001-02-27 Thread Richard Gaskin
>> I have an app in which I have a QT movie AND I need to do unique things when >> the user presses the Return key. It seems that QT is overriding the Return >> key, using it to toggle movie playback; it ignores the Enter key, which lets >> me do what I need. >> >> How can I get control of the R

Re: Font display problem

2001-02-27 Thread Mark Talluto
on 2/26/01 4:08 PM, Jacqueline Landman Gay at [EMAIL PROTECTED] wrote: > In addition, I now find that I cannot set the font of the fields > manually to any font on my Windows 98 machine. No matter what I choose, > the font becomes tiny, unreadable, sans-serif something displayed at > about 8 poin

Re: Font display problem

2001-02-27 Thread Jacqueline Landman Gay
John Kiltinen wrote: > > Jacque, your posting on this didn't make it clear if it is a standalone > that your client is using or a stack? If it is a standalone, was it built > on a Mac or on Windows? Both stack and standalone -- made on Mac, moved to Windows, saved there, and standalone was buil

Re: PDF fileType

2001-02-27 Thread Jacqueline Landman Gay
Monte Goulding wrote: > > Thanks but since posting the message I found that files with .pdf extensions > automaticly are associated with Acrobat when on a Mac. Well, yes and no, but it isn't safe to assume that's the case. In its virgin state, MacOS won't recognize the association. When you doub

Re: Font display problem

2001-02-27 Thread Craig Spooner
Jacqueline, A minor point, but the Windows font name is "Times New Roman." This makes a big difference here on my machine. Craig >There is no "Times" font on my Windows machine, but if set it to "Times" >manually in the message box, it displays just like on the Mac and looks >fine (only it d

RE: Font display problem

2001-02-27 Thread John Kiltinen
Monte Goulding wrote, in reply to Jacqueline Landman Gay's question about a font display problem in a stack developed on a Mac when it is deployed on Windows: >Perhaps also save the stack on Windows 98 if you haven't >done so yet. There could be translation issues (clutching at straws). > >Regard

Re: PDF fileType

2001-02-27 Thread John Kiltinen
Monte Goulding <[EMAIL PROTECTED]> wrote: >Hi All > >I'm wondering if anyone has the PDF fileType and creator code for Mac. I >don't have a mac to work on yet so I can't use the normal methods to find >this out. > >I'm also looking for scripts to open Acrobat on Mac. I think the Windows >version

Re: large cursor

2001-02-27 Thread Kevin Miller
On 27/2/01 9:28 am, Sjoerd Op 't Land <[EMAIL PROTECTED]> wrote: > on idle -- always (well, most of the time) > set the loc of image "cursorPicture" to the mouseLoc -- places the > -- middle of the image to the location of the mouse > end idle Also, see the article on our old web site www.xworld

Re: large cursor

2001-02-27 Thread Kevin Miller
On 27/2/01 9:28 am, Sjoerd Op 't Land <[EMAIL PROTECTED]> wrote: > Of course (hehe) there is a workaround for this: On second thoughts, the most efficient way to do this (same principal just a bit faster) would be using a mouseMove handler. on mouseMove x,y set the loc of image "cursorPicture

Re: PDF fileType

2001-02-27 Thread Sjoerd Op 't Land
Jaqueline wrote: > Creator: CARO > Type:pdf > > (Note that the last character of the file type is a space.) This is not correct (at least I have a file here (type: "PDF ") which opens with Acrobat). Note that type and creator codes are case sensitive. > Thanks but since posting the message I

Re: large cursor

2001-02-27 Thread Sjoerd Op 't Land
Duncan MacPherson wrote/ schreef: > I use metacard for presentations in the classroom. We find the cursor is > too small as a pionter. Is there any script to make this larger. We are > using a Mac computer. This would absolutely be a great feature, but at present, it isn't supported. On Mac the c

Re: PDF fileType

2001-02-27 Thread Sjoerd Op 't Land
Monte Goulding wrote/ schreef: > Hi All > > I'm wondering if anyone has the PDF fileType and creator code for Mac. I > don't have a mac to work on yet so I can't use the normal methods to find > this out. For version 4.0 Type: "PDF " Creator: "CARO" > I'm also looking for scripts to open Acroba

Re: Font display problem

2001-02-27 Thread Signe Marie Sanne
> >In addition, I now find that I cannot set the font of the fields >manually to any font on my Windows 98 machine. No matter what I choose, >the font becomes tiny, unreadable, sans-serif something displayed at >about 8 point with wacky word wrap and half inch gaps between words >where the spaces