1. Jacob Osborne
  2. PowerBuilder
  3. Friday, 9 April 2021 12:33 PM UTC

Hello,

I have a data-window header which has text boxes in it. They act as header columns for the information.

Without the theme there are dividing lines between the boxes. When the theme is applied there are no dividers between them.

I was wondering where in the theme.json to modify in order to get dividers between the text headers. I've attached some images of the issue.

 

Before:  (Note the vertical lines between items)

 

After:

Attachments (1)
Jacob Osborne Accepted Answer Pending Moderation
  1. Wednesday, 14 April 2021 10:31 AM UTC
  2. PowerBuilder
  3. # 1

Do you have a suggestion on how to make the border look more like the following BEFORE image?

 

BEFORE:

 

AFTER:

Comment
  1. Ken Guo @Appeon
  2. Thursday, 15 April 2021 08:46 AM UTC
Hi Jacob,



Sorry to let you know that this is not supported. PB Theme is based on the current popular flat design which no longer supports bump effects on objects.



Regards,

Ken

  1. Helpful
There are no comments made yet.
Ken Guo @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 14 April 2021 06:33 AM UTC
  2. PowerBuilder
  3. # 2

Hi Jacob

 

After applying Theme to Datawindow, dwo text and dwo column do not use Border by default so it looks like the divider is missing from between the two texts.

 

You can modify theme.json like this to solve this issue: find datawindow -> dwo-text -> border and set it to 1:

 

                "datawindow":

                                "dwo-text":

                                {

                                                "drawing":true,

                                                "border":1,

                                                "border-color":"#CCCCCC",

 

 

Regards

Ken

 

Comment
There are no comments made yet.
Ken Guo @Appeon Accepted Answer Pending Moderation
  1. Monday, 12 April 2021 08:32 AM UTC
  2. PowerBuilder
  3. # 3

Hi Jacob,

 

Sorry I don't quite understand what you said either. After applying Theme, all TEXT in DataWindow will still use the same color and border, etc.

To better understand the issue you are talking about, I suggest you submit a small case, especially the DataWindow object.

 

 

Regards,

Ken

 

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Friday, 9 April 2021 15:37 PM UTC
  2. PowerBuilder
  3. # 4

Hi Jacob;

  I am not sure what you mean by "dividers". Are you referring to the TEXT object's use of a border?

Can you ad a screen capture of the before & after?

Regards ... Chris

Comment
  1. Olan Knight
  2. Wednesday, 14 April 2021 14:44 PM UTC
When the header text is 3D Raised and two of the header text blocks are 4 PB units apart, it appears as if there is a 3D Lowered divider between them. It looks very nice, and I think that's the look he's trying to recreate.

  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.