Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

Using canvas/context to scale an image that displays ok before removes the image data, ok in Chome/Safari.

The app sizes two adjacent images to the same height. Maybe there's a better approach? This works, in that I see the original image displayed at the wrong size: //img.… (Lesen Sie mehr)

The app sizes two adjacent images to the same height. Maybe there's a better approach?

This works, in that I see the original image displayed at the wrong size:

   //img.src = imgsrc.src;

This sizes the image but without the data (black square for toDataURL w/ image/jpeg) in FF, but not Chrome and Safari:

   var canvas = document.createElement( 'canvas' );
   canvas.width = width;
   canvas.height = avail_height;
   var context = canvas.getContext( '2d' );
   // Tried/failed: Fill white background for JPEG export
   //context.fillStyle = '#fff';
   //context.fillRect(0, 0, canvas.width, canvas.height);
   context.drawImage( imgsrc, 0, 0, canvas.width, canvas.height);
   context.lineWidth = 150; // ??
   img.src = canvas.toDataURL('image/jpeg', 0.92);
   img.onmousedown = disableDragging; // for FF
   img.style.opacity = "1.0"

The page is the view.html one gets to via Enter on phobrain.com.

Gefragt von phobrain vor 7 Monaten

Beantwortet von Paul vor 7 Monaten

  • Gelöst
  • Archiviert

webcam, microphone not accessible

I have read all your tutorials. I was unable to have an important televisit with my doctor yesterday because nothing I tried worked. I am unable to use webcam for other… (Lesen Sie mehr)

I have read all your tutorials. I was unable to have an important televisit with my doctor yesterday because nothing I tried worked. I am unable to use webcam for other sites until I resolve this problem. Previously I had no problem with my webcam but recently had to get new pc with windows 11 & needs to configure my pc to address this issue. I have another appt scheduled with another doctor & need to fix this problem asap Thanks

Gefragt von mxereas vor 8 Monaten

Beantwortet von jonzn4SUSE vor 7 Monaten

  • Gelöst
  • Archiviert

Cannot connect with CaptCHA

I am trying to connect with my utility provider online. When I try to log in, I give my name and password. It comes up with a CAPTCHA screen. I click on the items but … (Lesen Sie mehr)

I am trying to connect with my utility provider online. When I try to log in, I give my name and password. It comes up with a CAPTCHA screen. I click on the items but I just keep getting another screen. After a dozen screens it says CAPTCHA will time out in 2 minutes.

Does anyone have any ideas what could be blocking it?

Gefragt von MarshaInFlorida vor 8 Monaten

Beantwortet von MarshaInFlorida vor 8 Monaten

  • Gelöst
  • Archiviert

Can't sign into Hotmail.

For the past 2 months I've found it very difficult to sign into my Hotmail account using Firefox. Microsoft keep telling me to use a VPN or another device. I like answer… (Lesen Sie mehr)

For the past 2 months I've found it very difficult to sign into my Hotmail account using Firefox. Microsoft keep telling me to use a VPN or another device. I like answering emails on my computer because of its large screen. I've tried signing in about 2000 times now. Firefox told me they can't help me because I'm not a Mozilla subscriber even though they own Firefox. Microsoft told me it's Mozilla's problem. Can anyone help me please. John in the Philippines.

Gefragt von John O'Kane vor 7 Monaten

Beantwortet von John O'Kane vor 7 Monaten

  • Gelöst
  • Archiviert

Possible infection on Firefox

Every time I access the web I get a report from Norton saying "Threat secured". It attaches every single website that I open. See attachment for some exmaples (only vari… (Lesen Sie mehr)

Every time I access the web I get a report from Norton saying "Threat secured". It attaches every single website that I open. See attachment for some exmaples (only variabole part of message shown apart from first one).This is occuring 50+ times a day but does not occur using Edge, so it appears to be related to Firefox. PLEASE help. Norton have not helped with this. Thank you- Colin O'Brien

Gefragt von colin_obrien vor 8 Monaten

Beantwortet von colin_obrien vor 8 Monaten