Click here to Skip to main content
16,004,507 members

Comments by 0x01AA (Top 200 by date)

0x01AA 3 days ago View    
Make your life as a programmer easier. Don't take the text from the edit, but create an integer variable. You can count this up and down with e.g. counter++ and counter-- and every time this variable is changed you do ThisOrThatGuiElement.Content= counter.ToString()
0x01AA 4 days ago View    
Just out of curiosity: I'm assuming you are practice regular expressions? This because I see no other reason to use regular expressions for something like this?
0x01AA 10-Sep-24 14:35pm View    
Post the text in question as hex byte to let us help. 'u+200f' is left to right mark ...
0x01AA 7-Sep-24 12:11pm View    
You are right. I was only focused on Setters which is completely stupid from my side.
0x01AA 7-Sep-24 11:23am View    
Maybe the 'fluent api pattern' can help?