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
[866x3]
after some playing with the spliters they jump  dans resize all anarchicaly 
... I don't know why this happens...
I think I solve the bug I test with lot of VM and it work
http://shadwolf.free.fr/rebgui-list45.r
Brock
1-May-2005
[869x2]
Nice work I see you have included a coloured line when resizing - 
seems to only work inside the column currently being resized.
Also, when you reduce the sizes of the columns and can see the right 
edge of column 5, you can't resize column5 - no resize bar.
Robert
1-May-2005
[871x5]
line-selection: 
- How about using a TINT effect for images in the selected line?

- Changing the state of the select box in column 2 isn't reflected 
in listview/picked output
column-resizing:

- after starting regui-list I see gray column seperator lines. When 
I move the mouse over the line, it's highlighted in orange and than 
becomes black when moving the mouse away. Why not gray again?

- when making a column smaler I can see the virtual new edge (in 
orange) but when making the column wider this virtual new edge isn't 
shown. Looks to me like an order issue. The virtual line needs to 
be drawn last.
line-selection:

- If a line is selected and I sort by one column the selection isn't 
keept on the same entry. The selection is keept on the same entry 
number counted from the top. That's a strange behaviour. It should 
keep the selected line.
scrolling:
- How about scroll-wheel support?
BTW: It's a very nice widget so far :-)) Can I change the displayed 
data on the fly? For example, if I want to move lines up and down. 
How is this done?
shadwolf
1-May-2005
[876x11]
Robert it's a splitter bug  :)
no I don't set the starting color
the splittet desapear because it"s on the same level as the column 
so it pas back the right columns when it's  dragged
what is a tint effect  ?
okay I understand
yes It can be done
I try to insert  a tint effect in the image widget but it does works 
...
I setup a allways shown system for the splitter it slow down the 
perfs
http://shadwolf.free.fr/rebgui-list46.r
Robert:  for the moment there is no possibility to reorganise the 
data content ...
robert the problem you see with selected line and sort is because 
to speed the sorting process I change the widget field (text, data, 
image) content and so they conserv there index. What I need to do 
to not loose perf is to change the actual color seek the picked content 
and pass to the select-line function the new index ;)
Graham
1-May-2005
[887x3]
Can't see the above bugs anymore, but I can't resize the last column
there's no gadget on the right of the last column.
no splitter gadget..
shadwolf
1-May-2005
[890x5]
I solve the line selection issue
but the update-table process time was multiplicate by 2.5 ... passing 
from 0.31 to 0.125 seconds  ...
reference are set to text typed fields ...
graham I will fixe this right now :)
Graham Its corrected ;)
Graham
1-May-2005
[895]
url?
shadwolf
1-May-2005
[896]
http://shadwolf.free.fr/rebgui-list46.r
Graham
1-May-2005
[897]
sorry ...
benchmark building table:0:00:00.14

** Script Error: find expected series argument of type: series port 
bitset
** Where: switch
** Near: find picked (buffer/:mark)
shadwolf
1-May-2005
[898x6]
231 lines but I coded this very bladly ... well that's not so big 
if we see all the features it have in it ;)
solve this problem too ;)
i just uploaded the corrected version ;)
I thought I had yet corrected this problem :)
so now how do you found it ?
mutch better ?
Graham
1-May-2005
[904x2]
there's an extra column that now appears
I must have clicked on that
shadwolf
1-May-2005
[906x10]
it's normal line in windows ;)
le lastest column have no event handler ;)
nor its title button ;)
benchmark building table:0:00:00.14

** Script Error: find expected series argument of type: series port 
bitset
** Where: switch
** Near: find picked (buffer/:mark)
this bug was due to the none selected line when you claim an ordering 
without z selected line in it but It's corrected now
new version with better very  last column motion ;)
I rewoked the update-table when a line is picked algorythm no better 
performance ...
without a a line picked I get 0.047 seconds with a line selected 
I get 0.157 seconds ...
because of the use of find and select-line fonction :)
now the code search for the whole picked content  into trigerred 
 data/2 and not only for one thing ...