Subversion Repositories Kolibri OS

Rev

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

Rev 4508 Rev 4533
Line 77... Line 77...
77
	{
77
	{
78
		WaitEventTimeout(2);
78
		WaitEventTimeout(2);
79
		switch(EAX & 0xFF)
79
		switch(EAX & 0xFF)
80
		{
80
		{
81
			CASE evMouse:
81
			CASE evMouse:
82
				/*
-
 
83
				//not work well, so we are use custom way of processing scroll
-
 
84
				scrollbar_v_mouse (#scroll_wv);
-
 
85
				if (WB1.list.first <> scroll_wv.position)
-
 
86
				{
-
 
87
					WB1.list.first = scroll_wv.position;
-
 
88
					WB1.ParseHTML(buf, filesize);
-
 
89
				};
-
 
90
				*/
-
 
91
				
-
 
92
				if (!CheckActiveProcess(Form.ID)) break;
82
				if (!CheckActiveProcess(Form.ID)) break;
Line 93... Line 83...
93
 
83
 
Line 94... Line 84...
94
				edit_box_mouse stdcall (#address_box);
84
				edit_box_mouse stdcall (#address_box);
Line 239... Line 229...
239
		case 004: //Ctrl+D
229
		case 004: //Ctrl+D
240
			WB1.ReadHtml(_DOS);
230
			WB1.ReadHtml(_DOS);
241
			WB1.ParseHTML(buf);
231
			WB1.ParseHTML(buf);
242
			return;
232
			return;
Line -... Line 233...
-
 
233
 
-
 
234
		case 005: //Win encoding
-
 
235
			WB1.ReadHtml(_WIN);
-
 
236
			WB1.ParseHTML(buf);
-
 
237
			return;
243
 
238
 
244
		case 002: //free img cache
239
		case 009: //free img cache
245
			ImgCache.Free();
240
			ImgCache.Free();
246
			notify(IMAGES_CACHE_CLEARED);
241
			notify(IMAGES_CACHE_CLEARED);
247
			WB1.ParseHTML(buf);
242
			WB1.ParseHTML(buf);