World: r3wp
[!AltME] Discussion about AltME
older newer | first last |
Reichart 11-Mar-2008 [2815] | Hmmm...I was thinking of it showing all of them, but the WHOLE bar is a single button, that rolls through them.... |
Pekr 11-Mar-2008 [2816] | I vote for "mark all read" as most usefull function needed right now :-) Those who use multiple PCs, where you join AltME on one not being online for weeks know what I talk about :-) |
Graham 15-Mar-2008 [2817] | This password bug is really really annoying. |
btiffin 15-Mar-2008 [2818] | :) Just write the passwords on a post it and stick it on your tube. But yes I agree. |
Graham 15-Mar-2008 [2819x2] | but if I put it on youtube, everyone will know my passwords! |
Anyway time for a new build of Altme with 2.7.6 encap ... no more black dos boxes ... | |
Reichart 15-Mar-2008 [2821] | What is the password bug? I must have missed something... |
btiffin 15-Mar-2008 [2822] | If you change worlds too quickly, sometimes the password field doesn't get a chance to update before the link connection. So the remembered value for the new world gets trampled and you have to resort to brain power and password typing. :) |
Henrik 15-Mar-2008 [2823] | I got a crash from that recently. What's more annoying to me is that the Cancel button often is ignored during connect. |
Sunanda 15-Mar-2008 [2824] | the password bug is very annoying. I've never seen it with the dropdown [near the top left of window]....only switching via the Homw button |
[unknown: 5] 15-Mar-2008 [2825] | Ahhh yeah that password bug. With switching from REBOL3 to the R2-Beta world so much lately I have experienced that bug often. |
Ashley 15-Mar-2008 [2826] | Do you have different passwords for each world? I use the same one on 5 worlds, swap frequently between them, and have never seen this bug. |
Graham 15-Mar-2008 [2827x2] | well, if you use the same password you won't see the bug! |
I think it takes the currrent world password and applies it to the world you're changing to. | |
[unknown: 5] 15-Mar-2008 [2829] | Yes Ashley - different passwords here |
Reichart 16-Mar-2008 [2830] | Ashley, LOL, this is why I have never seen this either... OK, whom ever, please report in Feedback... |
RobertS 17-Mar-2008 [2831] | I walked away from this PC about 24 hrs ago after posting a note; I returned to find the browser very sluggishl taskmgr showed altme consuming 90+ % of CPU; I had no screen saver set. I killed the process. One of the last things I recall doing in altme was clicking on an http link ( whihc was why I found IE7 running slow ... I use Firefox generally from an icon or the start menubut leave IE7 as the default browser |
Reichart 18-Mar-2008 [2832] | Robert, thank you for donating your computer to our server farm while you were away… JK |
[unknown: 5] 18-Mar-2008 [2833x2] | Any chance of getting an ALTME version that support MS proxy authentication. I know that DOC Kimbel has a proxy authentication that works on large enterprise environments. If it can work, I will go to EDS and see if they would support purchasing ALTME as a collaboration solution. |
We currently have a need for such a tool but it would have to support msproxy authentication because EDS personnel work from many client sites as well. | |
Pekr 18-Mar-2008 [2835] | I experienced proxy problem too last week, when I tried to connect at meeting room at our dislocated company location. I needed go via the proxy. Dunno if AltME supports proxy at all? |
[unknown: 5] 18-Mar-2008 [2836] | It supposed to support socks proxy but MS proxy requires either Kerberos authentication (the current standard) or NT LAN Manager authentication. Doc's implementation does the NT LAN Man authentication. Which if ALTME does that it means support for older windows systems as well since older ones don't support kerberos. |
BrianH 23-Mar-2008 [2837] | Is there a way to have AltME not block when it is downloading a message? I am getting tired of having AltME lock up on me when I am typing - it has interfered with my conversations quite often today. |
[unknown: 5] 23-Mar-2008 [2838x2] | Does the buffer size make a difference? |
Message size limit in Altme? | |
BrianH 23-Mar-2008 [2840x2] | I don't think so. Even one line messages have been blocking me for 30 seconds or more. |
It might be a factor that I am connected to the internet through Comcast. | |
[unknown: 5] 23-Mar-2008 [2842] | My message size is set at 1000. Seems when I go 10000 or more it gets a bit slow |
BrianH 23-Mar-2008 [2843] | Mine is set at 1000 too. Let me be clear here: I get the slowdown whenever AltME retrieves a message, even if I didn't write the message. Today, the messages have mostly been from Paul :) |
[unknown: 5] 23-Mar-2008 [2844] | Do an test of your bandwidth at speakeasy.net or something. |
BrianH 23-Mar-2008 [2845] | The bandwidth is fine - it's an architectural bug. AltME shouldn't block on retrieval at all. Any blocking should happen after the message has been retrieved, just long enough to post the message to the GUI, no more than a millisecond. |
[unknown: 5] 23-Mar-2008 [2846] | I have had some delays also but doesn't sound as bad as yours. So i wonder why someone would have less delay than someone else - maybe that is where the focus of the problem shoudl be. |
BrianH 23-Mar-2008 [2847] | I would think that Comcast is up to its old tricks, but I've seen this problem elsewhere too - same computer, different line. |
Graham 23-Mar-2008 [2848] | altme has always been blocking in this respect |
JohanAR 25-Mar-2008 [2849] | When I closed AltMe a few seconds ago I got this error message: "Server reported error in unknown-request because of: Ôtatus" |
NormanDep 26-Mar-2008 [2850] | Im was wondering, does Altme Linux/Debian need more specific testing to get out of Beta stage? If you need more Linux testing drop me a note. |
btiffin 26-Mar-2008 [2851x4] | We need more testing. Although the recent blog entry may change things a little we need lots of grunt test case wrting. They are built around a test engine that loads the cases, so these are not standalone scripts. |
decimals: [ [ 15 == system/options/decimal-digits] [0.25 == (-2 ** -2)] [(to decimal! #{4000 0000 0000 0001}) < (to decimal! #{4000 0000 0000 0002})] ["1.79769313486232E+308" == mold 1.7976931348623157E+308] ["1.79769313486232E+308" == mold (2 - (2 ** -52)) * (2 ** 1023)] ["2.2250738585072E-308" == mold 2 ** -1022] [error? try [1.7976931348623157E+308 + 0.0000000000000001E+308]] ["2.2250738585072E-308" == mold to decimal! #{0010 0000 0000 0000}] ["2.2250738585072E-308" == mold to decimal! #{000F FFFF FFFF FFFF}] ["2.2250738585072E-308" == mold (1 - (2 ** -52)) * (2 ** -1022)] ["4.94065645841247E-324" == mold to decimal! #{0000 0000 0000 0001}] ["-4.94065645841247E-324" == mold -2 ** -1074] [0.0 == to decimal! #{0000 0000 0000 0000}] [0.0 == to decimal! #{8000 0000 0000 0000}] [error? try [to decimal! #{7FF0 0000 0000 0000}]] [error? try [to decimal! #{FFF0 0000 0000 0000}]] [error? try [to decimal! #{7FFF FFFF FFFF FFFF}]] ] | |
So name: [ [block of code expected to return truth] [next small test] ] | |
Sorry, didn't notice the forum, moving to !REBOL3 | |
Reichart 26-Mar-2008 [2855] | LOL |
RobertS 31-Mar-2008 [2856x4] | I am getting an error after 1) download altme to new PC; accept updates; enter Rebol3 world; |
I am getting an error installing altme | |
I am getting an error on new altme installs on Windows XP on PC's which have not had a prior install; install, accept updates (some 13 files are offered for downl0ad - I think after entering Rebol3 world ... at which point altme dies with a warning that cannot write to track directory as it may not exist; restart of altme then proceeds fine; | |
As you can see, I was having trouble as this new install populated lists: any time that I hit the enter key the post vanished but the list would not refresh by just going to another topic and returning to this altme topic. Hence the 3 stutters in trying to report what may be a known issue as I was not sure if my post was in limbo or lost in the ethereal bit bucket | |
Reichart 31-Mar-2008 [2860] | Always report errors to AltME feedback, that way they are in the ticketing system. This group is best used to talk concepts... |
RobertS 31-Mar-2008 [2861] | ah .. under HELP. done |
Reichart 31-Mar-2008 [2862] | Cool, thanks. Every report is filed, catalogued, grouped in a folder, placed in a bank box, collected in a wood crate, and placed along with thousands of similar crates….er, or, that was Raiders of the Lost Arc….ignore me… |
Anton 1-Apr-2008 [2863] | .. and eventually.. one day... brave explorers will come and discover the secrets of the ancients.. |
Ingo 2-Apr-2008 [2864] | I am unable to select text at the end part of the long post RobertS posted in core group This happens somewhere around the line ---Paste from clipboard Does anyone else have this problem? (I'm on Altme 1.1.29, Ubuntu 7.10) |
older newer | first last |