Hi George
Since i did upgrade to Version 6.x the htmlview tool is always showing the chrome scroll bar, even if not have nothing to scroll (in phonegap its ok). When i do html code inside the innerhtml, 2 scroll bars was showed.... take a look in in the attach...
it is a serious problem to us, we use html in panels to make menus and scrool in chrome navigator is horrible
Any tip? I did try scrollbar=false in properties but not worked
Vagner
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
Have you tried removing scrollbars=false (or true) from your scroll options?
George Henne
NS BASIC Corporation
http://www.nsbasic.com
>Hi George
>
>
>
>Since i did upgrade to Version 6.x the htmlview tool is always showing
>the chrome scroll bar, even if not have nothing to scroll (in phonegap
>its ok). When i do html code inside the innerhtml, 2 scroll bars was
>showed.... take a look in in the attach...
>
>it is a serious problem to us, we use html in panels to make menus and
>scrool in chrome navigator is horrible
>
>
>Any tip? I did try scrollbar=false in properties but not worked
>
>
>
>Vagner
>
>
>
>
I have the same issue with this update. Scrolling is off.
Can you make a minimal sample app which shows the problem?
George Henne
NS BASIC Corporation
http://www.nsbasic.com
>I have the same issue with this update. Scrolling is off.
>
>I tried removing scrollbars=false but it makes no difference.
>The scrollbar displays on my main screen which is not very attractive.
>
>Thanks
>JamesF
>
>
>
I tried to reproduce this but could not. Have you tried turning scrolling On and then Back off again? Sometimes a reset fixes issues like this. Also try adding a new htmlview control to your app and see if the scroll bars appear.
Sorry, I am not using an htmlview control. The app itself has the scroll bars to nowhere.
This only started with the recent update.
This was not a problem before this latest update.
JamesF
-----Original Message-----
From: nsbas...@yahoogroups.com [mailto:nsbas...@yahoogroups.com]
Sent: March 29, 2017 11:15 AM
To: Nsbasic App
Subject: Re: [nsb-appstudio] Re: htmlview scroll always show in chrome
Can you make a minimal sample app which shows the problem?
George Henne
NS BASIC Corporation
http://www.nsbasic.com
>I have the same issue with this update. Scrolling is off.
>
>I tried removing scrollbars=false but it makes no difference.
>The scrollbar displays on my main screen which is not very attractive.
>
>Thanks
>JamesF
>
>
>
------------------------------------
Posted by: "George Henne" <g...@nsbasic.com>
------------------------------------
------------------------------------
Yahoo Groups Links
Sorry but I can't reduce my app to a something minimal.
I changed all my forms and containers to Position: fixed; and that solved the phantom scrollbars in the main form.
Now none of my ListGroups on my modal forms will scroll.
App scroll is off in my app. Scrolling is off in all my forms. I have disabled any css scroll settings.
James
Once again, can you send me a minimal project which shows any of these things? First step in figuring out what is going on is to reproduce the issue.
In the scroll_options, get rid of scrollbars:true. It's no longer in the current version of the sample, but is somehow in your test app.
That being said, it still doesn't look quite right. We'll dig into it some more.
>Sorry my delay
>
>I did use the appstudio htmlview sample to reproduce the problem. I used
>the same project compiled in version 5.1.1
>http://xmenu.com.br/testes2/HTMLview/index.html (scroll ok Version 5.1.1)
>http://xmenu.com.br/testesm/HTMLview/index.html (scroll not ok, we
>have the navigator and iscroll scrollbar - using Version )
>
>In Version 6 we see the scroolbar in project time, but in not in Version
>5 (see the attach)
>
>The sample follow in attach
>
>
>I hope you have all you need, if not let me know
>
>Regards
>
>Vagner
>
>
First of all, there is a phantom scrollbar on Form1 in design mode and when run on the desktop but not on a device.
The main problem now is that the BS ListGroup does not scroll.
Thanks
JamesF
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/nsbasic-app/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/nsbasic-app/join
(Yahoo! ID required)
<*> To change settings via email:
nsbasic-app-digest@yahoogroups.com
nsbasic-app-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
nsbasic-app-unsubscribe@yahoogroups.com
<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/nsbasic-app/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/nsbasic-app/join
(Yahoo! ID required)
<*> To change settings via email:
nsbasic-app-digest@yahoogroups.com
nsbasic-app-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
nsbasic-app-unsubscribe@yahoogroups.com
<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
For the phantom scroll bar on the form, have you tried removing scrollbars:true from scroll_options?
These days, if I need the entire form to scroll, I set enableAppScroll to true in Project Properties. It works better than Form scrolling does. Can you give that a try? (Turn off scrolling on the form).
The Bootstrap ListGroup control does not support scrolling.
Thanks - I'm running the project here. It's not immediately obvious (to me) what is wrong. What should I be looking at?
Bootstrap ListGroup control does not scroll.
It did before this new release
I already removed scrollbars:true from scroll_options
I don't want the app to scroll; I want the Listgroup items to scroll. That is how everything worked until the new release.
The Bootstrap ListGroup control scolling worked fine until this new release.
I will uninstall and reinstall the previous version as everything worked fine then.
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/nsbasic-app/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/nsbasic-app/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
Hi James,
I've moved this off list because it it getting confusing.
The BS ListGroup control has never had scrolling built into it. It was last modified 10 months ago.
The testscroll sample you sent me implements ListGroup scrolling by setting some extra CSS. Is that what you are referring to?
George Henne
NS BASIC Corporation
http://www.nsbasic.com
Can you send me a sample app so I can reproduce this?
>George
>
>Partially solved, when the object does not have scrolling, even so the
>scroll bar appears, disabled, it gets very ugly ... can you take it?
>
>Another thing, using the old modal form, when I fixed the length of it
>at 320px and use it on a cell phone, it automatically drops to 302px in
>length, so my screen gets blown, is it possible to get 320px back at
>least once again?
>
Yes, and that is how it scrolls.
Overflow-y: auto; or
Overflow-y: scroll;
But the sample I sent you does not scroll, even with these css entries. Not on a device.
Both worked just fine until this week.
any news?
Still in the queue - it has not been forgotten.
>any news?
>
>
Try adding this to your app:
HTMLview1_scroller.style.overflowY="auto"
It seems to solve the problem in your sample app (thank you!), but let's see how it works in the real world. If it's OK, we will add it into our code so you don't have to do this.
George Henne
NS BASIC Corporation
http://www.nsbasic.com
>
>
>follow simple sample in the attach, is the appstudio sample... i just
>put a html view with context not sufficient to scroll...
>
>If i start a new projetct and put a htmlview, the scrollbar is showed if
>scrool property is actived
>
>http://xmenu.com.br/testesm/HTMLview/index.html
>
>
>
>
Your problem with the BS Listbar was unrelated to HTML scrolling. Glad to hear its all working now.
> http://groups.yahoo.com/group/nsbasic-app/
>
>
>
> Individual Email | Traditional
>
>
>
> http://groups.yahoo.com/group/nsbasic-app/join
>
> (Yahoo! ID required)
>
>
>
> nsbasic-a...@yahoogroups.com
>
> nsbasic-app-...@yahoogroups.com
>
>
>
> nsbasic-app...@yahoogroups.com
>
>
>
> https://info.yahoo.com/legal/us/yahoo/utos/terms/
>
>
>
>
Great Geroge ! HTMLview1_scroller.style.overflowY="auto" works fine!