NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer on March 05, 2009, 10:52:33 PM

Title: Override global Button Image
Post by: kevin plummer on March 05, 2009, 10:52:33 PM
I have 2 lookup buttons on a form but I want to use a different icon for each of them. Is it possible to override the icon on one of the buttons?
Title: Re: Override global Button Image
Post by: Bruce on March 06, 2009, 07:43:56 AM
hmm - yes, but you'd need to do it very carefully.

If you look in any example with a login you'll see how to set the property of a button, for the whole procedure.

In your case you want to set the image property, not the textvalue property.

AND you'll also need to set it, for both buttons, a lot closer to where the button is created. ie inside the VALUE::field routine for each field.

Cheers
Bruce