World: r3wp
[!RebGUI] A lightweight alternative to VID
older newer | first last |
shadwolf 1-May-2005 [884x3] | 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 ... | |
shadwolf 3-May-2005 [916x5] | Before adding new function to the list widget I'm actually tryaing to improve de yet existing things in order to not have to work on it any more later. So I work on order symbolisation (thank you ashley for the inspiration) and on column resizing algorithm and visuability :) |
http;//shafwolf.free.fr/rebgui-list47.r | |
http://shafwolf.free.fr/rebgui-list47.r | |
for new demo version :) | |
dab adress sorry http://shadwolf.free.fr/rebgui-list47.r | |
Graham 3-May-2005 [921x2] | >> ** Script Error: Cannot use add on none! value ** Where: do-body ** Near: ar-wid/header-ind + 1 |
but the gadget is still working | |
shadwolf 3-May-2005 [923x3] | yes sorry same link for corrected version |
I fixe it some minutes ago but I don't mention it here ... | |
Ichnaged the over function content for header buttons too ... now it shows/hide the sorting indicator | |
Graham 3-May-2005 [926] | I see now you can not collapse a column to zero width as before |
shadwolf 3-May-2005 [927x4] | yes I find this better this is driven by the need to display the order symbol if the column will make to 0 size the symbol will not be related to the adecate column |
showing a order symbol for the non adecate column is not a good thing ... | |
ordering = sorting order = sort sorry false friend with french work ordre ;) | |
not work but word ;) | |
Robert 4-May-2005 [931x2] | This widget is becoming very cute :-) Good work. |
So how to best handle data now? For example I want to handle a todo list, where I need to change position of the todos in the list. Does the widget works with copy of the data best, or can I link it directly with the data block that the other functions work with too? | |
shadwolf 4-May-2005 [933] | widget are not yet linked with the data content modification for example check box doesn't modify it's related datas into the listview/data field |
older newer | first last |