andyhill Posted January 26, 2022 Posted January 26, 2022 I have a UrlFrame that is loaded at runtime. In code I want to scroll the contents at runtime, scaling in code works fine, how do I scroll contents in code ? //URLFrame.JSInterface.JSCall('el.setStyle', ['transform', 'scale(0.5)']); // WORKS URLFrame.JSInterface.JSCall('el.setStyle', ['transform', 'scroll(1, 500)']); // FAILS UniSession.AddJS(URLFrame.JSName + '.getTargetEl().scrollBy(1, 500, false);'); // FAILS Please advise - Thanks in advance Quote
andyhill Posted January 27, 2022 Author Posted January 27, 2022 Hi Sherzod, can you please advise - thanks Quote
Sherzod Posted January 28, 2022 Posted January 28, 2022 Hello @andyhill On 1/27/2022 at 4:18 AM, andyhill said: In code I want to scroll the contents at runtime, scaling in code works fine Could you please explain in more details? Quote
andyhill Posted January 28, 2022 Author Posted January 28, 2022 Can I send test project privately ? Quote
Sherzod Posted January 29, 2022 Posted January 29, 2022 8 hours ago, andyhill said: Can I send test project privately ? You can, but only a simple test case so that I can understand the main point, not the whole project. Quote
Sherzod Posted February 3, 2022 Posted February 3, 2022 On 1/29/2022 at 12:29 AM, andyhill said: Can I send test project privately ? I replied. Quote
Sherzod Posted March 23, 2023 Posted March 23, 2023 1 hour ago, SISBLU Software said: Did anyone get it? Hello, Specifically, what is your case? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.