Subversion Repositories Kolibri OS

Rev

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

Rev 6264 Rev 6271
Line 126... Line 126...
126
			system.color.get();			
126
			system.color.get();			
127
			DefineAndDrawWindow(screen.width-400/2,80,400,404+skin_height,0x73,0xE4DFE1,WINDOW_HEADER,0);
127
			DefineAndDrawWindow(screen.width-400/2,80,400,404+skin_height,0x73,0xE4DFE1,WINDOW_HEADER,0);
128
			GetProcessInfo(#Form, SelfInfo);
128
			GetProcessInfo(#Form, SelfInfo);
129
			IF (Form.status_window>=2) break;
129
			IF (Form.status_window>=2) break;
130
		 	DrawWindowContent();
130
		 	DrawWindowContent();
131
		 	debugi(menu.list.cur_y);
-
 
132
	 		if (menu.list.cur_y) {
131
	 		if (menu.list.cur_y) {
133
				if (menu.list.cur_y == 10) EventOpenFile();
132
				if (menu.list.cur_y == 10) EventOpenFile();
134
				if (menu.list.cur_y == 11) EventDeleteFile();
133
				if (menu.list.cur_y == 11) EventDeleteFile();
135
				menu.list.cur_y = 0;
134
				menu.list.cur_y = 0;
136
			};
135
			};