Hi Jaqueline and William,
William de Smet wrote:
Hi Jim,
I don't want drag and drop but copy/paste.
And why does Rev (2.7.4 on OSX) quit on me while executing the code
(put the clipboarddata["image"] into image "X") ?
I've noticed a lot of crashes regarding images in 2.7.4. It's a bug.
mabe
William de Smet wrote:
Hi Jim,
I don't want drag and drop but copy/paste.
And why does Rev (2.7.4 on OSX) quit on me while executing the code
(put the clipboarddata["image"] into image "X") ?
I've noticed a lot of crashes regarding images in 2.7.4. It's a bug.
--
Jacqueline Landman Gay
Hi Jim,
I don't want drag and drop but copy/paste.
And why does Rev (2.7.4 on OSX) quit on me while executing the code
(put the clipboarddata["image"] into image "X") ?
William
2006/12/8, Jim Ault <[EMAIL PROTECTED]>:
On 12/8/06 8:52 AM, "William de Smet" <[EMAIL PROTECTED]> wrote:
> Ht the
On 12/8/06 8:52 AM, "William de Smet" <[EMAIL PROTECTED]> wrote:
> Ht there Klaus,
>
> I checked the docs and I read your suggestion.
> When I put this code into a button it crashes Rev on my Mac.
> The docs say it only works with PNG images.
> But I want to use GIF's and JPEG's as well!
>
> It
Ht there Klaus,
I checked the docs and I read your suggestion.
When I put this code into a button it crashes Rev on my Mac.
The docs say it only works with PNG images.
But I want to use GIF's and JPEG's as well!
It keeps crashing (on a PNG image) so I think this doesn't work.
Any suggestions, an
Dag William,
Hi there,
Is there a simple way to copy an image from your browser to an
image on a stack?
For text I simply use:
put the clipboardData into field "tekst"
I think I have to use clipboardData for an image as well but I
don't know how.
Who can help me with this?
Try:
...
put
Hi there,
Is there a simple way to copy an image from your browser to an image on a stack?
For text I simply use:
put the clipboardData into field "tekst"
I think I have to use clipboardData for an image as well but I don't know how.
Who can help me with this?
greetings,
William de Smet
__
Hi Mark,
Yeah, in my original email I pointed out it was on a PC.
Mark Schonewille wrote:
Maybe this is a Windows issue?
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
Chipp,
Even though Mark Waddingham confirmed the "problem", it worked
in Rev 2.7 running under Mac OS 10.4.5. I was able to paste the
clipboard in a photo editor. Maybe this is a Windows issue?
Best,
Mark
Chipp Walters wrote:
Hi Mark,
Thanks for the try.
Interesting, never thought abou
Hi Mark,
Thanks for the try.
Interesting, never thought about exporting the image to a var. I like it!
Still doesn't work in 2.7.
Mark Waddingham contacted me and confirmed the clipboardData is broke
but will be fixed in the next update.
best,
Chipp
Mark Schonewille wrote:
Hi Chipp,
on c
copying an image to the clipboard is broke as far
as I can tell.
Anyone have success doing it on a PC? I've tried on various PC's the
folowing.
copy image "fred"
doesn't work. Try copying and image and then pasting it into MSPaint or
anywhere else other than Rev.
T
I just finished created a charting program, which uses the great new
anti-aliasing in Rev 2.7.
But, now it turns out copying an image to the clipboard is broke as far
as I can tell.
Anyone have success doing it on a PC? I've tried on various PC's the
folowing.
copy image "
Ok well that is probably what is going on here.
I am sorry I pointed a finger at Constellation. I absolutely love it. It is
a joy to work with.
Sorry Jerry
On 10/8/05 9:03 AM, "Jim Ault" <[EMAIL PROTECTED]> wrote:
> I have found that clipboard operations, including the clipboarddata in Rev
>
I have found that clipboard operations, including the clipboarddata in Rev
require a hesitation of 0.5 to 1 sec to allow the operating system to deal
with the 'shared/transportable' nature of clipboard data. Microsoft has
extensive clipboard definitions (Excel charts, bit maps, rtf, etc) which
add
On 10/7/05 3:32 PM, "Jerry Daniels" <[EMAIL PROTECTED]> wrote:
> Todd,
>
> By all means, send an example along to me. If I can replicate it, I
> can fix it.
>
> I copy images pretty often but have not had any problems with it, but
> that doesn't mean there isn't a bug in there waiting to be fix
Todd,
By all means, send an example along to me. If I can replicate it, I
can fix it.
I copy images pretty often but have not had any problems with it, but
that doesn't mean there isn't a bug in there waiting to be fixed.
Best,
Jerry
On Oct 7, 2005, at 9:23 AM, Todd Geist wrote:
Thanks
Thanks Chip and Sarah for your responses.
It seems to be a false alarm. Or at least not a real problem for rev but
rather for Constellation... :>(
I love Constellation. Jerry has done a terrific job. But it seems to be
throwing a phantom error here. Or at least switching to using Rev's Object
Todd,
Gonna need some more info here.
I created two stacks "fred" and "ginger"
on stack "fred" I have an image named "image" (though 'image' is a
reserved word, it still works as a name)
I created a second card on stack "ginger" then went to cd 1 of stack ginger
I created a button "copy" on
> I am trying to copy and image from the current card to a card in a external
> stack, "GrommetData".
>
> If the image is already there from a previous copy, I delete it first and
> then copy it to the card.
>
> If the image is already there all works as expected, BUT if the image is not
> alredy
Let me try to give some more info. I am so new I can't even ask the
questions correctly :>(
I am trying to copy and image from the current card to a card in a external
stack, "GrommetData".
If the image is already there from a previous copy, I delete it first and
then copy it to the card.
If
Hello,
Thanks for all the help last few days... Now I have another question.
I am trying to copy an image from the current card to a card in another
stack. The code looks like this
copy img "image" to cd tCard of stack "Data"
The image actually moves over to the card just fine. BU
Thank you another time.
Best regards,
Gilberto Cuba
- Original Message -
From: "Klaus Major" <[EMAIL PROTECTED]>
To: "How to use Revolution"
Sent: Saturday, September 17, 2005 6:03 AM
Subject: Re: Copy image content for object image empty. (Image movin
Buenos diaz Gilberto,
Hi,
you can simply put one image into another one :-)
But this only works with imported images, NOT with referenced images!
I understand this.
on mouseUp
put image "img01" into image "Visor" ##of cd 17 of stack
"another cool stack"
end mouseUp
This works to the
Hi,
you can simply put one image into another one :-)
But this only works with imported images, NOT with referenced images!
I understand this.
on mouseUp
put image "img01" into image "Visor" ##of cd 17 of stack "another cool
stack"
end mouseUp
This works to the a thousand marvels.
Hi Gilberto Cuba.
Hello colleagues,
I am trying to copy an image that is in a stack for an object image
empty, but it doesn't work; that makes it is to copy a dirty image
for the object image.
Script in the object image "Visor"
on mouseUp
put the imagedata of image "img01" of this sta
> I am trying to copy an image that is in a stack for an object image empty,
> but it doesn't work; that makes it is to copy a dirty image for the object
> image.
>
> Script in the object image "Visor"
>
> on mouseUp
> put the imagedata of image "img01" of this stack into tImageData
> put
Hello colleagues,
I am trying to copy an image that is in a stack for an object image empty,
but it doesn't work; that makes it is to copy a dirty image for the object
image.
Script in the object image "Visor"
on mouseUp
put the imagedata of image "img01" of this stack into tImageData
On Feb 1, 2005, at 4:59 AM, [EMAIL PROTECTED]
wrote:
From: Chipp Walters <[EMAIL PROTECTED]>
Subject: Re: copy image from application browser
To: How to use Revolution
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
(perhaps RR will give
On 1 Feb 2005, at 11:03 am, Chipp Walters wrote:
2) if the image name is "fred.gif" then type into the messagebox:
export image "fred.gif" to "C:/fred.gif" as PNG
(perhaps RR will give us the 'code' to export it as a GIF?)
This is an interesting point, Chipp. Didn't someone say that the GIF
patent
There are a few ways to do this.
1) Do as Sarah suggests
2) if the image name is "fred.gif" then type into the messagebox:
export image "fred.gif" to "C:/fred.gif" as PNG
(perhaps RR will give us the 'code' to export it as a GIF?)
3) if you're trying to do it within a program where you want a user
Hi Bob,
There's a quick way to do this. Using the select tool, right-click on the image
and choose "Launch Editor." Now you can find the Photoshop application and
click ok. From then on, you can use Photoshop to edit all of your images. When
you're done editing, just save and close and Revoluti
I have a toolbar icon that I want to edit (from Chipp's toolbar
example stack). I can see the GIF in the application browser and in
the card but if I right click and copy it I cannot paste into
photoshop. Copy and paste between another app and photoshop works.
Right-click on the image and choose
Hi All.
I have a toolbar icon that I want to edit (from Chipp's toolbar example
stack). I can see the GIF in the application browser and in the card but if
I right click and copy it I cannot paste into photoshop. Copy and paste
between another app and photoshop works.
How do I copy a gif from r
> > I'm trying to allow the ability to copy a JPEG into the clipboard, but
the
> > copy command doesn't seem to want to copy the image. Even setting the
> > cliboardData property doesn't work. About the most I can do is empty
the
> > clipboard. Any ideas?
>
> See the 'export' comman
Hi Derek,
> Date: Sat, 17 Apr 2004 13:05:42 +0200
> From: "Dreamscape Software Webmaster"
> <[EMAIL PROTECTED]>
> Subject: Copy Image
>
> I'm trying to allow the ability to copy a JPEG into the clipboard, but the
> copy command doesn't se
On 6/12/01 10:26 pm, Chipp Walters <[EMAIL PROTECTED]> wrote:
> I'm trying to copy and image to the clipboard for pasting into another
> program like Photoshop.
>
> I've tried the 'cut' command and it doesn't work. Any ideas if this can be
> done in RR?
Yes, you need to select inside the image
I'm trying to copy and image to the clipboard for pasting into another
program like Photoshop.
I've tried the 'cut' command and it doesn't work. Any ideas if this can be
done in RR?
thanks,
Chipp
|___ _ __ |
| / _ | / / /___ __(_) /_ |
| / _
37 matches
Mail list logo