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

World: r3wp

[View] discuss view related issues

Romano
5-Jan-2005
[48]
/window/away is a window which behaves like a menu (disappears when 
user click outside)
Anton
5-Jan-2005
[49x2]
any thoughts on Graham'
s timer inside a layout problem, above ?
Romano
5-Jan-2005
[51x2]
i can only say they they do not freeze with my patch
Modal rebol system has MANY bugs. Must be fixed to be used.
Graham
5-Jan-2005
[53]
where are Romano's patches to be found?
Ammon
5-Jan-2005
[54]
I never could get SHOW-POPUP to properly act like a menu so I hacked 
my own solution that may provide some insight for you.  You can find 
it on REBOL.org...  Dropdown.r
Graham
5-Jan-2005
[55]
Romano's event patch seems to have fixed the problem for me.
Romano
6-Jan-2005
[56]
here http://www.rebol.it/~romano/under 2.4
Anton
6-Jan-2005
[57]
very good
eFishAnt
7-Jan-2005
[58]
where do I find the docs for hide (like to hide a password typed 
in?)  I know I have read it somewhere...
Geomol
7-Jan-2005
[59x3]
http://www.rebol.com/how-to/fields.html#sect3.6.maybe?
http://www.rebol.com/how-to/fields.html#sect3.6.
Strange, the last dot in the link dissappear.
eFishAnt
7-Jan-2005
[62x2]
I "find"ed for it there earlier but missed...silly me...but thanks.
aha!  hide uses data...that is what got me.
DideC
7-Jan-2005
[64]
Does one still have the Carl's script for benchmarking your machine 
(with Rebol-Hz ans so on) ?
Ammon
7-Jan-2005
[65]
www.rebol.com/speed.r
Geomol
7-Jan-2005
[66]
Console:   0:00:01.859 - 272 KC/S
Processor: 0:00:00.391 - 2209 RHz (REBOL-Hertz)
Memory:    0:00:01.343 - 35 MB/S
Disk/File: 0:00:00.344 - 88 MB/S

;-P
Ammon
7-Jan-2005
[67]
On what?
DideC
7-Jan-2005
[68]
thank"s
Geomol
7-Jan-2005
[69x2]
2.4 GHz P4, I think. Not even sure, what machine I'm using. hehe 
Not the good old days any longer, where you cared about that. ^^
Don't we just want Personal Computers to be >>Personal<< again? ;)
eFishAnt
7-Jan-2005
[71]
yes, and the Internet, too.
Geomol
7-Jan-2005
[72]
Let's change it then! Oh, we're already doing that. :-)
Graham
7-Jan-2005
[73x2]
can we do line graphs line this with agg ?  http://www.compkarori.com/vanilla/display/rawlinegraph
SVG viewer required ...
Gabriele
7-Jan-2005
[75]
it's just a line, isn't it?
Graham
7-Jan-2005
[76x2]
yes...which gaussian blurs etc.
with
Gabriele
7-Jan-2005
[78]
hmm, i think i don't have the svg viewer installed here, i was able 
to open it with inkscape but maybe it doesn't support that? i just 
see a line.
Graham
7-Jan-2005
[79x2]
guess not.
with IE, I see the graph, with Firefox and the SVG viewer installed, 
I just see the xml
Gabriele
7-Jan-2005
[81]
if i click the link i get a file download
Graham
7-Jan-2005
[82]
there's an image of what you are supposed to see near the bottom 
here http://www-106.ibm.com/developerworks/xml/library/x-svggrph/
Gabriele
7-Jan-2005
[83x3]
isn't that a bit too blurry?
anyway, looks like the same graph rendered twice to make a blorry 
shadow
so you can render it, use the blur effect, and render it again with 
a small translation
Graham
7-Jan-2005
[86]
looks fine to me .. I guess the gaussian blur is just eye candy
Gabriele
7-Jan-2005
[87]
seems quite easy to achieve.
Geomol
7-Jan-2005
[88]
Shouldn't be too hard to get a nice result in View with AGG.
Graham
7-Jan-2005
[89x2]
I was just playing with the q-plot, and the output seemed a little 
plain ...
so, I was thinking of switching to svg instead to produce the graphs 
I need.
Gabriele
7-Jan-2005
[91]
view layout [box 400x400 white effect [draw [translate 2x2 pen gray 
line-width 1.7 line 10x300 100x200 390x10] blur blur blur blur blur 
blur draw [pen red line-width 1.2 line 10x300 100x200 390x10]]]
Graham
7-Jan-2005
[92]
very nice ...
Geomol
7-Jan-2005
[93x3]
I also made an example with the draw dialect. Try:
view layout [image http://home9.inet.tele.dk/johnn/draw.png]
you need to end the block. It seems, AltME remove some chars sometimes.
well, you can also just click the link and see it in your browser.
Graham
7-Jan-2005
[96]
nice too ..
Izkata
7-Jan-2005
[97]
huhm.. I click/dragged and the end of the block reappeared - guess 
it's just invisible