0

Progressmeter doesn't work in a modal window

asked 2008-06-13 14:19:27 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


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

By: vigors

hi
when i use a progressmeter in a modal window, the progress bar is not displayed.
If i change the same window to not modal window it works properly.
Note that it works fine in ZK version 2.3.1.

thanks

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2008-06-16 06:18:33 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


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

By: jumperchen

Could you offer us a simple sample?

Thanks,
Jumper

link publish delete flag offensive edit

answered 2008-06-16 13:54:10 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


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

By: vigors

here is an example :
<?xml version="1.0" encoding="utf-8"?>
<zk xmlns="http://www.zkoss.org/2005/zul"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.zkoss.org/2005/zul
http://www.zkoss.org/2005/zul/zul.xsd ">
<zscript>{ Events.postEvent("onModal", self, null); }</zscript>
<vbox width="500px" >
<div align="left">
<!-- GRID -->
<grid width="500px">
<columns>
<column width="150px" />
<column width="150px" />
</columns>
<rows>
<row>
<label value="%Used" />
<progressmeter value="60" />
</row>
</rows>
</grid>
</div>
</vbox>
</zk>

the progress bar is not displayed.
if i remove the "onModal" event, it works fine.
regards
vigors

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-06-13 14:19:27 +0800

Seen: 229 times

Last updated: Jun 16 '08

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