IngoB's profile - activity

2014-03-12 11:33:29 +0800
answered a question
Problem with minWidth Hello, I have a listbox which is generate in this window <window id="window" sizable="true" minwidth="1000" hflex=" ...
2014-03-12 11:14:04 +0800
edited answer
How to disable image download from browser? another alternative is to set an empty popup to your component / overwrite the "right_click" listener, so the standard " ...
2014-03-12 11:13:26 +0800
answered a question
How to disable image download from browser? Hi, There is a requirement in our project to disable image download using right click 'Save Picture As' option on brows ...
2014-03-12 10:23:49 +0800
edited answer
Problem with minWidth I don't get your Problem. You want to resize the window & listbox until 1000px window width and <1000px it should ...
2014-03-12 10:17:40 +0800
answered a question
Problem with minWidth Hello, I have a listbox which is generate in this window <window id="window" sizable="true" minwidth="1000" hflex=" ...
2014-03-12 07:49:23 +0800
answered a question
Problem with setSelectedItem (Combobox) Hello, I have a problem with the specification of setSelectedItem (combobox). I found this note: Note: if the label of ...
2014-03-12 07:44:49 +0800
edited answer
ZK Upgrade to 7.0.1 from ZK.6.5.4 Problem <zk.version>7.0.1</zk.version> <dependency> <grou ...
2014-03-12 07:44:10 +0800
answered a question
ZK Upgrade to 7.0.1 from ZK.6.5.4 Problem Hi Try to upgrade the version to ZK 7.0.1 from ZK 6.5.4. After the login screen itself, i got the following error type ...
2014-03-12 07:44:10 +0800
commented question
2014-03-12 07:44:10 +0800
commented question
2014-03-12 07:42:16 +0800
commented answer
2014-03-11 15:54:21 +0800
received badge
2014-03-11 15:52:53 +0800
answered a question
When are you going to release the version 7.0.1 we rely on Checkboxes a lot but it is not working properly on 7.0 The checkbox is not working properly, we really urge to have the bug fix for it. When are you going to release 7.0.1. I ...
2014-03-11 15:49:41 +0800
answered a question
scrollIntoView problem with IE10 The Clients.scrollIntoView() not working correctly in IE10. Instead of scroll to the component, it scroll to the top of ...
2014-03-11 15:46:45 +0800
answered a question
Create theme based on atlantic Hi, I like atlantic theme and I would like to create some themes like atlantic but with different color to let the user ...
2014-03-11 15:43:56 +0800
answered a question
Fusion chart smart Label Hi First look at the ZK Demo here and then look the documentation here And in my ZK VM, i have added the following li ...
2014-03-11 15:42:21 +0800
answered a question
2014-03-11 15:32:25 +0800
answered a question
hbox in hbox align problem Hi all, <zk> <window border="normal" title="hello"> <hbox width ="100%"> <hbox a ...
2014-03-11 15:25:57 +0800
edited question
[SOLVED] Atlantic Theme Menuseparator Hi, I tried using ZK 7.0.1 with Atlantic Theme, but all my Menuseparators are not visible anymore. <menuseparator / ...
2014-03-11 15:24:45 +0800
edited question
[Solved] Multiple selection of Treeitems Hi, i create a Tree with Treeitems and I want them all "checked". My tree has both attributes set ( multiple="true" che ...
2014-03-11 15:24:29 +0800
edited question
[Solved] Menubar with Buttons Hi, I got a ZUL Page, which is aligned by a "borderlayout". In "north" I got a Menubar, which is aligned left. Now I ...
2014-03-11 15:23:55 +0800
edited question
[Solved] Dynamic Popup Positition Hi, I'm generating a popup and assign it to an image. Image image = new Image(); Popup popup = new Popup(); image.setT ...
2014-03-11 15:23:20 +0800
asked a question
2014-03-11 14:55:06 +0800
edited answer
[Solved] Dynamic Popup Positition Thank you for your help :) I "solved" it with a Eventlistener and its working, but kinda ugly :x image.addEventListene ...
2014-03-11 14:51:14 +0800
answered a question
[Solved] Dynamic Popup Positition Hi, I'm generating a popup and assign it to an image. Image image = new Image(); Popup popup = new Popup(); image.setT ...
2014-03-11 14:10:59 +0800
answered a question
[Solved] Dynamic Popup Positition Hi, I'm generating a popup and assign it to an image. Image image = new Image(); Popup popup = new Popup(); image.setT ...
2014-03-11 13:32:51 +0800
edited answer
[Solved] Dynamic Popup Positition At the moment I'm only assigning the dynamically created popup to the image. Image image = new Image(); Popup popup = n ...
2014-03-11 13:30:34 +0800
edited answer
[Solved] Dynamic Popup Positition At the moment I'm only assigning the dynamically created popup to the image. Image image = new Image(); Popup popup = n ...
2014-03-11 13:28:11 +0800
answered a question
[Solved] Dynamic Popup Positition Hi, I'm generating a popup and assign it to an image. Image image = new Image(); Popup popup = new Popup(); image.setT ...
2014-03-11 12:42:40 +0800
edited answer
[Solved] Dynamic Popup Positition Thanks. Do i have to set an Eventlistener "onMouseOver"&"onMouseOut" at the image call "popup.open(image, "after_po ...
2014-03-11 12:42:15 +0800
edited answer
[Solved] Dynamic Popup Positition Thanks. Do i have to set an Eventlistener "onMouseOver"&"onMouseOut" at the image call "popup.open(image, "after_po ...
2014-03-11 12:42:06 +0800
edited answer
[Solved] Dynamic Popup Positition Thanks. Do i have to set an Eventlistener "onMouseOver"&"onMouseOut" at the image call "popup.open(image, "after_po ...
2014-03-11 12:40:11 +0800
edited answer
[Solved] Dynamic Popup Positition Thanks. Do i have to set an Eventlistener "onMouseOver"&"onMouseOut" at the image call "popup.open(image, "after_po ...
2014-03-11 12:39:48 +0800
answered a question
[Solved] Dynamic Popup Positition Hi, I'm generating a popup and assign it to an image. Image image = new Image(); Popup popup = new Popup(); image.setT ...
2014-03-11 09:33:32 +0800
asked a question
2014-03-11 07:51:53 +0800
edited question
[Solved] Slider Tooltip Hi, i got a Slider and I do NOT want a slidingtext. How do I disable the slidingtext? http://www.zkoss.org/zkdemo/inpu ...
2014-03-11 07:51:38 +0800
answered a question
[Solved] Slider Tooltip Hi, i got a Slider and I do NOT want a slidingtext. How do I disable the slidingtext? http://www.zkoss.org/zkdemo/inpu ...
2014-03-10 13:53:07 +0800
edited question
[Solved] Slider Tooltip Hi, i got a Slider and I do NOT want a slidingtext. How do I disable the slidingtext? http://www.zkoss.org/zkdemo/inpu ...
2014-03-10 13:50:11 +0800
asked a question
2014-02-18 09:39:11 +0800
answered a question
[Solved] Multiple selection of Treeitems Hi, i create a Tree with Treeitems and I want them all "checked". My tree has both attributes set ( multiple="true" che ...
2014-02-18 09:29:51 +0800
edited question
[Solved] Multiple selection of Treeitems Hi, i create a Tree with Treeitems and I want them all "checked". My tree has both attributes set ( multiple="true" che ...
2014-02-18 09:19:09 +0800
received badge
2014-02-18 09:19:09 +0800
edited question
[Solved] Multiple selection of Treeitems Hi, i create a Tree with Treeitems and I want them all "checked". My tree has both attributes set ( multiple="true" che ...
2014-02-18 09:15:48 +0800
asked a question
2014-01-30 14:59:01 +0800
commented answer
2014-01-30 14:59:01 +0800
commented answer
2014-01-29 17:26:03 +0800
received badge
2013-10-24 12:19:08 +0800
commented question
2013-10-24 07:33:21 +0800
edited question
[Solved] Menubar with Buttons Hi, I got a ZUL Page, which is aligned by a "borderlayout". In "north" I got a Menubar, which is aligned left. Now I ...
2013-10-23 15:53:25 +0800
asked a question
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More