the arguments for the guis are slightly different. the slider has width, height, bottom, top, but then also lin/log, init/noinit, send, receive, name, x_off, y_off, font, fontsize, back-, front-, label-color. then there is one, i do not knowe, what it is (0) and the very last seems to be the steady/jump flag. the three flags can be set by 0 or 1. if you open a patch with a text-editor you can always check the correct syntax. hdial, for example, which is called hdl, has size, newonly/new&old, init, fields, send, receive, labelname, x-off, y-off, font, fontsize, ... sÃme
----- Original Message ----- From: "Andre Schmidt" andre@vju.info To: "PD-LiST" pd-list@iem.kug.ac.at Sent: Friday, June 07, 2002 7:08 PM Subject: [PD] dynamic gui object creation?
hi,
i just undertanded how to build dynamicly (thnx CK) in PD, but... (win2k, pd0.35-23)
when this works: [obj 30 10 toggle 10 1 1t-s 1t-r empty 0 0 0 10 1 2 3 0( (makes a toggle with "all" properties set)
and this don't: [obj 10 10 vslider 32 64 1 32 1s-s 1s-r empty 0 0 0 10 1 2 3 0( (makes a slider but no properties set)(am i missing something?)
is there any comprehensive info on dynamicly building and setting properties toggles,slider...etc. ? (creation arguments would fit my needs 4 now)
thnx -andre ps. dyntest02.pd is if i had a typo in this mail...