widget

  1. A

    Question Can we add custom color(with RGB value) to background of widgets in progress 4gl

    Can we add custom color(with RGB value) to background of widgets in progress 4gl ? I want to add orange color to the background. Orange color (with RGB value 255,165,0) is not available in the progress ADE and I don't want to edit the *.ini file.
  2. B

    Question Access child widgets to change the properties

    Hi there. First of all, this is my first post here so apologies if I am doing anything that breaks community rules. I'm trying to create a script that changes the properties of child widget (color, tooltip etc) when a certain event is used, and I want to accomplish this dynamically so that the...
  3. D

    Question How to specify validation expression for a dynamically created widget?

    Hello everyone, I am using Progress 10.2.B07 on Windows 7, 64-bit. For CHUI I try to write a simple program, which creates a Frame and a "FILL-IN" widget in it. Now, I stuck with specification of Validation Expression for the dynamic widget. Here is my code: def var hf as handle no-undo. def...
Top