Krypton questions
#1
I've got my hands dirty with the Krypton changes and i come up with a couple questions.

1.The <wrapmultiline /> tag it's not working for labels inside to a list container. Is this valid?

2. When using an autowidth button inside a list container and set the align to right, it aligns to the left. Is this valid?

3. Is there a standard way for a batch replacement for these infobools with the new ones...?
IsEmpty()
StringCompare()
SubString()

My guess is that they are replaced like this...
IsEmpty() == String.IsEmpty()
StringCompare() == String.IsEqual()
SubString() == String.Contains()
...but can someone can confirm this?. I know that these are still working on Krypton but i would like to start replace them.

I'll appreciate any help.

Cheers
Nessus
Reply
#2
1 I agree works with text box
3 use find replace with notepad plus plus?
Shield TV | Windows 10 | Mariadb | Mii Box
Evolve Ecosystem Repo | TV Melodies | Madnox Holiday Mod
Reply
#3
I know that i can use textbox but i was asking if it's a bug or intentional for the labels.
As for the search & replace i dint mean that. My bad if i didn't explain it correctly.

What i meant is if these replacements are valid...

IsEmpty() == String.IsEmpty()
StringCompare() == String.IsEqual()
SubString() == String.Contains()

Cheers
Nessus
Reply
#4
Those are valid, yes
Reply
#5
Cool!

Thanks Jeroen.
Reply
#6
Although you need to be careful of

SubString(info,string,left)
and
SubString(info,string,right)

Those need to be String.StartsWith and String.EndsWith respectively.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#7
Yea, i realize that... the hard way(!) since i've miss your message.

Thanks anyway.

Cheers
Nessus
Reply

Logout Mark Read Team Forum Stats Members Help
Krypton questions0