ivtu's profile - activity

2023-01-27 17:33:20 +0800
asked a question
2022-01-11 16:45:53 +0800
edited answer
Dark+Light theme Hi, thanks for support. Yes, I have access to theme pack. Where can I find documentation how to use that ThemePack util ...
2022-01-11 16:45:30 +0800
edited answer
Dark+Light theme Hi, thanks for support. Yes, I have access to theme pack. Where can I find documentation how to use that ThemePack util ...
2022-01-11 16:35:45 +0800
answered a question
Dark+Light theme Hello, we are preparing to migrate to ZK 9.6, and we need new theme. I have 'light' custom theme created. I cloned https ...
2022-01-10 16:01:46 +0800
asked a question
2021-12-07 22:51:47 +0800
asked a question
2021-10-18 20:09:58 +0800
asked a question
2021-09-14 20:39:27 +0800
answered a question
Combobox constraint after binding phase Hi, I am using MVVM and have use case where custom constraint should be loaded later. It seems combobox does not check ...
2021-09-08 17:55:25 +0800
edited answer
Combobox constraint after binding phase I did one workaround and it works now. Can someone confirm is this good approach? ...
2021-09-08 17:54:52 +0800
edited answer
Combobox constraint after binding phase I did one workaround and it works now. Can someone confirm is this good approach? ...
2021-09-08 17:54:21 +0800
answered a question
Combobox constraint after binding phase Hi, I am using MVVM and have use case where custom constraint should be loaded later. It seems combobox does not check ...
2021-09-08 16:09:16 +0800
asked a question
2021-05-06 23:20:14 +0800
asked a question
2021-04-09 18:09:08 +0800
commented answer
2021-04-08 18:26:21 +0800
commented answer
2021-04-08 18:24:57 +0800
commented answer
2021-04-08 17:51:35 +0800
answered a question
Window caption style problem Hi, I have problem with caption style. I want to add 'text-overflow' and it works if window's title is used. But when I ...
2021-04-08 16:55:16 +0800
answered a question
Window caption style problem Hi, I have problem with caption style. I want to add 'text-overflow' and it works if window's title is used. But when I ...
2021-04-08 16:36:15 +0800
commented answer
2021-04-08 16:35:59 +0800
commented answer
2021-04-08 16:35:59 +0800
commented answer
2021-04-08 16:28:42 +0800
answered a question
Window caption style problem Hi, I have problem with caption style. I want to add 'text-overflow' and it works if window's title is used. But when I ...
2021-04-08 14:40:38 +0800
edited question
Window caption style problem Hi, I have problem with caption style. I want to add 'text-overflow' and it works if window's title is used. But when I ...
2021-04-08 14:40:12 +0800
edited answer
Window caption style problem Here is updated example what I want to satisfy with icon in title: zkfiddle ...
2021-04-08 14:39:38 +0800
edited answer
Window caption style problem Here is updated example what I want to satisfy with icon in title: zkfiddle ...
2021-04-07 23:29:48 +0800
answered a question
Window caption style problem Hi, I have problem with caption style. I want to add 'text-overflow' and it works if window's title is used. But when I ...
2021-04-07 23:26:54 +0800
asked a question
2020-12-03 16:13:05 +0800
answered a question
Input clear button Hello, what is the easiest way to add clear button to any enabled (non-readonly and non-disabled) 'input' component (te ...
2020-11-30 22:58:03 +0800
asked a question
2020-08-27 14:21:40 +0800
answered a question
hflex="max" inside grid Hello, In ZK9, grid is screwed if I use hflex="max". https://zkfiddle.org/sample/td582g/1-hflex-max-isnide-grid Is hfl ...
2020-08-26 22:41:19 +0800
asked a question
2020-06-03 16:00:04 +0800
answered a question
Preferred way for server push Hello, I want to use ZK server push. Design pattern will be MVVM. ZK version is 8.6.1. I will have 500-1000 active ZK d ...
2020-06-03 15:03:46 +0800
edited answer
Preferred way for server push I found it inside ZATS documentation: https://www.zkoss.org/wiki/ZATS%20Essentials/Mimic%20Library/Operation/PollingAgen ...
2020-06-03 15:03:10 +0800
answered a question
Preferred way for server push Hello, I want to use ZK server push. Design pattern will be MVVM. ZK version is 8.6.1. I will have 500-1000 active ZK d ...
2020-06-02 22:27:30 +0800
answered a question
Preferred way for server push Hello, I want to use ZK server push. Design pattern will be MVVM. ZK version is 8.6.1. I will have 500-1000 active ZK d ...
2020-05-28 21:43:13 +0800
asked a question
2020-02-26 16:31:47 +0800
answered a question
selectAll: addToSelection() is called 'pageSize' times Hi, I am using ZK 8.6.1. I have one listener on listbox/tree, added via 'addListDataListener/addTreeDataListener'. Tha ...
2020-02-26 15:44:41 +0800
edited answer
selectAll: addToSelection() is called 'pageSize' times Okay, I understand. I have custom getElementAt so I will change that. But multiple call on select all problem is not fix ...
2020-02-26 15:44:08 +0800
answered a question
selectAll: addToSelection() is called 'pageSize' times Hi, I am using ZK 8.6.1. I have one listener on listbox/tree, added via 'addListDataListener/addTreeDataListener'. Tha ...
2020-02-25 23:29:02 +0800
asked a question
2019-11-11 12:44:48 +0800
received badge
2019-11-11 06:17:29 +0800
commented question
2019-11-11 06:17:29 +0800
commented question
2019-11-11 06:17:29 +0800
commented question
2019-11-09 06:43:20 +0800
commented question
2019-11-09 06:40:47 +0800
received badge
2019-11-09 06:40:47 +0800
edited question
Combobox with icon class of banddbox Hello, how can I 'transform' combobox's icon in bandbox's icon in ZK 8.6.1? I know there is 'iconSclass' attribute from ...
2019-11-08 21:13:52 +0800
asked a question
2015-05-08 08:19:51 +0800
edited question
How to dynamically link zul page with viewmodel at runtime Hello, what is the best way to dynamically link zul page with viewmodel? My project is modularized (mvvm pattern). modul ...
2015-05-07 14:40:13 +0800
asked a question
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More