0

overlaapped windows

asked 2008-07-15 08:21:07 +0800

irteza1 gravatar image irteza1
63 1

hello,
I'm creating a page like welcome page, here i want to open a overlapped window on button click at the center of page, now this new window having many buttons is opened at the center of page(till this i've done), here important thing which i wana do is if i click on any button a new window is opened on same page without redirecting to any other page and first window will also be not closed it appear on screen at same place.i.e one page and many overlapped windows opened on it on it, i need this thing using zk

//first.zk each window code in separate zk file
<?page title="Overlapped Windows"?>
<window position="center" id="firstwin" title="hello!" border="normal" mode="overlapped" width="150px" height="150px">
<button label="click" /> if i click here 2nd will open
</window>

//second.zk
<?page title="Overlapped Windows"?> // here page is same
<window id="secondwin" title="hello!" border="normal" mode="overlapped" width="150px" height="150px">
<button label="click" /> // if i click here next window open
</window>

help me please if anyone have idea ???????????

if anyone here

delete flag offensive retag edit

1 Reply

Sort by ยป oldest newest

answered 2008-07-21 12:59:21 +0800

ibsolution gravatar image ibsolution
468 1 1 6

hai,

you should post in "Help" forum not in "Announce" forum

regrads,

andy susanto

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: 2008-07-15 08:21:07 +0800

Seen: 531 times

Last updated: Jul 21 '08

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