0

Window Overlapped

asked 2005-11-28 06:02:33 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3446938

By: nobody

There is one issue with overlapping windows. When the user clicks on a window and moves around, the window does not come in the front of other overlapped windows. One would expect the currently moving window to come above all other windows.

Also, there is no API method to control the Z-value of overlapped windows. Perhaps this should be added.

delete flag offensive retag edit

20 Replies

Sort by ยป oldest newest

answered 2005-12-14 09:47:58 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3474990

By: nobody

The caption of the window has the style set to:
FLOAT: right

This is what causes the problem in this case. The div outside the span does not have a width set by default, so the caption tries to go to as right as possible due to the style given above. Though it may seem logically right, this style sheet has a flawed logic and the browser is not at fault here. There is no other way the browser could render this logic with the current way the style is being applied by the framework.

A more natural way would have been to use tables without width being set by default for window and window captions. The title and the window caption can become two columns, with the right column's align set to right. That would achieve the same result without the unexpected results.



link publish delete flag offensive edit

answered 2005-12-14 09:58:34 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3475012

By: nobody

Also on the topic of overlapping windows, it would be great to have the window resizable by dragging on the bottom right corner.

I like the way laszlo implemented the window function:
http://www.laszlosystems.com/lps/laszlo-in-ten-minutes/

With laszlo, we just do:
<window resizable="true">
..
</window>

I'm pretty sure it is not a big deal to implement this in ZK as well.

link publish delete flag offensive edit

answered 2006-04-20 06:26:32 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3695491

By: nobody

hi,

I would make my window always Overlapped. Is it possible to make a indow Overlapped by default?

thanks,

link publish delete flag offensive edit

answered 2006-04-20 07:04:01 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3695501

By: henrichen

<window title="1st window" border="normal" width="200px" mode="overlapped">
Hello, World!
</window>

/henri

link publish delete flag offensive edit

answered 2006-04-20 07:06:30 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3695502

By: nobody

OK,

Thanks,

link publish delete flag offensive edit

answered 2006-04-20 07:19:08 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3695515

By: henrichen

You are welcome.

/henri

link publish delete flag offensive edit

answered 2006-05-10 10:03:43 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3722028

By: nobody

Hi,

I made an application with some overlapped window.In fact,when I move a window, is it possible to "block" the deposit to another window? I would like that the user can't deposit a window to another...

thanks,

link publish delete flag offensive edit

answered 2006-05-10 12:03:12 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3722196

By: henrichen

Do you mean that you want some "window" to be always on top? No other window can "cover" its surface?

/henri

link publish delete flag offensive edit

answered 2006-05-10 12:37:44 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3722247

By: nobody

No,not always on top. If I stop a window to another window,the first window will not cover the second window. It will maybe shift at side.

Something like that : http://fr.my.msn.com


thanks

link publish delete flag offensive edit

answered 2006-05-11 06:52:25 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3723572

By: henrichen

No, there is no support for such behavior yet. Please post to Feature-Request.

/henri

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: 2005-11-28 06:02:33 +0800

Seen: 968 times

Last updated: May 11 '06

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