I found the Echo2 online demo is a very good start for learning. Anybody can tell me where are the source codes for this online demo (http://demo.nextapp.com/Demo/app)? The source package I downloaded from NextApp doesn't include the source codes for the following 2 online demos:
1) http://demo.nextapp.com/Demo/app
2) http://demo.nextapp.com/ExtrasTest/app
Please search the forums first, this question has been asked over and over again...
The ExtrasTest source can be found at http://nextapp.com/platform/echo2/extras/.
Thanks. However, I've searched the forum for source codes of http://demo.nextapp.com/Demo/app, but failed. Can you tell me which thread talked about this before?
You seem to have found [url=http://forum.nextapp.com/forum]http://forum.nextapp.com/forum]. The problem is not the framework that cannot do stuff, it actually does very well, but some of the artwork used cannot be released to the public. See [url=http://forum.nextapp.com/forum]http://forum.nextapp.com/forum] and [url=http://forum.nextapp.com/forum]http://forum.nextapp.com/forum].
echo2 online only source code
Ok, art work is copyrighted, but it will be good to see at least source code of echo online demo.
For example, i would be interested in how to create button+icon in accordition pane. I have problem to center text and image to middle.
I try following code where scrComp is ButtonEx
srcComp.setTextAlignment(new Alignment(Alignment.CENTER, Alignment.BOTTOM));
srcComp.setAlignment(new Alignment(Alignment.CENTER, Alignment.BOTTOM));
srcComp.setTextPosition(new Alignment(Alignment.CENTER, Alignment.BOTTOM));
but event that, the image is on the left :-(
thanks
Volt