I am getting a very Fancy Font in the properties palettes. How I can set it to verdana or arial font? Thanks
Benjamin On 10/13/05 10:00 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Send use-revolution mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.runrev.com/mailman/listinfo/use-revolution > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of use-revolution digest..." > > > you can find the archives for this list at: > > http://lists.runrev.com/pipermail/use-revolution/ > > and search them using this link: > > http://www.google.com/advanced_search?q=site:lists.runrev.com > > Today's Topics: > > 1. Re: FileType (Yves COPPE) > 2. Google invite (Bill) > 3. Re: Question on message handling (Mark Wieder) > 4. Re: Google invite (Gordon Tillman) > 5. Re: Field Problems (David Burgun) > 6. Re: Field Problems (Klaus Major) > 7. StandAlone that saves (Ronald Zellner) > 8. RE: Field Problems (MisterX) > 9. Re: Field Problems (Jim Ault) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 13 Oct 2005 16:57:47 +0200 > From: Yves COPPE <[EMAIL PROTECTED]> > Subject: Re: FileType > To: How to use Revolution <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed > > > Le 13-oct.-05 à 15:40, Peter Reid a écrit : > >> If you download and use the free utility called TinkerTool >> (currently v3.61): >> >> http://www.bresink.com/osx/TinkerTool.html >> >> you can change the screen capture format to any of PNG, PDF, TIFF, >> PICT, JPEG-JFIF, JPEG-2000, BMP, GIF, PSD, SGi, TGA! So you can >> have almost any flavour of graphic file from an OS X 10.4 screen grab. > > Thank you to Eric and Peter for the informations. > > it's alright > > > > > Greetings. > > Yves COPPE > [EMAIL PROTECTED] > > > > ------------------------------ > > Message: 2 > Date: Thu, 13 Oct 2005 11:08:25 -0400 > From: Bill <[EMAIL PROTECTED]> > Subject: Google invite > To: How to use Revolution <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="US-ASCII" > > Can someone send me a google invite? > > > > > | | | > )_) )_) )_) > )___))___))___)\ > )____)____)_____)\\ > _____|____|____|____\\\__ > -------\ /--------- http://www.bluewatermaritime.com > ^^^^^ ^^^^^^^^^^^^^^^^^^^^^ > ^^^^ ^^^^ ^^^ ^^ > ^^^^ ^^^ > > 24 hour cell: (787) 378-6190 > fax: (787) 809-8426 > > Blue Water Maritime > P.O. Box 91 > Puerto Real, PR 00740 > > > > > > ------------------------------ > > Message: 3 > Date: Thu, 13 Oct 2005 08:13:34 -0700 > From: Mark Wieder <[EMAIL PROTECTED]> > Subject: Re: Question on message handling > To: How to use Revolution <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=us-ascii > > Jim- > > Thursday, October 13, 2005, 7:12:32 AM, you wrote: > >> What I found surprising (and welcome) is that the back and forward >> slashes never appear in the field. The key stroke is never passed >> back to the field for display after it is caught by the card script. >> (It would be if there were a "pass keyDown" in the first two case >> statements.) So apparently the field gets the message first, then >> then card (as you both say) and then, if the key stroke is passed by >> the card script, it is passed back to the field display for viewing. >> I was wrong to speak of this last message as part of the conventional >> message passing path. Maybe "display" message? The keyDown message is >> never *displayed* unless it is passed through all of RR message >> handlers--display is the last in line. And as Martha Stewart would >> say: It is a good thing. > > > Right. If you had a "keydown" handler in the field itself it would be > intercepting the message. Since you don't, the message works its way > down the hierarchy until it's grabbed by the card. Since you're > handling the slash keystrokes yourself and never passing them on, > that's the end of things. All the other keystrokes are passed onto the > engine, which wakes up and says "somebody pressed a key in this field > - I'd better put the char in there". The slash chars never get to the > "pass keydown" message, so the engine never gets its wakeup call. -- _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
