Category: WEBDEV

Buttons are good, Links are Evil?

Buttons are good, Links are Evil?

A bug in the Link control that causes issues with captions containing accented characters can be resolved by changing the links to buttons. This workaround involves selecting the Link Control, choosing “Refactoring and swapping” on the Modification tab, and selecting Button/Link from the switch section. Additionally, using buttons instead of links provides more control over design and functionality, including the ability to use HTML captions and Icon Fonts.

Assisted Input + wxFileManager = The predictive input you have been looking for?

Assisted Input + wxFileManager = The predictive input you have been looking for?

Predictive Input, Type Ahead Lookup, or whatever you want to call it, it is one of the holy grails of a good User experience. Over the years I have used several approaches to achieve it. Today we will look at using the Assisted Input functions of WL along with the wxFileManager. BTW, There is also … Continue reading Assisted Input + wxFileManager = The predictive input you have been looking for?

Styling issues with the new HTML Edit Control or How a little jQuery can save the day!

Gavin Webb, brought me an interesting CSS issue today with the new HTML Edit Control, that I wanted to share with everyone. Along with solving a specific issue, I think it is a good exercise in understanding how I figure out and then solve this types of CSS issues. The Issue This example has two … Continue reading Styling issues with the new HTML Edit Control or How a little jQuery can save the day!