GithubHelp home page GithubHelp logo

Comments (17)

Wagnerp avatar Wagnerp commented on June 18, 2024 1

@Wagnerp Should this be fixed in 8.5 as well ?

@Smurf-IV Yes it should, as the bug is present in older versions. I remember submitting a bug report about a similar issue a few months ago...

from standard-toolkit.

Wagnerp avatar Wagnerp commented on June 18, 2024 1

@Wagnerp Should this be fixed in 8.5 as well ?

@Smurf-IV Yes it should, as the bug is present in older versions. I remember submitting a bug report about a similar issue a few months ago...

Can you find it and link please?

And I've just checked and it is still broken in the Current Alpha: image

Will do, once/if I can find it

from standard-toolkit.

Wagnerp avatar Wagnerp commented on June 18, 2024 1

@Wagnerp Q: Why are the Font and the Text colour hard coded ? They should use the themes colours ?? Or is this just in 8.5 ?

image

@Smurf-IV I think it's a left over from a older version.

from standard-toolkit.

Wagnerp avatar Wagnerp commented on June 18, 2024 1

RichTextBox makes a mess of the LinkLabel usages, So I will not change that. As LinkLabels are going to be removed from the V90 messageBox to restore it back to stand usage - Yes ?

Yes, as they can be used in the newer expandable version.

from standard-toolkit.

Smurf-IV avatar Smurf-IV commented on June 18, 2024

@Wagnerp Should this be fixed in 8.5 as well ?

from standard-toolkit.

Smurf-IV avatar Smurf-IV commented on June 18, 2024

@cuppm You state that the toolkit version is v4.0.30319
This GitHub version does not support that.
Can you please use a recent version (i.e. V80.xx.x..)

from standard-toolkit.

Smurf-IV avatar Smurf-IV commented on June 18, 2024

@Wagnerp Should this be fixed in 8.5 as well ?

@Smurf-IV Yes it should, as the bug is present in older versions. I remember submitting a bug report about a similar issue a few months ago...

Can you find it and link please?

And I've just checked and it is still broken in the Current Alpha:
image

from standard-toolkit.

Smurf-IV avatar Smurf-IV commented on June 18, 2024

@Wagnerp Q: Why are the Font and the Text colour hard coded ? They should use the themes colours ??
Or is this just in 8.5 ?

image

from standard-toolkit.

Smurf-IV avatar Smurf-IV commented on June 18, 2024

FYI:
KWrapLabel is based on the winform Label; Which cannot do tabs :-(
https://stackoverflow.com/questions/2154623/winforms-label-text-property-not-displaying-t-tab-character

Therefore

  • Cannot change the base of the KWrapLabel or KryptonLinkWrapLabel, as that will change the way the existing usages work.
  • Option 1: if a \t is found in the text then add spaces (Or the alt character(s))
  • Option 2: Change to use a Text box without edit or border to ensure text formatting
  • Option 3: Find out what Winforms does in its MessageBox and do the same.

Currently researching 3.

from standard-toolkit.

Wagnerp avatar Wagnerp commented on June 18, 2024

FYI: KWrapLabel is based on the winform Label; Which cannot do tabs :-( https://stackoverflow.com/questions/2154623/winforms-label-text-property-not-displaying-t-tab-character

Extend the Label?

from standard-toolkit.

Smurf-IV avatar Smurf-IV commented on June 18, 2024

Option 3:

Winforms just redirects to the underlying Win32 MessageBox in the User32 system dll !!

from standard-toolkit.

Wagnerp avatar Wagnerp commented on June 18, 2024

Option 2: Change to use a Text box without edit or border to ensure text formatting

Could use KryptonRichTextBox, as that offers far more flexibility, i.e. inline hyperlinks etc.

from standard-toolkit.

Wagnerp avatar Wagnerp commented on June 18, 2024

Is there a way to capture tabs, and replace them with alt-255?

What I ended up doing was using alt code alt-255 5 times.

from standard-toolkit.

Smurf-IV avatar Smurf-IV commented on June 18, 2024

Is there a way to capture tabs, and replace them with alt-255?

What I ended up doing was using alt code alt-255 5 times.

Yes: that's option 1...

from standard-toolkit.

Smurf-IV avatar Smurf-IV commented on June 18, 2024

Option 2 gives this:
image

I'll now investigate using an RichTextBox

from standard-toolkit.

Smurf-IV avatar Smurf-IV commented on June 18, 2024

RichTextBox makes a mess of the LinkLabel usages, So I will not change that.
As LinkLabels are going to be removed from the V90 messageBox to restore it back to stand usage - Yes ?

from standard-toolkit.

cuppm avatar cuppm commented on June 18, 2024

@cuppm You state that the toolkit version is v4.0.30319 This GitHub version does not support that. Can you please use a recent version (i.e. V80.xx.x..)

Sorry, I copied the .NET runtime version string instead of the Krypton toolkit version. As you've already deduced it affected the current release of 80.24.3.64.

Thanks for fixing this.

from standard-toolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.