aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/savepanel-help.pd
blob: 0daa64245e48708a7f79b35f92d588ca6c0833b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#N canvas 0 0 555 619 10;
#X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0
14 -228856 -66577 0;
#X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header savepanel 3 12 0
18 -204280 -1 0;
#X obj 0 334 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
-228856 -1 0;
#N canvas 53 243 494 344 META 0;
#X text 12 105 LIBRARY internal;
#X text 12 145 WEBSITE http://crca.ucsd.edu/~msp/;
#X text 12 25 LICENSE SIBSD;
#X text 12 125 AUTHOR Miller Puckette;
#X text 12 185 HELP_PATCH_AUTHORS Updated for Pd version 0.24. Jonathan
Wilkes revised the patch to conform to the PDDP template for Pd version
0.42.;
#X text 12 5 KEYWORDS control GUI;
#X text 12 45 DESCRIPTION query the user for the name of a file to
create;
#X text 12 85 DATATYPE_OUT symbol;
#X text 12 65 INLET_0 bang symbol;
#X text 12 165 RELEASE_DATE 1997;
#X restore 500 597 pd META;
#X obj 0 459 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0
13 -228856 -1 0;
#X obj 0 501 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12
0 13 -228856 -1 0;
#X obj 0 528 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12
0 13 -228856 -1 0;
#X text 98 505 (none);
#N canvas 104 480 428 109 Related_objects 0;
#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
14 -204280 -1 0;
#X obj 22 43 openpanel;
#X text 8 2 [savepanel] Related Objects;
#X restore 102 597 pd Related_objects;
#X obj 78 343 cnv 17 3 105 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
-162280 0;
#X obj 78 468 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
-162280 0;
#X obj 463 3 savepanel;
#X obj 435 20 pddp/pddplink http://wiki.puredata.info/en/savepanel
-text pdpedia: savepanel;
#X text 98 342 bang;
#X text 98 467 symbol;
#X text 168 467 - once chosen from the file browser \, the filename
is output as a symbol.;
#X text 99 532 [savepanel] handles filenames with spaces correctly.
However \, if you try to save a filename with spaces in a message box
\, for example \, it will be converted to a list the next time you
open the patch.;
#X msg 205 131 bang;
#X obj 205 225 print;
#X obj 205 200 savepanel;
#X msg 249 131 symbol /tmp;
#X text 98 387 symbol;
#X text 168 387 - you can send a symbol to the inlet of [savepanel]
to specify the initial directory (see above).;
#X text 98 422 list;
#X msg 249 153 symbol C:/;
#X text 11 23 query the user for the name of a file to create;
#X text 168 422 - a list will be truncated to the first element (if
it is a symbol).;
#X text 168 342 - when [savepanel] gets a bang \, a "Save As" file
browser appears on the screen. If you choose a filename \, it appears
on the outlet.;
#X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide;
#X connect 17 0 19 0;
#X connect 19 0 18 0;
#X connect 20 0 19 0;
#X connect 24 0 19 0;