WebOSDev - Programming has just evolved

The online blog for the webOS developer community you can find everything you need here to get a strong start developing applications for the webOS platform

v1.2 rollback fix on XP

Posted by codesos Thursday, October 1, 2009 1 comments




1. Extract the msi file from the executable (run the executable after printing "extracting " and before the first next , you'll see in the %temp% folder this file "5dae9320.msi".
2. open it on orca (if you don't know what it is go here http://www.juergentreml.de/archives/802)
3. search for InstallUMDFXP.
4. remove the row in custo action.
5. save and run the MSI.
worked for me.

Avoid auto focus for integer picker on scene

Posted by codesos Tuesday, September 29, 2009 0 comments




in the scenes setup function add this:

this.controller.setInitialFocusedElement(null);

Simple....

Introducing new and improved v0.8.1

Posted by codesos Monday, September 28, 2009 0 comments



Graphs!! - Point,Bar and line graph to allow you to analyze your weight progress and food consumption.
  1. Favorites - you can now add your favorite food into a section in the database.
  2. Quantity control - you can now enter the amount of food you have consumed for each food item.
  3. Weight Update - you can now update your weight(once a day) and look at the progess using the graphs.
  4. Calculator improvements - You can now enter food description to freely calculated food.
  5. Help screen on each major scene.
  6. Brand new UI ,Using view menu buttons.
  7. Bug fixing.

diet control application

Never before controlling your weight was any easier