neoScroll Plugin - Forum

Forum Navigation
You need to log in to create posts and topics.

neoScroll Plugin

Due to this problem, I have done a new Plugin to allow scrolling the whole App or a Container to any position with an optional animation. A sample App is included. Note the use of TopCenterApp command in Project > Events.
This plugin will be included in next update.
Please, let me know if you find any problems.

Regards.

Uploaded files:
  • You need to login to have access to uploads.
Vadim, CDY@44 and YASIN have reacted to this post.
VadimCDY@44YASIN

Thank you Luis !!

I tried this plugin but didn't work

The page was stand still

I used it in the same page which is 960 pixel width and 3500 pixel length

I used the same command you used in your sample app (neoScrollAppToObject "Headline1" 1000)

I even renamed my object to the same name yo used but no success

Regards

Have you successfully installed the plugin?

Have you tested my sample app?

Have you used a web browser other than Internet Explorer?

Can you share your not working sample?

Regards.

@hatemtag
@luishp

I downloaded, unzipped and installed the plugin.

Sample App ran as expected (on Chrome); note that ...

a) The horizontal scroll did not change, even when I placed a new object (Headline5) somewhere to the right of the center of the page.

However, after I changed the Project size (from 800 by 2000) to 2800 by 2000 (thus making it wider than my screen), it scrolled horizontally as well.

b) When you attempt to scroll to Headline4, it scrolls partially (i.e. Title4 ends up somewhere below the top of the screen); this is because it ran out of vertical space on the web page (you can only scroll such that the bottom of the page aligns with the bottom of the screen).

c) AlertBox does NOT play nice with this new plugin command either; as the Box is displayed, I can see the scroll take place (correctly) behind the semi-transparent shield; but after I click on the OK button of the AlertBox, the display returns to the top (0,0) position of the page.

Looks like, when the AlertBox is displayed (waiting for user response), subsequent neoScrollAppToNumber command is serviced; then, after user response, the scroll position is reset.

Yes I successfully installed the plug in

I retested your included app and it worked , but sadly it didn't work in my project.

Other thing I noticed , when I compile my page now , it shows an empty page.. I don't know why, even I put the page file in the same directory where it has the page images.

I have included some images where some of them have your scroll code

I even put the code into a standard push button but didn't work

I attached the app file to see

Regards

Uploaded files:
  • You need to login to have access to uploads.

Please @hatemtag save your App using menu Project > Archive/Backup as a .zip file and share it here.
I can't test your sample properly as it is.
Thanks!

Note that you need to use TopCenterApp command in Project > Events.
If not, your App will be centered vertically on screen.

I did the backup

By the way , I noticed that after compiling the web page, I don't see any image visible in the web page. Although it appears in the compiled page within the VisualNeo

I already checked the path of each image but no success

Here is the app

Uploaded files:
  • You need to login to have access to uploads.

Hi @hatemtag,

I have downloaded your App and it works fine as soon as I add the TopCenterApp command in Project > Events.
About the images, please don't use spaces or any other special character for image file names.
Attached your fixed app.

Regards.

Uploaded files:
  • You need to login to have access to uploads.
Vadim has reacted to this post.
Vadim

Thank you Luis

It works fine now

Regards