Combining image and text on buttons (OpenInsight 32-Bit)
At 19 JUL 2007 02:39:46PM B. Cameron wrote:
Can this be done in the latest version of OI? I've always seen the checkbox option on a button control properties but have never gotten it to work. Anyone?
At 21 JUL 2007 02:45PM Gerald Lovel wrote:
Did not work for me when I tried it. I got either an image, or text, but not both.
At 21 JUL 2007 03:01PM Richard Hunt wrote:
I gave up also. Had to do separate controls, bitmap and text.
At 23 JUL 2007 08:35AM Sean FitzSimons wrote:
Bruce,
You may need to increase the width of the button to handle both the image and the text.
Sean
At 23 JUL 2007 11:30AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
We find that entering a pipe character before the text makes it work in the way it was originally documented to…
World leaders in all things RevSoft and remembering arcane documentation
At 23 JUL 2007 11:31AM Sean FitzSimons wrote:
Strike one.
While you need to increase the size of the button to handle the image and the text, you also need to put a pipe symbol prior to the text that is to be displayed.
For Example"
"|Bitmap and Text Combined"
The quotes are mine, you do not need them in the button text.
Sean
At 24 JUL 2007 11:08AM Gerald Lovel wrote:
I tried to use entity PRINTER_32 and text "|Print Document" on a pushbutton. Even with the button covering half the window, there was no joy in OI. I did see the icon once, but it went away and never returned…
At 24 JUL 2007 02:59PM Mike Ruane wrote:
Gerald-
I can confirm that it works fine here, Windows, in version 8.0 and 8.0.1. Which version are you running?
Mike
At 25 JUL 2007 04:27PM Gerald Lovel wrote:
My copy says 8.0. If it works for you, the next version may straighten out my system.
At 26 JUL 2007 04:22AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
It has never stopped working for us. Perhaps you're using the wrong pipe character? | vs ¦ (the first one works for us). The issue is that at the CMD prompt the | generates a ¦ whilst the ¦ generates a solid vertical bar… go Windows!
World leaders in all things RevSoft
At 26 JUL 2007 02:36PM Gerald Lovel wrote:
… so that my keyboard may be producing the wrong character? There is only one bar character on my keyboard. You have two different bar/pipe characters on your keyboard layout? Maybe your British keyboards include the "Deathly Hallows" wand symbol?
At 26 JUL 2007 04:51PM Richard Hunt wrote:
Could you give thr numeric values (using the seq function) of the correct and also the wrong character. I am having the same problem that Gerald is having. And I also only have one "pipe" character on my keyboard.
The key I have is this "|", or number 124.
At 26 JUL 2007 04:52PM Bill Titus wrote:
ANSII codes: alt-0124 vs. alt-0166 ( | vs. ¦ )
Bill