From 1a6eece068a310f5ba3f5d3df3e42e6199087f0a Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Mon, 13 Dec 2004 23:56:59 +0000 Subject: Added "append" method, fixed bug with background colour, added proper args to README svn path=/trunk/externals/bbogart/; revision=2370 --- popup/README.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'popup/README.txt') diff --git a/popup/README.txt b/popup/README.txt index bd6a801..6b517a7 100644 --- a/popup/README.txt +++ b/popup/README.txt @@ -26,7 +26,7 @@ USAGE: Put the binary in your extra folder. Put the helpfile in your 5.reference folder. -Arguments: [pixel width] [background colour] [name] [opt1] [opt2] [...] +Arguments: [pixel width] [pixel height] [background colour] [name] [opt1] [opt2] [...] Methods: @@ -34,8 +34,11 @@ Methods: name [name] Popup's name bgcolour [colour] Background Colour (white, green, #5500ff) options [opt1] [...] List of the popup options + append [opt1] [...] Add the arg list to the bottom of the current options BUGS: - Do not use a loadbang to set a patch-default value. Will cause a segfault. + The left outlet will send a "bang" message when we're ready to set values, + see example patch on how to use this to set a default value. Have Fun. -- cgit v1.2.1