Jump to content

Recommended Posts

Posted
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?

Posted

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.

Posted
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).

Posted
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

 

Posted

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

Posted
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;

?

Screenshot_1.jpg

Screenshot_2.jpg

  • Like 1
Posted

Hi x11,

 

thank you very much. This is what I'm looking for :biggrin:

Do you have experience with the CustomControl-Packages?

Bestb regards

 

Posted

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

Screenshot_3.jpg

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...