Subversion Repositories Kolibri OS

Rev

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

Rev 5804 Rev 5828
Line 52... Line 52...
52
	DrawBar(45, 29, Dialog_Form.cwidth-45, 10, 0xFFFFFF);
52
	DrawBar(45, 29, Dialog_Form.cwidth-45, 10, 0xFFFFFF);
53
	WriteText(45, 29, 0x80, 0x000000, copying_filename);
53
	WriteText(45, 29, 0x80, 0x000000, copying_filename);
54
	progressbar_draw stdcall (#copy_bar);
54
	progressbar_draw stdcall (#copy_bar);
55
	progressbar_progress stdcall (#copy_bar);
55
	progressbar_progress stdcall (#copy_bar);
56
	//copy_bar.value++;
56
	//copy_bar.value++;
57
	pause(50);
57
	//pause(50);
58
}
58
}
59
59