Subversion Repositories Kolibri OS

Rev

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

Rev 6746 Rev 6757
Line 55... Line 55...
55
		copy_bar.value++;
55
		copy_bar.value++;
56
		return;
56
		return;
57
	}
57
	}
58
	copy_bar.width = Dialog_Form.cwidth-32 - 100;
58
	copy_bar.width = Dialog_Form.cwidth-32 - 100;
59
	DisplayOperationForm();
59
	DisplayOperationForm();
60
	DrawIconByExtension(filename+strrchr(filename,'.'), 16, 19, system.color.work);
60
	DrawIconByExtension(filename, filename+strrchr(filename,'.'), 16, 19, system.color.work);
61
	DrawBar(45, 32, Dialog_Form.cwidth-45, 15, system.color.work);
61
	DrawBar(45, 32, Dialog_Form.cwidth-45, 15, system.color.work);
62
	WriteText(45, 32, 0x90, 0x000000, filename);
62
	WriteText(45, 32, 0x90, 0x000000, filename);
63
	progressbar_draw stdcall (#copy_bar);
63
	progressbar_draw stdcall (#copy_bar);
64
	progressbar_progress stdcall (#copy_bar);
64
	progressbar_progress stdcall (#copy_bar);
65
	//copy_bar.value++;
65
	//copy_bar.value++;