Re: Image woes

2006-11-15 Thread Dave
On 15 Nov 2006, at 06:25, Scott Kane wrote: Hi folks, I'm working on a quick and dirty little project and am using Trevor Devore's empDB sample project as the basis. The problem I'm having is that the stack I need to use must have tool buttons with images. Now the problem is that

Re: Image woes

2006-11-15 Thread Scott Kane
What is the last image? Just a place holder? If so, can't you just relayer all the images in the stack so that the one that Trevor's code references is always the last image? Hadn't thought of that. I'll have a play with it. Thanks! Scott ___

Re: Image woes

2006-11-15 Thread Dave
Hi, One other thought. Is this a multi-card stack? If so is Trevor's image supposed to reside in just card one or in all cards? If all cards, you might have to make it into a group and set the Group Background Behavior to on. You would also have to make sure it's the last Group in all

Re: Image woes

2006-11-15 Thread Scott Kane
Dave, One other thought. Is this a multi-card stack? If so is Trevor's image supposed to reside in just card one or in all cards? If all cards, you might have to make it into a group and set the Group Background Behavior to on. You would also have to make sure it's the last Group in all

Re: Image woes

2006-11-15 Thread Dave
Hi, Glad I could be of help! This is one of the types of code re-use problems that ISM solves almost automatically. In this case objects in a stack need to communicate with another object (the last image in this case). A way to have made this safer would have been to name the image with a

Re: Image woes

2006-11-15 Thread Scott Kane
Glad I could be of help! It's always gratifying to find a solution and this list has always been good at that. :-) This is one of the types of code re-use problems that ISM solves ISM? Not sure about that one. What's ISM? Scott ___

Re: Image woes

2006-11-15 Thread Dave
On 15 Nov 2006, at 12:57, Scott Kane wrote: Glad I could be of help! It's always gratifying to find a solution and this list has always been good at that. :-) This is one of the types of code re-use problems that ISM solves ISM? Not sure about that one. What's ISM? A module I

Re: Image woes

2006-11-15 Thread Richard Gaskin
Dave wrote: ISM? Not sure about that one. What's ISM? A module I wrote that makes it easier to re-use and control your Stacks/Cards/Groups/Objects. It solves a lot of the problems you face when trying to use controls and/or code from third party stacks. It allows you to easily

Re: Image woes

2006-11-15 Thread Trevor DeVore
On Nov 14, 2006, at 10:25 PM, Scott Kane wrote: I'm working on a quick and dirty little project and am using Trevor Devore's empDB sample project as the basis. Just to clarify - I think the empDB was a sample stack that came with Revolution at one point but I wasn't the one who put it

Re: Image woes

2006-11-15 Thread Richard Gaskin
Trevor DeVore wrote: On Nov 14, 2006, at 10:25 PM, Scott Kane wrote: I'm working on a quick and dirty little project and am using Trevor Devore's empDB sample project as the basis. Just to clarify - I think the empDB was a sample stack that came with Revolution at one point but I wasn't

Re: Image woes

2006-11-15 Thread Ken Ray
On 11/15/06 7:09 AM, Dave [EMAIL PROTECTED] wrote: On 15 Nov 2006, at 12:57, Scott Kane wrote: Glad I could be of help! It's always gratifying to find a solution and this list has always been good at that. :-) This is one of the types of code re-use problems that ISM solves ISM?

Re: Image woes

2006-11-15 Thread Scott Kane
My copy is filed away in archives from three computers ago. If someone will kindly email it to me I'll see if I can make some time to update it. Sent it to you. It's on the RevOnline User space, but I zipped it and forwarded it to you offlist. Cheers Scott

Re: Image woes

2006-11-15 Thread Scott Kane
Richard, Sent it to you. It's on the RevOnline User space, but I zipped it and forwarded it to you offlist. Actually - the email bounced. I used your addy from the RevJournal and it seems to not be connected. Can you email me privately so I can send it to you - or alternatively you can

Re: Image woes

2006-11-15 Thread Richard Gaskin
Scott Kane wrote: Sent it to you. It's on the RevOnline User space, but I zipped it and forwarded it to you offlist. Actually - the email bounced. I used your addy from the RevJournal and it seems to not be connected. Can you email me privately so I can send it to you - or alternatively

Re: Image woes

2006-11-15 Thread Scott Kane
I can grab it off of Rev Online, but it would be helpful if you could send me the bounce notice so I can address whatever's causing that. Replied offline. Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Image woes

2006-11-14 Thread Jim Ault
the 'last image' refers to the image with the largest number, just like the 'last card' is the card with the highest number, last char, last item, last word. Card 1 should make no difference, except for something that interferes. If the data is the binary jpg or png file, then put the

Re: Image woes

2006-11-14 Thread Jim Ault
One trick to resizing may be to on preopencard set the visible of the last image to false resize, then viz Jim Ault Las Vegas On 11/14/06 10:25 PM, Scott Kane [EMAIL PROTECTED] wrote: Hi folks, I'm working on a quick and dirty little project and am using Trevor Devore's empDB sample

Re: Image woes

2006-11-14 Thread Scott Kane
Hi Jim, the 'last image' refers to the image with the largest number, just like the 'last card' is the card with the highest number, last char, last item, last word. Card 1 should make no difference, except for something that interferes. If the data is the binary jpg or png file, then put

Re: Image woes

2006-11-14 Thread Scott Kane
One trick to resizing may be to on preopencard set the visible of the last image to false resize, then viz Thanks - I'll try that now Scott ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Image woes

2006-11-14 Thread Scott Kane
One trick to resizing may be to on preopencard set the visible of the last image to false resize, then viz Thanks - I'll try that now Nope. Still no go on the first card. I could just load the images from their respective files as the card is shown, not a problem doing that - but

Re: Image woes...

2005-10-12 Thread David Burgun
It's late but I can't seem to figure this out.. I saved a PNG to disk using put img image into URL binfile:/pathToPng Now I want to get it back into an image control Why can't I use? Put URL binfile:/pathToPng into img image I am getting an empty image. What am I missing? try: set

Re: Image woes...

2005-10-12 Thread Klaus Major
Hi Todd, It's late but I can't seem to figure this out.. I saved a PNG to disk using put img image into URL binfile:/pathToPng Now I want to get it back into an image control Why can't I use? Put URL binfile:/pathToPng into img image I am getting an empty image. What am I missing? Hmm,

Re: Image woes...

2005-10-12 Thread Todd Geist
Still having problems On 10/12/05 4:59 AM, Klaus Major [EMAIL PROTECTED] wrote: Hmm, that does work actually, i use this almost everyday. Did you check the image on disk with an image viewer? Maybe it got corrupted somehow... Here is what I am doing. Mac OSX 10.4.1 Rev 2.6.1 I use button