MDuchemin's profile - activity

2017-05-12 02:20:14 +0800
answered a question
readonly="true" is not working in textbox why does readonly="true" is not working in <textbox> ? can any one suggest me? ...
2017-05-05 14:29:19 +0800
answered a question
Fetching Key-Value pair for ComboBox using SimpleListModel Hi All, I want my Combobox to be Autosuggest box, where I am fetching all products. Now to make Combobox autosuggest I ...
2017-04-10 04:01:33 +0800
answered a question
How do I start with Zk for Java Web development? I'm beginner in Zk and would like to start developing web applications based on this. But I have no idea where to start! ...
2017-04-05 11:06:07 +0800
commented answer
2017-04-05 11:05:38 +0800
commented answer
2017-04-05 02:29:35 +0800
edited answer
Custom component that extends Textbox does not fire onChange event Try adding a <depends> element in your lang-addon.xml Since these bindings are defined in zkbind, you need to make ...
2017-04-05 02:29:17 +0800
edited answer
Custom component that extends Textbox does not fire onChange event Try adding a <depends> element in your lang-addon.xml Since these bindings are defined in zkbind, you need to make ...
2017-04-05 02:28:17 +0800
answered a question
Custom component that extends Textbox does not fire onChange event I tried to create a very simple custom text by extending existing Textbox component. The component displayed correctly w ...
2017-04-04 05:09:04 +0800
commented answer
2017-04-04 05:06:30 +0800
answered a question
Custom component that extends Textbox does not fire onChange event I tried to create a very simple custom text by extending existing Textbox component. The component displayed correctly w ...
2017-03-14 03:10:54 +0800
answered a question
Windows and inter-application communication Hi everybody! I'm new here so, first of all, thanks community for sharing solutions, tips&tricks and workarounds! ...
2017-03-01 02:46:43 +0800
answered a question
scope components I am very much confused about the @ScopeParam with different scope components. Please describe all the scope with exampl ...
2016-10-03 01:16:33 +0800
answered a question
ClientInfoEvent ClassCastException: java.lang.Double cannot be cast to java.lang.Integer Hi ZK version : ZK EE 7.0.2 We have been getting this exception frequently. I am wondering if anyone else seen this an ...
2016-09-09 04:52:22 +0800
edited answer
ComboBox with empty spaces Hi, We have identified the cause of this behavior for a combobox in a grid: http://tracker.zkoss.org/browse/ZK-3323 Wo ...
2016-09-09 04:51:58 +0800
answered a question
ComboBox with empty spaces Hi, I encounter this issue when I'm using combobox. Something like below : ============= = item_1 = = item_2 = = ...
2016-09-06 01:22:37 +0800
answered a question
Unable to set MenuItem label style through java class We need to set the style property of MenuItem label through java class. For the we are taking the MenuItem object throug ...
2016-09-02 01:41:21 +0800
received badge
2016-06-17 02:44:49 +0800
edited answer
Composer set value from Class as static property Hi Javiut, In ZK 8, you can access the static members of any class in zul, as long as you import it first: https://www. ...
2016-06-17 01:49:40 +0800
edited answer
Composer set value from Class as static property Hi Javiut, In ZK 8, you can access the static members of any class in zul, as long as you import it first: https://www. ...
2016-06-17 01:49:18 +0800
answered a question
Composer set value from Class as static property I need to set a value to a component using composer <textbox maxlength="XXXXXX"/> i need to set maxlength prop ...
2016-06-14 11:03:50 +0800
edited answer
Difference between ${vm.myMsg} and @init(vm.myMsg) Hi William, The main difference would be that @init() requires a Binder or BindComposer. While they are both cheap, ${ ...
2016-06-14 10:27:58 +0800
answered a question
Difference between ${vm.myMsg} and @init(vm.myMsg) This might sound like a silly question, I know that they are filled at different period during the rendering phase. But ...
2016-06-02 02:03:09 +0800
answered a question
ZK + spring + spring security + java configuration Hello, I have a web application using spring and spring security with java configuration. This work with jsp page but no ...
2016-06-01 02:01:34 +0800
answered a question
ZK + spring + spring security + java configuration Hello, I have a web application using spring and spring security with java configuration. This work with jsp page but no ...
2016-05-31 11:17:49 +0800
answered a question
ZK + spring + spring security + java configuration Hello, I have a web application using spring and spring security with java configuration. This work with jsp page but no ...
2016-05-30 01:27:05 +0800
answered a question
ZK + spring + spring security + java configuration Hello, I have a web application using spring and spring security with java configuration. This work with jsp page but no ...
2016-05-17 11:20:11 +0800
edited answer
Disabling Grid Hover Effect does not work for Chrome Hi Ansancle, The row-inner class default to position:relative in Chrome, and to position:static in Firefox. From local ...
2016-05-17 10:06:32 +0800
answered a question
ComboBox with empty spaces Hi, I encounter this issue when I'm using combobox. Something like below : ============= = item_1 = = item_2 = = ...
2016-05-17 04:31:30 +0800
answered a question
Disabling Grid Hover Effect does not work for Chrome The removal of the Grid hover effect does not work on Windows Chrome (at least with the CSS I use for every other browse ...
2016-05-13 08:10:25 +0800
answered a question
Tomcat roles of the current user Hi, How can I list tomcat roles of the current user in a method that is declared in index.zul ? How can I write the meth ...
2016-05-13 07:40:23 +0800
edited answer
Radiogroup before check complete event, is it possible? Hi Mansari, You can register client side event listener on a "onClick" or "onMouseDown" event and event.stop will stop ...
2016-05-13 07:39:03 +0800
answered a question
2016-05-13 07:29:30 +0800
edited answer
ComboBox with empty spaces Hi Myre, Thanks for the info, There might be an issue in the popup calculation of the content height. The best solution ...
2016-05-13 07:29:04 +0800
answered a question
ComboBox with empty spaces Hi, I encounter this issue when I'm using combobox. Something like below : ============= = item_1 = = item_2 = = ...
2016-05-13 05:11:43 +0800
answered a question
ckEditor not show up (java project) Hello. Hope someone can help me. I am using 3.5.2.0 version and in function I am calling ckEditor as following: priv ...
2016-05-13 02:59:55 +0800
edited answer
ComboBox with empty spaces Hi Mrye, Thanks for the additional info, I did a bit of testing here, and I couldn't get this behavior on my side. Bas ...
2016-05-13 02:59:15 +0800
answered a question
ComboBox with empty spaces Hi, I encounter this issue when I'm using combobox. Something like below : ============= = item_1 = = item_2 = = ...
2016-05-12 06:08:46 +0800
answered a question
Error with the new WYSIWYG editor with ZK8 EE Greetings, I'm using ZK EE and recently migrated to ZK8. I wanted to test the new editor but I get that JS error : ...
2016-05-11 04:30:58 +0800
answered a question
ComboBox with empty spaces Hi, I encounter this issue when I'm using combobox. Something like below : ============= = item_1 = = item_2 = = ...
2016-05-05 02:06:55 +0800
answered a question
New Freshly Build zk 8.0.1.1 CE available? Hi all, i have hundreds from error-messages in my tomcat-log. The error zk-3111 ist fixed in Version 8.0.1.1. Can anybo ...
2016-04-20 13:03:26 +0800
received badge
2016-04-15 06:40:26 +0800
received badge
2016-01-15 07:00:46 +0800
answered a question
BUG: Horizontal scroll with frozen columns The bug occurs on iOS devices. If a grid has frozen columns cannot scroll horizontally. ZK version PE 7.0.7 /Costas ...
2015-12-21 05:05:27 +0800
answered a question
Using <if> with ZK-EE not working Hi everybody, we are exploring ZK-EE Shadow Elements feature. The used ZK EE Eval version is '8.0.1.FL.20151216-Eval'. W ...
2015-08-18 01:22:36 +0800
edited answer
Using MVVM to dynamically create listbox Hi Joluamsa, If you are going to use more than one column, I would recommend that you take a look at the grid component ...
2015-08-18 01:17:13 +0800
answered a question
Using MVVM to dynamically create listbox Hi guys, I'm moving this to a discussion panel, I'm a stranger to MVVM and as it was pointed out to me is the way to cre ...
2015-08-17 04:41:57 +0800
received badge
2015-08-17 04:41:57 +0800
edited answer
Create javascript from server Hi Hernan, As an additional information, if you are working in ZUML (.zul file), you can directly include JavaScript in ...
2015-08-17 04:41:12 +0800
edited answer
Create javascript from server Hi Hernan, As an additional information, if you are working in ZUML (.zul file), you can directly include JavaScript in ...
2015-08-17 02:24:13 +0800
answered a question
Create javascript from server Hello, i have a doubt, i'm using a library from the client to draw a chart in the HTML page. The chart is created from J ...
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More