bbm Posted October 3, 2020 Posted October 3, 2020 Hi, is there any way to have horizontal separation line for separating components? Best regards Quote
Hayri ASLAN Posted October 3, 2020 Posted October 3, 2020 7 hours ago, bbm said: Hi, is there any way to have horizontal separation line for separating components? Best regards Hi, Can you please explain more? What are you trying to achieve? Quote
bbm Posted October 4, 2020 Author Posted October 4, 2020 Hi Hayri, only a horizontal or a vertical line. Best regards Quote
bbm Posted October 4, 2020 Author Posted October 4, 2020 Hi, I didn't think of the splitter. Can you also deactivate the splitter? I don't want to be able to move the area. I would also like to set a distance to the window edge on the left and right. Quote
Sherzod Posted October 4, 2020 Posted October 4, 2020 3 hours ago, bbm said: only a horizontal or a vertical line. Hello, You need a component like TBevel I guess. But for now, you can also use UniPanel I think, for example with height/width equal to 1 or 2 (or use UniGroupBox). Quote
bbm Posted October 4, 2020 Author Posted October 4, 2020 Hi Sherzod, thank you for the information. Is there a component available like "TBevel"? Best regards Quote
Sherzod Posted October 4, 2020 Posted October 4, 2020 24 minutes ago, bbm said: Is there a component available like "TBevel"? Hi, Not yet. There is also a custom component, but need to check it... \FMSoft\Framework\uniGUI\Demos\Desktop\CustomControl-2 Quote
bbm Posted October 4, 2020 Author Posted October 4, 2020 Hi, when I want co install the package, I get an error regarding the uniGUI11Core.dpk --> the vcljpg is missing. I'm using Delphi 10.2. Best regards Quote
bbm Posted October 5, 2020 Author Posted October 5, 2020 Hi Sherzod, do you have any idea why I have the problem to compile the package? Best regards Quote
Sherzod Posted October 5, 2020 Posted October 5, 2020 6 hours ago, bbm said: do you have any idea why I have the problem to compile the package? Hi, We will check it. Quote
x11 Posted October 6, 2020 Posted October 6, 2020 On 10/3/2020 at 7:04 PM, bbm said: is there any way to have horizontal separation line for separating components? may be TuniPanel with height := 1; ? 1 Quote
bbm Posted October 6, 2020 Author Posted October 6, 2020 Hi x11, thank you very much. This is what I'm looking for . Do you have experience with the CustomControl-Packages? Bestb regards Quote
x11 Posted October 6, 2020 Posted October 6, 2020 Open CustomPack2.dpk in section "requires" replace compiler number version from 11 to 26 (for Delphi 10.3) and remove module "vcljpg" like this: requires rtl, vcl, uniGUI26Core, uniTools26, uIndy26, vclimg, vclie, VclSmp, vclx, vcldb, dbrtl; save and re-build Quote
bbm Posted October 6, 2020 Author Posted October 6, 2020 Hi x11, thank you very much! It works fine Best regards and thanks again Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.