Opie here; hide and show do what I need; I just want to hide it. But
how, other than asking here, was I to discover the name of that
stack? I poked all over including message-box asking the name of
stack n from 1 to 10, which turned up a bunch of stuff but not
"revTools". It seems it has an ID
Is there a way to discover if the Tools palette is visible (in
RevMedia)? I have a preOpenStack line to type "t' with commandKey to
hide it when a stack launches (and launches Rev). But then if I open
another stack with the same openStack routine, it toggles it back on.
On Tue, 22 Jun 2010 23:12:03 -0700, Richard Gaskin
wrote:
Emmett Gray wrote:
Is there any way to specify landscape or portrait mode via scripting?
Did you try Rev's dictionary?
printPaperOrientation property, which takes these values:
Duuh. Yes, I did look at "print&qu
Is there any way to specify landscape or portrait mode via scripting?
HC remembered the page setup for a template. Rev (Media) doesn't
remember anything about it when it quits, and seems to have only one
mode possible for all stacks, not a setting for individual stacks. I
need to print envelope
This works with SkypeOut also, to call a phone number. Just replace
"SkypeName" with the number (include the country code). When I first
started using Skype years ago this didn't exist (or I didn't know
about it) so I did it with AppleScript and QuicKeys. Much simpler now.
On Tue, 22 Jun 2010
Sorry for the long post. I've now got the last of
my currently-in-use HC stacks running in Rev, so
I'm finally retiring HC/Sheepshaver. This last
stack was huge, a labor of love for 20 years.
It's an address book whose feature set has not
been matched by a commercial application.
Anyway, the
On Thu, 17 Jun 2010 13:16:49 +0200, "Andre.Bisseret"
wrote asking this.
An elegant way is to use AppleScript, which avoids having to know the path:
do "tell application " & quote & "Microsoft Word" & quote & " to
activate" as AppleScript
opens it and makes it frontmost, or
do "tell applic
At 10:01 PM -0500 6/14/10, Peter Brigham MD wrote:
> I tried this:
> set the mainStack of this stack to stack "Foo"
> and I got the following:
> Message execution error:
> Error description: Chunk: source is not a container
the syntax for setting the mainstack is :
set the mainStack of
Jaque wrote:
Emmett Gray wrote:
> I've R'dTFM but I still don't know how to do this. I'm using RevMedia,
if that matters. I've downloaded Rinaldi's auto-save plugin and want to
> use it in a particular stack.
To use it in a stack, you'll need to
At 4:37 AM -0500 6/14/10, Sarah Reichelt wrote:
No, wrapping on Rev only works with white space.
So I wrote a routine to space out a long URL to fit a specific field:
Thanks to all who responded, but a) a URL may be long because it has
multiple "&foo=bar" elements rather than slashes, and th
In the HC version of a stack I've converted, I have a "notes" text
field. The field has a vertical scroll bar, but not a horizontal one
(and that's what I want). In HC, a long URL will wrap so you can see
the whole thing on multiple lines. In Rev, it doesn't wrap so you
can't see it all (althou
I've R'dTFM but I still don't know how to do this. I'm using
RevMedia, if that matters. I've downloaded Rinaldi's auto-save plugin
and want to use it in a particular stack. Where should I put it/load
it (so that it will be always available with that stack if it moves
to another machine)? How do
Ahhh Thanks everyone who helped. Little by little, Rev secrets
are revealed.
At 12:00 PM -0500 6/11/10, Klaus wrote:
> I tried this. What is happening now is that the image ends up
covering up and hiding all the other objects in the background.
Sending to back doesn't change this. I don'
I tried this. What is happening now is that the image ends up
covering up and hiding all the other objects in the background.
Sending to back doesn't change this. I don't get it yet, sorry to say.
Thursday, June 10, 2010, 9:43:42 AM, you wrote:
up when I try to bring it in as "new control"
This is driving me nuts. I've got a HC stack (the last one I'm still
using - all others already imported into Rev) which I'm trying to
convert. I'm resizing it and and I've edited the bg graphic in
Photoshop. I've saved it as a .png file, and can replace the original
with it by changing the re
On Wed, 3 Feb 2010 22:07:46 +0100, zryip theSlug
wrote:
2010/2/3 Emmett Gray :
How do you tell Rev to do something useful via applescript?
Simply specify the stack you need as follows:
tell application "Revolution" to do script "create card to stack
\"TheSlugLab\&q
How do you tell Rev to do something useful via applescript?
I tried
tell application "Revolution Media"
activate
--would like ideally first to: do script "go stack " & quote &
"Foo" & quote & " in a new window"
--but I couldn't even get the next command to work if the stack
was already o
The manual states: "When a card is opened, Revolution automatically
focuses the first object on the card that is capable of receiving the
keyboard focus." I don't want this to happen, but everything I have
tried to stop it from happening (such as setting traversalOn to false
or turning off auto
Thanks for reporting this.
-
Stephen Barncard
San Francisco
http://houseofcubes.com/disco.irev
2009/12/28 Emmett Gray
I've converted another HC stack, a multi-timer which includes a metronome
function. I'm having an issue with the audio: the "Click.wev&qu
I've converted another HC stack, a multi-timer which includes a
metronome function. I'm having an issue with the audio: the
"Click.wev" imported audioClip sounds awful and very often sounds
different or has no sound at all. The original is a 48k 24-bit file
and sounds fine in Rev if I access it
Thanks, Mark, your "attempt" works. Here's my functioning handler:
on doSpine -- called on closing the field "Spine Text" and again when
printing, to be safe
set tool to pointer --to delete existing spine graphic
click at 49,166
delete
click at 455,166
delete
set tool to brow
I'm new to the list and this is my first post. I've done my first
successful stack conversion from Hypercard so I'm up to speed on the
basics. My next conversion project involves a custom CD C-card
printer, which converts a CD premaster text file (with pq codes etc.)
into what you want to see o
22 matches
Mail list logo