0

can i manipulate the child window height and width at the time of creation

asked 2010-08-02 02:10:42 +0800

drajasuman gravatar image drajasuman
342 1

Executions.createComponents(childwindow, Parent , Map)
So can i manipulate the childwindow size?

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2010-08-02 03:01:23 +0800

SHERKHAN gravatar image SHERKHAN
231 3

updated 2010-08-02 03:01:41 +0800

hi,

yes, createComponents returns the created component. You can do :

Window win = (Window) Executions.createComponents(childwindow, Parent , Map);
win.setWidth(yourValue);
win.setHeight(anotherValue);

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: 2010-08-02 02:10:42 +0800

Seen: 95 times

Last updated: Aug 02 '10

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