VLWeb SP2 Tab Folder Has Red Border

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
jyoung
Posts: 694
Joined: Thu Jan 21, 2016 6:43 am
Location: Oklahoma City, OK USA

VLWeb SP2 Tab Folder Has Red Border

Post by jyoung »

After upgrading to SP2, I noticed our tab folders have now have a red border.

I created a simple page and dropped a tab folder onto it, and got the same result.
capture.PNG
capture.PNG (3.23 KiB) Viewed 35383 times

Code: Select all

begin_com role(*EXTENDS #PRIM_WEB) Theme(#SYS_THEME<MaterialDesignBlue>)

define_com class(#PRIM_TAB) name(#Tab1) BottomLayoutPriority(4) ComponentVersion(2) DisplayPosition(1) Height(200) Left(122) LeftLayoutPriority(1) Parent(#COM_OWNER) RightLayoutPriority(2) TabPosition(1) Top(94) TopLayoutPriority(3) Width(200) ShowMenus(None) ViewStyle(Navigator)
define_com class(#PRIM_TBSH) name(#Sheet1) Caption('Page1') DisplayPosition(1) Height(66) Left(0) Parent(#Tab1) TabPosition(1) TabStop(False) Top(32) Width(200)
define_com class(#PRIM_TBSH) name(#Sheet2) Caption('Page2') DisplayPosition(2) Height(66) Left(0) Parent(#Tab1) TabPosition(2) TabStop(False) Top(32) Width(200)

evtroutine handling(#Com_owner.Initialize)

endroutine

end_com
This seems to only be affecting the new MaterialDesign themes. Changing the Theme to 2015Blue does not show the red border. MaterialDesignBlue and MaterialDesignDeepPurple do.
jyoung
Posts: 694
Joined: Thu Jan 21, 2016 6:43 am
Location: Oklahoma City, OK USA

Re: VLWeb SP2 Tab Folder Has Red Border

Post by jyoung »

Contacted support, they have replicated it and forwarded to LPC.

Hopefully they get a fix in soon.

We use this control in our VLF-ONE environment and while are planning to use the MD controls in our next VLF-ONE app, it will take a bit to convert the current VLF-ONE app. There does not appear to be a "navigator" style tab control in the MD suite, so we need to use the PRIM_TAB in certain circumstances.
Post Reply