Re: custom buttons

2004-02-26 Thread Wouter
On 26 Feb 2004, at 06:22, [EMAIL PROTECTED] wrote: Message: 7 Date: Wed, 25 Feb 2004 22:16:21 -0500 From: Thomas McGrath III <[EMAIL PROTECTED]> Subject: Re: custom buttons To: How to use Revolution <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain

Re: custom buttons

2004-02-26 Thread Thomas McGrath III
W, thanks Tom On Feb 26, 2004, at 8:40 AM, Wouter wrote: On 26 Feb 2004, at 06:22, [EMAIL PROTECTED] wrote: Message: 7 Date: Wed, 25 Feb 2004 22:16:21 -0500 From: Thomas McGrath III <[EMAIL PROTECTED]> Subject: Re: custom buttons To: How to use Revolution <[EMAIL PROTECTED]>

Re: custom buttons

2004-02-26 Thread Wilhelm Sanke
es. I use his tool relatively often and additionally design my own png-images with the very affordable tool "RealDrawPro" (www.mediachance.com). For some of my applications I would appreciate a new feature that makes it possible to place button names/labels directly *on* an icon, not just

Re: custom buttons

2004-02-26 Thread Ken Norris
Hello Wouter, > Date: Thu, 26 Feb 2004 14:40:15 +0100 > From: Wouter <[EMAIL PROTECTED]> > Subject: Re: custom buttons > Another possible buttonscript. > > local lOldLoc ### or make custom properties upPos and downPos > on mousedown > put the loc of me into lOldL

Re: custom buttons

2004-02-26 Thread Wouter
On 26 Feb 2004, at 23:57, [EMAIL PROTECTED] wrote: Message: 10 Date: Thu, 26 Feb 2004 14:52:05 -0800 From: Ken Norris <[EMAIL PROTECTED]> Subject: Re: custom buttons To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="US-ASCII"

Re: custom buttons

2004-02-25 Thread Ken Norris
Hi Thomas, > Date: Tue, 24 Feb 2004 23:12:21 -0500 > From: Thomas McGrath III <[EMAIL PROTECTED]> > Subject: custom buttons > Does anyone know if there is a custom button creator for live use > within rev? > I can draw my own in Photoshop. What I need is actually to com

Re: custom buttons

2004-02-25 Thread Thomas McGrath III
My Bad,, I didn't include the images in that file. this one has it I swear go URL "http://users.adelphia.net/~3mcgrath/Buttons.rev"; Tom On Feb 25, 2004, at 7:42 PM, Thomas McGrath III wrote: I would like to share this small stack with you guys. It shows the two buttons grouped wit

Re: custom buttons

2004-02-25 Thread Thomas McGrath III
Chipp, 1. I must not have said that the button shape, size, look, and drop shadow 'must' be that image I used. This is in order to emulate proprietary software written in C used on a hardware device. It is written in C to give a very small footprint in the device. 2. The icon above that butto

Re: custom buttons

2004-02-25 Thread Chipp Walters
Tom, Your stack has 83 lines of code. I created the same effect with 0 lines of code. go url "http://www.altuit.com/webs/altuit2/4Tom/4Tom.rev"; -Chipp Thomas McGrath III wrote: I would like to share this small stack with you guys. It shows the two buttons grouped with the code. I think it is i

Re: custom buttons

2004-02-25 Thread Thomas McGrath III
I would like to share this small stack with you guys. It shows the two buttons grouped with the code. I think it is important being able to do this. BUT, my code may be rough and I would love some real good input on this. Maybe better suggestions? put this in the message box and hit enter. go

Re: custom buttons

2004-02-25 Thread Thomas McGrath III
I'm going there now. Tell ya later, Thanks Tom On Feb 25, 2004, at 5:08 PM, Wilhelm Sanke wrote: On Wed Feb 25 Thomas McGrath III <[EMAIL PROTECTED]> wrote: I have made my down state and up state 'base' button as the icons of those states in a transparent button and it looks great. I want to

Re: custom buttons

2004-02-25 Thread Thomas McGrath III
Dar, yeah, I am actually doing both. Two button state images by icon ID AND I need to put an icon on top of that final button. So far I created a normal button(with my button look and feel as icon ids) and then laid an icon over top Then I grouped them and put in mouse handlers. But mouseUp wa

