Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLinkLabel missing #44

Open
shaunroselt opened this issue Mar 5, 2023 · 2 comments
Open

TLinkLabel missing #44

shaunroselt opened this issue Mar 5, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@shaunroselt
Copy link
Contributor

Hi.

I tried making a LinkLabel, but seems like it doesn't exist yet. My code:

self.myLabel = LinkLabel(self)
self.myLabel.Parent = self
self.myLabel.Caption = "Hello World!"
self.myLabel.Font.Size = 85
self.myLabel.Width = 650
self.myLabel.Height = 150
self.myLabel.Left = (self.Width - self.myLabel.Width) / 2
self.myLabel.Top = (self.Height - self.myLabel.Height) / 2
self.myLabel.BevelKind = "bkTile"

NameError: name 'LinkLabel' is not defined

@lmbelo
Copy link
Member

lmbelo commented Mar 6, 2023

Let's include TLinkLabel to the roadmap.

@lmbelo lmbelo self-assigned this Mar 6, 2023
@lmbelo lmbelo added the enhancement New feature or request label Mar 6, 2023
lmbelo added a commit to Embarcadero/python4delphi that referenced this issue Mar 15, 2023
@lmbelo
Copy link
Member

lmbelo commented Mar 16, 2023

The TLinkLabel wrapper is now available. Check it out:

https://embarcadero.github.io/DelphiVCL4Python/changelog/1.0.2-changelog.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants