DataModel Change Trigger

As I am working through creating a minimum application template, I want to make sure I have the features that will be needed in almost any application.  One of those would be to trigger a notification that the DataModel has been updated.  An example use of this is a ListView populated using a DataModel.  In the application I created for work, when I add a new sales lead through the form, the user gets sent back to a ListView of all the entered leads saved in the device sql database.  After the data is inserted into the table successfully, then Continue reading DataModel Change Trigger

Adding pages to NavigationPane as an object

As part of creating the Marketing application for work, I had to use a NavigationPane in Cascades.  The idea behind the NavigationPane is to stack Pages on top of Pages in order to navigate forward and backward through the pages.  In the application I am building, there are a bunch of questions and a comment section for the user to answer.  Each of the question pages uses a ListView to display a list of choices based on an xml page. This was pretty straight forward when using the StandardListItem as the component. I had to make sure that the title Continue reading Adding pages to NavigationPane as an object

.Net service and BB10

Getting back to developing applications for BlackBerry. My work needed an application for collecting sales leads at production shows. Apparently you can rent the scanners from the show providers, but renting them and getting the data is a bit expensive year after year. One of the Marketing group folks came to me and asked if I could make an app that would eliminate the need for paying for the show services. I thought it would be great to write a new app and started at it. However, we ran into some basic issues with the scanning PDF 417 codes, which Continue reading .Net service and BB10

Upgrading to Apache Flex

Since I don’t keep as up-to-date with tools at work as I would like to, it came as a little bit of a surprise that Adobe had given Flex over to the Apache foundation as Apache Flex. 2011: Adobe decides to contribute Flex to the ASF The decision is made within Adobe to incubate Flex at the ASF. Work starts on the incubation proposal, on explaining internally what this means, on the legal/IP clearance steps required to donate the code and on recruiting initial committers who will help get the project started. Obviously, I was a little slow on the Continue reading Upgrading to Apache Flex