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

World: r3wp

[!AltME] Discussion about AltME

Gabriele
6-Jul-2006
[1621x2]
1.1.28 is still running on view 1.2
1.2.5 should fix that bug
Graham
6-Jul-2006
[1623x3]
Hmm.
My says .. beta
the splash screen says 1.1 (12 ) beta
Henrik
6-Jul-2006
[1626]
what does it say in the window title?
Graham
6-Jul-2006
[1627x2]
1.1.28
Have I got a really old beta ?
Volker
6-Jul-2006
[1629]
there is a little release-blog on altmes site.
Henrik
6-Jul-2006
[1630]
I think that beta is 2-3 releases old, Graham
Graham
6-Jul-2006
[1631]
ok.
Henrik
6-Jul-2006
[1632]
and there was a point where the upgrade had to be done manually, 
which is probably why you are still running it.
Graham
6-Jul-2006
[1633]
How handy!
Volker
6-Jul-2006
[1634]
but vwithout version-info. the linux-altme is 1.1.29 IIRC, thats 
16-mar. http://www.altme.com/
Graham
6-Jul-2006
[1635]
where to download latest beta?
Henrik
6-Jul-2006
[1636]
http://altme.com/notes/beta.html
Volker
6-Jul-2006
[1637]
http://www.altme.com/download.htmlnow too
Graham
6-Jul-2006
[1638]
Wonderful

*** AltME ERROR ***

Sorry, AltME found an error while it was starting up.
This should never happen, but it looks like it just did.
Go to http://www.altme.com/feedback.htmland cut/paste
the text below. We'll fix the problem right away! Thanks.

ERROR:  Error starting module: a00
[
    code: 303
    type: 'script
    id: 'expect-arg
    arg1: 'bind
    arg2: 'known-word
    arg3: [word!]
    near: [ctx-text: context bind ctx-text system/view]
    where: 'do-module
]
Press enter key
Volker
6-Jul-2006
[1639]
but now it runs? since you posted?
Graham
6-Jul-2006
[1640x2]
dunno .. went back to 1.1.28
I give up easily!
Volker
6-Jul-2006
[1642x2]
:)
looks like they somehow mixed versions. "ctx-text: context bind ctx-text 
system/view" that feature is somewhat new. does it try to load new 
source with the old exe?
Graham
6-Jul-2006
[1644x2]
let me find it again.
downloaded it twice ..same error each time.
Volker
6-Jul-2006
[1646]
works here. but i started with that version. some updat-confusion?
Graham
6-Jul-2006
[1647]
dunno ... hidden some stuff on my drive somewhere?
Volker
6-Jul-2006
[1648]
Hmm. I would give up too, as long as it runs.
Graham
6-Jul-2006
[1649]
maybe it will be healed in the morning?   Off to bed ...!
Volker
6-Jul-2006
[1650]
Aah! Smart user,  exhausted computer. Could work :)
MikeL
8-Jul-2006
[1651]
Reichart,
 

1. Are there plans to provide an RSS feed (or multiple feeds) trigger 
by AltMe world activity? 

I would like to be alerted to my RSS reader when updates are made. 

It is not so necessary for Rebol3 but I am proposing an Altme use 
where activity might start out less frequent. 


2. Is the AltME export capability that Rebol3 has for the public 
groups a general use feature of a SafeWorld?
[unknown: 9]
9-Jul-2006
[1652]
1. Yes, on the list.,
2. Not yet,
james_nak
10-Jul-2006
[1653x2]
In trying to move some worlds to a new computer, everything is gone. 
I copied over all the files (I still of course have the old drive 
image). Is there some other trick? It just seems to ignore the copied 
files. Thanks in advance.
Ah, fixed it. On old pc the directory was safeworlds on the new it 
was altme and it seemed that Altme on this new computer favored the 
altme folder. I'm just glad it works. : )
JaimeVargas
11-Jul-2006
[1655]
I can connect to some of my servers, is Altme's nameserver down?
Graham
11-Jul-2006
[1656x2]
I can't ?
works for me.
Henrik
15-Jul-2006
[1658]
Quote button, please :-)
[unknown: 9]
15-Jul-2006
[1659]
Give an example please.
Henrik
15-Jul-2006
[1660x4]
of the problem or solution?
for the problem: See Chat group. :-) for the solution, maybe one 
could click on a quote button next to the timestamp on the item you 
wish to respond to. A single line could automatically be pasted with: 

Reichart said: "Give an example please."
enter text here
with "enter text here" not actually being there, but just the location 
of the cursor.
for big lines, just paste the first line with an ellipsis.
Volker
15-Jul-2006
[1664x2]
Could be done with to faces as long as we have no rich-text. One 
for quote, one for reply.
to -> two
[unknown: 9]
15-Jul-2006
[1666]
This is on our list for Qtask, but not AltME exactly.
Henrik
15-Jul-2006
[1667]
to me it doesn't sound like it would be particularly difficult to 
do, add an action to a timestamp and copy the first line of an entry 
and paste it in the textarea, but maybe I'm wrong. :-)
Anton
15-Jul-2006
[1668x2]
Henrik, as an intermediate solution (far from perfect), you *could* 
make a short rebol program which copies text from the clipboard, 
truncating it if too long, then writes the truncated text back to 
the clipboard.  You make this program easy to access from your start-menu 
or launcher. Then, in altme, you right-click the message you want 
to quote, run your truncator program, then right-click in the text 
entry area.
(Ah, but that doesn't give the author or date....)  But this makes 
me think of an alternative suggestion for adding to altme. Perhaps 
ALT-RMB or CTRL-RMB on the text should do Henrik's desired quoting.
Henrik
15-Jul-2006
[1670]
it could. I think that's a good idea, even though it may not be entirely 
obvious.