Search found 13 matches
- Wed Jan 20, 2021 9:26 am
- Forum: Questions & Answers
- Topic: view container height
- Replies: 9
- Views: 16603
Re: view container height
Found the issue. Scroll bar only shows when you place the last action button far enough down the panel where bottom overlflows part 3000 px height you specify as height of panel. Don't know if that is the way it is supposed to work.
- Wed Jan 20, 2021 8:34 am
- Forum: Questions & Answers
- Topic: view container height
- Replies: 9
- Views: 16603
Re: view container height
Something odd here. I imported your version and compared to mine. In my view, the panel does not show vertical scrollbar even though it it is checked on property. I used your view in my web page and everything is fine. Why would vertical scroll not show on my panel (even in design view)?
- Tue Jan 19, 2021 6:37 am
- Forum: Questions & Answers
- Topic: view container height
- Replies: 9
- Views: 16603
Re: view container height
On your screen shot sample, you show the appdrawer goes all they way down to the length of the view window. In my case, the appdrawer ends at 1080 height and is blank from that point to the bottom of the scroll page container length. Hope that make sense. In the web page design, the appdrawer is set ...
- Tue Jan 19, 2021 3:11 am
- Forum: Questions & Answers
- Topic: view container height
- Replies: 9
- Views: 16603
Re: view container height
One issue I see is that the AppDrawer seems to end at my screen height (1080). I am able to scroll down but the Appdrawer does not go all the way down. Any suggestions?
- Tue Jan 19, 2021 2:29 am
- Forum: Questions & Answers
- Topic: view container height
- Replies: 9
- Views: 16603
Re: view container height
Thanks Dino. Let me review and see if this works for me.
- Fri Jan 15, 2021 9:45 am
- Forum: Questions & Answers
- Topic: view container height
- Replies: 9
- Views: 16603
view container height
When building a web page with an app bar, app drawer and view container, the height of the view container appears to be restricted to the height of the browser. When building a page can can work on desktop and mobile, in some cases I would like to have my view longer than height of phone screen so ...
- Mon Feb 17, 2020 3:27 am
- Forum: Questions & Answers
- Topic: Storing Documents Created on IBMi Server in AWS S3
- Replies: 3
- Views: 6707
Re: Storing Documents Created on IBMi Server in AWS S3
Casey
I am not sure if you saw this but take a look at the example put out by Lansa support as part of their last EPC
https://developer.lansa.com/amazon-s3-client-direct/
We currently have developed a VL web application where we store and retrieve documents from a blob column in a database table ...
I am not sure if you saw this but take a look at the example put out by Lansa support as part of their last EPC
https://developer.lansa.com/amazon-s3-client-direct/
We currently have developed a VL web application where we store and retrieve documents from a blob column in a database table ...
- Thu Oct 24, 2019 5:21 am
- Forum: Questions & Answers
- Topic: performance issue opening up dialogs from container
- Replies: 7
- Views: 16814
Re: performance issue opening up dialogs from container
mainly doing execute instead of executeasync because in some cases I need results of previous calls to do next. I have not tried to consolidate multiple call results into one server routine because it makes things not as modular and I would rather have smaller server routines which I can use in ...
- Sat Oct 19, 2019 2:46 am
- Forum: Questions & Answers
- Topic: performance issue opening up dialogs from container
- Replies: 7
- Views: 16814
Re: performance issue opening up dialogs from container
Thanks let me do some additional debugging. Is the size of the server module significant in load/execute time?
- Sat Oct 19, 2019 2:19 am
- Forum: Questions & Answers
- Topic: performance issue opening up dialogs from container
- Replies: 7
- Views: 16814
performance issue opening up dialogs from container
I have just implemented some VL web apps to replace WAMs and seeing some performance issues where opening up a dialog from a view is slow/sluggish. The number of I/O in the server modules have been streamlined and I don't think we are doing too many calls. However there is a noticeable delay in ...
- Thu Mar 07, 2019 1:21 am
- Forum: Questions & Answers
- Topic: file upload/download on amazon S3
- Replies: 0
- Views: 36987
file upload/download on amazon S3
Has anybody integrated a VL Web page to upload download files to Amazon S3?
I have been using the file upload/download to a blob column in an iSeries db table but the table size increases very rapidly and is causing an issue with our HA replication of that table. It appears that the HA software ...
I have been using the file upload/download to a blob column in an iSeries db table but the table size increases very rapidly and is causing an issue with our HA replication of that table. It appears that the HA software ...
- Tue Jan 29, 2019 6:59 am
- Forum: Questions & Answers
- Topic: WAM and VL Web page interoperability
- Replies: 2
- Views: 5359
Re: WAM and VL Web page interoperability
I know going the other way, sessions can be shared. I have done so in the past.
I will put a ticket into support today to clarify.
I will put a ticket into support today to clarify.
- Tue Jan 29, 2019 3:28 am
- Forum: Questions & Answers
- Topic: WAM and VL Web page interoperability
- Replies: 2
- Views: 5359
WAM and VL Web page interoperability
I am in the process of starting to use Web pages to replace portions of my WAM applications. I know how to have my existing WAMs call a VL Web page using server modules and additional data in local storage to pass data into.
However I have the need to do the opposite in some situations where I have ...
However I have the need to do the opposite in some situations where I have ...