| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 4 months |
| seen | May 8 at 21:34 | |
| stats | profile views | 226 |
|
May 8 |
asked | XAML/WPF focus textblock |
|
May 1 |
comment |
XAML Textblocks and text alignment within the textblock Looks a lot better. Thanks for the feedback. I will bring this to the rest of the developers here. I am just learning most of this, so some of it is my code. And some of this stuff we have never really done before. That is why StackOverflow and other sites like this. Thanks again! |
|
May 1 |
comment |
XAML Textblocks and text alignment within the textblock OK Xaml has been added |
|
May 1 |
revised |
XAML Textblocks and text alignment within the textblock Added full XAML |
|
May 1 |
comment |
XAML Textblocks and text alignment within the textblock Sure, I can do that. |
|
May 1 |
comment |
XAML Textblocks and text alignment within the textblock Yep, we have another textblock basically doing the same thing. Cleaned, rebuilt, and ran it. |
|
May 1 |
comment |
XAML Textblocks and text alignment within the textblock I actually tried that. That still didn't work. |
|
May 1 |
revised |
XAML Textblocks and text alignment within the textblock added 83 characters in body |
|
May 1 |
comment |
XAML Textblocks and text alignment within the textblock Posted an image of what we have now, any clean up or other suggestions would great. We want the BOLD label to be at the top of the left textblock. |
|
May 1 |
asked | XAML Textblocks and text alignment within the textblock |
|
Apr 30 |
accepted | bold part of text string code behind |
|
Apr 30 |
suggested | suggested edit on bold part of text string code behind |
|
Apr 30 |
comment |
bold part of text string code behind I actually need to edit it. But I will accept yours as the answer with the edit. |
|
Apr 30 |
comment |
bold part of text string code behind That worked quite nicely. All except had to take the quotes from around the PrimaryNameNormal.Text. The whole thing does not need the quotes around it. Other than that. That worked. Thanks |
|
Apr 30 |
comment |
bold part of text string code behind I like your solution. Seems very viable. I know our code is not beautiful but I think it will work |
|
Apr 30 |
asked | bold part of text string code behind |
|
Apr 16 |
awarded | Popular Question |
|
Apr 8 |
comment |
Add GUID to URL in 2 cases that worked like a charm. Thank you so very much. I really appreciate the help. GUIDs and URL manipulation are not my strong suit. Other DOM manipulation, not so bad at, but not the URL stuff. Thanks again! |
|
Apr 8 |
accepted | Add GUID to URL in 2 cases |
|
Apr 8 |
comment |
Add GUID to URL in 2 cases I think there is something slightly wrong with your answer, when I did this the '&' replaced the query string which give a bad link, so the URL ended up like this mysite.com/mypage&guid=123456789. Instead of mysite.com/mypage?query=mypage.aspx&guid=123546789. It is really close though. I will try to mess with the code a bit, but if you know what the issue, please post. Thanks |