True to my promise over the years, anytime it takes me significant mental and time resources to discover how to accomplish a development task that I think others might find useful, I will share the process. I’ve got an app in which users need access to...
I wanted to enhance the experience on one of my applications a bit since we’re doing a release in a few weeks. I took the opportunity to implement some more ExtJS awesomeness on many of the tools inside the application, and on one in particular, users...
I've had a task I assigned to myself open for some time now. I needed to figure out how to implement Flex/ColdFusion messaging for our clients. There were three (3) criteria for success:
It needed to integrate seamlessly with our existing Cairngorm...
1 Preface
At work, we're investigating using ColdFusion Event Gateways to handle certain complex types of communication between our Flex user interfaces and ColdFusion, so yesterday I jumped on Google and started researching and ran into...
It's somewhat difficult to find examples of the autocomplete ComboBox that the Ext library provides, so I'll add another one to the mix in the hopes that it makes it easier for future implementers to find.
First, let's look at the code you need. The...