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

World: r3wp

[View] discuss view related issues

Henrik
10-Jan-2006
[3852x2]
urgh... hang on
fixed
Graham
10-Jan-2006
[3854x3]
and the print statements as well.
How do I align the list headers with the column data ?
I've got this

			in-cols: [IPAddress Port User State ?]
			out-cols: [ User State ?]
			data: []
			scr-width: 15
			colors: reduce [snow snow gold]
			row-face: [
      			across space 0
      				list-text 50x15
      				list-text 40x15 left
      				list-text 10x15 red right
    		]
[unknown: 9]
10-Jan-2006
[3857]
Very cool.  Nicely done.
Henrik
11-Jan-2006
[3858x5]
aligning column headers with list data doesn't work yet when using 
a custom row face. there are apparently still issues with MAIN-COL 
and it really wants to autoadjust the column width. otherwise the 
solution would be to just provide a set of pixel widths. I'll see 
what I can do about this.
print statements removed
sigh... it seems that column width calculations for pixel values 
is entirely broken. I hope to finally properly fix this for 0.0.20.
0.0.20 uploaded.

Changes:
      Fix: Documentation errors and updated images

      New: Visual indication of when the combined width of all columns 
      is smaller than the list width
      New: Fixed width columns finally work!
      New: FIT flag to enable/disable width fitting with MAIN-COL
graham, it should be possible to place the headers with pixel accuracy 
now
Graham
11-Jan-2006
[3863x3]
Henrik, the alignment is much better, but I'm still not getting them 
aligned.
I haven't changed my list definitions
http://www.compkarori.com/reb/pluginchat20.r
Pekr
11-Jan-2006
[3866]
when comes horizontal scroll to the game?
Henrik
11-Jan-2006
[3867x3]
pekr, check the docs. search for h-scroll. you can see how far I've 
come :-)
it's in there, just not really working yet. something isn't quite 
right with how I've made the faces to allow them to scroll.
graham: 404 not found
Graham
11-Jan-2006
[3870]
oops .. renamed it .. try again!
Henrik
11-Jan-2006
[3871x2]
in there now
pekr, sorry, better to search for "horizontal scrolling"
Pekr
11-Jan-2006
[3873]
I will, thanks for pointer ...
Henrik
11-Jan-2006
[3874]
graham, try setting FIT to FALSE to get pixel accurate widths
Graham
11-Jan-2006
[3875x3]
in the list definition ?
ok.
better, but the headers now cross over the scroller.
http://www.compkarori.com/reb/pluginchat21.r
Henrik
11-Jan-2006
[3878x2]
hang on... my connection is very bad right now
hm... beer chat has locked up
Graham
11-Jan-2006
[3880]
working for me.
Henrik
11-Jan-2006
[3881]
just loaded the one above... I can't write in the field
Graham
11-Jan-2006
[3882x2]
in the area field ?
delete the 11/12-Jan-2006-chat.r file ...
Louis
11-Jan-2006
[3884x2]
I have a large view script that work fine with the previous verison 
of view, but that gives the following error witht he new version 
of view:

Misplaced item: "imanXw"
Misplaced item: "Quit"
Misplaced item: [

    (write %session-time.txt (session-time + (either now/time >= time-start 
    [session-seconds: now/time - time-start] [se
ssion-seconds: ((now/time + 24:00) - time-start)])))
    quit
]
Any idea why?
Graham
11-Jan-2006
[3886x2]
http://www.compkarori.com/reb/pluginchat23.r

which has support for RMB on the users .. but a visual glitch in 
the scrollers.
Doesn't work under plugin.
So, the plugin page http://compkarori.com/reb/uses an older version.
JaimeVargas
11-Jan-2006
[3888]
Graham, No sound support in OSX view/beta so the newer version doesn't 
run here :-/
Graham
11-Jan-2006
[3889x5]
hmm.
but at least it shouldn't crash ??
Or , I guess it might when doing the setup business.
I need to fix that.
http://www.compkarori.com/reb/pluginchat24.r

I just put an attempt around the sound initialisation stuff.
Graham
12-Jan-2006
[3894x2]
Well, I got the new plugin working with AGG.
See http://www.compkarori.com/reb/for instructions.
Pekr
12-Jan-2006
[3896x2]
website is still referring to 1.2.47 though, even after reload ...
maybe you need also to change class-id in website source?
Graham
12-Jan-2006
[3898x2]
well, i think RT have to release a signed version .. but as carl 
says, it's difficult.
This way I at least can manually upgrade my own client plugin to 
AGG.
Pekr
12-Jan-2006
[3900x2]
ah, sorry, got it ...
you should update your instructions - you are not able to rewrite 
the file, unless you end your IE ... it keeps old view.dll locked 
...