Revision history [back]

click to hide/show revision 1
initial version

answered 2010-02-11 08:14:00 +0800

terrytornado gravatar image terrytornado flag of Germany

http://www.oxitec.de/

Hi Joh,

sorry it's very confusing.

  1. Please use CODE tags for posting code
  2. Have you ever have a look on my sample codes.
  3. What will you exactly do?

You must adapt it to your Component IDs like this:

   public void onCreate$imWnd(Event event) throws Exception {

          Map<String, Object> args = getCreationArgsMap(event);

          if (args.containsKey("energy")) {
              String energy = (String) args.get("energy");
              System.out.println(energy);
          } else {
             //
          }
}

best Stephan

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More