Re: Exporting Vector Graphics

2003-01-25 Thread Terry Vogelaar
Richard Gaskin heeft op zaterdag, 25 jan 2003 om 08:39 het volgende geschreven: This ability to export vector graphics would be at the very top of my wish list for RR. But in a multi-platform world, the question is: Which vector format is widely supported across all three OS families? PDF an

Re: Another group question

2003-01-25 Thread Geoff Canyon
Don't copy and paste it. When placing groups, you need to refer to them as backgrounds. The distinction is this: A group is contained in card, a background is contained in a stack. They are the same object, though. So this is fine, and refers to the same object: group "myGroup" of this card b

RE: Exporting Vector Graphics

2003-01-25 Thread Alejandro Tejada
Hi Igor: I'll be working on exporting graphics, text fields and images to Adobe Illustrator format, after finishing version 04 of EPS Import. Friday or Saturday of next week. Alejandro --- Igor de Oliveira Couto <[EMAIL PROTECTED]> wrote: > I was wondering whether anyone has any information >

AppleEvent messages

2003-01-25 Thread sims
I've been trying to understand how one uses appleEvents and have played with the following script. I cannot figure out how one gets the path of the files from the script. One of the things I am trying to achieve is to be able to drop a jpeg onto a Rev card/window and be able to get the path to tha

Message Path Problems

2003-01-25 Thread livfoss
Dear List I found out the hard way that when there is a compile error in a script, then **all** the handlers in that script are nuked, i.e. they simply evaporate and so messages that expect to find such handlers in the message path suddenly generate 'can't find handler' errors. So it's no good

Re: Too many clicks

2003-01-25 Thread Klaus Major
Hi Greg, Thanks Klaus I enjoy your many contributions to the list and this one for me was an instant fix. Your response was way too quick for me to reply on the day. I hadn't checked out the usercontributions for a while and got wonderfully side tracked in the process. Thanks again, I am now

Re: AppleEvent messages

2003-01-25 Thread Jan Schenkel
--- sims <[EMAIL PROTECTED]> wrote: > I've been trying to understand how one uses > appleEvents and have played with > the following script. I cannot figure out how one > gets the path of the files > from the script. > > One of the things I am trying to achieve is to be > able to drop a jpeg > ont

Re: Message Path Problems

2003-01-25 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: > Dear List > > I found out the hard way that when there is a > compile error in a script, then **all** the handlers > in that script are nuked, i.e. they simply evaporate > and so messages that expect to find such handlers in > the message path suddenly generate 'can'

Re: Serendipity Library Update 20030123

2003-01-25 Thread Claus Dreischer
... Rob Cozens God bless the French & Germans! War should never be a first resort. True peace cannot exist in a world where the most powerful nation is also its most malevolent. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com

Exporting Vector Graphics

2003-01-25 Thread Jim Hurley
Message: 10 Date: Sat, 25 Jan 2003 03:17:43 -0800 (PST) From: Alejandro Tejada <[EMAIL PROTECTED]> Subject: RE: Exporting Vector Graphics To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Hi Igor: I'll be working on exporting graphics, text fields and images to Adobe Illustrator format, after fi

Re: Another group question

2003-01-25 Thread Jeanne A. E. DeVoto
At 5:49 PM -0800 1/24/03, Mark Swindell wrote: >I have a single menu group that I want placed on all cards in my stack. >I've disengaged it from being a subgroup of a larger group and placed it on >one card. But when I go to place it on the other cards, it doesn't show up >in the Place Menu, and w

Re: Exporting Vector Graphics

2003-01-25 Thread Ken Ray
Sounds great, Alejandro! Thanks for your work on this! Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ - Original Message - From: "Alejandro Tejada" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 25, 2003 5:17 AM Subje

Re: AppleEvent messages

2003-01-25 Thread Ken Ray
Here's the basic thing - whenever one app needs to communiate with another, it generally sends an appleEvent, which has a four-character class code, and a four character ID. AppleEvents are grouped together into "suites". Applications are required to handle four basic appleEvents (called the "requi

Mac Standalone works, Windows doesn't mystery.....

2003-01-25 Thread DVGlasgow
Is there any obvious reason why this snippet would work in the development environment and in a fat mac build, but not in a Windows build (built on the Mac)? Button "continue" never gets enabled in the Windows standalone. There is more script before, but it doesn't do anything very exciting a

Data organization

2003-01-25 Thread jonadams520
I'm very new to rev. I need to make an application that will divide up folders full of images into separate folders containing no more that 690 MB so they can be burned onto cds. Can rev do this? where should I start? any help will be much appreciated Jon ___

Re: Message Path Problems

2003-01-25 Thread livfoss
On Sat, 25 Jan 2003 07:50:28 -0800 (PST, Jan Schenkel <[EMAIL PROTECTED]> wrote: >I suggest you go in and 'comment' each handler one at >a time to see if that fixes the problem. This should >help you pinpoint the offending handler. >Maybe we can come up with a better strategy if you >tell us what

Re: Data organization

2003-01-25 Thread David Vaughan
On Sunday, Jan 26, 2003, at 08:33 Australia/Sydney, [EMAIL PROTECTED] wrote: I'm very new to rev. I need to make an application that will divide up folders full of images into separate folders containing no more that 690 MB so they can be burned onto cds. Can rev do this? where should I start

Re: AppleEvent messages

2003-01-25 Thread sims
Here's the basic thing - whenever one app needs to communiate with another, it generally sends an appleEvent, I hope this gives you a foundation on appleEvents; let me know if you need any more info. Ken Ray Thanks Ken. So, If I drop an unopened jpeg file onto an open Rev app, that is not

Re: Another group question

2003-01-25 Thread Mark Swindell
on 1/24/03 6:22 PM, Jeanne A. E. DeVoto at [EMAIL PROTECTED] wrote: > At 5:49 PM -0800 1/24/03, Mark Swindell wrote: >> I have a single menu group that I want placed on all cards in my stack. >> I've disengaged it from being a subgroup of a larger group and placed it on >> one card. But when I go

Re: Data organization

2003-01-25 Thread David Vaughan
On Sunday, Jan 26, 2003, at 08:58 Australia/Sydney, David Vaughan wrote: On Sunday, Jan 26, 2003, at 08:33 Australia/Sydney, [EMAIL PROTECTED] wrote: I'm very new to rev. I need to make an application that will divide up folders full of images into separate folders containing no more that 6

RevDB: fetching rows

2003-01-25 Thread Yennie
Hello all, I feel like I must be missing something here... but so far I'm stumped. I want to fetch a subset of rows from a database cursor; however, it seems I can only grab a column. If I have a database cursor with 1,000 selected records, how can I get just the first 50 without many calls to Rev

Re: Mac Standalone works, Windows doesn't mystery.....

2003-01-25 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: > > In a message dated 26/1/03 2:34:40 AM, Ken Ray > writes: > > << enable button continue > > should be: > > enable button "continue" > > Do you get an error message, or does the button just > not enable? >> > > Thanks Ray > > Nothing bad happens on Win, the

Re: RevDB: fetching rows

2003-01-25 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: > Hello all, > > I feel like I must be missing something here... but > so far I'm stumped. > I want to fetch a subset of rows from a database > cursor; however, it seems I > can only grab a column. If I have a database cursor > with 1,000 selected > records, how can