0

Events GenericForwardComposer

asked 2012-03-05 15:48:19 +0800

mlorenzini27 gravatar image mlorenzini27
18

Hi all,

1) I have a window with id="main_window" in a zul page...then apply MyComposer (extends GenericForwardComposer) to the window...

2) Add programmatically by Controller MyComposer another window with id="sub_window" to the main window...

3) MyComposer extends ....{


public void onCreate$main_window(){

Enter here....Ok

}

public void onCreate$sub_window(){

Not enter here....why???

}
}

Why not enter in the onCreate event of hte sub_window??? Because I add window programmatically????

Have you a solutions for this...???

Thanks Matteo

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2012-03-05 16:42:53 +0800

mhj gravatar image mhj flag of Brazil
806 1 7

hi mlorenzini27
can you post a code example please?
i think you can works with
Window window = new Window();
window.set....
but if you need oncreate, you can do a class and extends window...

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-03-05 15:48:19 +0800

Seen: 127 times

Last updated: Mar 05 '12

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