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

World: r3wp

[!RebGUI] A lightweight alternative to VID

shadwolf
1-May-2005
[790x9]
In fact microsoft is cheatting the whole table is drawn upon same 
level  when you clic on header they drawn an artificial vertical 
bar
you can do this when working in C/C++ but in rabol this will jag 
out the perf the current way is the best I think even if it's a little 
strange  ;)
I could simulate this by uping up the slider to the same pane that 
the header buttons but this will complexify the scrolling algorithm
scrollers works as getting next and previous face on the same pane
if i put them one pane  up I will need to change this system too
and how could I manage to find the related faces on the down level 
pane ???
so like  this is a little bit stange but it works ;)
with ou loosing perfs ;)
last problem is the horizontal scroller ;)
Brock
1-May-2005
[799]
Any way to just leave the content of the adjacent cells in place?
shadwolf
1-May-2005
[800]
hum not so easy to do ...
Brock
1-May-2005
[801]
Either way, current method works like a charm.
shadwolf
1-May-2005
[802x8]
done ;)
so now the only thing the moves until mouse button is down its the 
header ;)
same file on my ftp  ;)
http://shadwolf.free.fr/rebgui-list43.r
it's better this way
even faster and on mouse up the wall content is scrolled ;)
maybe Ashley will make an effect draw line on the current mouse position 
;)
this will do the trick like in microsoft ;)
Brock
1-May-2005
[810]
Now resizing can't go beyond the next column's right border.
shadwolf
1-May-2005
[811x4]
???
yes the resize mouve only the header buttons ;)
the right part is forgeted until the mouse button it's  not realease 
the only this is that the bar is hided
this is can be similate by over drawing a line  with effect draw 
;)
Brock
1-May-2005
[815]
That's working as you state, only the headers are moving.  Now however, 
I can only drag the resize bar one column width.
shadwolf
1-May-2005
[816]
yes you want it to forget the whole table content ?
Brock
1-May-2005
[817]
I don't want to be limited in width of how far I can resize.
shadwolf
1-May-2005
[818]
working on it
Brock
1-May-2005
[819]
[the man who requires no sleep]
shadwolf
1-May-2005
[820x3]
same file ;)
who me ?
hum Imagine what could be microsoft Windows if I where working on 
it lol
Brock
1-May-2005
[823]
still seeing the same problem
shadwolf
1-May-2005
[824x2]
???
I prefer the previous problem ;)
Brock
1-May-2005
[826]
If I had to choose, the previous would be the one for me as well 
 :-)
shadwolf
1-May-2005
[827]
I perfer see a blank then se it desapear than see a persistant blank 
area ;)
Brock
1-May-2005
[828x2]
I'm not talking about when reducing the size of the column, I'm talking 
when enlarging the size of the column, I can't resize larger then 
the max width of the column to the right.
only one column width, it used to allow many
shadwolf
1-May-2005
[830x2]
?
I don't have this limit ...
Brock
1-May-2005
[832]
it didn't happen to me earlier, but is consistant since your second 
link to http://shadwolf.free.fr/rebgui-list43.r
shadwolf
1-May-2005
[833x6]
oki I solve the h-scroller bug  ;)
http://shadwolf.free.fr/rebgui-list44.r
try this one
this time we are near of the perfection  :)
Brock I solve the probleme with sizing  !!!!
damn Im good ;)
Ammon
1-May-2005
[839]
And humble too! ;~>