Hide VL-Framework Bar

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
User avatar
boh
Posts: 6
Joined: Fri Aug 12, 2016 5:11 pm
Location: Italy

Hide VL-Framework Bar

Post by boh »

Goodmorning,
is there a way to get control of the highlighted bar in order to add controls to it?
Or at least a way to hide it programmatically?

Thank you
framework.png
framework.png (90.09 KiB) Viewed 4983 times
MarkD
Posts: 692
Joined: Wed Dec 02, 2015 9:56 am

Re: Hide VL-Framework Bar

Post by MarkD »

Try #FIM.AssociatedVF_AC006.IE_ToolBar.Visible := False
A couple of considerations:
- I have not tried this.
- It’s considered ‘internal access’ so it could change in the future.
- VLF-WIN allows multiple open windows, and each could have a tool bar.
The #FIM reference should reference the window that your filter or command handler is currently executing in.
- I don’t think you could viably add new things to it.
MarkD
Posts: 692
Joined: Wed Dec 02, 2015 9:56 am

Re: Hide VL-Framework Bar

Post by MarkD »

Have you tried this newer theme?

Capture.PNG
Capture.PNG (18.71 KiB) Viewed 4971 times
User avatar
boh
Posts: 6
Joined: Fri Aug 12, 2016 5:11 pm
Location: Italy

Re: Hide VL-Framework Bar

Post by boh »

MarkD wrote: Thu Aug 31, 2017 9:50 am Try #FIM.AssociatedVF_AC006.IE_ToolBar.Visible := False
A couple of considerations:
- I have not tried this.
- It’s considered ‘internal access’ so it could change in the future.
- VLF-WIN allows multiple open windows, and each could have a tool bar.
The #FIM reference should reference the window that your filter or command handler is currently executing in.
- I don’t think you could viably add new things to it.
Thank you! This is correct and it works!

Now I'm trying to attach controls to it but it doesn't work... It shouldn't be so difficult: it is a panel as far as I know...

Unfortunately I can't use the new theme firstly because I'm on Lansa V13 and then because I need that buttons on others programs
Post Reply