Quantcast
Channel: User BillyD - Stack Overflow
Browsing latest articles
Browse All 9 View Live

Comment by BillyD on WPF - Selector - Custom Control - SelectionChanged Event...

@dnr3 So, the point of using the Selector class is just that it has all the member variables to support selection? That seems a little useless.

View Article



Comment by BillyD on WPF - Selector - Custom Control - SelectionChanged Event...

It looks like you are thinking of this as a user control. I may be wrong. In your example, the class in which OnApplyTemplate resides is a Selector. What I am looking for is a way to catch the...

View Article

Comment by BillyD on WPF - ListBoxItem - Change DataTemplate element colors...

If I knew what colors, that would be fine. I'm trying to make this very flexible. And the short answer is that I do what it applying upon selection. I'm changing what selected means after I get over...

View Article

Comment by BillyD on WPF - ListBoxItem - Change DataTemplate element colors...

I could just about yell right now. I knew it would be something simple. It works now. Thanks for the help!

View Article

Comment by BillyD on Return ADODB.Recordset from ReST Call as ADODB.Recordset

Having to write XML files on the client side is not performant nor desirable. Yes, I've done this with a JSON library. It required work on the VB6 application which inspired pushback due to the amount...

View Article


Answer by BillyD for WPF - Selector - Custom Control - SelectionChanged Event...

From reading some full code examples of different controls, I believe my answer is that I am doing this all wrong. Instead, I need to have control that has a Selector like a ListBox in the...

View Article

Return ADODB.Recordset from ReST Call as ADODB.Recordset

I am attempting to incrementally take a legacy application into current technologies. I have a C++ COM+ library using ADO on a server. A VB6 application is using the Recordset from a COM+ object based...

View Article

Logo Resizes Only in macOS Sonoma which Pushes Other Controls Out of Window...

This is a Xamarin project with XIB UI files. When rendered on the macOS Sonoma, some of the controls aren't rendering after the bottom of the window even when stretching the window.I've read about the...

View Article


Answer by BillyD for Logo Resizes Only in macOS Sonoma which Pushes Other...

Coworker figured it out. There were places where certain controls had horizontal constraints but no vertical constraints. That has not been a problem until Sonoma. He added the vertical constraints...

View Article

Browsing latest articles
Browse All 9 View Live




Latest Images