Problems with resource mages

2005-05-11 Thread Kathy Jaqua
Doc

>Semi-related question for the tests I've been
running:
>Using the application browser, I noticed that the
"pre-load into
>memory" property is automatically set for all images
that I import
>from a folder. Is there a way to avoid this if I
wanted to import 100
>or even 1000 images to the stack or would I have to
manully unselect
>the properties for each one?

>Thanks to all,

>Doc-
Hi Doc

I'm having a similar problem in that I can't import
more then 20 Images without a mistake in the Image
Library.  After 20 Images runRev icons or cursors
begin to take the place of my Imported Images.   Maybe
the "pre-load into memory" property is a problem ???

Kathy Graves Jaqua
San Francisco Ca
A Wildest Dream Software
[EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Problems with resource mages

2005-05-07 Thread docmann
On 5/7/05, MisterX <[EMAIL PROTECTED]> wrote:
> Doc,
> 
> Just dont try to set the id of an image to an existing image
> thinking it will do the same thing as a url. ;) boom...

Heh heh, so I found out... the hard way. ;)

> You'll find lots of examples like that in xosmedialib.rev
> on Monsieurx.com/forums -> releases
> 
> cheers
> Xavier

That sounds great, I'll grab a copy and have a look.


Semi-related question for the tests I've been running:
Using the application browser, I noticed that the "pre-load into
memory" property is automatically set for all images that I import
from a folder. Is there a way to avoid this if I wanted to import 100
or even 1000 images to the stack or would I have to manully unselect
the properties for each one?

Thanks to all,

-Doc-
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Problems with resource mages

2005-05-06 Thread MisterX
Doc,

Just dont try to set the id of an image to an existing image
thinking it will do the same thing as a url. ;) boom...

You'll find lots of examples like that in xosmedialib.rev
on Monsieurx.com/forums -> releases

cheers
Xavier 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of docmann
> Sent: Saturday, May 07, 2005 08:29
> To: [EMAIL PROTECTED]
> Cc: How to use Revolution
> Subject: Re: Problems with resource mages
> 
> That works great, Chipp!
> Geesh I was trying to make it much harder than it is. 
> 
> Much appreciated. :)
> 
> -Doc-
> 
> On 5/6/05, Chipp Walters <[EMAIL PROTECTED]> wrote:
> > Doc,
> > It's easier than you think:
> > 
> > put img "fred" into img "ginger"
> > 
> > -Chipp
> > 
> > 
> > docmann wrote:
> > 
> > > I have no problems displaying images into my container 
> using either 
> > > a local file or URL location, but cannot for the life of 
> me figure 
> > > out how to display an image directly from within the 
> stack file itself.
> >
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Problems with resource mages

2005-05-06 Thread docmann
That works great, Chipp!
Geesh I was trying to make it much harder than it is. 

Much appreciated. :)

-Doc-

On 5/6/05, Chipp Walters <[EMAIL PROTECTED]> wrote:
> Doc,
> It's easier than you think:
> 
> put img "fred" into img "ginger"
> 
> -Chipp
> 
> 
> docmann wrote:
> 
> > I have no problems displaying images into my container using either a
> > local file or URL location, but cannot for the life of me figure out
> > how to display an image directly from within the stack file itself.
>
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Problems with resource mages

2005-05-06 Thread Chipp Walters
Doc,
It's easier than you think:
put img "fred" into img "ginger"
-Chipp
docmann wrote:
I have no problems displaying images into my container using either a
local file or URL location, but cannot for the life of me figure out
how to display an image directly from within the stack file itself.
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Problems with resource mages

2005-05-06 Thread docmann
Hello folks,
I've built a simple test stack where I imported a dozen images fom a
folder directly into the stack as resources. Then I added a blank
graphic object for use as a container to display the images in. Next
step was to add a text field (named "search") in order to enter the
name of an image I'd like to display, along with a second field (named
"ext") to hold the file extension for the image.

Finally, I added a button to click, which holds my script.

I have no problems displaying images into my container using either a
local file or URL location, but cannot for the life of me figure out
how to display an image directly from within the stack file itself.

on mouseUp
  put field "search" & field "ext" into tGraphic
  set the imageSource of "Image" to tGraphic
end mouseUp

When I run the script above, the debugger clearly shows that the
filename of the image is being "built" correctly, so I assume that my
problem is related to getting the correct resource ID of the image.

Can anyone point out were I'm going wrong?

Thanks,
-Doc-
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution