Normal Topic Images on Command Buttons? (Read 594 times)
Steve_in_Texas
Senior Member
*****
Offline


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Images on Command Buttons?
May 19th, 2011 at 9:54pm
Print Post Print Post  
Is it possible to place a .bmp or .gif image on a command button? I'm pretty certain I've seen this discussed before, but can't find anything on the topic when I search.

It would be a nice feature to have.

Steve
  
Back to top
IP Logged
 
Rick_R
Full Member
***
Offline



Posts: 243
Joined: Jan 29th, 2010
Re: Images on Command Buttons?
Reply #1 - May 20th, 2011 at 4:44am
Print Post Print Post  
I have a command button set up with a GIF.  When you click it it opens a web browser and pulls up an HTML help page.

However, there is a problem with using any kind of graphics or shape changing on buttons (e.g., changing a button to rounded).  When you click the button the display changes to the default square gray.
« Last Edit: May 20th, 2011 at 11:26pm by Rick_R »  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: Images on Command Buttons?
Reply #2 - May 20th, 2011 at 1:56pm
Print Post Print Post  
Hello Steve,

Set the label of the command button to be [image]: and then the path to your image

Example
Code
Select All
[image]:.\Pics\Ruby.jpg 



-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
Steve_in_Texas
Senior Member
*****
Offline


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Re: Images on Command Buttons?
Reply #3 - May 20th, 2011 at 2:36pm
Print Post Print Post  
Thanks Guys. I now can find this documented on page 90 of the Users Guide.

Steve
  
Back to top
IP Logged