From a425a2aba64faf2c02f770194acdaf06dc0258ed Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Tue, 26 Aug 2008 06:50:27 +0000 Subject: contextual menu helpers svn path=/trunk/abstractions/senderfruit/; revision=10261 --- core/dialog.under-cursor-help.pd | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 core/dialog.under-cursor-help.pd (limited to 'core/dialog.under-cursor-help.pd') diff --git a/core/dialog.under-cursor-help.pd b/core/dialog.under-cursor-help.pd new file mode 100644 index 0000000..3d410c8 --- /dev/null +++ b/core/dialog.under-cursor-help.pd @@ -0,0 +1,17 @@ +#N canvas 677 392 419 249 10; +#X text 4 8 [dialog.under-cursor] constructs the appropriate message +to spawn a pd-window under the cursor's current position.; +#X text 5 46 Required arguments are the dimensions of the window you'd +like to spawn (a necessity require by the message to Pd); +#X obj 45 173 dialog.under-cursor 330 115; +#X obj 45 197 s pd-\$0.my-dialog; +#N canvas 563 580 330 115 \$0.my-dialog 0; +#X text 45 22 Hallo there!; +#X restore 287 193 pd \$0.my-dialog; +#X obj 45 151 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X text 6 85 The window will automatically stay within your screen's +boundaries.; +#X text 273 220 2008 Luke Iannini; +#X connect 2 0 3 0; +#X connect 5 0 2 0; -- cgit v1.2.1