Re: custom buttons

2004-02-25 Thread Wilhelm Sanke
On Wed Feb 25 Thomas McGrath III <[EMAIL PROTECTED]> wrote: I have made my down state and up state 'base' button as the icons of those states in a transparent button and it looks great. I want to link a small icon on top of that button and when the user clicks with the mouse to send mousedown and

Re: custom buttons

2004-02-25 Thread Dar Scott
On Wednesday, February 25, 2004, at 11:15 AM, Thomas McGrath III wrote: Should I group them??? should I 'do' something to the icon image??? You can group and put mouse handlers in the group. If some images should not be included in mouse event catching, then your may have to organize grouping a

Re: custom buttons

2004-02-25 Thread Thomas McGrath III
I have made my down state and up state 'base' button as the icons of those states in a transparent button and it looks great. I want to link a small icon on top of that button and when the user clicks with the mouse to send mousedown and up to that button 'through' the icon. Rev is not doing thi

Re: custom buttons

2004-02-25 Thread Thomas McGrath III
So, my greatest available choice here looks like linking images together in a group and making that 'act' like a button. OK. I will look into that. thanks tom On Feb 25, 2004, at 12:10 PM, Scott Rossi wrote: Recently, "J. Landman Gay" wrote: I need to combine two images in one button and th

Re: custom buttons

2004-02-25 Thread Scott Rossi
Recently, "J. Landman Gay" wrote: > I need to combine two images in one button >> and then have it act like one button as a 'real' button. >> >> I have a special button look and feel and want to include that. Then I >> want to put a special icon into that special button look and feel. Then >> I

Re: custom buttons

2004-02-25 Thread Thomas McGrath III
Jac, But since I am dealing with hundreds and hundreds of buttons And users will be adding custom buttons icons I want to do the combining from within REV. The base button will be only about 3-5 types but the icons on those will be in the hundreds and maybe thousands. But only a hundred or so

Re: custom buttons

2004-02-25 Thread J. Landman Gay
On 2/25/04 9:49 AM, Thomas McGrath III wrote: Chipp, That won't do what I want. I need to combine two images in one button and then have it act like one button as a 'real' button. I have a special button look and feel and want to include that. Then I want to put a special icon into that specia

Re: custom buttons

2004-02-25 Thread Thomas McGrath III
Chipp, That won't do what I want. I need to combine two images in one button and then have it act like one button as a 'real' button. I have a special button look and feel and want to include that. Then I want to put a special icon into that special button look and feel. Then I want it to act

Re: custom buttons

2004-02-25 Thread Chipp Walters
Tom, check out www.buttongadget.com -Chipp ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

custom buttons

2004-02-24 Thread Thomas McGrath III
Hello to all of you Does anyone know if there is a custom button creator for live use within rev? I can draw my own in Photoshop. What I need is actually to combine two graphics from within rev and then it to act like a real button. One graphic is a special looking button and the other is an

Re: custom buttons

2003-03-26 Thread Wilhelm Sanke
ake > this work. Seems like strange behavior. > > I need the use of custom buttons, but I'd like to be > able to have a built-in button label. Otherwise, I > have to create tons of button images (at least three > states for each button) with the labels already on > them,

Re: custom buttons

2003-03-21 Thread Chris Sheffield
Thanks, Scott. I'll give that a try. Chris Sheffield Read Naturally --- Scott Rossi <[EMAIL PROTECTED]> wrote: > Recently, "Chris Sheffield" wrote: > > > Why is it that if I use a transparent button with > a > > custom image, I can't get the button label to look > > right? If I enter a label

Re: custom buttons

2003-03-21 Thread Scott Rossi
Recently, "Chris Sheffield" wrote: > Why is it that if I use a transparent button with a > custom image, I can't get the button label to look > right? If I enter a label such as "Exit" for my > button, and select the Show Name property, the label > displays below the custom graphic, not centered

custom buttons

2003-03-21 Thread Chris Sheffield
ins so that the label seems to be centered on the button, but it displays behind the image, not on top of it. Is there any way to make this work. Seems like strange behavior. I need the use of custom buttons, but I'd like to be able to have a built-in button label. Otherwise, I have to c