|
From: Foster B. <fos...@us...> - 2006-02-23 23:29:35
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/begin/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25760/adobe/test/begin/examples Modified Files: grow.eve named_function_suite.eve Log Message: the state of things. We've been working to isolate static_text_t (now called label_t) but it has been slow going because we're trying to wrestle with perfecting the API and what effect that has on other components that were using label_t in a way that isn't in accordance with the new API we're trying to write. As it stands static_disabled_text_m is broken on both platforms, but everything else should be working better. Index: grow.eve =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/begin/examples/grow.eve,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** grow.eve 3 Feb 2006 18:33:38 -0000 1.2 --- grow.eve 23 Feb 2006 23:28:56 -0000 1.3 *************** *** 19,23 **** "of this information or reproduction of this material is strictly forbidden " "unless prior written permission is obtained from Adobe Systems Incorporated." ! , wrap: true); button(name: "OK", bind: @done); } --- 19,23 ---- "of this information or reproduction of this material is strictly forbidden " "unless prior written permission is obtained from Adobe Systems Incorporated." ! , characters: 25); button(name: "OK", bind: @done); } Index: named_function_suite.eve =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/begin/examples/named_function_suite.eve,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** named_function_suite.eve 3 Feb 2006 18:33:38 -0000 1.4 --- named_function_suite.eve 23 Feb 2006 23:28:56 -0000 1.5 *************** *** 13,17 **** column(child_horizontal: align_fill) { ! static_text(name: "This dialog is useful for testing the functionality of the named functions. Hit the OK button to see a result set containing values processed by the built-in functions.", wrap: true); group(name: "Contributing Test") --- 13,17 ---- column(child_horizontal: align_fill) { ! static_text(name: "This dialog is useful for testing the functionality of the named functions. Hit the OK button to see a result set containing values processed by the built-in functions.", characters: 25); group(name: "Contributing Test") |