Subversion Repositories Kolibri OS

Rev

Rev 5670 | Rev 5693 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5670 Rev 5680
Line 77... Line 77...
77
        mov     ecx, 47 shl 16 + 16
77
        mov     ecx, 47 shl 16 + 16
78
        mov     edx, 3
78
        mov     edx, 3
79
        mov     esi, 0xCCCCCC
79
        mov     esi, 0xCCCCCC
80
        mcall   8                               ; Login button
80
        mcall   8                               ; Login button
Line 81... Line 81...
81
 
81
 
82
        mov     ebx, 240 shl 16 + 49
82
        mov     ebx, 240 shl 16 + 52
83
        mov     edx, loginstr
83
        mov     edx, loginstr
84
        mov     esi, loginstr_e-loginstr
84
        mov     esi, loginstr_e-loginstr
Line 85... Line 85...
85
        mcall   4                               ; Login button text
85
        mcall   4                               ; Login button text
Line 173... Line 173...
173
        mov     [status], STATUS_LOGIN
173
        mov     [status], STATUS_LOGIN
174
        inc     [update_gui]
174
        inc     [update_gui]
175
        jmp     .loop
175
        jmp     .loop
Line 176... Line 176...
176
 
176
 
177
  .mouse:
-
 
178
        mcall   23
177
  .mouse:
179
        cmp     [status], STATUS_INITIAL
178
        cmp     [status], STATUS_INITIAL
180
        jne     @f
179
        jne     @f
181
        invoke  edit_box_mouse, URLbox
180
        invoke  edit_box_mouse, URLbox
182
  @@:
181
  @@:
Line 186... Line 185...
186
        invoke  edit_box_mouse, PASSbox
185
        invoke  edit_box_mouse, PASSbox
187
  @@:
186
  @@:
188
        jmp     .loop
187
        jmp     .loop
Line 189... Line 188...
189
 
188
 
-
 
189
  .close:
190
  .close:
190
        mov     [status], STATUS_CLOSED
191
        mcall   -1
191
        mcall   -1