-
Content Count
146 -
Joined
-
Last visited
-
Days Won
4
-
Unipopupmenu not fit if opens in the lower part of the dbgrid ( in the last rows of grid).
-
Установите у формы Align=alClient
-
+1. При работе с большими базами никто не использует динамические запросы создаваемые на клиенте. При таком подходе сплошные минусы. Практически всё что вы делаете на клиенте можно (и нужно) делать на сервере.
-
In the first DataSet create the AfterScroll event, which is open the second (child) DataSet.
-
Is it possible to know the height of HTML content in UniHTMLMemo?
-
Попробуйте ControlCount и Controls
-
Yes-s-s!!! Strike!
-
Need clarification. When you click on the icon, two events are called sequentially: Button.AjaxEvent then Button.OnClick. And in the OnClick event I can't understand what was pressed, the button or the icon. Or I need two events in AjaxEvent, separately for the button and for the icon: JSConfigObject('listeners','btnIconEl', [JSObject(['click', JSFunction('sender','ajaxRequest('+JSName+', "iconClick");')])]); JSConfigObject('listeners','Button????', [JSObject(['click', JSFunction('sender','ajaxRequest('+JSName+', "buttonClick");')])]);
-
Shaytan! It works! Thank you!
-
Thanks, I will try What is btnIconEl, and where is it defined?
-
-
How to make a list of "buttons" (as in the picture)? So that it was a button + delete button (with a cross). To get a reaction to two events: 1. Pressed the main button, 2. Pressed the cross. The list will be created dynamically at run time. Is that possible?
-
Hi all! How can I change the background color in UniHTMLMemo (dynamically created memo) ?
-
Thanks Sherzod! I will try