Skip to content

Commit

Permalink
Release 1.11.4 for 2011 Session
Browse files Browse the repository at this point in the history
  • Loading branch information
NY Senate CIO Office committed Jan 7, 2011
1 parent 959e85e commit 8c8d515
Show file tree
Hide file tree
Showing 109 changed files with 6,102 additions and 4 deletions.
Binary file added Resources/.DS_Store
Binary file not shown.
Binary file added Resources/android/.DS_Store
Binary file not shown.
Binary file added Resources/android/images/.DS_Store
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions Resources/app.js
Expand Up @@ -64,7 +64,7 @@ winSenators = Titanium.UI.createWindow({
url:'views/senators.js',
barColor:DEFAULT_BAR_COLOR,
backgroundImage:'img/bg/Default.png',
orientationModes:[Titanium.UI.PORTRAIT]
orientationModes:[Titanium.UI.LANDSCAPE_LEFT,Titanium.UI.LANDSCAPE_RIGHT,Titanium.UI.PORTRAIT]
});


Expand Down Expand Up @@ -133,7 +133,16 @@ if (!hadWelcome)
{
if (e.index == 0)
{
tabGroup.setActiveTab(2);
// tabGroup.setActiveTab(2);
var winSearch = Titanium.UI.createWindow({
url:'views/findsenator.js',
title:'Senator Search',
barColor:DEFAULT_BAR_COLOR,
backgroundImage:'img/bg/Default.png'

});
tabHome.open(winSearch,{animated:true});

}

Titanium.App.Properties.setString("welcome","done");
Expand Down

0 comments on commit 8c8d515

Please sign in to comment.