Skip to main content
Question

Migrating from V9.7.03 to V10.4.03 : glyph attached to button no longer displayed

  • April 24, 2026
  • 4 replies
  • 25 views

Foster06

Hello,

I'm Migrating from V9.7.03 to V10.4.03. After compilation all my components I saw that glyph attached to button no longer displayed.

For example : one Button named "DETAIL"

 

Data type is I^ (image - glyph)

Initial value is : Chevrons (that is the name of the glyph)

Database interface is :@LIB::IMAGE

 

The glyph file chevrons@hematos@usa@iw04020020.gly existes in the .\resources\gly\

What is wrong ?

Thanks for your help

4 replies

Peter Beugel
Forum|alt.badge.img+1

Hello

 

You must use

REPRESENTATION=UNIFACE

in the widget properties

 

 


Foster06
  • Author
  • New Member
  • April 24, 2026

Not working. Please see my answer in the ticket 01163056.


Peter Beugel
Forum|alt.badge.img+1

The default value for representation in Uniface 10 is Windows:

Either change the value for representation in the component or in the widget definition in the ini file used.


Peter Beugel
Forum|alt.badge.img+1

Do not use the FRM Widget Type CommandButton

Change the FRM Widget Type to UnifaceButton.

This should work