r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!AltME] Discussion about AltME

Robert
21-Jul-2006
[1682]
Reichart, why is scrolling in AltME so bumpy? I mostly get nuts if 
I want to go the first unread entry and than just scroll downward 
entry by entry. And if the entry is bigger then the currently shown 
part, it jumps to the end and I can't read the beginning... should 
be fixed IMO.
Anton
21-Jul-2006
[1683x2]
This is a similar problem with Web browsers and Adobe Reader with 
PDFs as well. It seems there's no way to smoothly scroll, consistently.
(yes, and it drives me nuts too..)
Ingo
21-Jul-2006
[1685x2]
I've only had those scrolling problems with AltME ... +1 on driving 
nuts ;-)
The other thing is, that it's showing these stupid popups, and loses 
the history whenever the internet connection goes down or up (I mean, 
the marks for unread messages is lost.)
Graham
21-Jul-2006
[1687x2]
Hmm.  I mentioned this before, and I was told using the scrollwheel 
allows you to scroll one line at a time.
but you if change your preferences to a low number .. you won't have 
these problems.
Ingo
21-Jul-2006
[1689]
You mean message number in AltME?
Graham
21-Jul-2006
[1690]
yes
Chris
21-Jul-2006
[1691]
Seems that scrolling steps are set to a percentage of total messages 
height.  Usually to implement scrolling, I small-step by line height 
and large-step by view-port height minus line height (so there's 
a little overlap when doing large steps).  Then tie the scroll-wheel 
to the same functions (the scrollwheel is convenient, but a pain 
when it's the only way to do something).
[unknown: 9]
21-Jul-2006
[1692]
I hate PDF scroll method, which is diff than everyone elses.  As 
to AltME, our scolling is taken from the system.  On my system it 
is clean smooth and one line at a time.  I think this may be a system 
issue, and not AltME, but I'm open to proof.
Henrik
21-Jul-2006
[1693x2]
As to AltME, our scolling is taken from the system.

 <--- actually I think the scroller in VID is buggy, because I have 
 many of the same scrolling problems with LIST-VIEW as are present 
 in AltME.
for example not being able to guarantee that the scroller moves exactly 
one page at a time, when clicking in an empty area.
[unknown: 9]
21-Jul-2006
[1695x2]
Perhaps, but that is not proof.  It may also be a function of the 
resolution.  We need a conclusive example.
(meaning we all need)
Henrik
21-Jul-2006
[1697x4]
ok, well I use a 1280x960 resolution. When I want to move one page 
up in the View group, it moves up one page and one line, meaning 
I miss a line of text. This effect gets worse, the bigger the group 
is.
however it moves a page up correctly in this group
I have a 500 message limit
you could also make the window smaller for this group. Page scrolling 
scrolls about two pages if the size of the list is about 2-300 pixels.
[unknown: 9]
21-Jul-2006
[1701x2]
OK, I have the same resolution, but when I move teh scroll wheel 
one click, it moves the window up one line.  What is the diff between 
our systems?
If I click on the up and down arrows it moves one line as well.


So I went into Controls, Mouse, Scroll, and changed it from Slow 
to fast, and can reproduce what you guys are saying.....................so 
again I state, this is not an AltME (or Rebol) problem per se, but 
appears to be a Windows settings issue you can change.

This is not to say there is not a bug in VID or something.  It may 
be that Rebol needs to calibrate something differently
Henrik
21-Jul-2006
[1703]
I rarely use the arrow buttons. I click in the empty area in the 
scroller to move the scroller up and down one page at a time.
[unknown: 9]
21-Jul-2006
[1704]
When I do that (which I have never done before for the record), I 
see Ingo's post at the top "The other thing is".  When I click in 
the empty space I see "part of " Ingo's other post (right above the 
first) "I've only had")


This is not a test you can reproduce now, but...................I 
can see that the scroll area is missing a page and .5 ines.  This 
would seem to be the nature of Robert's statement.


