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

World: r3wp

[!RebGUI] A lightweight alternative to VID

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! ;~>
shadwolf
1-May-2005
[840]
hum after suffering so mutch I have the right to a little self greeting 
;)
Ammon
1-May-2005
[841]
;-)
Brock
1-May-2005
[842]
Yup, that would have it.  Nice job.
shadwolf
1-May-2005
[843]
last thing to do is to draw a vertical line with effect draw at position 
of the mouse
Graham
1-May-2005
[844x3]
hmm.  this recent version seems buggy.
http://www.compkarori.com/rebol/problems1.png
at this point I can only resize column 1 and not the others
shadwolf
1-May-2005
[847x2]
I don't have this issue ...
with http://shadwolf.free.fr/rebgui-list44.r?
Graham
1-May-2005
[849]
yes
shadwolf
1-May-2005
[850x2]
try it now  ...
some ftp update problems maybe ...
Graham
1-May-2005
[852]
yeah, still problematic
shadwolf
1-May-2005
[853]
for me it work even with 1.2.8.3.1 and 1.2.57e.3.1 :)
Graham
1-May-2005
[854x2]
>> rebol/version
== 1.2.46.3.1
and 1.2.55.3.1
shadwolf
1-May-2005
[856x13]
needs to be investigate but i dont see this problem ... try other 
vm plz maybe it's a VM issue ...
with 1.2.56.3.1 it works...
with 1.2.48.3.1 it doesn't work ... So it's a VM issue ;)
with 1.2.10 it workd
with 1.2.10.3.1 it works
with 1.2.555.3.1 it doesn't work ...
1.2.55.3.1 it doesn't work ...
so don't know why but some REBOL/View version have this problem ;)
I'm developping with 1.2.57e.3.1 and no problems apear not with 1.2.10 
or 1.2.8 ...
Huuuuuuuuuuuum after several tries I get this problem too ...
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?