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

World: r3wp

[View] discuss view related issues

Henrik
8-Jul-2008
[7865]
or what was done wrong.
Graham
8-Jul-2008
[7866x2]
Sure anyone can choose to treat how they wish, but there is now often 
evidence to lead docs on how to choose the best treatment.
the treatment you learned at medical school may no longer be appropiate
Henrik
8-Jul-2008
[7868]
so the charts can provide documentation of the doctor's decision 
process
Graham
8-Jul-2008
[7869x2]
no, just a guide
ahh.. found it http://www.langreiter.com/space/3flex
Henrik
8-Jul-2008
[7871x2]
ok, I'm confused :-) we'll stick with the dialect.
looks good
Graham
8-Jul-2008
[7873x2]
Doesn't look he has developed it further since 2006
written in 2002, with some bug fixes in 2006
james_nak
8-Jul-2008
[7875]
Thanks Graham for the 3flex link. That's interesting. Perhaps Henrik's 
Relations-Engine might be something you can use. I myself have been 
tinkering around with it and attempting to parse the data to work 
with a chart making program. In my case I am planning on using http://www.maani.us/xml_charts/
.
Graham
10-Jul-2008
[7876x2]
I am trying to encap 3flex but have come across a few problems.  
Anyone done this yet?
xml_charts looks interesting but doesn't seem capable of doing what 
I want.  But it might be useful for a website.  Does it do time series?
james_nak
14-Jul-2008
[7878x2]
You'll have to check out all the examples to see it it does.
Has anyone ever seen a view app with several fields and and an area 
 that always minimizes when you hit the return key? In this case, 
I don't want it to do that. I  don't think I' ve ever seen that except 
in this app. What would make it do that?
Henrik
14-Jul-2008
[7880]
not sure what you mean. is it like a panel that collapses?
james_nak
14-Jul-2008
[7881x2]
It's actually a contact/address book based on Carl's rolodex ap. 
Basically, where ever you are in interface, when you  hit return 
it minimizes the screen as if you hit the minimize button. Weird.
Graham... Check out http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=Floating_Bar
Gregg
14-Jul-2008
[7883]
If it's a custom app, they could be grabbing the enter key and minimizing 
it. But that seems like a really bad idea, so maybe just a glitch?
Graham
14-Jul-2008
[7884]
James - those aren't time series from what I could see.  Time series 
are fed date values, and are not just equidistant points on an x 
axis labelled with dates.
Graham
16-Jul-2008
[7885]
What was that presentation software that RT used to use ... presenter 
or something?  I'm looking to include educational software inside 
my app
Chris
17-Jul-2008
[7886x2]
You mean the script that turned Make-Doc documents into slide presentations?
That one was called %show.r and I think is likely available on an 
IOS server -- Developer?
Sunanda
17-Jul-2008
[7888x2]
There's a version packaged with Carl's devcon 2007 presentation:
http://www.rebol.com/article/0335.html
Chris
17-Jul-2008
[7890]
Wasn't there enhanced features in this version?
Sunanda
17-Jul-2008
[7891]
I think so .... I suspect Cark added all the features he needed to 
do the presentation he was writing that day :-)
Graham
17-Jul-2008
[7892x5]
Carl's latest causes a stack overflow for me
I think it was written by Sterling or Jeff
Pekr will know ... I'll wait for him to wake up!
found it .. http://www.cs.unm.edu/~whip/make-presentation.r
someone should snag it for the library
Pekr
17-Jul-2008
[7897x3]
presentation?
There are two things - the one comes from Jeff  Kreis, and is called 
presentation.r, size 11048 bytes, the other is Carl's slide show 
presenter from DevCon in France IIRC, called show07.r
both of those script run fine here ..
Chris
17-Jul-2008
[7900]
Ah, yes -- I turned that one into a VID style...
Graham
17-Jul-2008
[7901]
I ran show07 on the first script from Carl and after repeatedly using 
the down arrow, it came up with a stack error near the end of the 
presentation.
Janeks
21-Jul-2008
[7902]
I am unsure is it the View problem - my app is eating system resources. 
F.ex. when it is started in task manager it shows near 10mb memory 
use, but after a working day it shows around 70mb and comtinues to 
grow up.

I checked my variables, but it does not seems for me, that some of 
them are not releasing data. But probably I am wrong.
Are there some routine/trick how to trace/debug such situation?

My applications is doing some database checks and if finding certain 
data , then sending e-mail and/or sms.
Henrik
21-Jul-2008
[7903x2]
There are some bugs in View that causes leaks when using networking 
and GUI events at the same time. That's only a very rough description 
of the problem. There are more accurate descriptions of this problem 
in RAMBO.
I had a similar issue with a small database server GUI. It continually 
ate memory until it was at 500 MB. Then I rewrote the application 
to be /Core only and memory usage was as it should be (way below 
500 MB).
Graham
21-Jul-2008
[7905]
stats ?
amacleod
22-Jul-2008
[7906]
I'm trying to use Antons' Scroll-panel style but I'm having some 
trouble. 
Do you "do" the script or it it more involved? 

I tried to follow his style-gallery.r script but there is a lot going 
on in there and got lost. 
I see some kind of "include.r" script. perhaps that is needed?
Janeks
22-Jul-2008
[7907]
Are there workaround the problem with view memory leaks (when using 
networking and GUI events at the same time) ?
Henrik
22-Jul-2008
[7908]
not other than trying to avoid the specific cases that are in RAMBO. 
that might be hard, though.
Janeks
23-Jul-2008
[7909]
What I found was - RAMBO Ticket #3593.
Is it that case?

I have simple interfaces, that normaly is unviewed, but I have tray 
incon. And in background there is two database connections.
Henrik
23-Jul-2008
[7910]
Yes, that's the one. There are other leaks as well:


http://www.rebol.net/cgi-bin/rambo.r?sort=1&limit=1&cmd=Search&id=&pattern=leak
amacleod
24-Jul-2008
[7911]
I got scroll-panel working. I think it was some conflict with cypher's 
tree style which I was also using.
On a related topic...

Is there a way to scroll down teh panel programaticly. (ie: give 
a y axis location and have hte panel jump to that spot) like a link 
on  web page?

And since Cyper's tree widget does not work with Anton's scroll-panel, 
any other tree widget's around?
Graham
24-Jul-2008
[7912]
set the offset/y and then do a show
amacleod
24-Jul-2008
[7913]
Thanks. I played around with offset but I did not get it to work. 
Ill try again. 

Is there a way to find the offset for specific text in the panel? 
For example -so a search for a string and get back the location in 
the panel?
Graham
24-Jul-2008
[7914]
dont' think so