Is this what you all are doing?  Pressing in the empty space of the 
scroll area?
Chris
21-Jul-2006
[1705x3]
Currently my top post is Henrik "well I use 1280x960", clicking the 
up arrow, my bottom post is Ingo "You mean message number in AltME?" 
 My window is about 3/4 width and height of 1024x768  My message 
limit is 1000 (I was looking for an older post).
I can see the intermediary messages by dragging the scrollbar (has 
to be precise).  I don't have a scrollwheel to hand right now.
Switching to 300 messages improves the situation, but the up arrow 
skips over half a page, not one line.
Henrik
21-Jul-2006
[1708]
reichart, I think that's what we are doing, and I actually first 
observed the problem with one of my users and then another and another...


The scroller knob looks like it's moving a full page, but it's really 
not. I think this is because the page size is derived directly from 
the pixel size of the knob, which will cause rounding errors, the 
smaller the knob gets.
[unknown: 9]
21-Jul-2006
[1709x2]
Hmmmm.  so I set my message max to 100.  So I always have a big thumb 
(the scroll bar is called a thumb for the record).  So the question 
still stands, how to solve the problem.
Lie to Rebol UI perhaps?
Henrik
21-Jul-2006
[1711]
Lie as in not tell the truth? :-) Perhaps it would be best to fix 
the scroller at the source of the problem.
[unknown: 9]
21-Jul-2006
[1712]
That assumes there is a "source"  This could be that the wrong value 
is being sent to the scroller.  Hard to tell.  What we need to do 
is have a scroll example that works with all conditions.  Then we 
will use the same values for ours.
Chris
21-Jul-2006
[1713x2]
I see the problem as this:

* Line and Page steps should be fixed units, based on text line height 
and containing face height respectively.

* The position of the 'thumb' in the shaft should be determined by 
the position of the content relative to the container, not vice-versa 
(only exception is when dragging the 'thumb').

* Clicking on the empty shaft area should page scroll, the arrows 
should line scroll.
* Using the scroll-wheel for line scrolling can be multiplied by 
the system setting.
[unknown: 9]
21-Jul-2006
[1715]
Agreed.
Robert
22-Jul-2006
[1716]
Ok, I have always set my mouse to the fastes movement possible on 
the system. I don't use a scroll-wheel, I just click the arrows to 
either go line-by-line or posting-by-posting (which I would prefer). 
But, as Chris stated, clicking ones, pages more than one page up/down, 
so I'm missing postings. Workaround: Dragging the slider, which is 
a mess with this mouse speed and the number of messages (IIRC 1500) 
I display.
james_nak
24-Jul-2006
[1717]
RE: "The funny thing is………………."  Me thinks Altme knows who to freak 
out on. : ) The great thing is that I have everything back.
[unknown: 9]
24-Jul-2006
[1718]
: )
james_nak
25-Jul-2006
[1719]
I just received a response back from support in regards to changing 
the password of a World (not a user). 

AltME world passwords can not be changed in this release.  If it 
could be changed, the user would have to do that.
 

IMHO that should be changed as there may be times where this is necessary.
[unknown: 9]
25-Jul-2006
[1720x2]
Right, hence the statement was "in this release."
We will get better and better at this stuff.
james_nak
25-Jul-2006
[1722]
I know you will : )  Thanks.
[unknown: 9]
25-Jul-2006
[1723]
:)
Josh
2-Aug-2006
[1724]
Wargh!  Invalid recycle!
[unknown: 9]
2-Aug-2006
[1725]
...sorry...
Josh
2-Aug-2006
[1726]
When it rains, it snows
Pekr
6-Aug-2006
[1727x4]
Invalid datatype during recycly, repeatedly, if I go to the chat 
group directly after start of altme. Let's see, if it remains the 
same after this post ...
yes, still so ... now If we had kind of debug mode, to track it down 
....
btw - is altme 1.1.28 based upon latest SDK? (I mean, kernel fixes?)
installed 1.2.5, and it is ok now ....
Gabriele
6-Aug-2006
[1731]
1.2.5 is based on latest sdk (ie view 1.3), while 1.1.28 is still 
based on view 1.2.