Search found 10 matches

by cthomas
Fri Jul 28, 2023 4:37 am
Forum: Questions & Answers
Topic: VLFONE - Custom Instance List columns cutting off
Replies: 2
Views: 5870

Re: VLFONE - Custom Instance List columns cutting off

After some additional testing, the scroll works if you use two fingers on a laptop touch pad to slide right. It does not work if you put cursor on scroll bar and move to the right.
by cthomas
Fri Jul 21, 2023 2:41 am
Forum: Questions & Answers
Topic: VLFONE - Custom Instance List columns cutting off
Replies: 2
Views: 5870

Re: VLFONE - Custom Instance List columns cutting off

I described the screenshots incorrectly. The first picture is when I scroll to the right the second picture is the starting point and the third picture is widening the frame. Sorry for the confusion.
by cthomas
Fri Jul 21, 2023 2:38 am
Forum: Questions & Answers
Topic: VLFONE - Custom Instance List columns cutting off
Replies: 2
Views: 5870

VLFONE - Custom Instance List columns cutting off

I am running VLFONE v15. I have a custom instance list that is a list type. The issue is that the data in the list only shows as wide as the framework frame. If I scroll to the right, the additional column headings appear but the data under the column headings do not. If I widen the frame, the data ...
by cthomas
Wed Jun 21, 2023 7:50 am
Forum: Questions & Answers
Topic: VLFONE - List column.click firing unexpectedly
Replies: 0
Views: 187928

VLFONE - List column.click firing unexpectedly

I am on V15 with all epc's loaded. I am running a VLFONE framework. One of the business objects getting called has a list inside of it. When the list does not fill the screen space alotted to it, the user is able to click in the empty space below the list. When the user clicks in the empty space ...
by cthomas
Tue Jun 06, 2023 2:53 am
Forum: Questions & Answers
Topic: VLFONE menu expansion
Replies: 2
Views: 7315

Re: VLFONE menu expansion

Thank you for the insight. Much appreciated.
by cthomas
Fri Jun 02, 2023 4:11 am
Forum: Questions & Answers
Topic: VLFONE menu expansion
Replies: 2
Views: 7315

VLFONE menu expansion

Hello. I am trying to figure out how to have my VLFONE Material Design menu options already expanded when the user opens the menu. Any help would be appreciated. Attached is what the menu looks like. I would like everything below each application to be expanded like FPO is when the menu is displayed ...
by cthomas
Sat May 05, 2018 1:50 am
Forum: Questions & Answers
Topic: VLF-ONE Slide in Panel
Replies: 5
Views: 9803

Re: VLF-ONE Slide in Panel

ok. I was able to get the document to display in both IE and Chrome. The document had to be in the webserver/images directory on the ifs.

Here is the statement I used:
#SYS_WEB.Navigate Url('http://xyz:4646/images/RB2XC_TXKXL.XLS') Target(New)

xyz is the name of our as400 and images is the alias ...
by cthomas
Fri May 04, 2018 12:47 am
Forum: Questions & Answers
Topic: VLF-ONE Slide in Panel
Replies: 5
Views: 9803

Re: VLF-ONE Slide in Panel

ok thanks. I'll try moving the file into that folder and give it a try. I use the Response example in an app running in V13. I actually tried the response way earlier to no avail. The displayed screen I am on in the framework errors out when I run the routine in the server module from the slidein ...
by cthomas
Thu May 03, 2018 7:23 am
Forum: Questions & Answers
Topic: VLF-ONE Slide in Panel
Replies: 5
Views: 9803

Re: VLF-ONE Slide in Panel

Thanks for the example. Not sure how to make a url out of the IFS path, but I did take the url example and change http:\\ to file:\\ for the file on the IFS. It worked in both IE and chrome when putting path in the browser but it only worked in IE when putting the path into the sys_web command.
by cthomas
Thu May 03, 2018 4:34 am
Forum: Questions & Answers
Topic: VLF-ONE Slide in Panel
Replies: 5
Views: 9803

VLF-ONE Slide in Panel

I am creating a VLF-ONE framework and I would like to allow the functional team to put application user documentation into the framework. My thought was to create links to documents and videos in the Slide in Panels. My problem is that I do not know how to create a link to display a document/video ...