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

World: r3wp

[Ann-Reply] Reply to Announce group

Rebolek
21-Dec-2005
[846]
Deadline moved? So my sleepless nights were unnecessary? Aargh ;o)) 
But OTOH I was afraid I can't finish it till 31-12 so why not. I'm 
eager about more details. :)
Anton
21-Dec-2005
[847]
If you're already feeling anxious, Kru, more time just makes it worse 
! :)
Rebolek
21-Dec-2005
[848]
you're so right, Anton :)
Sunanda
21-Dec-2005
[849]
Thanks for the clarification, Gabriele.

Nothing wrong with getting a head start, Kru.....But until we know 
the actual entry conditions we run the risk of producing something 
that won't be eligible (maybe that 32k size limit will really be 
2k for example)
shadwolf
28-Dec-2005
[850]
GRaham said ->
http://www.compkarori.com/emr/


A free multi-user electronic medical records system - based upon 
Rebol, RebGUI, BEER, ComLib, LaTeX, Firebird etc .. currenlty in 
beta test.  This is the first release of the server exe.

shadwolf ->


can some  screenshots of the main points of the client interface 
can be added to the  website i think this will be a good promotion 
for rebgui and emr ^^
Graham
28-Dec-2005
[851]
Can do once I get some time.
Volker
14-Jan-2006
[852]
surprising unique/skip - kind of make-object for blocks. usefull 
in this cases:
!>>templ: ["a" 1] 
== ["a" 1]
!>>union/skip ["a" 2 "b" 2] templ 2
== ["a" 2 "b" 2]
!>>union/skip ["b" 2] templ 2      
== ["b" 2 "a" 1]
Anton
2-Feb-2006
[853x2]
digicamsoft:  Mmm.. is that a picture of Michael Jackson on the front 
?
Not bad website, clean and simple.
ReViewer
2-Feb-2006
[855x2]
Thanks for the website, but still more to come; no it's not Jackson!
A feature I did in PhotosReViewer is to copy/paste between multiple 
instances; I like it, it's very convenient to sort. Many other things 
have been impoved, but not necessary visible.
Anton
3-Feb-2006
[857]
Not a bad idea.
Allen
10-Feb-2006
[858]
Very nice Gabriele. Is there any documentation on sys port?
Gabriele
11-Feb-2006
[859]
nothing new, this is based on the old examples of systray usage. 
we use the systray in the detective too.
Sunanda
18-Feb-2006
[860]
Simetrics: Great piece of work, Francois, and nicely documented too.

As you know, REBOL.org has been using it internally to offer alternatives 
for mistyped script names, eg:

http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=binladen

Joe <why not a forum here on altme ?> Forums have the advantage of 
immediacy, but they are hard to keep track of or to find again after 
a few months [Can anyone *easily* retreive info from the defunct 
REBOL and REBOL2 worlds?]

The REBOL.org script discussion feature is a little-used but useful 
way of holding a highly focussed discussion (about one script) that 
will be easy to find again in the future.

It's worth experimenting with both [Altme groups and REBOL.org discussioon] 
to find the natural home for specific discussions.
François
18-Feb-2006
[861]
Sunanda, i agree with you about the discussion forum on rebol org 
and it should be more used.
Alan
20-Feb-2006
[862]
Sunanda: I can convert those older worlds to html if you would like 
?
Sunanda
21-Feb-2006
[863]
Alan, nice idea -- it would make the content more widely available 
again.

But there may be a problem....Those worlds were set up as private, 
and there was nothing in the joining conditions that said the content 
would be made available more widely.

With this world, we have the convention of marking groups as [web-public] 
or not, but the older worlds have no such convention.

So it would be very difficult to contact the original posters and 
get all their agreement.
Volker
21-Feb-2006
[864]
Could that be a script everyone can run locally?
Alan
21-Feb-2006
[865x2]
Volker:if you mean the script to run locally-yes-I was wriiten by 
Didier and should be in the library.I guess an option would be for 
me to convert the groups to html-send to rebol.org-and then have 
the posters what they want.Only problem with that is some are no 
longer here.Just looked in the library and did not find his script.If 
you want,send me a private message and will send
posters delete
PeterWood
2-Mar-2006
[867]
Clearly Carl doesn't subscribe to the AltME secure messaging theory:

 (I do not put his email address here to avoid spam harvesting).

;-)
Ashley
2-Mar-2006
[868]
It's because the group could be web-public.
PeterWood
2-Mar-2006
[869x2]
I overlooked that aspect., the group is web-public. As you infer, 
a group can easily be made web public at any time so it's better 
not to trust AltMe's privacy except within private conversations.
It would be good if the web-publishing script "munged" email addresses 
though.
[unknown: 5]
4-Mar-2006
[871]
wow sounds like RT is making a lot of progress lately.
Graham
4-Mar-2006
[872]
Gabriele, can we get tray enabled for the rebol.dll ?
Gabriele
4-Mar-2006
[873]
make it a wish in RAMBO
Graham
4-Mar-2006
[874]
done.
Graham
25-Mar-2006
[875x3]
Support for large applications .. I like that ..name spaces.
But have to rewrite existing applications?  Rewriting RebGUI ?
Is the prediction of an alpha release by April based upon current 
progress?  Or, is it more like previous predictions?
Gabriele
25-Mar-2006
[878x2]
it is based on current progress, however the initial alpha might 
lack many things.
e.g. i guess we won't have the vid replacement for the april alpha...
Graham
25-Mar-2006
[880x3]
One question .. currently if encapped applications hang, they drop 
to an unattractive console.  Can they be changed so that they quit 
altogether?
and perhaps just create a log event.
not hang, crash.
Henrik
25-Mar-2006
[883]
or allow hooking into an event so you can create a nice customized 
feedback requester thingy?
Graham
25-Mar-2006
[884x2]
Perhaps some user defined way to handle crashes.
snap!
Gabriele
25-Mar-2006
[886x2]
depending on the kind of crash, user defined handler may not be possible
however... search for this in rambo, and if not already there please 
add it. :)
Henrik
25-Mar-2006
[888]
I hate having people on the phone going  "I used your app and suddenly 
a white window with a lot of text in it popped up..."
Graham
25-Mar-2006
[889x3]
I want a clean exit ...
no locks left ...
some times you want a gui to  appear, but for server applications, 
you just want it to restart.
Gabriele
25-Mar-2006
[892]
well, the lot of text case is usually an error, which you can trap 
with try. crashes usually produce just a short message. maybe an 
alert would be preferable...
Graham
25-Mar-2006
[893x3]
option for no alerts, just write to a log
if you app is running as a windows service .. don't want to see any 
alerts
I can imagine with a complete rewrite of rebol there are going to 
be more unstable applications being written!