This was exactly what I was looking for.
Search found 6 matches
- Thu Jun 26, 2025 10:49 pm
- Forum: Questions & Answers
- Topic: CaptionPosition - LEFT
- Replies: 3
- Views: 52703
Re: CaptionPosition - LEFT
Thank you!
This was exactly what I was looking for.
This was exactly what I was looking for.
- Wed Jun 25, 2025 10:20 pm
- Forum: Questions & Answers
- Topic: CaptionPosition - LEFT
- Replies: 3
- Views: 52703
CaptionPosition - LEFT
Hi All,
Is it possible to change the caption position of a control, from TOP to the LEFT? At the moment we only have TOP or NONE. I have a design layout that looks like this:
https://i.ibb.co/LXHt4DFQ/Order-Infomation.png
One of the way that I can think of to achieve this is to set the field ...
Is it possible to change the caption position of a control, from TOP to the LEFT? At the moment we only have TOP or NONE. I have a design layout that looks like this:
https://i.ibb.co/LXHt4DFQ/Order-Infomation.png
One of the way that I can think of to achieve this is to set the field ...
- Wed May 21, 2025 5:01 am
- Forum: Questions & Answers
- Topic: Change colour of scroll bar on a List
- Replies: 2
- Views: 43701
Re: Change colour of scroll bar on a List
I have a similar challenge. I am changing the global theme via:
Begin_Com Role(*EXTENDS #VF_AC033O)
Mthroutine Name(Customize) Options(*REDEFINE)
....
#CustomTheme.BaseFormBackgroundandFont.NormBackColor := '34:54:86'
Endroutine
Is there anyway to change the color of scrollbars ?
https://i ...
Begin_Com Role(*EXTENDS #VF_AC033O)
Mthroutine Name(Customize) Options(*REDEFINE)
....
#CustomTheme.BaseFormBackgroundandFont.NormBackColor := '34:54:86'
Endroutine
Is there anyway to change the color of scrollbars ?
https://i ...
- Mon Apr 28, 2025 10:54 pm
- Forum: Questions & Answers
- Topic: Slide out popup using tiles
- Replies: 2
- Views: 30722
Re: Slide out popup using tiles
Okay looks like I managed to resolve the issue. Weekend rest maybe :mrgreen:
I previously tried renaming the list and that didn't work. It just seems like I needed to rename the tileitem to make it unique.
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_PANL *implements #Prim_tile ...
I previously tried renaming the list and that didn't work. It just seems like I needed to rename the tileitem to make it unique.
Function Options(*DIRECT)
Begin_Com Role(*EXTENDS #PRIM_PANL *implements #Prim_tile ...
- Mon Apr 28, 2025 10:32 pm
- Forum: Questions & Answers
- Topic: Slide out popup using tiles
- Replies: 2
- Views: 30722
Re: Slide out popup using tiles
Okay, I've tried a few more options and I've copied pasted entire code snippets in the hope that someone will be able to run it on their side and see my issue.
I created a dummy test page, then a rup panel that contains the icontiles. In the first example I linked to the demo icon tiles rup, just ...
I created a dummy test page, then a rup panel that contains the icontiles. In the first example I linked to the demo icon tiles rup, just ...
- Sat Apr 26, 2025 2:23 am
- Forum: Questions & Answers
- Topic: Slide out popup using tiles
- Replies: 2
- Views: 30722
Slide out popup using tiles
Hi All,
I am trying to create a slide out popup window that will contain icons. I have tried to replicate the example from
xDemoWebGoogleIcons
Begin_Com Role(*EXTENDS #PRIM_WEB) Layoutmanager(#Layout1) Theme(#SYS_THEME<2015Blue>) Height(473) Width(1201)
...
Define_Com Class(#PRIM_TILE<#XDEMO ...
I am trying to create a slide out popup window that will contain icons. I have tried to replicate the example from
xDemoWebGoogleIcons
Begin_Com Role(*EXTENDS #PRIM_WEB) Layoutmanager(#Layout1) Theme(#SYS_THEME<2015Blue>) Height(473) Width(1201)
...
Define_Com Class(#PRIM_TILE<#XDEMO ...