hola,
here is an handy object to display some text in a patch, scroll it, select some items, sounds it would be more reasonable now to work with text in the global fear watching times... with too much power given to the images...
http://ydegoyon.free.fr/scrolllist.tar.gz ( only for linux here but would be grateful if someone would compile it on osx, windows, i forgot that brand since 2000 )
enjoy!! saludos, sevy
Hi!
Yves Degoyon wrote:
here is an handy object to display some text in a patch, scroll it, select some items,
http://ydegoyon.free.fr/scrolllist.tar.gz ( only for linux here but would be grateful if someone would compile it on osx, windows, i forgot that brand since 2000 )
I adapted your scrolllist to compile on Windows 2000 - it works very nice.
I included vcmakefile.dsp, the changed files Makefile and scrolllist.c, and the binary scrolllist.dll in your package, which you can download from http://iem.at/~majdak/download/pd/
I had to change a few lines only - could you give me a feedback about is it still working on *NIX :-)
BTW: there is a little bug in scrolllist: clear the list and seek for a line!=0 -> pd/scrolllist crashes. Maybe it's just a if(out_of_lines_loaded) missing...
br, Piotr
hola
BTW: there is a little bug in scrolllist: clear the list and seek for a line!=0 -> pd/scrolllist crashes. Maybe it's just a if(out_of_lines_loaded) missing...
ok, fixed, but only for linux, i searched in all the house, we only have linux machines here : http://ydegoyon.free.fr/scrolllist.tar.gz
i also have to explain how such a bug could happen, cause, better than fixing bugs, we should understand why we are producing bugs..
it's only because the code is copied from playlist and, than in playlist, the contents of a folder is never empty ( there is always "." and ".." at least )
add the line : if ( x->x_nitems == 0 ) return; at the beginning of scrolllist_seek
saludos, sevy
Hi!
Yves Degoyon wrote:
BTW: there is a little bug in scrolllist: clear the list and seek for a line!=0 -> pd/scrolllist crashes. Maybe it's just a if(out_of_lines_loaded) missing...
ok, fixed, but only for linux, i searched in all the house, we only have linux machines here : http://ydegoyon.free.fr/scrolllist.tar.gz
I wanted to update scrolllist for Windows and send it back to, but fixing the bug you must have removed all my changes which were required to compile on Windows. And, you cleaned the makefile - it's windows-free again :-(
I adapted the new version to Windows again, and put it at: http://iem.at/~majdak/download/pd/
It would be nice if you could use _this_ version for further updates. Note that the current target is pd_nt in the Makefile.
In the meantime I'll give playlist a try.
br, Piotr
Piotr Majdak wrote:
Hi!
Yves Degoyon wrote:
BTW: there is a little bug in scrolllist: clear the list and seek for a line!=0 -> pd/scrolllist crashes. Maybe it's just a if(out_of_lines_loaded) missing...
ok, fixed, but only for linux, i searched in all the house, we only have linux machines here : http://ydegoyon.free.fr/scrolllist.tar.gz
I wanted to update scrolllist for Windows and send it back to, but fixing the bug you must have removed all my changes which were required to compile on Windows. And, you cleaned the makefile - it's windows-free again :-(
I adapted the new version to Windows again, and put it at: http://iem.at/~majdak/download/pd/
It would be nice if you could use _this_ version for further updates. Note that the current target is pd_nt in the Makefile.
sorry if you don't get this attitude but i don't want my externals to run on windows ( i thought it was known on this list ).
it's my choice but you are still free to make windows versions and host them on your site..
sorry, whenever did you think iĺl put windows code in mine?
saludos, sevy
In the meantime I'll give playlist a try.
br, Piotr
Yves Degoyon wrote:
Piotr Majdak wrote:
sorry if you don't get this attitude but i don't want my externals to run on windows ( i thought it was known on this list ).
I didn't konw that. I respect your attidute but I hope you are in a minority of the pd-world.
it's my choice but you are still free to make windows versions and host them on your site..
Would you send me every new version of scrolllist? As long I find the time, I'll just include all changes again you removed (but don't remove your *NIX code ;-) and host the compiled windows binary for other users.
br; Piotr
Thanks for scrollist, it works great (even on XP). I do have a suggestion thought: If the width of the added text is larger than the scrollist window width, a weird offset occurs. I think clipping the text would be better. Attached is an image of the behavior.
How is the adaptation of Playslist going Piotr?
Tom
On 11/22/05, Piotr Majdak piotr@majdak.com wrote:
Hi!
Yves Degoyon wrote:
BTW: there is a little bug in scrolllist: clear the list and seek for a line!=0 -> pd/scrolllist crashes. Maybe it's just a if(out_of_lines_loaded) missing...
ok, fixed, but only for linux, i searched in all the house, we only have linux machines here : http://ydegoyon.free.fr/scrolllist.tar.gz
I wanted to update scrolllist for Windows and send it back to, but fixing the bug you must have removed all my changes which were required to compile on Windows. And, you cleaned the makefile - it's windows-free again :-(
I adapted the new version to Windows again, and put it at: http://iem.at/~majdak/download/pd/
It would be nice if you could use _this_ version for further updates. Note that the current target is pd_nt in the Makefile.
In the meantime I'll give playlist a try.
br, Piotr
-- Piotr Majdak Institut für Schallforschung Österreichische Akademie der Wissenschaften Reichsratsstr. 17 A-1010 Wien Tel.: +43-1-4277-29511 Fax: +43-1-4277-9296 E-Mail: piotr@majdak.com WWW: http://www.kfs.oeaw.ac.at
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Scrolllist will make PD crash if it is inside a "graph on parent subpatch" (I only checked on XP). I also made scrollist crash by sending an seek message to an empty scrollist.
Tom
On 11/28/05, Thomas Ouellet Fredericks iamonthebeach@gmail.com wrote:
Thanks for scrollist, it works great (even on XP). I do have a suggestion thought: If the width of the added text is larger than the scrollist window width, a weird offset occurs. I think clipping the text would be better. Attached is an image of the behavior.
How is the adaptation of Playslist going Piotr?
Tom
On 11/22/05, Piotr Majdak piotr@majdak.com wrote:
Hi!
Yves Degoyon wrote:
BTW: there is a little bug in scrolllist: clear the list and seek for a line!=0 -> pd/scrolllist crashes. Maybe it's just a if(out_of_lines_loaded) missing...
ok, fixed, but only for linux, i searched in all the house, we only have linux machines here : http://ydegoyon.free.fr/scrolllist.tar.gz
I wanted to update scrolllist for Windows and send it back to, but fixing the bug you must have removed all my changes which were required to compile on Windows. And, you cleaned the makefile - it's windows-free again :-(
I adapted the new version to Windows again, and put it at: http://iem.at/~majdak/download/pd/
It would be nice if you could use _this_ version for further updates. Note that the current target is pd_nt in the Makefile.
In the meantime I'll give playlist a try.
br, Piotr
-- Piotr Majdak Institut für Schallforschung Österreichische Akademie der Wissenschaften Reichsratsstr. 17 A-1010 Wien Tel.: +43-1-4277-29511 Fax: +43-1-4277-9296 E-Mail: piotr@majdak.com WWW: http://www.kfs.oeaw.ac.at
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi!
Thomas Ouellet Fredericks wrote:
I also made scrollist crash by sending an seek message to an empty scrollist.
This is a confirmed bug in the latest release for Windows. AFAIK Yves fixed it in his *nix version, now I must adapt his changes to Windows.
Yves: would you send me a link to your latest scrolllist, please? Can you tell us anything about the "graph on parent" crash on *nix?
br, Piotr