Changeset 32 for trunk


Ignore:
Timestamp:
04/11/10 16:42:30 (14 years ago)
Author:
pinwc4
Message:

Removed logic pointing to a removed button

Location:
trunk/desktop
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/FlipSideICS.rbbas

    r28 r32  
    1919                You should have received a copy of the GNU General Public License 
    2020                along with Flip Side ICS Software.  If not, see <http://www.gnu.org/licenses/>. 
    21                  
    2221        #tag EndNote 
    2322 
    2423 
    25         #tag Constant, Name = kFileQuitShortcut, Type = String, Dynamic = False, Default = \"", Scope = Public 
    26                 #Tag Instance, Platform = Mac OS, Language = Default, Definition  = \"Cmd+Q" 
    27                 #Tag Instance, Platform = Linux, Language = Default, Definition  = \"Ctrl+Q" 
     24        #tag Constant, Name = kEditClear, Type = String, Dynamic = False, Default = \"&Delete", Scope = Public 
     25                #Tag Instance, Platform = Windows, Language = Default, Definition  = \"&Delete" 
     26                #Tag Instance, Platform = Linux, Language = Default, Definition  = \"&Delete" 
    2827        #tag EndConstant 
    2928 
     
    3231        #tag EndConstant 
    3332 
    34         #tag Constant, Name = kEditClear, Type = String, Dynamic = False, Default = \"&Delete", Scope = Public 
    35                 #Tag Instance, Platform = Windows, Language = Default, Definition  = \"&Delete" 
    36                 #Tag Instance, Platform = Linux, Language = Default, Definition  = \"&Delete" 
     33        #tag Constant, Name = kFileQuitShortcut, Type = String, Dynamic = False, Default = \"", Scope = Public 
     34                #Tag Instance, Platform = Mac OS, Language = Default, Definition  = \"Cmd+Q" 
     35                #Tag Instance, Platform = Linux, Language = Default, Definition  = \"Ctrl+Q" 
    3736        #tag EndConstant 
    3837 
  • trunk/desktop/FlipSideICS.rbvcp

    r31 r32  
    11Type=Desktop 
    2 RBProjectVersion=2008.04 
     2RBProjectVersion=2010.01 
    33Class=FlipSideICS;FlipSideICS.rbbas;&h321864E;&h0;false 
    44Window=mainWindow;mainWindow.rbfrm;&hDF8AE23;&h0;false 
     
    1212MinorVersion=1 
    1313SubVersion=0 
    14 NonRelease=22 
     14NonRelease=23 
    1515Release=2 
    1616InfoVersion= 
     
    3535OSXBundleID= 
    3636DebuggerCommandLine= 
     37UseGDIPlus=False 
     38UseBuildsFolder=True 
  • trunk/desktop/ICSSerialPort.rbbas

    r30 r32  
    852852        #tag EndProperty 
    853853 
    854         #tag Property, Flags = &h21 
    855                 Private carType As String = "MR-03" 
     854        #tag Property, Flags = &h0 
     855                carType As String = "MR-03" 
    856856        #tag EndProperty 
    857857 
     
    10181018                #tag EndViewProperty 
    10191019                #tag ViewProperty 
    1020                         Name="carType" 
    1021                         Group="Behavior" 
    1022                         InitialValue="MR-03" 
    1023                         Type="String" 
    1024                         EditorType="MultiLineEditor" 
    1025                 #tag EndViewProperty 
    1026                 #tag ViewProperty 
    10271020                        Name="CTS" 
    10281021                        Visible=true 
     
    10501043                        Group="Position" 
    10511044                        InheritedFrom="serial" 
    1052                 #tag EndViewProperty 
    1053                 #tag ViewProperty 
    1054                         Name="mode" 
    1055                         Group="Behavior" 
    1056                         InitialValue="read" 
    1057                         Type="String" 
    1058                         EditorType="MultiLineEditor" 
    10591045                #tag EndViewProperty 
    10601046                #tag ViewProperty 
  • trunk/desktop/mainWindow.rbfrm

    r30 r32  
    24522452      Bits            =   3 
    24532453      byte01          =   &hFF 
    2454       carType         =   "MR-03" 
    24552454      CTS             =   "" 
    24562455      DTR             =   "" 
     
    24592458      Left            =   786 
    24602459      LockedInPosition=   False 
    2461       mode            =   "read" 
    24622460      Parity          =   0 
    24632461      Scope           =   0 
     
    28442842                          PushButton_Read.Enabled = True 
    28452843                          PushButton_Write.Enabled = True 
    2846                           PushButton_Reset.Enabled = True 
     2844                           
    28472845                        end if 
    28482846                        //No need to continue loop 
     
    38643862                          PushButton_Read.Enabled = False 
    38653863                          PushButton_Write.Enabled = False 
    3866                           PushButton_Reset.Enabled = False 
    38673864                        else 
    38683865                          //Enable buttons 
    38693866                          PushButton_Read.Enabled = True 
    38703867                          PushButton_Write.Enabled = True 
    3871                           PushButton_Reset.Enabled = True 
    38723868                           
    38733869                        end if 
Note: See TracChangeset for help on using the changeset viewer.