0

doHighlighted() : different behaviour since 3.5.x

asked 2008-10-10 16:14:43 +0800

michele gravatar image michele
3

I upgraded my application to the latest version 3.5.1 -- and I noticed a different behaviour in the graphical handling of the window.doHighlighted () specifically : If I have three windows
window
window1.dohighllited()
window2.doHighlited()

I f the window2 highlighted is bigger in size of window1 part of this first one are grayed out .. and worse if I move the window2 (outside of the shadowof the window1) this het lost ...

What is the solution to allow multiple nested highlited window, that was no problem in the previous version 3.0.x .. is that a bug ?

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2008-10-14 01:06:30 +0800

flyworld gravatar image flyworld
155 3

can you post some code about you 3 windows ?
feel free to post it into ZK Features
(if it's not a bug, it will be delete or close there)

link publish delete flag offensive edit

answered 2008-10-16 10:01:24 +0800

christhornley gravatar image christhornley
78 1

I noticed a big change when I upgraded from 3.0.3 to 3.5.x around dialog windows.
In my case I was using modal dialogs but I guess the same principle probably applies.

I had "main_window" off which I had a dialog "window1". I had created window1 as a child of main_window and .doModal() worked fine in 3.0.3.
Then in 3.5.x, I noticed a few things
- window1 would not be visible outside the area of main_window - like you saw
- only main_window was disabled because of the doModal() - my other app windows remained active.

My solution was to create window1 with a NULL parent and set window1.page=main_window.page before invoking doModal(). This got me back to the desireed behavoiur.

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-10-10 16:14:43 +0800

Seen: 159 times

Last updated: Oct 16 '08

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