question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove need for `TileView` - Use `LineCanvas` to draw borders and auto-join borders

See original GitHub issue

With the new Frames functionality in v2, it will be possible to have subviews with overlapping BorderFrames auto-join borders using LineCanvas.

This will require the new DrawFrames/OnDrawFrames methods to utilize a LineCanvas managed by the superview.

I’ve done a POC (in the TileView Experiments scenario) that shows this can work.

Issue Analytics

  • State:open
  • Created 6 months ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
tigcommented, Apr 13, 2023

@tznind and @BDisp - I’ve been spending too much time coding lately and need to take a break so I can attend to other tings.

With #2527 merged a TON of v2 stuff (see the Backlog in https://github.com/orgs/gui-cs/projects/1) can be worked on.

I’ll still be checking in to do PR reviews but won’t be writing much code for a while.

Cheers!

1reaction
tznindcommented, Apr 14, 2023

I’ve been spending too much time coding lately and need to take a break so I can attend to other tings.

Thanks for all the awesome work recently. Our standardisation changes are huge! Its going to be amazing. But definetly work at a sustainable pace. Codings a long road 🚗 🚛 🏍️

Read more comments on GitHub >

github_iconTop Results From Across the Web

dxTileView - How to remove tile borders
Hi there, I have a dxTileView with some Tiles. What bothers me is the border of each Tile. How do I remove this?...
Read more >
How do I remove the borders in my tilemap? : r/Unity2D
I'm banging my head on how I can remove the borders around my tiles in the game. https://imgur.com/a/Gf1Nu Any advice?
Read more >
How can I add a border to the Promoted Link tiles?
1 Answer 1 ... You can do this by embedding CSS on the page targeting the ms-tileview-tile-content class. Essentially you can add a...
Read more >
How to have a uniform border in a grid of panels in Swing?
I have a custom class TileView that extends JPanel representing a Scrabble square. It looks like this: scrabble board with borders that are ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found